20 void FramerComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_bufferIn_InputPorts());
32 this->m_bufferIn_InputPort[port].init();
33 this->m_bufferIn_InputPort[port].addCallComp(
37 this->m_bufferIn_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_bufferIn_InputPort[port].setObjName(portName.
toChar());
53 port < static_cast<FwIndexType>(this->getNum_comIn_InputPorts());
56 this->m_comIn_InputPort[port].init();
57 this->m_comIn_InputPort[port].addCallComp(
61 this->m_comIn_InputPort[port].setPortNum(port);
63#if FW_OBJECT_NAMES == 1
67 this->m_objName.toChar(),
70 this->m_comIn_InputPort[port].setObjName(portName.
toChar());
77 port < static_cast<FwIndexType>(this->getNum_comStatusIn_InputPorts());
80 this->m_comStatusIn_InputPort[port].init();
81 this->m_comStatusIn_InputPort[port].addCallComp(
85 this->m_comStatusIn_InputPort[port].setPortNum(port);
87#if FW_OBJECT_NAMES == 1
91 this->m_objName.toChar(),
94 this->m_comStatusIn_InputPort[port].setObjName(portName.
toChar());
101 port < static_cast<FwIndexType>(this->getNum_bufferDeallocate_OutputPorts());
104 this->m_bufferDeallocate_OutputPort[port].init();
106#if FW_OBJECT_NAMES == 1
110 this->m_objName.toChar(),
113 this->m_bufferDeallocate_OutputPort[port].setObjName(portName.
toChar());
120 port < static_cast<FwIndexType>(this->getNum_comStatusOut_OutputPorts());
123 this->m_comStatusOut_OutputPort[port].init();
125#if FW_OBJECT_NAMES == 1
129 this->m_objName.toChar(),
132 this->m_comStatusOut_OutputPort[port].setObjName(portName.
toChar());
139 port < static_cast<FwIndexType>(this->getNum_framedAllocate_OutputPorts());
142 this->m_framedAllocate_OutputPort[port].init();
144#if FW_OBJECT_NAMES == 1
148 this->m_objName.toChar(),
151 this->m_framedAllocate_OutputPort[port].setObjName(portName.
toChar());
158 port < static_cast<FwIndexType>(this->getNum_framedOut_OutputPorts());
161 this->m_framedOut_OutputPort[port].init();
163#if FW_OBJECT_NAMES == 1
167 this->m_objName.toChar(),
170 this->m_framedOut_OutputPort[port].setObjName(portName.
toChar());