#include <Xabsl2HeadControl.h>
Inheritance diagram for Xabsl2HeadControlAgentInterface:
Public Member Functions | |
Xabsl2HeadControlAgentInterface (const char *name, Xabsl2HeadControl *headControl, const HeadControlInterfaces &interfaces) | |
Constructor. | |
~Xabsl2HeadControlAgentInterface () | |
Destructor. | |
virtual void | execute () |
Executes the agent. | |
virtual bool | handleMessage (InMessage &message) |
Is called for every incoming debug message. | |
Private Attributes | |
Xabsl2HeadControl * | headControl |
A pointer to the Xabsl2HeadControl can contains the agent. |
Definition at line 62 of file Xabsl2HeadControl.h.
|
Constructor.
Definition at line 43 of file Xabsl2HeadControl.cpp. References ASSERT. |
|
Destructor. Deletes the Xabsl2HeadControl Definition at line 52 of file Xabsl2HeadControl.cpp. |
|
Executes the agent.
Implements Module. Definition at line 57 of file Xabsl2HeadControl.cpp. References ASSERT. |
|
Is called for every incoming debug message.
Reimplemented from Module. Definition at line 64 of file Xabsl2HeadControl.cpp. References ASSERT. |
|
A pointer to the Xabsl2HeadControl can contains the agent.
Definition at line 90 of file Xabsl2HeadControl.h. |