rework/restructuring
This commit is contained in:
14
datapoolglob/ControllerSet.cpp
Normal file
14
datapoolglob/ControllerSet.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include <fsfw/datapoolglob/ControllerSet.h>
|
||||
|
||||
ControllerSet::ControllerSet() {
|
||||
|
||||
}
|
||||
|
||||
ControllerSet::~ControllerSet() {
|
||||
}
|
||||
|
||||
void ControllerSet::setInvalid() {
|
||||
read();
|
||||
setToDefault();
|
||||
commit(PoolVariableIF::INVALID);
|
||||
}
|
Reference in New Issue
Block a user