announce mode worsk for heaters
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:
@ -6,9 +6,9 @@
|
||||
|
||||
#include "devices/heaterSwitcherList.h"
|
||||
|
||||
namespace thermalControllerDefinitions {
|
||||
namespace tcsCtrl {
|
||||
|
||||
enum SetIds : uint32_t {
|
||||
enum SetId : uint32_t {
|
||||
SENSOR_TEMPERATURES = 0,
|
||||
DEVICE_TEMPERATURES = 1,
|
||||
SUS_TEMPERATURES = 2,
|
||||
@ -219,6 +219,6 @@ class HeaterInfo : public StaticLocalDataSet<12> {
|
||||
lp_var_t<int16_t> heaterCurrent = lp_var_t<int16_t>(sid.objectId, PoolIds::HEATER_CURRENT, this);
|
||||
};
|
||||
|
||||
} // namespace thermalControllerDefinitions
|
||||
} // namespace tcsCtrl
|
||||
|
||||
#endif /* MISSION_CONTROLLER_CONTROLLERDEFINITIONS_THERMALCONTROLLERDEFINITIONS_H_ */
|
||||
|
Reference in New Issue
Block a user