Telescope Control Library

Dependents:   PushToGo-F429

Revision:
5:2ee2c36f4d87
Parent:
0:6cb2eaf8b133
Child:
18:3ea58b079adc
--- a/UTCClock.h	Mon Aug 27 23:24:00 2018 +0000
+++ b/UTCClock.h	Sun Sep 09 19:03:07 2018 +0000
@@ -16,7 +16,12 @@
 	{
 	}
 
+	/** @return current UTC time in Unix timestamp format
+	*/
 	virtual time_t getTime() = 0;
+	
+	/** Set system time
+	*/
 	virtual void setTime(time_t time) = 0;
 
 };