8#include <wpi/json_fwd.h>
42void to_json(wpi::json& json,
const EventMarker& event);
43void from_json(
const wpi::json& json,
EventMarker& event);
Definition EventMarker.h:15
units::second_t timestamp
The timestamp of the event.
Definition EventMarker.h:17
bool operator==(const EventMarker &) const =default
EventMarker OffsetBy(units::second_t timestampOffset) const
Definition EventMarker.h:30
std::string event
The event.
Definition EventMarker.h:20