fsfw/src/fsfw
Robin Mueller 5907f8ee9d
Added CFDP packet stack
This PR adds the packet stack for the CCSDS File Delivery Protocol.
It also refactors the existing TMTC infastructure to allow sending
of CFDP packets to the CCSDS handlers.

This includes the whole PDU (Protocol Data Unit) stack:

- File Data PDUs

and all file directive PDUs

- ACK PDU
- NAK PDU
- Metadata PDU
- Finished PDU
- Prompt PDU
- Keep Alive PDU
- EOF PDU

The PR includes a full set of unittests for the packet stack
with a coverage of 90+ %.

The refactoring of the existing TMTC infastructure includes non-ideal
solutions like diamond inheritance.
Avoiding this solution would require refactoring the packet stack.
This would be a good idea anyway because the existing stack is tightly
coupled to the FSFW, making reuse more difficult if only the stack is
planned to be used without the store functionalities etc.

The PDU implementation provided here is only weakly coupled to the FSFW,
only using components like returnvalues or the Serialization modules.
There are dedicated serializers and deserializers, which also helps in
creating small focused modules which are easy to test.

Some of the modules here were provied by Matthias Tompert.
2021-12-03 15:37:49 +01:00
..
action Merge remote-tracking branch 'origin/development' into meier/ActionHelperQueueCheck 2021-09-06 18:48:13 +02:00
cfdp Added CFDP packet stack 2021-12-03 15:37:49 +01:00
container trying to fuse header / inc 2021-07-19 16:25:51 +02:00
controller Added CFDP packet stack 2021-12-03 15:37:49 +01:00
coordinates wrong path for sgp4 include 2021-08-02 21:22:56 +02:00
datalinklayer optional module handling complete 2021-07-19 18:26:54 +02:00
datapool trying to fuse header / inc 2021-07-19 16:25:51 +02:00
datapoollocal Op Divider and bitutility updates 2021-11-10 18:48:02 +01:00
devicehandlers Added CFDP packet stack 2021-12-03 15:37:49 +01:00
events moved class id and subsystem ID 2021-09-26 22:38:47 +02:00
fdir trying to fuse header / inc 2021-07-19 16:25:51 +02:00
globalfunctions Op Divider and bitutility updates 2021-11-10 18:48:02 +01:00
health trying to fuse header / inc 2021-07-19 16:25:51 +02:00
housekeeping trying to fuse header / inc 2021-07-19 16:25:51 +02:00
internalerror trying to fuse header / inc 2021-07-19 16:25:51 +02:00
ipc Added CFDP packet stack 2021-12-03 15:37:49 +01:00
memory use IF instead of void pointer 2021-11-10 18:49:29 +01:00
modes trying to fuse header / inc 2021-07-19 16:25:51 +02:00
monitoring optional module handling complete 2021-07-19 18:26:54 +02:00
objectmanager Added CFDP packet stack 2021-12-03 15:37:49 +01:00
osal Added CFDP packet stack 2021-12-03 15:37:49 +01:00
parameters trying to fuse header / inc 2021-07-19 16:25:51 +02:00
power trying to fuse header / inc 2021-07-19 16:25:51 +02:00
pus minor updates for PUS services 2021-10-07 10:39:16 +02:00
returnvalues Added CFDP packet stack 2021-12-03 15:37:49 +01:00
rmap optional module handling complete 2021-07-19 18:26:54 +02:00
serialize Added CFDP packet stack 2021-12-03 15:37:49 +01:00
serviceinterface Printer updates 2021-08-06 11:06:33 +02:00
storagemanager trying to fuse header / inc 2021-07-19 16:25:51 +02:00
subsystem Added CFDP packet stack 2021-12-03 15:37:49 +01:00
tasks check for empty PST 2021-09-27 11:16:27 +02:00
tcdistribution Added CFDP packet stack 2021-12-03 15:37:49 +01:00
thermal trying to fuse header / inc 2021-07-19 16:25:51 +02:00
timemanager Merge remote-tracking branch 'origin/development' into gaisser_countdown_timer 2021-09-27 21:06:20 +02:00
tmstorage optional module handling complete 2021-07-19 18:26:54 +02:00
tmtcpacket Added CFDP packet stack 2021-12-03 15:37:49 +01:00
tmtcservices Added CFDP packet stack 2021-12-03 15:37:49 +01:00
action.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
CMakeLists.txt Added CFDP packet stack 2021-12-03 15:37:49 +01:00
datapoollocal.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
FSFW.h.in Added CFDP packet stack 2021-12-03 15:37:49 +01:00
FSFWVersion.h.in more review corrections 2021-10-11 16:06:12 +02:00
health.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
housekeeping.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
objectmanager.h optional module handling complete 2021-07-19 18:26:54 +02:00
platform.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
serialize.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
serviceinterface.h optional module handling complete 2021-07-19 18:26:54 +02:00