Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_DummyManoeuvre Class Reference

#include <DC_DummyManoeuvre.h>

Inheritance diagram for DC_DummyManoeuvre:

Manoeuvre CC_RootObject List of all members.

Detailed Description

Dummy implementation of the 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.

Author:
Alessandro Pasetti (P&P Software GmbH)
Version:
1.0

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.


Constructor & Destructor Documentation

DC_DummyManoeuvre::DC_DummyManoeuvre void   ) 
 

Construct a dummy manoeuvre.

The class identifier is set.

Definition at line 16 of file DC_DummyManoeuvre.cpp.


Member Function Documentation

void DC_DummyManoeuvre::doInternalContinue void   )  [protected, virtual]
 

Implement a dummy continuation action.

This method returns without doing anything.

See also:
Manoeuvre::doContinue

Implements Manoeuvre.

Definition at line 20 of file DC_DummyManoeuvre.cpp.

bool DC_DummyManoeuvre::isFinished void   )  [virtual]
 

Implement a dummy termination check that always returns "manoeuvre can terminate".

Returns:
true if the manoeuvre has terminated execution

Implements Manoeuvre.

Definition at line 24 of file DC_DummyManoeuvre.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved