21 void TcpServerComponentBase ::
30 port < static_cast<PlatformIntType>(this->getNum_send_InputPorts());
33 this->m_send_InputPort[port].init();
34 this->m_send_InputPort[port].addCallComp(
38 this->m_send_InputPort[port].setPortNum(port);
40#if FW_OBJECT_NAMES == 1
47 char portName[2*FW_OBJ_NAME_MAX_SIZE];
55 this->m_send_InputPort[port].setObjName(portName);
62 port < static_cast<PlatformIntType>(this->getNum_allocate_OutputPorts());
65 this->m_allocate_OutputPort[port].init();
67#if FW_OBJECT_NAMES == 1
74 char portName[2*FW_OBJ_NAME_MAX_SIZE];
82 this->m_allocate_OutputPort[port].setObjName(portName);
89 port < static_cast<PlatformIntType>(this->getNum_deallocate_OutputPorts());
92 this->m_deallocate_OutputPort[port].init();
94#if FW_OBJECT_NAMES == 1
101 char portName[2*FW_OBJ_NAME_MAX_SIZE];
109 this->m_deallocate_OutputPort[port].setObjName(portName);
116 port < static_cast<PlatformIntType>(this->getNum_ready_OutputPorts());
119 this->m_ready_OutputPort[port].init();
121#if FW_OBJECT_NAMES == 1
128 char portName[2*FW_OBJ_NAME_MAX_SIZE];
136 this->m_ready_OutputPort[port].setObjName(portName);
143 port < static_cast<PlatformIntType>(this->getNum_recv_OutputPorts());
146 this->m_recv_OutputPort[port].init();
148#if FW_OBJECT_NAMES == 1
155 char portName[2*FW_OBJ_NAME_MAX_SIZE];
163 this->m_recv_OutputPort[port].setObjName(portName);