64 void FramerComponentBase ::
73 port < static_cast<PlatformIntType>(this->getNum_bufferIn_InputPorts());
76 this->m_bufferIn_InputPort[port].init();
77 this->m_bufferIn_InputPort[port].addCallComp(
81 this->m_bufferIn_InputPort[port].setPortNum(port);
83#if FW_OBJECT_NAMES == 1
92 this->m_bufferIn_InputPort[port].setObjName(portName);
99 port < static_cast<PlatformIntType>(this->getNum_comIn_InputPorts());
102 this->m_comIn_InputPort[port].init();
103 this->m_comIn_InputPort[port].addCallComp(
107 this->m_comIn_InputPort[port].setPortNum(port);
109#if FW_OBJECT_NAMES == 1
118 this->m_comIn_InputPort[port].setObjName(portName);
125 port < static_cast<PlatformIntType>(this->getNum_comStatusIn_InputPorts());
128 this->m_comStatusIn_InputPort[port].init();
129 this->m_comStatusIn_InputPort[port].addCallComp(
133 this->m_comStatusIn_InputPort[port].setPortNum(port);
135#if FW_OBJECT_NAMES == 1
144 this->m_comStatusIn_InputPort[port].setObjName(portName);
151 port < static_cast<PlatformIntType>(this->getNum_bufferDeallocate_OutputPorts());
154 this->m_bufferDeallocate_OutputPort[port].init();
156#if FW_OBJECT_NAMES == 1
165 this->m_bufferDeallocate_OutputPort[port].setObjName(portName);
172 port < static_cast<PlatformIntType>(this->getNum_comStatusOut_OutputPorts());
175 this->m_comStatusOut_OutputPort[port].init();
177#if FW_OBJECT_NAMES == 1
186 this->m_comStatusOut_OutputPort[port].setObjName(portName);
193 port < static_cast<PlatformIntType>(this->getNum_framedAllocate_OutputPorts());
196 this->m_framedAllocate_OutputPort[port].init();
198#if FW_OBJECT_NAMES == 1
207 this->m_framedAllocate_OutputPort[port].setObjName(portName);
214 port < static_cast<PlatformIntType>(this->getNum_framedOut_OutputPorts());
217 this->m_framedOut_OutputPort[port].init();
219#if FW_OBJECT_NAMES == 1
228 this->m_framedOut_OutputPort[port].setObjName(portName);