Fix for event definitions #31

Merged
meierj merged 14 commits from mueller/fix-events into eive/develop 2022-02-03 18:20:49 +01:00
Showing only changes of commit fca48257b7 - Show all commits

View File

@ -46,7 +46,7 @@ class StaticLocalDataSet : public LocalPoolDataSetBase {
}
private:
std::array<PoolVariableIF*, NUM_VARIABLES> poolVarList;
std::array<PoolVariableIF*, NUM_VARIABLES> poolVarList = {};
};
#endif /* FSFW_DATAPOOLLOCAL_STATICLOCALDATASET_H_ */