7 #ifndef Svc_FprimeDeframerComponentAc_HPP 8 #define Svc_FprimeDeframerComponentAc_HPP 16 #if FW_ENABLE_TEXT_LOGGING == 1 110 #if FW_ENABLE_TEXT_LOGGING == 1 113 void set_logTextOut_OutputPort(
144 #if FW_PORT_SERIALIZATION 155 Fw::InputSerializePort* port
158 #if FW_ENABLE_TEXT_LOGGING == 1 161 void set_logTextOut_OutputPort(
163 Fw::InputSerializePort* port
171 Fw::InputSerializePort* port
176 #if FW_PORT_SERIALIZATION 187 Fw::InputSerializePort* port
193 Fw::InputSerializePort* port
206 const char* compName =
"" 234 #if FW_ENABLE_TEXT_LOGGING == 1 277 #if FW_ENABLE_TEXT_LOGGING == 1 282 bool isConnected_logTextOut_OutputPort(
421 static void m_p_framedIn_in(
446 #if FW_ENABLE_TEXT_LOGGING == 1
bool isConnected_logOut_OutputPort(FwIndexType portNum)
bool isConnected_bufferDeallocate_OutputPort(FwIndexType portNum)
bool isConnected_deframedOut_OutputPort(FwIndexType portNum)
void log_WARNING_HI_InvalidBufferReceived() const
void framedIn_handlerBase(FwIndexType portNum, Fw::Buffer &data, Fw::Buffer &context)
Handler base-class function for input port framedIn.
An invalid frame was received (length is wrong)
FwIndexType getNum_timeCaller_OutputPorts() const
void set_deframedOut_OutputPort(FwIndexType portNum, Fw::InputDataWithContextPort *port)
Connect port to deframedOut[portNum].
An invalid frame was received (checksum mismatch)
An invalid frame was received (too short to be a frame)
void log_WARNING_HI_InvalidLengthReceived() const
friend class FprimeDeframerComponentBaseFriend
Friend class for white-box testing.
PlatformIndexType FwIndexType
void init()
Object initializer.
void bufferDeallocate_out(FwIndexType portNum, Fw::Buffer &fwBuffer)
Invoke output port bufferDeallocate.
FprimeDeframerComponentBase(const char *compName="")
Construct FprimeDeframerComponentBase object.
void log_WARNING_HI_InvalidStartWord() const
void set_bufferDeallocate_OutputPort(FwIndexType portNum, Fw::InputBufferSendPort *port)
Connect port to bufferDeallocate[portNum].
Auto-generated base for FprimeDeframer component.
FwIndexType getNum_logOut_OutputPorts() const
FwIndexType getNum_framedIn_InputPorts() const
FwIndexType getNum_deframedOut_OutputPorts() const
void set_timeCaller_OutputPort(FwIndexType portNum, Fw::InputTimePort *port)
Connect port to timeCaller[portNum].
An invalid frame was received (start word is wrong)
C++-compatible configuration header for fprime configuration.
virtual ~FprimeDeframerComponentBase()
Destroy FprimeDeframerComponentBase object.
virtual void lock()
Lock the guarded mutex.
FwIndexType getNum_bufferDeallocate_OutputPorts() const
void log_WARNING_HI_InvalidChecksum() const
bool isConnected_timeCaller_OutputPort(FwIndexType portNum)
void deframedOut_out(FwIndexType portNum, Fw::Buffer &data, Fw::Buffer &context)
Invoke output port deframedOut.
Fw::InputDataWithContextPort * get_framedIn_InputPort(FwIndexType portNum)
void set_logOut_OutputPort(FwIndexType portNum, Fw::InputLogPort *port)
Connect port to logOut[portNum].
virtual void framedIn_handler(FwIndexType portNum, Fw::Buffer &data, Fw::Buffer &context)=0
Handler for input port framedIn.
virtual void unLock()
Unlock the guarded mutex.