|
SCV
4.2.1
Simple Components for Visual
|
Class for easy creation of timers. More...
#include <Timer.h>
Public Member Functions | |
| Timer (void) | |
| void | start (void) |
| void | pause (void) |
| void | unpause (void) |
| void | stop (void) |
| int | getSeconds (void) |
| Basic Timer information. | |
| int | getMilliseconds (void) |
| Basic Timer information. | |
| bool | isRunning (void) const |
| Basic Timer information. | |
Class for easy creation of timers.
| scv::Timer::Timer | ( | void | ) |
| int scv::Timer::getMilliseconds | ( | void | ) |
Basic Timer information.
| int scv::Timer::getSeconds | ( | void | ) |
Basic Timer information.
| void scv::Timer::pause | ( | void | ) |
| void scv::Timer::start | ( | void | ) |
| void scv::Timer::stop | ( | void | ) |
| void scv::Timer::unpause | ( | void | ) |