1
0
forked from fsfw/fsfw

rework/restructuring

This commit is contained in:
2020-09-06 14:57:05 +02:00
parent 50ae50d286
commit 673af26472
9 changed files with 29 additions and 24 deletions

View File

@ -0,0 +1,14 @@
#include <fsfw/datapoolglob/ControllerSet.h>
ControllerSet::ControllerSet() {
}
ControllerSet::~ControllerSet() {
}
void ControllerSet::setInvalid() {
read();
setToDefault();
commit(PoolVariableIF::INVALID);
}