14 #ifndef SVC_DEFRAMING_PROTOCOL_INTERFACE_HPP 15 #define SVC_DEFRAMING_PROTOCOL_INTERFACE_HPP 48 #endif // SVC_DEFRAMING_PROTOCOL_INTERFACE_HPP virtual ~DeframingProtocolInterface()
virtual void route(Fw::Buffer &data)=0
send deframed data into the system
interface supplied to the deframing protocol
virtual Fw::Buffer allocate(const U32 size)=0
called to allocate memory, typically delegating to an allocate port call
RateGroupDivider component implementation.