changes thermal controller
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -148,7 +148,34 @@ class ThermalController : public ExtendedControllerBase {
|
||||
void copySus();
|
||||
void copyDevices();
|
||||
|
||||
void ctrl4KCamera();
|
||||
void ctrlHeater(heater::Switchers switchNr, heater::Switchers redSwitchNr, bool redSwitchNrInUse,
|
||||
float sensorTemp, float opLowerLimit, float cutOffLimit);
|
||||
void chooseHeater(heater::Switchers switchNr, heater::Switchers redSwitchNr,
|
||||
bool& redSwitchNrInUse, bool& heaterAvailable);
|
||||
|
||||
void ctrlAcsBoard();
|
||||
void ctrlMgt();
|
||||
void ctrlRw();
|
||||
void ctrlStr();
|
||||
void ctrlIfBoard();
|
||||
void ctrlTcsBoard();
|
||||
void ctrlObc();
|
||||
void ctrlObcIfBoard();
|
||||
void ctrlSBandTransceiver();
|
||||
void ctrlPcduP60Board();
|
||||
void ctrlPcduAcu();
|
||||
void ctrlPcduPdu();
|
||||
void ctrlPlPcduBoard();
|
||||
void ctrlPlocMissionBoard();
|
||||
void ctrlPlocProcessingBoard();
|
||||
void ctrlDac();
|
||||
void ctrlCameraBody();
|
||||
void ctrlDro();
|
||||
void ctrlX8();
|
||||
void ctrlHpa();
|
||||
void ctrlTx();
|
||||
void ctrlMpa();
|
||||
void ctrlScexBoard();
|
||||
};
|
||||
|
||||
#endif /* MISSION_CONTROLLER_THERMALCONTROLLER_H_ */
|
||||
|
Reference in New Issue
Block a user