iv::FixedUpdateClient Class Referenceabstract
#include <FixedUpdateClient.hpp>
Public Member Functions | |
| FixedUpdateClient (Instance *inst, TimeId time) | |
| ~FixedUpdateClient () | |
| Instance * | instance () const |
| void | fixed_update_pause () |
| void | fixed_update_resume () |
| virtual void | fixed_update (TimeId time, int time_step, int steps)=0 |
Public Attributes | |
| ClientMarker | cm |
Detailed Description
Definition at line 9 of file FixedUpdateClient.hpp.
Constructor & Destructor Documentation
◆ FixedUpdateClient()
Definition at line 8 of file FixedUpdateClient.cpp.
◆ ~FixedUpdateClient()
| iv::FixedUpdateClient::~FixedUpdateClient | ( | ) |
Definition at line 22 of file FixedUpdateClient.cpp.
Member Function Documentation
◆ instance()
| Instance * iv::FixedUpdateClient::instance | ( | ) | const |
Definition at line 32 of file FixedUpdateClient.cpp.
◆ fixed_update_pause()
| void iv::FixedUpdateClient::fixed_update_pause | ( | ) |
Definition at line 37 of file FixedUpdateClient.cpp.
◆ fixed_update_resume()
| void iv::FixedUpdateClient::fixed_update_resume | ( | ) |
Definition at line 52 of file FixedUpdateClient.cpp.
◆ fixed_update()
|
pure virtual |
Implemented in iv::Scroller.
Member Data Documentation
◆ cm
| ClientMarker iv::FixedUpdateClient::cm |
Definition at line 12 of file FixedUpdateClient.hpp.
The documentation for this class was generated from the following files:
- ivorium_systems/TimeSystem/FixedUpdateClient.hpp
- ivorium_systems/TimeSystem/FixedUpdateClient.cpp

