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

This punctual action may be useful for testing purposes.
Roberto Totaro
Definition at line 29 of file DC_DummyPunctualAction.h.
Public Member Functions | |
| DC_DummyPunctualAction (void) | |
| Instantiate a dummy punctual action. | |
| unsigned int | getActivationCounter (void) const |
| Return the value of the activation counter. | |
Protected Member Functions | |
| virtual TD_ActionOutcome | doAction (void) |
| This method increments the activation counter and returns a code of "action successful". | |
|
|
This method increments the activation counter and returns a code of "action successful".
Implements PunctualAction. Definition at line 24 of file DC_DummyPunctualAction.cpp. |
|
|
Return the value of the activation counter.
Definition at line 29 of file DC_DummyPunctualAction.cpp. |