1
0
forked from fsfw/fsfw

communication message extended

This commit is contained in:
2020-03-03 21:20:08 +01:00
parent 72963f5855
commit dd4a5a45e3
4 changed files with 183 additions and 22 deletions

View File

@ -22,7 +22,8 @@
* 4. Read received data
*
* To identify different connection over a single interface can return so-called cookies to components.
*
* The CommunicationMessage message type can be used to extend the functionality of the
* ComIF if a separate polling task is required.
*/
class DeviceCommunicationIF: public HasReturnvaluesIF {
public: