DeviceHandlerIF fixed some indentation error
still some unclarities about returnvalues so I added a comment on what the returnvalues in DHB and DH interface mean
This commit is contained in:
@ -1054,7 +1054,7 @@ ReturnValue_t DeviceHandlerBase::handleDeviceHandlerMessage(
|
||||
if (result == RETURN_OK) {
|
||||
replyReturnvalueToCommand(RETURN_OK);
|
||||
} else {
|
||||
replyReturnvalueToCommand(CANT_SWITCH_IOBOARD);
|
||||
replyReturnvalueToCommand(CANT_SWITCH_IO_ADDRESS);
|
||||
}
|
||||
}
|
||||
return RETURN_OK;
|
||||
|
Reference in New Issue
Block a user