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

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.
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. | |
|
|
Instantiate a telemetry stream component. The class identifier is set. Definition at line 14 of file DC_DummyTelemetryStream.cpp. |
|
|
Write the content of the telemetry packet to the telemetry stream. This implementation does nothing.
Implements TelemetryStream. Definition at line 18 of file DC_DummyTelemetryStream.cpp. |