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

DC_DummyTelemetryStream Class Reference

#include <DC_DummyTelemetryStream.h>

Inheritance diagram for DC_DummyTelemetryStream:

TelemetryStream CC_RootObject List of all members.

Detailed Description

Dummy implementation of the TelemetryStream interface useful for testing purposes.

This class uses the default implementations provided by the super class and provides a dummy implementation of its only pure virtual method write.

Author:
Roberto Totaro
Version:
1.0

Definition at line 26 of file DC_DummyTelemetryStream.h.

Public Member Functions

 DC_DummyTelemetryStream (void)
 Instantiate a telemetry stream component.

virtual void write (TelemetryPacket *tmItem)
 Write the content of the telemetry packet to the telemetry stream.


Constructor & Destructor Documentation

DC_DummyTelemetryStream::DC_DummyTelemetryStream void   ) 
 

Instantiate a telemetry stream component.

The class identifier is set.

Definition at line 14 of file DC_DummyTelemetryStream.cpp.


Member Function Documentation

void DC_DummyTelemetryStream::write TelemetryPacket tmItem  )  [virtual]
 

Write the content of the telemetry packet to the telemetry stream.

This implementation does nothing.

Parameters:
tmItem the telemetry packet to be written to the telemetry stream

Implements TelemetryStream.

Definition at line 18 of file DC_DummyTelemetryStream.cpp.


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