55 if(NULL == ethManager)
57 yFatal() << deviceNameType <<
" fails to instantiate ethManager";
63 eOipv4addr_t ipv4addr;
66 if(
false == ethManager->verifyEthBoardInfo(config, ipv4addr, boardIPstring, boardName))
68 yError() << deviceNameType <<
" object TheEthManager fails in parsing ETH propertiex from xml file";
72 res = ethManager->requestResource2(interface, config);
75 yError() << deviceNameType <<
":requestResource fails because could not instantiate the ethResource for BOARD " << getBoardInfo() <<
" ... unable to continue";
99 if(
false == res->serviceSetRegulars(category, id32vector, timeout))
101 yError() << getBoardInfo() <<
"initRegulars() fails to add its variables to regulars: cannot proceed any further";
108 yDebug() << getBoardInfo() <<
"initRegulars() added" << id32vector.size() <<
"regular rops ";
110 for (
size_t r = 0; r<id32vector.size(); r++)
112 uint32_t item = id32vector.at(r);
113 eoprot_ID2information(item, nvinfo,
sizeof(nvinfo));
114 yDebug() <<
"\t it added regular rop for" << nvinfo;