starting work on tmtcbridge

This commit is contained in:
2023-10-27 13:43:34 +02:00
parent 528fe38397
commit a4bcbf64cc
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -8,6 +8,7 @@
#include "fsfw/events/EventManager.h"
#include "fsfw/health/HealthTable.h"
#include "fsfw/internalerror/InternalErrorReporter.h"
#include "fsfw/tmtc/UdpTmTcBridge.h"
#include "systemObjects.h"
namespace objects {
@@ -59,5 +60,7 @@ void ObjectFactory::produce(void *args) {
new TmManager(objects::TM_MANAGER);
new UdpTmTcBridgeNew(130,7777,0,0);
new PrintController(123);
}