![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Time/TimePortAc.hpp>
Public Member Functions | |
| TimePortSerializer () | |
| Constructor. More... | |
| Fw::SerializeStatus | deserializePortArgs (Fw::SerialBufferBase &_buffer) |
| Deserialze port arguments into members. More... | |
Static Public Member Functions | |
| static Fw::SerializeStatus | serializePortArgs (Fw::Time &time, Fw::SerialBufferBase &_buffer) |
| Serialize port arguments into a buffer. More... | |
Public Attributes | |
| Fw::Time | m_time |
Serializer for Time port Time port
Definition at line 74 of file TimePortAc.hpp.
| Fw::TimePortSerializer::TimePortSerializer | ( | ) |
Constructor.
Definition at line 17 of file TimePortAc.cpp.
| Fw::SerializeStatus Fw::TimePortSerializer::deserializePortArgs | ( | Fw::SerialBufferBase & | _buffer | ) |
Deserialze port arguments into members.
| _buffer | The serial buffer |
Definition at line 28 of file TimePortAc.cpp.
|
static |
Serialize port arguments into a buffer.
| time | Reference to Time object |
| _buffer | The serial buffer |
Definition at line 42 of file TimePortAc.cpp.
| Fw::Time Fw::TimePortSerializer::m_time |
Definition at line 114 of file TimePortAc.hpp.