C++ TargetRTS
|
Public Member Functions | |
RTInterval (unsigned long centisec) | |
RTInterval (long sec, long usec) | |
RTInterval (const RTInterval &) | |
RTInterval & | operator= (const RTInterval &) |
RTInterval & | operator+= (const RTInterval &) |
RTInterval & | operator-= (const RTInterval &) |
int | isset (void) const |
int | is0 (void) const |
int | le0 (void) const |
int | ge0 (void) const |
int | gt0 (void) const |
unsigned long | ticks (void) const |
long | seconds (void) const |
long | micros (void) const |
Static Public Attributes | |
static const RTObject_class | classData |