To get this branch, use:
bzr branch
http://bzr.ed.am/elec/propeller-clock
« back to all changes in this revision
Viewing changes to src/time.h
-
Committer:
Tim Marston
-
Date:
2012-03-10 13:04:29 UTC
-
Revision ID:
tim@ed.am-20120310130429-310w5ejo968mc6mo
cleaned-up notes
Show diffs side-by-side
added
removed
32
* Get singleton instance.
36
static Time &get_instance();
39
* @return month, 1 to 12
48
const char *get_month_name();
53
* @return date, 1 to 31
63
const char *get_day_suffix();
79
/** milliseconds at last update */
80
unsigned long _last_millis;
82
/** milliseconds carries over from last update */
92
* Initialise time data