CMake update #11

Merged
meierj merged 25 commits from mueller/cmake-update into develop 2020-12-29 17:55:35 +01:00
203 changed files with 1485 additions and 16730 deletions
Showing only changes of commit d0114d53c2 - Show all commits

View File

@@ -1,3 +1,4 @@
#include <fsfw/datapoollocal/LocalDataPoolManager.h>
#include "ObjectFactory.h" #include "ObjectFactory.h"
#include <objects/systemObjectList.h> #include <objects/systemObjectList.h>
@@ -25,6 +26,8 @@ void Factory::setStaticFrameworkObjectIds() {
// No storage object for now. // No storage object for now.
TmFunnel::storageDestination = objects::NO_OBJECT; TmFunnel::storageDestination = objects::NO_OBJECT;
LocalDataPoolManager::defaultHkDestination = objects::NO_OBJECT;
VerificationReporter::messageReceiver = objects::PUS_SERVICE_1_VERIFICATION; VerificationReporter::messageReceiver = objects::PUS_SERVICE_1_VERIFICATION;
TmPacketStored::timeStamperId = objects::TIME_STAMPER; TmPacketStored::timeStamperId = objects::TIME_STAMPER;
} }