command init switch state
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-03-07 14:46:46 +01:00
parent b53900071c
commit f83153934c
6 changed files with 104 additions and 73 deletions

View File

@ -84,6 +84,7 @@ class PCDUHandler : public PowerSwitchIF,
MessageQueueIF* commandQueue = nullptr;
size_t cmdQueueSize;
bool firstSwitchInfo = true;
PeriodicTaskIF* executingTask = nullptr;