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

Manoeuvre abstract class to be used for testing purposes.
This class provides dummy implementation for the abstract methods declared by its base class. It does not implement any behaviour beyond that which it inherits from its base class.
Definition at line 26 of file DC_DummyManoeuvre.h.
Public Member Functions | |
| DC_DummyManoeuvre (void) | |
| Construct a dummy manoeuvre. | |
| virtual bool | isFinished (void) |
| Implement a dummy termination check that always returns "manoeuvre can terminate". | |
Protected Member Functions | |
| virtual void | doInternalContinue (void) |
| Implement a dummy continuation action. | |
|
|
Construct a dummy manoeuvre. The class identifier is set. Definition at line 16 of file DC_DummyManoeuvre.cpp. |
|
|
Implement a dummy continuation action. This method returns without doing anything.
Implements Manoeuvre. Definition at line 20 of file DC_DummyManoeuvre.cpp. |
|
|
Implement a dummy termination check that always returns "manoeuvre can terminate".
Implements Manoeuvre. Definition at line 24 of file DC_DummyManoeuvre.cpp. |