![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/PolyIf/PolyPortAc.hpp>
Public Member Functions | |
| PolyPortSerializer () | |
| Constructor. More... | |
| Fw::SerializeStatus | deserializePortArgs (Fw::SerialBufferBase &_buffer) |
| Deserialze port arguments into members. More... | |
Static Public Member Functions | |
| static Fw::SerializeStatus | serializePortArgs (const Svc::PolyDbCfg::PolyDbEntry &entry, Svc::MeasurementStatus &status, Fw::Time &time, Fw::PolyType &val, Fw::SerialBufferBase &_buffer) |
| Serialize port arguments into a buffer. More... | |
Public Attributes | |
| Svc::PolyDbCfg::PolyDbEntry | m_entry |
| Svc::MeasurementStatus | m_status |
| Fw::Time | m_time |
| Fw::PolyType | m_val |
Serializer for Poly port Port for setting and getting PolyType values
Definition at line 80 of file PolyPortAc.hpp.
| Svc::PolyPortSerializer::PolyPortSerializer | ( | ) |
Constructor.
Definition at line 17 of file PolyPortAc.cpp.
| Fw::SerializeStatus Svc::PolyPortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 31 of file PolyPortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| entry | The entry to access |
| status | The command response argument |
| time | The time of the measurement |
| val | The value to be passed |
| _buffer | The serial buffer |
Definition at line 54 of file PolyPortAc.cpp.
| Svc::PolyDbCfg::PolyDbEntry Svc::PolyPortSerializer::m_entry |
Definition at line 123 of file PolyPortAc.hpp.
| Svc::MeasurementStatus Svc::PolyPortSerializer::m_status |
Definition at line 124 of file PolyPortAc.hpp.
| Fw::Time Svc::PolyPortSerializer::m_time |
Definition at line 125 of file PolyPortAc.hpp.
| Fw::PolyType Svc::PolyPortSerializer::m_val |
Definition at line 126 of file PolyPortAc.hpp.