![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
|
class implementing the fprime serialization protocol More...
#include <Svc/FramingProtocol/FprimeProtocol.hpp>
Public Member Functions | |
FprimeFraming () | |
void | frame (const U8 *const data, const U32 size, Fw::ComPacket::ComPacketType packet_type) |
frame a given set of bytes More... | |
![]() | |
FramingProtocol () | |
constructor More... | |
void | setup (FramingProtocolInterface &interface) |
setup function called to supply the interface used for allocation and sending More... | |
Static Public Attributes | |
static const FP_FRAME_TOKEN_TYPE | START_WORD = static_cast<FP_FRAME_TOKEN_TYPE>(0xdeadbeef) |
Additional Inherited Members | |
![]() | |
FramingProtocolInterface * | m_interface |
class implementing the fprime serialization protocol
Definition at line 25 of file FprimeProtocol.hpp.
Svc::FprimeFraming::FprimeFraming | ( | ) |
Definition at line 20 of file FprimeProtocol.cpp.
|
virtual |
frame a given set of bytes
data | pointer to a set of bytes to be framed |
size | size of data pointed to by data |
packet_type | type of data supplied for File downlink packets |
Implements Svc::FramingProtocol.
Definition at line 24 of file FprimeProtocol.cpp.
|
static |
Definition at line 27 of file FprimeProtocol.hpp.