20 void TcpServerComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_send_InputPorts());
32 this->m_send_InputPort[port].init();
33 this->m_send_InputPort[port].addCallComp(
37 this->m_send_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_send_InputPort[port].setObjName(portName.
toChar());
53 port < static_cast<FwIndexType>(this->getNum_allocate_OutputPorts());
56 this->m_allocate_OutputPort[port].init();
58#if FW_OBJECT_NAMES == 1
62 this->m_objName.toChar(),
65 this->m_allocate_OutputPort[port].setObjName(portName.
toChar());
72 port < static_cast<FwIndexType>(this->getNum_deallocate_OutputPorts());
75 this->m_deallocate_OutputPort[port].init();
77#if FW_OBJECT_NAMES == 1
81 this->m_objName.toChar(),
84 this->m_deallocate_OutputPort[port].setObjName(portName.
toChar());
91 port < static_cast<FwIndexType>(this->getNum_ready_OutputPorts());
94 this->m_ready_OutputPort[port].init();
96#if FW_OBJECT_NAMES == 1
100 this->m_objName.toChar(),
103 this->m_ready_OutputPort[port].setObjName(portName.
toChar());
110 port < static_cast<FwIndexType>(this->getNum_recv_OutputPorts());
113 this->m_recv_OutputPort[port].init();
115#if FW_OBJECT_NAMES == 1
119 this->m_objName.toChar(),
122 this->m_recv_OutputPort[port].setObjName(portName.
toChar());