now it compiles
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:
@ -994,7 +994,8 @@ void ThermalController::ctrlAcsBoard() {
|
||||
void ThermalController::ctrlMgt() {
|
||||
// TODO: cast deviceTemperatures.mgt
|
||||
PoolReadGuard pg(&imtqThermalSet);
|
||||
ThermalComponentIF::StateRequest heaterReq = imtqThermalSet.heaterRequest.value;
|
||||
ThermalComponentIF::StateRequest heaterReq =
|
||||
static_cast<ThermalComponentIF::StateRequest>(imtqThermalSet.heaterRequest.value);
|
||||
// ctrlComponentTemperature(heater::HEATER_2_ACS_BRD, heater::HEATER_3_PCDU_PDU,
|
||||
// sensorTemperatures.sensor_magnettorquer, deviceTemperatures.mgt,
|
||||
// sensorTemperatures.sensor_plpcdu_heatspreader, &mgtLimits);
|
||||
@ -1162,7 +1163,7 @@ void ThermalController::chooseHeater(heater::Switchers& switchNr, heater::Switch
|
||||
redSwitchNrInUse = true;
|
||||
} else {
|
||||
heaterAvailable = false;
|
||||
// TODO: triggerEvent(NO_HEALTHY_HEATER_AVAILABLE, switchNr, redSwitchNr);
|
||||
triggerEvent(NO_HEALTHY_HEATER_AVAILABLE, switchNr, redSwitchNr);
|
||||
sif::error << "ThermalController::chooseSensor: Both heater: " << switchNr << " + "
|
||||
<< redSwitchNr << " not healthy" << std::endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user