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

setActionOutcome()).
This recovery action is used only for testing purposes.
Definition at line 23 of file DC_DummyRecoveryAction.h.
Public Member Functions | |
| DC_DummyRecoveryAction (void) | |
| Instantiate a dummy recovery action. | |
| void | setActionOutcome (TD_ActionOutcome nextOutcome) |
| Set the action's outcome. | |
| void | setExecutionFlag (bool canExecute) |
| Set the status of the execution flag. | |
Protected Member Functions | |
| virtual TD_ActionOutcome | doRecoveryAction (void) |
Return actionOutcome without taking any action. | |
| virtual bool | canExecute (void) |
Return actionCanExecute. | |
|
|
Instantiate a dummy recovery action.
The class identifier is set, Definition at line 16 of file DC_DummyRecoveryAction.cpp. |
|
|
Return
Reimplemented from RecoveryAction. Definition at line 26 of file DC_DummyRecoveryAction.cpp. |
|
|
Return
Implements RecoveryAction. Definition at line 22 of file DC_DummyRecoveryAction.cpp. |
|
|
Set the action's outcome.
Definition at line 30 of file DC_DummyRecoveryAction.cpp. |
|
|
Set the status of the execution flag.
Definition at line 34 of file DC_DummyRecoveryAction.cpp. |