ploc udpdater wip
This commit is contained in:
@ -19,6 +19,7 @@ enum commonClassIds: uint8_t {
|
||||
PLOC_SUPERVISOR_HANDLER, //PLSV
|
||||
SUS_HANDLER, //SUSS
|
||||
CCSDS_IP_CORE_BRIDGE, //IPCI
|
||||
PLOC_UPDATER, //PLUD
|
||||
COMMON_CLASS_ID_END // [EXPORT] : [END]
|
||||
};
|
||||
|
||||
|
@ -80,7 +80,9 @@ enum commonObjects: uint32_t {
|
||||
RW3 = 0x44120003,
|
||||
RW4 = 0x44120004,
|
||||
|
||||
START_TRACKER = 0x44130001
|
||||
START_TRACKER = 0x44130001,
|
||||
|
||||
PLOC_UPDATER = 0x44300000
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user