Searched defs:LoggedRouteChangeEvent (Results 1 – 1 of 1) sorted by relevance
25 struct LoggedRouteChangeEvent { struct27 LoggedRouteChangeEvent(Timestamp timestamp, bool connected, uint32_t overhead) in LoggedRouteChangeEvent() argument30 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()31 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()32 Timestamp log_time() const { return timestamp; } in log_time()35 bool connected;36 uint32_t overhead;