1
0
forked from fsfw/fsfw

Merge branch 'mueller_DeviceHandlerBase_API_change_CookieIF' into mueller_DeviceHandlerBase_AllRefactoring

This commit is contained in:
2020-04-19 15:57:39 +02:00
2 changed files with 5 additions and 16 deletions

View File

@ -498,11 +498,6 @@ protected:
*/
uint8_t pstStep = 0;
/**
* This will be used in the RMAP getRead command as expected length, is set by the constructor, can be modiefied at will.
*/
const uint32_t maxDeviceReplyLen;
/**
* wiretapping flag:
*
@ -994,11 +989,6 @@ private:
*/
CookieInfo cookieInfo;
/**
* cached from ctor for initialize()
*/
const uint32_t ioBoardAddress;
/**
* Used for timing out mode transitions.
*