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-02-28 17:11:15 UTC
- 
Revision ID:
edam@waxworlds.org-20120228171115-j3k91a3v71d3wnc1
cleanu
 
 
Show diffs side-by-side
 added
 added
 removed
 removed
39
 
         * @return month, 1 to 12
 
48
 
        const char *get_month_name();
 
53
 
         * @return date, 1 to 31
 
63
 
        const char *get_day_suffix();
 
 
32
         * Get singleton instance.
 
 
36
        static Time &get_instance();
 
 
92
 
         * Initialise time data
 
 
79
        /** milliseconds at last update */
 
 
80
        unsigned long _last_millis;
 
 
82
        /** milliseconds carries over from last update */