fsfw and example_common update

This commit is contained in:
2021-08-10 11:23:06 +02:00
parent 018efba6b2
commit 877b671a79
3 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,8 @@ void ObjectFactory::produce(void* args) {
/* TMTC Reception via UDP socket */
auto tmtcBridge = new UdpTmTcBridge(objects::UDP_BRIDGE, objects::CCSDS_DISTRIBUTOR);
tmtcBridge->setMaxNumberOfPacketsStored(20);
sif::info << "Opening UDP TMTC server on port " << tmtcBridge->getUdpPort() <<
std::endl;
new UdpTcPollingTask(objects::UDP_POLLING_TASK, objects::UDP_BRIDGE);
#endif /* OBSW_ADD_CORE_COMPONENTS == 1 */