Wiselib
Public Types | Public Member Functions | Public Attributes
concepts::Clock_concept Class Reference

Basic Concept for Clock. More...

List of all members.

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.

Detailed Description

Basic Concept for Clock.

The basic clock only provides the current time - without any possibility to change or set the time.


Member Enumeration Documentation

Number of clock tics per second - to be able to deal with platform independent time calculations.

Enumerator:
CLOCKS_PER_SEC 

Member Function Documentation

time_t concepts::Clock_concept::time ( )

Return the current system time.


Member Data Documentation

Type of Os Concept which has been set for the timer.

Type of the Time.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines