20 void GenericHubComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_LogRecv_InputPorts());
32 this->m_LogRecv_InputPort[port].init();
33 this->m_LogRecv_InputPort[port].addCallComp(
37 this->m_LogRecv_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_LogRecv_InputPort[port].setObjName(portName.
toChar());
53 port < static_cast<FwIndexType>(this->getNum_TlmRecv_InputPorts());
56 this->m_TlmRecv_InputPort[port].init();
57 this->m_TlmRecv_InputPort[port].addCallComp(
61 this->m_TlmRecv_InputPort[port].setPortNum(port);
63#if FW_OBJECT_NAMES == 1
67 this->m_objName.toChar(),
70 this->m_TlmRecv_InputPort[port].setObjName(portName.
toChar());
77 port < static_cast<FwIndexType>(this->getNum_buffersIn_InputPorts());
80 this->m_buffersIn_InputPort[port].init();
81 this->m_buffersIn_InputPort[port].addCallComp(
85 this->m_buffersIn_InputPort[port].setPortNum(port);
87#if FW_OBJECT_NAMES == 1
91 this->m_objName.toChar(),
94 this->m_buffersIn_InputPort[port].setObjName(portName.
toChar());
101 port < static_cast<FwIndexType>(this->getNum_dataIn_InputPorts());
104 this->m_dataIn_InputPort[port].init();
105 this->m_dataIn_InputPort[port].addCallComp(
109 this->m_dataIn_InputPort[port].setPortNum(port);
111#if FW_OBJECT_NAMES == 1
115 this->m_objName.toChar(),
118 this->m_dataIn_InputPort[port].setObjName(portName.
toChar());
125 port < static_cast<FwIndexType>(this->getNum_portIn_InputPorts());
128 this->m_portIn_InputPort[port].init();
129 this->m_portIn_InputPort[port].addCallComp(
133 this->m_portIn_InputPort[port].setPortNum(port);
135#if FW_OBJECT_NAMES == 1
139 this->m_objName.toChar(),
142 this->m_portIn_InputPort[port].setObjName(portName.
toChar());
149 port < static_cast<FwIndexType>(this->getNum_LogSend_OutputPorts());
152 this->m_LogSend_OutputPort[port].init();
154#if FW_OBJECT_NAMES == 1
158 this->m_objName.toChar(),
161 this->m_LogSend_OutputPort[port].setObjName(portName.
toChar());
168 port < static_cast<FwIndexType>(this->getNum_TlmSend_OutputPorts());
171 this->m_TlmSend_OutputPort[port].init();
173#if FW_OBJECT_NAMES == 1
177 this->m_objName.toChar(),
180 this->m_TlmSend_OutputPort[port].setObjName(portName.
toChar());
187 port < static_cast<FwIndexType>(this->getNum_bufferDeallocate_OutputPorts());
190 this->m_bufferDeallocate_OutputPort[port].init();
192#if FW_OBJECT_NAMES == 1
196 this->m_objName.toChar(),
199 this->m_bufferDeallocate_OutputPort[port].setObjName(portName.
toChar());
206 port < static_cast<FwIndexType>(this->getNum_buffersOut_OutputPorts());
209 this->m_buffersOut_OutputPort[port].init();
211#if FW_OBJECT_NAMES == 1
215 this->m_objName.toChar(),
218 this->m_buffersOut_OutputPort[port].setObjName(portName.
toChar());
225 port < static_cast<FwIndexType>(this->getNum_dataInDeallocate_OutputPorts());
228 this->m_dataInDeallocate_OutputPort[port].init();
230#if FW_OBJECT_NAMES == 1
234 this->m_objName.toChar(),
237 this->m_dataInDeallocate_OutputPort[port].setObjName(portName.
toChar());
244 port < static_cast<FwIndexType>(this->getNum_dataOut_OutputPorts());
247 this->m_dataOut_OutputPort[port].init();
249#if FW_OBJECT_NAMES == 1
253 this->m_objName.toChar(),
256 this->m_dataOut_OutputPort[port].setObjName(portName.
toChar());
263 port < static_cast<FwIndexType>(this->getNum_dataOutAllocate_OutputPorts());
266 this->m_dataOutAllocate_OutputPort[port].init();
268#if FW_OBJECT_NAMES == 1
272 this->m_objName.toChar(),
275 this->m_dataOutAllocate_OutputPort[port].setObjName(portName.
toChar());
282 port < static_cast<FwIndexType>(this->getNum_portOut_OutputPorts());
285 this->m_portOut_OutputPort[port].init();
287#if FW_OBJECT_NAMES == 1
291 this->m_objName.toChar(),
294 this->m_portOut_OutputPort[port].setObjName(portName.
toChar());