ploc memory dumper wip

This commit is contained in:
Jakob.Meier
2021-08-29 07:31:34 +02:00
parent 333c46bdf8
commit 89b68940be
6 changed files with 351 additions and 1 deletions

View File

@ -21,6 +21,7 @@ enum commonClassIds: uint8_t {
CCSDS_IP_CORE_BRIDGE, //IPCI
PLOC_UPDATER, //PLUD
GOM_SPACE_HANDLER, //GOMS
PLOC_MEMORY_DUMPER, //PLMEMDUMP
COMMON_CLASS_ID_END // [EXPORT] : [END]
};