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

DC_SimpleTelemetryModeManager Class Reference

#include <DC_SimpleTelemetryModeManager.h>

Inheritance diagram for DC_SimpleTelemetryModeManager:

TelemetryListModeManager TelemetryModeManager ModeManager CC_RootObject List of all members.

Detailed Description

Telemetry list 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 is typically used when the telemetry format is fixed.

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

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

Definition at line 34 of file DC_SimpleTelemetryModeManager.h.

Public Member Functions

 DC_SimpleTelemetryModeManager (void)
 Instantiate a telemetry 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_SimpleTelemetryModeManager::DC_SimpleTelemetryModeManager void   ) 
 

Instantiate a telemetry 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_SIMPLETELEMETRYMODEMANAGER);
      setNumberOfModes(1);
      setDefaultMode(0);  

Definition at line 14 of file DC_SimpleTelemetryModeManager.cpp.


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