![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Tlm/TlmPortAc.hpp>
Public Member Functions | |
| TlmPortSerializer () | |
| Constructor. More... | |
| Fw::SerializeStatus | deserializePortArgs (Fw::SerialBufferBase &_buffer) |
| Deserialze port arguments into members. More... | |
Static Public Member Functions | |
| static Fw::SerializeStatus | serializePortArgs (FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val, Fw::SerialBufferBase &_buffer) |
| Serialize port arguments into a buffer. More... | |
Public Attributes | |
| FwChanIdType | m_id |
| Fw::Time | m_timeTag |
| Fw::TlmBuffer | m_val |
Serializer for Tlm port Port for sending telemetry
Definition at line 78 of file TlmPortAc.hpp.
| Fw::TlmPortSerializer::TlmPortSerializer | ( | ) |
Constructor.
Definition at line 17 of file TlmPortAc.cpp.
| Fw::SerializeStatus Fw::TlmPortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 30 of file TlmPortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| id | Telemetry Channel ID |
| timeTag | Time Tag |
| val | Buffer containing serialized telemetry value |
| _buffer | The serial buffer |
Definition at line 50 of file TlmPortAc.cpp.
| FwChanIdType Fw::TlmPortSerializer::m_id |
Definition at line 120 of file TlmPortAc.hpp.
| Fw::Time Fw::TlmPortSerializer::m_timeTag |
Definition at line 121 of file TlmPortAc.hpp.
| Fw::TlmBuffer Fw::TlmPortSerializer::m_val |
Definition at line 122 of file TlmPortAc.hpp.