fsfw and example_common update

This commit is contained in:
Robin Müller 2021-08-10 11:23:06 +02:00
parent 018efba6b2
commit 877b671a79
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
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 */

@ -1 +1 @@
Subproject commit cf8552e9505456837a3f920af8a372007d348b8c
Subproject commit 693676304a75550e53a019e584b252ca05a0e9a5

2
fsfw

@ -1 +1 @@
Subproject commit 8b39248a33e538a6d4f15f1e8c8dc083f1b7bc4c
Subproject commit a747be6c65d2b5a27a0d3332fc22f093beb5f93a