v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
226 changed files with 6660 additions and 12111 deletions
Showing only changes of commit d51e2c19f6 - Show all commits

View File

@ -46,11 +46,7 @@ class PayloadPcduHandler : DeviceHandlerBase {
PCDU_ON,
} state = States::PCDU_OFF;
enum class MonitoringMode {
NONE,
CLOSE_TO_ZERO,
NEGATIVE
} monMode = MonitoringMode::NONE;
enum class MonitoringMode { NONE, CLOSE_TO_ZERO, NEGATIVE } monMode = MonitoringMode::NONE;
// This variable is tied to DRO +6 V voltage. Voltages, currents are monitored and the experiment
// is shut down immediately if there is a negative voltage.