1
0
forked from fsfw/fsfw

introduced command message base and

command message IF
This commit is contained in:
2020-06-12 20:23:39 +02:00
parent f578c3ea29
commit 7b538e9750
10 changed files with 232 additions and 169 deletions

View File

@ -24,7 +24,8 @@ public:
/**
* @brief With this method, the whole content and the message
* size is set to zero.
* size is set to zero. Implementations should also take care
* to clear data which is stored indirectly (e.g. storage data).
*/
virtual void clear() = 0;
@ -77,6 +78,7 @@ public:
* @return
*/
virtual size_t getMessageSize() const = 0;
virtual void setMessageSize(size_t messageSize) = 0;
/**
* Get maximum allowed size of current message implementation.