Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSource int
const ( EventTime DataSource = 1 << iota Event RaceControl Weather Timing Telemetry Location TeamRadio Drivers )
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func Create ¶
func Create( ctx context.Context, wg *sync.WaitGroup, requestedData DataSource, incoming <-chan connection.Payload, output flowControl.Flow, assets connection.AssetStore, session Messages.SessionType, log *f1log.F1GopherLibLog, timezone *time.Location) *Parser
func (*Parser) ParseErrorf ¶
func (*Parser) ParseTimeError ¶
func (*Parser) SelectTelemetrySources ¶ added in v1.0.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.