Split up PDU1 and PDU2 sets #205

Merged
meierj merged 9 commits from mueller/split-pdu1-pdu2-sets into develop 2022-04-13 12:02:07 +02:00
25 changed files with 640 additions and 1688 deletions
Showing only changes of commit 2cd5450333 - Show all commits

2
fsfw

Submodule fsfw updated: 28e93696df...94ed582297

View File

@@ -404,7 +404,7 @@ class PduCoreHk : public StaticLocalDataSet<9> {
lp_vec_t<int16_t, 9>(sid.objectId, P60System::pool::PDU_VOLTAGES, this); lp_vec_t<int16_t, 9>(sid.objectId, P60System::pool::PDU_VOLTAGES, this);
/** Output switch states */ /** Output switch states */
lp_vec_t<uint8_t, 9> outputEnables = lp_vec_t<uint8_t, 9> outputEnables =
lp_vec_t<uint8_t, 9>(sid.objectId, P60System::pool::PDU_VOLTAGES, this); lp_vec_t<uint8_t, 9>(sid.objectId, P60System::pool::PDU_OUT_ENABLE, this);
/** Number of reboots */ /** Number of reboots */
lp_var_t<uint32_t> bootcount = lp_var_t<uint32_t> bootcount =
lp_var_t<uint32_t>(sid.objectId, P60System::pool::PDU_BOOTCNT, this); lp_var_t<uint32_t>(sid.objectId, P60System::pool::PDU_BOOTCNT, this);

2
tmtc

Submodule tmtc updated: 98783a0981...259cd25b6e