update dev handler IDs

This commit is contained in:
2021-06-24 16:39:46 +02:00
committed by Robin.Mueller
parent fe65099b58
commit 32c23ae2de
2 changed files with 46 additions and 46 deletions

View File

@ -49,32 +49,32 @@ enum sourceObjects: uint32_t {
GPIO_IF = 0x49010005,
/* Custom device handler */
PCDU_HANDLER = 0x44200032,
SOLAR_ARRAY_DEPL_HANDLER = 0x44410033,
SYRLINKS_HK_HANDLER = 0x44530034,
HEATER_HANDLER = 0x44410035,
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 = 0x44420036,
RTD_IC4 = 0x44420037,
RTD_IC5 = 0x44420038,
RTD_IC6 = 0x44420039,
RTD_IC7 = 0x44420040,
RTD_IC8 = 0x44420041,
RTD_IC9 = 0x44420042,
RTD_IC10 = 0x44420043,
RTD_IC11 = 0x44420044,
RTD_IC12 = 0x44420045,
RTD_IC13 = 0x44420046,
RTD_IC14 = 0x44420047,
RTD_IC15 = 0x44420048,
RTD_IC16 = 0x44420049,
RTD_IC17 = 0x44420050,
RTD_IC18 = 0x44420051,
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 = 0x44300052,
RAD_SENSOR = 0x44300071,
/* 0x54 ('T') for test handlers */
TEST_TASK = 0x54694269,