NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
ContactTestController Class Reference
Inheritance diagram for ContactTestController:
Collaboration diagram for ContactTestController:

Public Member Functions

virtual void onStep (ContactTestModel &subject, double dt)
 
virtual void onAttach (ContactTestModel &subject)
 
virtual void onSetup (ContactTestModel &subject)
 
virtual void onTeardown (ContactTestModel &subject)
 

Detailed Description

Definition at line 29 of file ContactTestController.h.

Member Function Documentation

virtual void tgObserver< ContactTestModel >::onAttach ( ContactTestModel subject)
inlinevirtualinherited

Notify the observers when an attach action has occurred. Will only occur once, typically before setup

Parameters
[in,out]subjectthe subject being observed

Definition at line 55 of file tgObserver.h.

virtual void tgObserver< ContactTestModel >::onSetup ( ContactTestModel subject)
inlinevirtualinherited

Notify the observers when a setup action has occurred.

Parameters
[in,out]subjectthe subject being observed

Definition at line 61 of file tgObserver.h.

virtual void ContactTestController::onStep ( ContactTestModel subject,
double  dt 
)
inlinevirtual

Notify the observers when a step action has occurred.

Parameters
[in,out]subjectthe subject being observed
[in]thenumber of seconds since the previous call; must be positive

Implements tgObserver< ContactTestModel >.

Definition at line 37 of file ContactTestController.h.

virtual void tgObserver< ContactTestModel >::onTeardown ( ContactTestModel subject)
inlinevirtualinherited

Notify the observers when a teardown action has occurred.

Parameters
[in,out]subjectthe subject being observed

Definition at line 67 of file tgObserver.h.


The documentation for this class was generated from the following file: