Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAddress = "localhost:2947" DialTimeout = time.Millisecond * 500 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GpsdClient ¶
type GpsdClient struct {
// contains filtered or unexported fields
}
type TPVMsg ¶
type TPVMsg struct {
Class string `json:"class"`
Tag string `json:"tag"`
Device string `json:"device"`
Mode int `json:"mode"`
Time time.Time `json:"time"`
Ept float64 `json:"ept"`
Lat float64 `json:"lat"`
Lon float64 `json:"lon"`
Alt float64 `json:"alt"`
Epx float64 `json:"epx"`
Epy float64 `json:"epy"`
Epv float64 `json:"epv"`
Track float64 `json:"track"`
Speed float64 `json:"speed"`
Climb float64 `json:"climb"`
Epd float64 `json:"epd"`
Eps float64 `json:"eps"`
Epc float64 `json:"epc"`
Eph float64 `json:"eph"`
}
Click to show internal directories.
Click to hide internal directories.