Commit Graph

13 Commits

Author SHA1 Message Date
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
7e8afcc12f
remove nullptr check 2022-07-27 20:37:21 +02:00
18ee2ab903
example compiles again 2022-07-27 11:26:47 +02:00
69859fdbc9
rerun afmt 2022-06-13 16:21:20 +02:00
e67fc2ab0d
some fixes for TC Map printout function 2022-06-13 10:56:37 +02:00
f7cde80088
added missing delete 2022-05-24 14:32:35 +02:00
e60a665de4
added 3 new subservices 2022-05-24 11:52:29 +02:00
0b53b4873f
bugfix for srv11 2022-05-20 11:20:31 +02:00
d0fc360697
apply afmt 2022-05-20 08:34:14 +02:00
038e47a46e
better returncode handling 2022-05-13 00:30:01 +02:00
b8cfb36426
added additional explicit returnvalues 2022-05-12 17:05:58 +02:00
c4c340fde1
lot of refactoring 2022-05-12 16:56:06 +02:00
bfa77cf810
Add TC scheduler service
- Written by David Woodward as part of the SOURCE project
- Adaptions to make it more generic and compatible to FSFW
2022-03-29 15:07:29 +02:00