moved some object ids
This commit is contained in:
@ -49,32 +49,11 @@ enum sourceObjects: uint32_t {
|
||||
GPIO_IF = 0x49010005,
|
||||
|
||||
/* Custom device handler */
|
||||
PCDU_HANDLER = 0x44200050,
|
||||
SOLAR_ARRAY_DEPL_HANDLER = 0x44410051,
|
||||
SYRLINKS_HK_HANDLER = 0x44530052,
|
||||
HEATER_HANDLER = 0x44410053,
|
||||
/**
|
||||
* Not yet specified which pt1000 will measure which device/location in the satellite.
|
||||
* Therefore object ids are named according to the IC naming of the RTDs in the schematic.
|
||||
*/
|
||||
RTD_IC3 = 0x44420054,
|
||||
RTD_IC4 = 0x44420056,
|
||||
RTD_IC5 = 0x44420057,
|
||||
RTD_IC6 = 0x44420058,
|
||||
RTD_IC7 = 0x44420059,
|
||||
RTD_IC8 = 0x44420060,
|
||||
RTD_IC9 = 0x44420061,
|
||||
RTD_IC10 = 0x44420062,
|
||||
RTD_IC11 = 0x44420063,
|
||||
RTD_IC12 = 0x44420064,
|
||||
RTD_IC13 = 0x44420065,
|
||||
RTD_IC14 = 0x44420066,
|
||||
RTD_IC15 = 0x44420067,
|
||||
RTD_IC16 = 0x44420068,
|
||||
RTD_IC17 = 0x44420069,
|
||||
RTD_IC18 = 0x44420070,
|
||||
|
||||
RAD_SENSOR = 0x44300071,
|
||||
PCDU_HANDLER = 0x442000A1,
|
||||
SOLAR_ARRAY_DEPL_HANDLER = 0x444100A2,
|
||||
SYRLINKS_HK_HANDLER = 0x445300A3,
|
||||
HEATER_HANDLER = 0x444100A4,
|
||||
RAD_SENSOR = 0x443200A5,
|
||||
|
||||
/* 0x54 ('T') for test handlers */
|
||||
TEST_TASK = 0x54694269,
|
||||
|
Reference in New Issue
Block a user