fsfw/src/fsfw/tcdistribution
Robin Mueller 458fe460eb
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
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
..
CcsdsDistributor.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CcsdsDistributor.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CcsdsDistributorIF.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CcsdsPacketChecker.cpp various bugs and improvements 2022-07-27 17:00:43 +02:00
CcsdsPacketChecker.h various bugs and improvements 2022-07-27 17:00:43 +02:00
CcsdsPacketCheckIF.h various bugs and improvements 2022-07-27 17:00:43 +02:00
CcsdsUnpacker.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CcsdsUnpacker.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CfdpDistributor.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CfdpDistributor.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
CfdpDistributorIF.h some renaming 2022-07-29 12:03:14 +02:00
CfdpPacketChecker.h various bugs and improvements 2022-07-27 17:00:43 +02:00
CMakeLists.txt using uint32_t for getIdentifier of AcceptsTcIF 2022-07-29 15:53:39 +02:00
definitions.h a lot of refactoring 2022-07-19 18:13:25 +02:00
PusDistributor.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusDistributor.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusDistributorIF.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
PusPacketChecker.cpp various bugs and improvements 2022-07-27 17:00:43 +02:00
PusPacketChecker.h various bugs and improvements 2022-07-27 17:00:43 +02:00
TcDistributor.cpp TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
TcDistributorBase.h TMTC Routing Refactoring 2022-08-01 11:00:36 +02:00
TcPacketCheckCFDP.cpp various bugs and improvements 2022-07-27 17:00:43 +02:00