1
0
forked from fsfw/fsfw

typedef address_t moved to deviceComIF

This commit is contained in:
2020-03-19 00:49:47 +01:00
parent b5fe1fa530
commit a3903f80fb
4 changed files with 52 additions and 27 deletions

View File

@ -4,7 +4,8 @@
#include <framework/devicehandlers/DeviceCommunicationIF.h>
/**
* @brief This class is a implementation of a DeviceCommunicationIF for RMAP calls. It expects RMAPCookies or a derived class of RMAPCookies
* @brief This class is a implementation of a DeviceCommunicationIF for RMAP calls.
* It expects RMAPCookies or a derived class of RMAPCookies
*
* @details The open, close and reOpen calls are mission specific
* The open call might return any child of RMAPCookies
@ -44,7 +45,8 @@ public:
/**
* Closing call of connection and memory free of cookie. Mission dependent call
* Closing call of connection and free memory of cookie.
* Mission dependent call
* @param cookie
*/
virtual void close(Cookie *cookie) = 0;