|
Wiselib
|
Basic Concept for Clock. More...
Public Types | |
| enum | ClockSpecificData { CLOCKS_PER_SEC = ... } |
| Number of clock tics per second - to be able to deal with platform independent time calculations. More... | |
Public Member Functions | |
| time_t | time () |
| Return the current system time. | |
Public Attributes | |
| typedef | OsModel |
| Type of Os Concept which has been set for the timer. | |
| typedef | Os |
| typedef | time_t |
| Type of the Time. | |
Basic Concept for Clock.
The basic clock only provides the current time - without any possibility to change or set the time.
| time_t concepts::Clock_concept::time | ( | ) |
Return the current system time.
| typedef concepts::Clock_concept::Os |
| typedef concepts::Clock_concept::OsModel |
Type of Os Concept which has been set for the timer.
| typedef concepts::Clock_concept::time_t |
Type of the Time.
1.7.4