#include <Tick.h>
Inheritance diagram for Teddy::MixIn::Tick:

Public Methods | |
| Tick () | |
| Constructor. More... | |
| virtual | ~Tick () |
| Destructor. More... | |
| virtual void | tick () |
| Tick. More... | |
Definition at line 34 of file Tick.h.
|
|
Constructor.
Definition at line 33 of file Tick.cpp. Referenced by Teddy::Application::BaseSimulationTimer::tick. |
|
|
Destructor.
|
|
|
Tick.
Reimplemented in Teddy::Application::BaseSimulationTimer. |