typenav

package
v0.0.0-...-3444db6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STOPPED int = 1 + iota
	RUNNING
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Page

type Page struct {
	Content string
	Lang    lang.LangFile
}

type Pos

type Pos struct {
	Time    time.Time // Time of fix.
	Lat     float64   // Latitude.
	Lon     float64   // Longitude.
	Fix     string    // Quality of fix.
	Sat     int64     // Number of satellites in use.
	HDOP    float64   // Horizontal dilution of precision.
	Ele     float64   // Altitude.
	Name    string
	Comment string
	Valid   bool // Pos is valid
}

type StepType

type StepType string
const (
	StepInit          StepType = "Init"
	StepWaitForGPSFix StepType = "WaitForGPSFix"
	StepGPSFix        StepType = "GPSFix"
	StepCheckGPS      StepType = "CheckGPS"
	StepNavigate      StepType = "Navigate"
	StepTrack         StepType = "Track"
	StepEnd           StepType = "End"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL