1
0
forked from fsfw/fsfw

service interface update

This commit is contained in:
2021-01-12 15:06:25 +01:00
parent 295852a45c
commit 165710b43c
5 changed files with 102 additions and 62 deletions

View File

@ -2,6 +2,7 @@
#define FSFW_SERVICEINTERFACE_SERVICEINTERFACE_H_
#include <FSFWConfig.h>
#include "serviceInterfaceDefintions.h"
#if FSFW_CPP_OSTREAM_ENABLED == 1
#include <fsfw/serviceinterface/ServiceInterfaceStream.h>