From 7759b19961a9892d9f1473c49fe64f450dee468d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 2 Jan 2021 23:22:50 +0100 Subject: [PATCH] added new files --- serviceinterface/CMakeLists.txt | 8 ++++---- serviceinterface/ServiceInterfacePrinter.cpp | 2 ++ serviceinterface/ServiceInterfacePrinter.h | 0 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 serviceinterface/ServiceInterfacePrinter.cpp create mode 100644 serviceinterface/ServiceInterfacePrinter.h diff --git a/serviceinterface/CMakeLists.txt b/serviceinterface/CMakeLists.txt index d84adbeb..84c79177 100644 --- a/serviceinterface/CMakeLists.txt +++ b/serviceinterface/CMakeLists.txt @@ -1,5 +1,5 @@ -target_sources(${LIB_FSFW_NAME} - PRIVATE - ServiceInterfaceStream.cpp - ServiceInterfaceBuffer.cpp +target_sources(${LIB_FSFW_NAME} PRIVATE + ServiceInterfaceStream.cpp + ServiceInterfaceBuffer.cpp + ServiceInterfacePrinter.cpp ) \ No newline at end of file diff --git a/serviceinterface/ServiceInterfacePrinter.cpp b/serviceinterface/ServiceInterfacePrinter.cpp new file mode 100644 index 00000000..4c4c28cb --- /dev/null +++ b/serviceinterface/ServiceInterfacePrinter.cpp @@ -0,0 +1,2 @@ +#include "ServiceInterfacePrinter.h" + diff --git a/serviceinterface/ServiceInterfacePrinter.h b/serviceinterface/ServiceInterfacePrinter.h new file mode 100644 index 00000000..e69de29b