Public Member Functions | |
| Timer (int time_ms) | |
| void | run () |
| void | timeout () |
| void | reset () |
Protected Attributes | |
| int | rate = 50 |
| cl.utfsm.samplingSystemUI.Timer.Timer | ( | int | time_ms | ) |
| void cl.utfsm.samplingSystemUI.Timer.reset | ( | ) |
reset the timer
References cl.utfsm.samplingSystemUI.Timer.run().
| void cl.utfsm.samplingSystemUI.Timer.run | ( | ) |
starts the timer, if timeout then calls the timeout method
References cl.utfsm.samplingSystemUI.Timer.rate, and cl.utfsm.samplingSystemUI.Timer.timeout().
Referenced by cl.utfsm.samplingSystemUI.Timer.reset().
| void cl.utfsm.samplingSystemUI.Timer.timeout | ( | ) |
this method is called when the time is out!
Referenced by cl.utfsm.samplingSystemUI.Timer.run().
int cl.utfsm.samplingSystemUI.Timer.rate = 50 [protected] |
Referenced by cl.utfsm.samplingSystemUI.Timer.run().
1.7.0