Persistent TM Store #320

Merged
muellerr merged 109 commits from mueller/pus-15-tm-storage into develop 2023-02-24 19:03:39 +01:00
62 changed files with 1796 additions and 887 deletions
Showing only changes of commit be3c778fee - Show all commits

View File

@@ -356,6 +356,7 @@ ReturnValue_t PersistentTmStore::createMostRecentFile(std::optional<uint8_t> suf
}
ReturnValue_t PersistentTmStore::initializeTmStore() {
Clock::getClock_timeval(&currentTv);
updateBaseDir();
return assignAndOrCreateMostRecentFile();
}