submodule update, obj factory update, cmake form
This commit is contained in:
parent
5f4b1520d5
commit
8502b7ad26
@ -47,8 +47,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);
|
||||
|
||||
|
@ -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 */
|
||||
|
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit 08b9e92d25bc78b68d7a101a2451c17def7c8d3b
|
||||
Subproject commit c1d30aad13753591b57db9e549333a596b606947
|
@ -1 +1 @@
|
||||
Subproject commit 474ccbcaad7cedeb252c560c979dd7bf0d3f5ef3
|
||||
Subproject commit f80d00ea63b9be872fd3422866ab50d686fddf01
|
Reference in New Issue
Block a user