submodule update, obj factory update, cmake form

This commit is contained in:
2021-05-05 19:43:03 +02:00
parent 5f4b1520d5
commit 8502b7ad26
5 changed files with 17 additions and 19 deletions

View File

@ -48,8 +48,7 @@ void ObjectFactory::produce() {
}
/* TMTC Reception via UDP socket */
auto tmtcBridge = new UdpTmTcBridge(objects::UDP_BRIDGE, objects::CCSDS_DISTRIBUTOR,
objects::TM_STORE, objects::TC_STORE);
auto tmtcBridge = new UdpTmTcBridge(objects::UDP_BRIDGE, objects::CCSDS_DISTRIBUTOR);
tmtcBridge->setMaxNumberOfPacketsStored(20);
new UdpTcPollingTask(objects::UDP_POLLING_TASK, objects::UDP_BRIDGE);
#endif /* OBSW_ADD_CORE_COMPONENTS == 1 */