#include <DC_DummyConditionalPunctualAction.h>
Inheritance diagram for DC_DummyConditionalPunctualAction:

A setter method allows the return value of the execution check to be set by the user. This punctual action is used for testing purposes.
Definition at line 26 of file DC_DummyConditionalPunctualAction.h.
Public Member Functions | |
| DC_DummyConditionalPunctualAction (void) | |
| Instantiate a dummy conditional punctual action. | |
| void | setExecutionFlag (bool newState) |
Set the return value of canExecute. | |
Protected Member Functions | |
| virtual bool | canExecute (void) |
| Perform a dummy execution test. | |
| virtual TD_ActionOutcome | doConditionalAction (void) |
| This method does not do anything. | |
|
|
Instantiate a dummy conditional punctual action.
Definition at line 15 of file DC_DummyConditionalPunctualAction.cpp. |
|
|
Perform a dummy execution test.
The result of the test can be forced by calling
Implements ConditionalPunctualAction. Definition at line 24 of file DC_DummyConditionalPunctualAction.cpp. |
|
|
This method does not do anything.
Implements ConditionalPunctualAction. Definition at line 28 of file DC_DummyConditionalPunctualAction.cpp. |
|
|
Set the return value of This method was implemented only for testing purposes.
Definition at line 20 of file DC_DummyConditionalPunctualAction.cpp. |