#include <Xabsl2BehaviorControl.h>
Inheritance diagram for Xabsl2BehaviorControlAgentInterface:


Public Member Functions | |
| Xabsl2BehaviorControlAgentInterface (const char *name, Xabsl2BehaviorControl *behaviorControl, const BehaviorControlInterfaces &interfaces) | |
| Constructor. | |
| ~Xabsl2BehaviorControlAgentInterface () | |
| Destructor. | |
| virtual void | execute () |
| Executes the agent. | |
| virtual bool | handleMessage (InMessage &message) |
| Is called for every incoming debug message. | |
Private Attributes | |
| Xabsl2BehaviorControl * | behaviorControl |
| A pointer to the Xabsl2BehaviorControl can contains the agent. | |
Definition at line 64 of file Xabsl2BehaviorControl.h.
|
||||||||||||||||
|
Constructor.
Definition at line 41 of file Xabsl2BehaviorControl.cpp. References ASSERT. |
|
|
Destructor. Deletes the Xabsl2BehaviorControl Definition at line 50 of file Xabsl2BehaviorControl.cpp. |
|
|
Executes the agent.
Implements Module. Definition at line 55 of file Xabsl2BehaviorControl.cpp. References ASSERT. |
|
|
Is called for every incoming debug message.
Reimplemented from Module. Definition at line 62 of file Xabsl2BehaviorControl.cpp. References ASSERT. |
|
|
A pointer to the Xabsl2BehaviorControl can contains the agent.
Definition at line 92 of file Xabsl2BehaviorControl.h. |
1.3.6