1
0
forked from fsfw/fsfw

virtual function to print datasets

This commit is contained in:
Jakob Meier
2022-02-03 10:37:07 +01:00
parent bf5a11cbd3
commit e9b0951a95
2 changed files with 7 additions and 0 deletions

View File

@@ -291,3 +291,5 @@ float LocalPoolDataSetBase::getCollectionInterval() const {
return 0.0;
}
}
void LocalPoolDataSetBase::printSet() { return; }