20 void ComStubComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_comDataIn_InputPorts());
32 this->m_comDataIn_InputPort[port].init();
33 this->m_comDataIn_InputPort[port].addCallComp(
37 this->m_comDataIn_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_comDataIn_InputPort[port].setObjName(portName.
toChar());
53 port < static_cast<FwIndexType>(this->getNum_drvConnected_InputPorts());
56 this->m_drvConnected_InputPort[port].init();
57 this->m_drvConnected_InputPort[port].addCallComp(
61 this->m_drvConnected_InputPort[port].setPortNum(port);
63#if FW_OBJECT_NAMES == 1
67 this->m_objName.toChar(),
70 this->m_drvConnected_InputPort[port].setObjName(portName.
toChar());
77 port < static_cast<FwIndexType>(this->getNum_drvDataIn_InputPorts());
80 this->m_drvDataIn_InputPort[port].init();
81 this->m_drvDataIn_InputPort[port].addCallComp(
85 this->m_drvDataIn_InputPort[port].setPortNum(port);
87#if FW_OBJECT_NAMES == 1
91 this->m_objName.toChar(),
94 this->m_drvDataIn_InputPort[port].setObjName(portName.
toChar());
101 port < static_cast<FwIndexType>(this->getNum_comDataOut_OutputPorts());
104 this->m_comDataOut_OutputPort[port].init();
106#if FW_OBJECT_NAMES == 1
110 this->m_objName.toChar(),
113 this->m_comDataOut_OutputPort[port].setObjName(portName.
toChar());
120 port < static_cast<FwIndexType>(this->getNum_comStatus_OutputPorts());
123 this->m_comStatus_OutputPort[port].init();
125#if FW_OBJECT_NAMES == 1
129 this->m_objName.toChar(),
132 this->m_comStatus_OutputPort[port].setObjName(portName.
toChar());
139 port < static_cast<FwIndexType>(this->getNum_drvDataOut_OutputPorts());
142 this->m_drvDataOut_OutputPort[port].init();
144#if FW_OBJECT_NAMES == 1
148 this->m_objName.toChar(),
151 this->m_drvDataOut_OutputPort[port].setObjName(portName.
toChar());