7 #ifndef Svc_BufferRepeaterComponentAc_HPP 8 #define Svc_BufferRepeaterComponentAc_HPP 16 #if FW_ENABLE_TEXT_LOGGING == 1 107 #if FW_ENABLE_TEXT_LOGGING == 1 110 void set_LogText_OutputPort(
147 #if FW_PORT_SERIALIZATION 158 Fw::InputSerializePort* port
161 #if FW_ENABLE_TEXT_LOGGING == 1 164 void set_LogText_OutputPort(
166 Fw::InputSerializePort* port
174 Fw::InputSerializePort* port
179 #if FW_PORT_SERIALIZATION 190 Fw::InputSerializePort* port
196 Fw::InputSerializePort* port
209 const char* compName =
"" 237 #if FW_ENABLE_TEXT_LOGGING == 1 285 #if FW_ENABLE_TEXT_LOGGING == 1 290 bool isConnected_LogText_OutputPort(
420 static void m_p_portIn_in(
444 #if FW_ENABLE_TEXT_LOGGING == 1 FwIndexType getNum_allocate_OutputPorts() const
FwIndexType getNum_portOut_OutputPorts() const
FwIndexType getNum_deallocate_OutputPorts() const
bool isConnected_deallocate_OutputPort(FwIndexType portNum)
void set_Time_OutputPort(FwIndexType portNum, Fw::InputTimePort *port)
Connect port to Time[portNum].
void portOut_out(FwIndexType portNum, Fw::Buffer &fwBuffer)
Invoke output port portOut.
FwIndexType getNum_Time_OutputPorts() const
PlatformIndexType FwIndexType
Soft failure in allocation.
void init()
Object initializer.
bool isConnected_allocate_OutputPort(FwIndexType portNum)
BufferRepeaterComponentBase(const char *compName="")
Construct BufferRepeaterComponentBase object.
virtual void portIn_handler(FwIndexType portNum, Fw::Buffer &fwBuffer)=0
Handler for input port portIn.
void set_portOut_OutputPort(FwIndexType portNum, Fw::InputBufferSendPort *port)
Connect port to portOut[portNum].
bool isConnected_Time_OutputPort(FwIndexType portNum)
friend class BufferRepeaterComponentBaseFriend
Friend class for white-box testing.
bool isConnected_Log_OutputPort(FwIndexType portNum)
Fw::Buffer allocate_out(FwIndexType portNum, U32 size)
Invoke output port allocate.
Fw::InputBufferSendPort * get_portIn_InputPort(FwIndexType portNum)
virtual ~BufferRepeaterComponentBase()
Destroy BufferRepeaterComponentBase object.
void set_Log_OutputPort(FwIndexType portNum, Fw::InputLogPort *port)
Connect port to Log[portNum].
C++-compatible configuration header for fprime configuration.
Hard failure in allocation.
void portIn_handlerBase(FwIndexType portNum, Fw::Buffer &fwBuffer)
Handler base-class function for input port portIn.
bool isConnected_portOut_OutputPort(FwIndexType portNum)
FwIndexType getNum_portIn_InputPorts() const
void set_deallocate_OutputPort(FwIndexType portNum, Fw::InputBufferSendPort *port)
Connect port to deallocate[portNum].
void log_FATAL_AllocationHardFailure(I32 port, U32 size) const
void log_WARNING_HI_AllocationSoftFailure(I32 port, U32 size) const
Auto-generated base for BufferRepeater component.
void set_allocate_OutputPort(FwIndexType portNum, Fw::InputBufferGetPort *port)
Connect port to allocate[portNum].
FwIndexType getNum_Log_OutputPorts() const
void deallocate_out(FwIndexType portNum, Fw::Buffer &fwBuffer)
Invoke output port deallocate.