|
tobicore
7.0.0
|
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. | |
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.
| 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.
Definition at line 83 of file TCTime.cpp.
Here is the caller graph for this function: