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:
edam
-
Date:
2012-03-12 15:22:57 UTC
-
Revision ID:
tim@ed.am-20120312152257-gb30ihjxq8jb0lss
added newline
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