added 5v stack status read in PCDU handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -10,6 +10,7 @@ enum class HandlerState { SWITCH_PENDING, IDLE };
|
||||
|
||||
class Stack5VHandler {
|
||||
public:
|
||||
static constexpr ReturnValue_t BUSY = returnvalue::makeCode(1, 0);
|
||||
Stack5VHandler(PowerSwitchIF& switcher);
|
||||
|
||||
ReturnValue_t deviceToOn(StackCommander commander);
|
||||
@ -22,8 +23,6 @@ class Stack5VHandler {
|
||||
PowerSwitchIF& switcher;
|
||||
bool switchIsOn = false;
|
||||
HandlerState handlerState = HandlerState::IDLE;
|
||||
bool plPcduCommandedOn = false;
|
||||
bool radSensorCommandedOn = false;
|
||||
bool radSensorIsOn = false;
|
||||
bool plPcduIsOn = false;
|
||||
pcdu::Switches stackSwitch = pcdu::Switches::P60_DOCK_5V_STACK;
|
||||
|
Reference in New Issue
Block a user