new amalgated header
This commit is contained in:
parent
98af84c145
commit
8c8965177f
12
serviceinterface/ServiceInterface.h
Normal file
12
serviceinterface/ServiceInterface.h
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#ifndef FSFW_SERVICEINTERFACE_SERVICEINTERFACE_H_
|
||||||
|
#define FSFW_SERVICEINTERFACE_SERVICEINTERFACE_H_
|
||||||
|
|
||||||
|
#include <FSFWConfig.h>
|
||||||
|
|
||||||
|
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||||
|
#include <fsfw/serviceinterface/ServiceInterfaceStream.h>
|
||||||
|
#else
|
||||||
|
#include <fsfw/serviceinterface/ServiceInterfacePrinter.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* FSFW_SERVICEINTERFACE_SERVICEINTERFACE_H_ */
|
Loading…
Reference in New Issue
Block a user