add 3v3 stack switching
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-04-03 16:25:32 +02:00
parent e3677f89fe
commit 6b37d292c6
6 changed files with 32 additions and 11 deletions

View File

@ -80,6 +80,7 @@ class PcduHandler : public PowerSwitchIF,
PoolEntry<uint8_t> pdu2Switches =
PoolEntry<uint8_t>(pcdu::INIT_SWITCHES_PDU2.data(), pcdu::INIT_SWITCHES_PDU2.size());
PoolEntry<uint8_t> p60Dock5VSwitch = PoolEntry<uint8_t>();
PoolEntry<uint8_t> p60Dock3V3Switch = PoolEntry<uint8_t>();
/** The timeStamp of the current pdu2HkTableDataset */
CCSDSTime::CDS_short timeStampPdu2HkDataset;