Namespace RedMist.TimingCommon.Models
Classes
Announcement
Message to convey to team, drivers, spectators, etc.
CarControlLogs
Represents a collection of control log entries associated with a specific car.
CarPosition
Status data for a car.
CarPositionPatch
Patch variant of CarPosition with nullable properties for partial updates. Generated automatically by PatchClassGenerator.
CompetitorMetadata
Represents metadata information for a competitor, including identification, personal details, and vehicle information, used in event management or race tracking systems.
CompletedSection
Represents a completed section in the timing system for a given competitor. Multiloop support is required to utilize this feature.
ControlLogEntry
Represents a control log entry for tracking race control actions and incidents.
ControlLogStatistics
Represents statistics and status information for a control log connection typically used by the relay service.
DriverInfo
Represents identifying and descriptive information for a driver entry in an event.
Event
Represents a racing event with complete details including sessions, schedule, track information, and organization details.
EventConnectionStatus
EventEntry
Competitor entry information for an event.
EventListSummary
Represents a summary of an event for display in event listings.
EventStatus
FlagDuration
Instance of a flag state during a session.
FlagsExtensions
Organization
Represents an organization, series, or league that hosts racing events, including configuration for timing systems and branding.
Payload
RelayTelemetry
Data for use or display by the relay server. This is not intended to be used for timing data, but rather for other information that may be useful to the relay server and its users.
Section
Track segment or section information, e.g., for a pit lane or track sector. Multiloop support is required to utilize this feature.
ServiceStatus
Session
Represents a racing session/run within an event, including timing information and session characteristics.
SessionState
The overall state of a race session at any given time. This includes data needed to fully represent the race.
SessionStatePatch
Patch variant of SessionState with nullable properties for partial updates. Generated automatically by PatchClassGenerator.