Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

legOS/include/time.h File Reference

Time-related types. More...


Defines

#define TICK_IN_MS
#define TICKS_PER_SEC
#define SECS_TO_TICKS (a)
#define MSECS_TO_TICKS (a)

Typedefs

typedef unsigned long time_t
time type. More...


Variables

volatile time_t sys_time
current system time.


Detailed Description

Time-related types.

Author(s):
Markus L. Noga <markus@noga.de>

Bugs and limitations:
time_t is a 32 bit value which will overflow after 49.7 days of continuous operation.

Define Documentation

#define TICK_IN_MS ()

#define TICKS_PER_SEC ()

#define SECS_TO_TICKS (a)

#define MSECS_TO_TICKS (a)


Typedef Documentation

typedef unsigned long time_t

time type.

Bugs and limitations:
This is a 32 bit value which will overflow after 49.7 days of continuous operation.

Variable Documentation

volatile time_t sys_time

current system time.

legOS-0.2.4 is released under the Mozilla Public License. Original code copyright 1998-1999 by the authors.