mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +00:00
[traffic] Consolidate feed queue before decoding messages
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -35,8 +35,12 @@ constexpr uint8_t kMaxspeedNone = 255;
|
||||
* Where no time zone is indicated, the timestamp shall always be interpreted as UTC.
|
||||
* `IsoTime` currently maps to `std::tm`, but this is not guaranteed.
|
||||
*/
|
||||
// TODO make this a class with a private std::tm member
|
||||
using IsoTime = std::tm;
|
||||
|
||||
bool operator< (IsoTime lhs, IsoTime rhs);
|
||||
bool operator> (IsoTime lhs, IsoTime rhs);
|
||||
|
||||
// TODO enum urgency
|
||||
|
||||
enum class Directionality
|
||||
|
||||
Reference in New Issue
Block a user