fsfw and example_common update
This commit is contained in:
@ -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 */
|
||||
|
Submodule example_common updated: cf8552e950...693676304a
2
fsfw
2
fsfw
Submodule fsfw updated: 8b39248a33...a747be6c65
Reference in New Issue
Block a user