[traffxml] Store message cache in file

So far only API and tests, and without decoded segments

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-20 17:23:22 +03:00
parent 371a58f6f9
commit 9fb08bdc56
7 changed files with 246 additions and 18 deletions

View File

@@ -83,6 +83,12 @@ public:
*/
void Shift(IsoTime nowRef);
/**
* @brief Returns a string representation of the instance.
* @return The timestamp in ISO 8601 format.
*/
std::string ToString() const;
bool operator< (IsoTime & rhs);
bool operator> (IsoTime & rhs);
private: