![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
|
The Fw::Tlm
port is used to pass a serialized telemetry value. It also passes the telemetry channel IS as well a time tag representing the time the channel was written.
The Fw::Tlm
port has the following port diagram:
The Fw::TlmPacket
class is a packet class derived from Fw::ComPacket
that provides methods for encoding a telemetry packet.
The Fw::TlmBuffer
class contains a buffer that holds the serialized value of a telemetry channel. This buffer is passed as an argument to the Fw::Tlm
port.
Date | Description |
---|---|
6/23/2015 | Initial Version |