correction in factoryx

This commit is contained in:
Robin Müller 2020-12-29 02:16:39 +01:00
parent d4c4c6dd40
commit d0114d53c2

View File

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