gps

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GPSData

type GPSData struct {
	Latitude      float64
	Longitude     float64
	Altitude      float64
	Speed         float64
	Track         float64
	NumSatellites int64
	HDOP          float64
	// contains filtered or unexported fields
}

type GpsS

type GpsS struct {
	Data GPSData
	// contains filtered or unexported fields
}
var GPS GpsS

func (*GpsS) Poll

func (g *GpsS) Poll(ctx context.Context)

func (*GpsS) Scan

func (g *GpsS) Scan()

func (*GpsS) Start

func (g *GpsS) Start(log logadapter.Logger)

func (*GpsS) Stop

func (g *GpsS) Stop()

Jump to

Keyboard shortcuts

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