Categorygithub.com/twpayne/go-xctrack
modulepackage
1.2.0
Repository: https://github.com/twpayne/go-xctrack.git
Documentation: pkg.go.dev

# README

go-xctrack

PkgGoDev

Package xctrack implements XCTrack's task format.

Features:

  • Reading and writing of .xctsk files.
  • Generation and parsing of XCTSK: URLs.
  • Encoding and decoding XCTSK: URLs as QR codes.

Additionally, a command line utility in cmd/xctrack converts between these formats.

License

MIT

# Packages

No description provided by the author

# Functions

ParseTask parses a Task from data.

# Constants

Directions.
Directions.
Earth models.
Earth models.
Constants.
Goal types.
Goal types.
Constants.
QR code directions.
QR code directions.
QR code Earth models.
QR code Earth models.
QR code goal types.
QR code goal types.
Constants.
QR code start of speed section types.
QR code start of speed section types.
QR code task types.
QR code task types.
Constants.
QR code turnpoint types.
QR code turnpoint types.
QR code turnpoint types.
Start of speed section types.
Start of speed section types.
Task types.
Task types.
Turnpoint types.
Turnpoint types.
Turnpoint types.
Turnpoint types.
Constants.

# Structs

A Goal is a goal.
A QRCodeGoal is a QR code goal.
A QRCodeSSS is a QR code start.
A QRCodeTask is a QR code task.
A QRCodeTurnpoint is a QR code turnpoint.
A QRCodeTurnpointZ is a QR code turnpoint Z.
An SSS is a start of speed section.
A Takeoff is a takeoff.
A Task is an XC Track task, see http://xctrack.org/Competition_Interfaces.html.
A TimeOfDay is a time of day.
A Turnpoint is a turnpoint.
A Waypoint is a waypoint.

# Type aliases

An Direction is a direction.
An EarthModel is an Earth model.
A GoalType is a goal type.
A QRCodeDirection is a QR code direction.
A QRCodeEarthModel is a QR code Earth model.
A QRCodeGoalType is a QR code goal type.
A QRCodeSSSType is a QR code start of speed section type.
A QRCodeTaskType is a QR code task type.
A QRCodeTurnpointType is a QR code turnpoint type.
An SSSType is a start of speed section type.
A TaskType is a task type.
A TurnpointType is a turnpoint type.