fsfw/src/fsfw/tmtcservices
Robin Mueller 458fe460eb
TMTC Routing Refactoring
1. Make TcDistributor less powerful / more flexible and rename it to TcDistributorBase
2. Require AcceptsTelecommandsIF to have an abstract function returning the name
3. Allows the CCSDS distributor to remove the CCSDS header before rerouting. This is useful
for protocols like CFDP which are CCSDS agnostic.

WIP: Still need to implement the removal of the CCSDS header
2022-08-01 11:00:36 +02:00
..
AcceptsTelecommandsIF.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
AcceptsTelemetryIF.h adapt PSB so it can be unittested properly 2022-07-26 16:49:46 +02:00
AcceptsVerifyMessageIF.h add new VerificationReporterIF 2022-07-26 13:59:09 +02:00
CMakeLists.txt add new HasReturnvaluesIF features 2022-07-26 10:21:16 +02:00
CommandingServiceBase.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CommandingServiceBase.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusServiceBase.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusServiceBase.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusVerificationReport.cpp reapply clang format 2022-02-02 10:29:30 +01:00
PusVerificationReport.h start PUS TC refactoring 2022-07-18 18:36:41 +02:00
SourceSequenceCounter.h start refactoring PUS TM handling 2022-07-20 11:43:16 +02:00
SpacePacketParser.cpp reapply clang format 2022-02-02 10:29:30 +01:00
SpacePacketParser.h reapply clang format 2022-02-02 10:29:30 +01:00
tcHelpers.cpp default PUS receiver set automatically now 2022-07-26 17:41:10 +02:00
tcHelpers.h default PUS receiver set automatically now 2022-07-26 17:41:10 +02:00
tmHelpers.cpp added additional TM store and send helper 2022-07-26 11:09:57 +02:00
tmHelpers.h some more fixes 2022-07-28 13:00:53 +02:00
TmSendHelper.cpp various bugs and improvements 2022-07-27 17:00:43 +02:00
TmSendHelper.h various bugs and improvements 2022-07-27 17:00:43 +02:00
TmStoreAndSendHelper.cpp some more fail tests 2022-07-28 13:42:34 +02:00
TmStoreAndSendHelper.h add new VerificationReporterIF 2022-07-26 13:59:09 +02:00
TmStoreHelper.cpp add helper methods to disable crc calculation 2022-07-27 11:41:06 +02:00
TmStoreHelper.h add helper methods to disable crc calculation 2022-07-27 11:41:06 +02:00
TmTcBridge.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
TmTcBridge.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
TmTcMessage.cpp adapt PSB so it can be unittested properly 2022-07-26 16:49:46 +02:00
TmTcMessage.h adapt PSB so it can be unittested properly 2022-07-26 16:49:46 +02:00
VerificationCodes.h some fixes 2022-07-21 13:48:58 +02:00
VerificationReporter.cpp some more fixes 2022-07-28 13:00:53 +02:00
VerificationReporter.h psb unittests almost complete 2022-07-26 18:58:36 +02:00
VerificationReporterIF.h do not use TC info for failed TC retrieval 2022-07-29 10:23:59 +02:00