fsfw/datapool/ControllerSet.cpp

15 lines
199 B
C++
Raw Normal View History

2020-08-13 20:53:35 +02:00
#include "ControllerSet.h"
ControllerSet::ControllerSet() {
}
ControllerSet::~ControllerSet() {
}
void ControllerSet::setInvalid() {
read();
setToDefault();
commit(PoolVariableIF::INVALID);
}