21 void FramerComponentBase ::
30 port < static_cast<PlatformIntType>(this->getNum_bufferIn_InputPorts());
33 this->m_bufferIn_InputPort[port].init();
34 this->m_bufferIn_InputPort[port].addCallComp(
38 this->m_bufferIn_InputPort[port].setPortNum(port);
40#if FW_OBJECT_NAMES == 1
49 this->m_bufferIn_InputPort[port].setObjName(portName);
56 port < static_cast<PlatformIntType>(this->getNum_comIn_InputPorts());
59 this->m_comIn_InputPort[port].init();
60 this->m_comIn_InputPort[port].addCallComp(
64 this->m_comIn_InputPort[port].setPortNum(port);
66#if FW_OBJECT_NAMES == 1
75 this->m_comIn_InputPort[port].setObjName(portName);
82 port < static_cast<PlatformIntType>(this->getNum_comStatusIn_InputPorts());
85 this->m_comStatusIn_InputPort[port].init();
86 this->m_comStatusIn_InputPort[port].addCallComp(
90 this->m_comStatusIn_InputPort[port].setPortNum(port);
92#if FW_OBJECT_NAMES == 1
101 this->m_comStatusIn_InputPort[port].setObjName(portName);
108 port < static_cast<PlatformIntType>(this->getNum_bufferDeallocate_OutputPorts());
111 this->m_bufferDeallocate_OutputPort[port].init();
113#if FW_OBJECT_NAMES == 1
122 this->m_bufferDeallocate_OutputPort[port].setObjName(portName);
129 port < static_cast<PlatformIntType>(this->getNum_comStatusOut_OutputPorts());
132 this->m_comStatusOut_OutputPort[port].init();
134#if FW_OBJECT_NAMES == 1
143 this->m_comStatusOut_OutputPort[port].setObjName(portName);
150 port < static_cast<PlatformIntType>(this->getNum_framedAllocate_OutputPorts());
153 this->m_framedAllocate_OutputPort[port].init();
155#if FW_OBJECT_NAMES == 1
164 this->m_framedAllocate_OutputPort[port].setObjName(portName);
171 port < static_cast<PlatformIntType>(this->getNum_framedOut_OutputPorts());
174 this->m_framedOut_OutputPort[port].init();
176#if FW_OBJECT_NAMES == 1
185 this->m_framedOut_OutputPort[port].setObjName(portName);