Persistent TM Store #320
@@ -34,6 +34,9 @@ class PusTmFunnel : public TmFunnelBase {
|
|||||||
ReturnValue_t performOperation(uint8_t operationCode);
|
ReturnValue_t performOperation(uint8_t operationCode);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
// Update TV stamp every 5 minutes
|
||||||
|
static constexpr dur_millis_t TV_UPDATE_INTERVAL_SECS = 60 * 5;
|
||||||
|
|
||||||
uint16_t sourceSequenceCount = 0;
|
uint16_t sourceSequenceCount = 0;
|
||||||
TimeReaderIF &timeReader;
|
TimeReaderIF &timeReader;
|
||||||
bool storesInitialized = false;
|
bool storesInitialized = false;
|
||||||
|
Reference in New Issue
Block a user