7 #ifndef Svc_CmdSplitterComponentAc_HPP 
    8 #define Svc_CmdSplitterComponentAc_HPP 
  108 #if FW_PORT_SERIALIZATION 
  119           Fw::InputSerializePort* port 
 
  125           Fw::InputSerializePort* port 
 
  131           Fw::InputSerializePort* port 
 
  144           const char* compName = 
""  
  293       static void m_p_CmdBuff_in(
 
  301       static void m_p_seqCmdStatus_in(
 
PlatformIndexType FwIndexType
 
C++-compatible configuration header for fprime configuration.
 
Enum representing a command response.
 
void init()
Object initializer.
 
Auto-generated base for CmdSplitter component.
 
@ NUM_FORWARDSEQCMDSTATUS_OUTPUT_PORTS
 
@ NUM_LOCALCMD_OUTPUT_PORTS
 
@ NUM_REMOTECMD_OUTPUT_PORTS
 
FwIndexType getNum_LocalCmd_OutputPorts() const
 
FwIndexType getNum_RemoteCmd_OutputPorts() const
 
@ NUM_CMDBUFF_INPUT_PORTS
 
@ NUM_SEQCMDSTATUS_INPUT_PORTS
 
void RemoteCmd_out(FwIndexType portNum, Fw::ComBuffer &data, U32 context)
Invoke output port RemoteCmd.
 
bool isConnected_RemoteCmd_OutputPort(FwIndexType portNum)
 
CmdSplitterComponentBase(const char *compName="")
Construct CmdSplitterComponentBase object.
 
void CmdBuff_handlerBase(FwIndexType portNum, Fw::ComBuffer &data, U32 context)
Handler base-class function for input port CmdBuff.
 
void set_forwardSeqCmdStatus_OutputPort(FwIndexType portNum, Fw::InputCmdResponsePort *port)
Connect port to forwardSeqCmdStatus[portNum].
 
void set_LocalCmd_OutputPort(FwIndexType portNum, Fw::InputComPort *port)
Connect port to LocalCmd[portNum].
 
void seqCmdStatus_handlerBase(FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response)
Handler base-class function for input port seqCmdStatus.
 
virtual void CmdBuff_handler(FwIndexType portNum, Fw::ComBuffer &data, U32 context)=0
Handler for input port CmdBuff.
 
friend class CmdSplitterComponentBaseFriend
Friend class for white-box testing.
 
virtual ~CmdSplitterComponentBase()
Destroy CmdSplitterComponentBase object.
 
bool isConnected_forwardSeqCmdStatus_OutputPort(FwIndexType portNum)
 
void forwardSeqCmdStatus_out(FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response)
Invoke output port forwardSeqCmdStatus.
 
FwIndexType getNum_seqCmdStatus_InputPorts() const
 
FwIndexType getNum_forwardSeqCmdStatus_OutputPorts() const
 
bool isConnected_LocalCmd_OutputPort(FwIndexType portNum)
 
void set_RemoteCmd_OutputPort(FwIndexType portNum, Fw::InputComPort *port)
Connect port to RemoteCmd[portNum].
 
virtual void seqCmdStatus_handler(FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse &response)=0
Handler for input port seqCmdStatus.
 
FwIndexType getNum_CmdBuff_InputPorts() const
 
Fw::InputComPort * get_CmdBuff_InputPort(FwIndexType portNum)
 
Fw::InputCmdResponsePort * get_seqCmdStatus_InputPort(FwIndexType portNum)
 
void LocalCmd_out(FwIndexType portNum, Fw::ComBuffer &data, U32 context)
Invoke output port LocalCmd.