Nebula
|
Typedefs | |
typedef double | Time |
the time datatype | |
typedef int | Tick |
the tick datatype (one tick == 1 millisecond) | |
Functions | |
Time | TicksToSeconds (Tick ticks) |
Convert ticks to seconds. | |
Tick | SecondsToTicks (Time t) |
Convert seconds to ticks. | |
void | Sleep (Time t) |
Put current thread to sleep for specified amount of seconds. | |
typedef int Timing::Tick |
the tick datatype (one tick == 1 millisecond)
typedef double Timing::Time |
the time datatype
|
inline |
Put current thread to sleep for specified amount of seconds.