#include <TimeModule.h>
Inheritance diagram for ot::TimeModule:


Public Member Functions | |
| TimeModule () | |
| void | init (StringTable &attributes, ConfigNode *localTree) |
| void | start () |
| int | stop () |
| void | close () |
Protected Attributes | |
| int | sleep |
| int | display |
| double | startTime |
| double | rate |
| double | count |
|
|
constructor method. |
|
|
closes the module, prints out the framerate, if display is 1. Reimplemented from ot::Module. |
|
||||||||||||
|
initializes the tracker module. Parses any
Reimplemented from ot::Module. |
|
|
starts the module, stores startTime if in Framerate mode. Reimplemented from ot::Module. |
|
|
test for stopping the main loop. Here the actual sleeping is done if necessary.
Reimplemented from ot::Module. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6