Definition at line 21 of file BuildTestController.h.
Notify the observers when an attach action has occurred. Will only occur once, typically before setup
- Parameters
-
[in,out] | subject | the subject being observed |
Definition at line 55 of file tgObserver.h.
Notify the observers when a setup action has occurred.
- Parameters
-
[in,out] | subject | the subject being observed |
Definition at line 61 of file tgObserver.h.
void BuildTestController::onStep |
( |
BuildTestModel & |
subject, |
|
|
double |
dt |
|
) |
| |
|
inlinevirtual |
Notify the observers when a step action has occurred.
- Parameters
-
[in,out] | subject | the subject being observed |
[in] | the | number of seconds since the previous call; must be positive |
Implements tgObserver< BuildTestModel >.
Definition at line 24 of file BuildTestController.h.
Notify the observers when a teardown action has occurred.
- Parameters
-
[in,out] | subject | the subject being observed |
Definition at line 67 of file tgObserver.h.
The documentation for this class was generated from the following file: