#include <Xabsl2BasicBehavior.h>
Inheritance diagram for Xabsl2BasicBehavior:
Public Member Functions | |
Xabsl2BasicBehavior (const char *name, Xabsl2ErrorHandler &errorHandler) | |
Constructor. | |
virtual void | execute ()=0 |
executes the basic behavior | |
void | reset () |
sets all parameter values to 0 | |
void | registerParameter (const char *name, double ¶meter) |
Registeres a reference to a parameter at the parameters array. | |
Public Attributes | |
Xabsl2Array< double & > | parameters |
The parameters of the basic behavior. | |
bool | basicBehaviorWasActiveDuringLastExecutionOfEngine |
Determines if the basic behavior was active during the last execution of the engine. | |
Protected Attributes | |
Xabsl2ErrorHandler & | errorHandler |
Is invoked when a errors occur. |
Martin Lötzsch
Definition at line 22 of file Xabsl2BasicBehavior.h.
|
Constructor.
Definition at line 30 of file Xabsl2BasicBehavior.h. References basicBehaviorWasActiveDuringLastExecutionOfEngine. |
|
|
sets all parameter values to 0
Definition at line 41 of file Xabsl2BasicBehavior.h. References Xabsl2Array< double & >::getSize(). |
Here is the call graph for this function:
|
Here is the call graph for this function:
|
The parameters of the basic behavior.
Definition at line 45 of file Xabsl2BasicBehavior.h. Referenced by Xabsl2State::create(), GTXabsl2EngineExecutor::sendDebugMessage(), Xabsl2Engine::setBasicBehaviorParameter(), and Xabsl2State::setOutputSymbols(). |
|
Determines if the basic behavior was active during the last execution of the engine.
Definition at line 48 of file Xabsl2BasicBehavior.h. Referenced by Xabsl2Engine::executeSelectedBasicBehavior(), and Xabsl2BasicBehavior(). |
|
Is invoked when a errors occur.
Definition at line 70 of file Xabsl2BasicBehavior.h. |