mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user