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

DC_SimplePunctualActionModeManager Class Reference

#include <DC_SimplePunctualActionModeManager.h>

Inheritance diagram for DC_SimplePunctualActionModeManager:

PunctualActionListModeManager PunctualActionModeManager ModeManager CC_RootObject List of all members.

Detailed Description

Punctual action mode manager with a single and fixed mode.

This mode manager has a trivial implementation of the update service that returns without taking any action. It should be used when the punctual action manager operates upon a fixed list of punctual actions.

An initialization sequence for this class consists of the following steps (to be performed in the order given here):

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

Definition at line 34 of file DC_SimplePunctualActionModeManager.h.

Public Member Functions

 DC_SimplePunctualActionModeManager (void)
 Instantiate a punctual action mode manager.

virtual void update (void)
 Since this is a fixed-mode mode manager, this method returns without taking any action.


Constructor & Destructor Documentation

DC_SimplePunctualActionModeManager::DC_SimplePunctualActionModeManager void   ) 
 

Instantiate a punctual action mode manager.

This constructor sets the class identifier and it configures its superclass to manage only one single mode. A pseudo-code implementation is as follows:

      setClassId(ID_SIMPLEPUNCTUALACTIONMODEMANAGER);
      setNumberOfModes(1);
      setDefaultMode(0);  

Definition at line 14 of file DC_SimplePunctualActionModeManager.cpp.


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