13 #ifndef SVC_FRAMING_PROTOCOL_HPP 14 #define SVC_FRAMING_PROTOCOL_HPP 52 #endif // SVC_FRAMING_PROTOCOL_HPP abstract class representing a framing protocol
FramingProtocol()
constructor
void setup(FramingProtocolInterface &interface)
setup function called to supply the interface used for allocation and sending
uint8_t U8
8-bit unsigned integer
FramingProtocolInterface * m_interface
RateGroupDivider component implementation.
virtual ~FramingProtocol()
interface supplied to the framing protocol
virtual void frame(const U8 *const data, const U32 size, Fw::ComPacket::ComPacketType packet_type)=0
frame a given set of bytes