hk manager initialized now
This commit is contained in:
parent
1fde3c2c99
commit
7a4cc1a6b6
@ -199,14 +199,14 @@ ReturnValue_t DeviceHandlerBase::initialize() {
|
||||
return result;
|
||||
}
|
||||
|
||||
// if(hkDestination == objects::NO_OBJECT) {
|
||||
// hkDestination = defaultHkDestination;
|
||||
// }
|
||||
//
|
||||
// result = hkManager.initialize(commandQueue, hkDestination);
|
||||
// if (result != HasReturnvaluesIF::RETURN_OK) {
|
||||
// return result;
|
||||
// }
|
||||
if(hkDestination == objects::NO_OBJECT) {
|
||||
hkDestination = defaultHkDestination;
|
||||
}
|
||||
|
||||
result = hkManager.initialize(commandQueue, hkDestination);
|
||||
if (result != HasReturnvaluesIF::RETURN_OK) {
|
||||
return result;
|
||||
}
|
||||
|
||||
fillCommandAndReplyMap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user