1
0
forked from fsfw/fsfw

reverted some stuff

This commit is contained in:
2021-01-11 22:18:42 +01:00
parent 037bd83af9
commit 5bc46bae02
6 changed files with 21 additions and 15 deletions

View File

@ -8,7 +8,7 @@
#include <cmath>
#include <cstring>
LocalPoolDataSetBase::LocalPoolDataSetBase(AccessLocalDataPoolIF *hkOwner,
LocalPoolDataSetBase::LocalPoolDataSetBase(HasLocalDataPoolIF *hkOwner,
uint32_t setId, PoolVariableIF** registeredVariablesArray,
const size_t maxNumberOfVariables, bool periodicHandling):
PoolDataSetBase(registeredVariablesArray, maxNumberOfVariables) {