20 void LinuxI2cDriverComponentBase ::
29 port < static_cast<FwIndexType>(this->getNum_read_InputPorts());
32 this->m_read_InputPort[port].init();
33 this->m_read_InputPort[port].addCallComp(
37 this->m_read_InputPort[port].setPortNum(port);
39#if FW_OBJECT_NAMES == 1
43 this->m_objName.toChar(),
46 this->m_read_InputPort[port].setObjName(portName.
toChar());
53 port < static_cast<FwIndexType>(this->getNum_write_InputPorts());
56 this->m_write_InputPort[port].init();
57 this->m_write_InputPort[port].addCallComp(
61 this->m_write_InputPort[port].setPortNum(port);
63#if FW_OBJECT_NAMES == 1
67 this->m_objName.toChar(),
70 this->m_write_InputPort[port].setObjName(portName.
toChar());
77 port < static_cast<FwIndexType>(this->getNum_writeRead_InputPorts());
80 this->m_writeRead_InputPort[port].init();
81 this->m_writeRead_InputPort[port].addCallComp(
85 this->m_writeRead_InputPort[port].setPortNum(port);
87#if FW_OBJECT_NAMES == 1
91 this->m_objName.toChar(),
94 this->m_writeRead_InputPort[port].setObjName(portName.
toChar());