7 #ifndef Svc_ComSplitterComponentAc_HPP 8 #define Svc_ComSplitterComponentAc_HPP 85 #if FW_PORT_SERIALIZATION 96 Fw::InputSerializePort* port
109 const char* compName =
"" 198 static void m_p_comIn_in(
bool isConnected_comOut_OutputPort(FwIndexType portNum)
Fw::InputComPort * get_comIn_InputPort(FwIndexType portNum)
virtual ~ComSplitterComponentBase()
Destroy ComSplitterComponentBase object.
PlatformIndexType FwIndexType
void init()
Object initializer.
void comIn_handlerBase(FwIndexType portNum, Fw::ComBuffer &data, U32 context)
Handler base-class function for input port comIn.
FwIndexType getNum_comOut_OutputPorts() const
C++-compatible configuration header for fprime configuration.
Auto-generated base for ComSplitter component.
void comOut_out(FwIndexType portNum, Fw::ComBuffer &data, U32 context)
Invoke output port comOut.
void set_comOut_OutputPort(FwIndexType portNum, Fw::InputComPort *port)
Connect port to comOut[portNum].
FwIndexType getNum_comIn_InputPorts() const
virtual void comIn_handler(FwIndexType portNum, Fw::ComBuffer &data, U32 context)=0
Handler for input port comIn.
friend class ComSplitterComponentBaseFriend
Friend class for white-box testing.
ComSplitterComponentBase(const char *compName="")
Construct ComSplitterComponentBase object.