tobicore  7.0.0
 All Classes Functions Variables Typedefs Enumerator Friends Groups Pages
TOBI Core library

The TOBI Core library provides some basic tools used by the remaining components of tobicore, such as threading stuff, time and the very useful TCBlock class, from wich ICMessage and IDMessage are derived. More...

Classes

class  TCBlock
 Data block. More...
class  TCException
 Exception class. More...
class  TCLanguage
 Language model. More...
class  TCSerializer
 Serializer interface for TCBlock. More...
class  TCTimestamp
 Timestamp class. More...
class  TCTools
 Static tools class. More...

Functions

void TCSleep (double ms)
 Sleep milliseconds.

Detailed Description

The TOBI Core library provides some basic tools used by the remaining components of tobicore, such as threading stuff, time and the very useful TCBlock class, from wich ICMessage and IDMessage are derived.

Function Documentation

void TCSleep ( double  ms)

Sleep milliseconds.

The implementation of this function depends on the supported plaform. It calls Sleep() if compiled for MinGW, select() otherwise.

  • ms Amount of milliseconds to sleep for

Definition at line 83 of file TCTime.cpp.

+ Here is the caller graph for this function: