EIVE upstream #29
@ -1485,9 +1485,6 @@ ReturnValue_t DeviceHandlerBase::initializeAfterTaskCreation() {
|
||||
|
||||
LocalPoolDataSetBase* DeviceHandlerBase::getDataSetHandle(sid_t sid) {
|
||||
auto iter = deviceReplyMap.find(sid.ownerSetId);
|
||||
if (sid.objectId == 0x44140014) {
|
||||
sif::debug << "HK message for IMTQ" << std::endl;
|
||||
}
|
||||
if (iter != deviceReplyMap.end()) {
|
||||
return iter->second.dataSet;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user