1
0
forked from fsfw/fsfw

ioBoardAddress renamed to logicalAddress

This commit is contained in:
2019-11-09 13:17:54 +01:00
parent 801bd4d7eb
commit ee765eafc7
2 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@ public:
* @param maxDeviceReplyLen the length the RMAP getRead call will be sent with
* @param setDeviceSwitch the switch the device is connected to, for devices using two switches, overwrite getSwitches()
*/
DeviceHandlerBase(uint32_t ioBoardAddress, object_id_t setObjectId,
DeviceHandlerBase(uint32_t logicalAddress, object_id_t setObjectId,
uint32_t maxDeviceReplyLen, uint8_t setDeviceSwitch,
object_id_t deviceCommunication, uint32_t thermalStatePoolId =
PoolVariableIF::NO_PARAMETER,
@ -149,7 +149,7 @@ protected:
/**
* cached from ctor for initialize()
*/
const uint32_t ioBoardAddress;
const uint32_t logicalAddress;
/**
* The Returnvalues id of this class, required by HasReturnvaluesIF