1
0
forked from fsfw/fsfw

communication message continued.

Some fixed timeslot task improvements
This commit is contained in:
2020-03-04 00:37:58 +01:00
parent dd4a5a45e3
commit fb6172fdc5
5 changed files with 65 additions and 32 deletions

View File

@ -33,6 +33,11 @@ class StorageManagerIF;
* Contains all devices and the DeviceHandlerBase class.
*/
/**
* Physical address type
*/
typedef uint32_t address_t;
/**
* @brief This is the abstract base class for device handlers.
* @details
@ -91,7 +96,7 @@ public:
* @param fdirInstance
* @param cmdQueueSize
*/
DeviceHandlerBase(uint32_t logicalAddress, object_id_t setObjectId,
DeviceHandlerBase(address_t logicalAddress, object_id_t setObjectId,
uint32_t maxDeviceReplyLen, uint8_t setDeviceSwitch,
object_id_t deviceCommunication,
uint32_t thermalStatePoolId = PoolVariableIF::NO_PARAMETER,