the stores only keep references to the current time
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-12-13 15:24:51 +01:00
parent 130a3ce727
commit 8c10cbe37b
5 changed files with 15 additions and 11 deletions

View File

@ -37,7 +37,9 @@ class PusTmFunnel : public TmFunnelBase {
uint16_t sourceSequenceCount = 0;
TimeReaderIF &timeReader;
bool storesInitialized = false;
timeval currentTv;
TmStore miscStore;
TmStore eventStore;
SdCardMountedIF &sdcMan;
ReturnValue_t handlePacket(TmTcMessage &message);