1
0
forked from fsfw/fsfw

added cookie caching and deletion

This commit is contained in:
2020-05-17 15:28:00 +02:00
parent b8e7b12a63
commit fb0834ffe1
2 changed files with 6 additions and 4 deletions

View File

@ -606,12 +606,12 @@ protected:
/**
* Communication object used for device communication
*/
DeviceCommunicationIF *communicationInterface = nullptr;
DeviceCommunicationIF * communicationInterface = nullptr;
/**
* Cookie used for communication
*/
CookieIF * comCookie = nullptr;
CookieIF * comCookie;
struct DeviceCommandInfo {
bool isExecuting; //!< Indicates if the command is already executing.