Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GPS ¶
type GPS struct {
// contains filtered or unexported fields
}
GPS is a driver for a serial attached NMEA GPS
func (*GPS) SetErrorChan ¶
func (g *GPS) SetErrorChan(c chan interface{})
SetErrorChan sets the channel where parsing errors are posted
func (*GPS) SetHeadingChan ¶
func (g *GPS) SetHeadingChan(c chan interface{})
SetHeadingChan sets the channel to the AP100 interface
func (*GPS) SetMessagesChan ¶
func (g *GPS) SetMessagesChan(c chan interface{})
SetMessagesChan sets the channel where the GPS messages are delivered
func (*GPS) SetPanicChan ¶
func (g *GPS) SetPanicChan(c chan interface{})
SetPanicChan sets the channel where panics are sent
func (*GPS) SetTracerChan ¶
func (g *GPS) SetTracerChan(c chan interface{})
SetTracerChan sets the channel to the tracer
Click to show internal directories.
Click to hide internal directories.