Serial port and GPS

IPClientGPS Members

IPClientGPS overview

Public Static (Shared) Fields

DEFAULT_SYSTEMDefault system for recomputing into UTM

Public Instance Constructors

IPClientGPS Constructor Initializes an empty object

Public Instance Properties

CoordCbSets callback method for coordinates from GPS
Filter (inherited from IPClient)For filtering lines coming from the serial port
RdLineCb (inherited from IPClient)Sets the callback for lines retreived from server
SystemSystem used for recomputing into UTM

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
operSwitches the client off or on in the specified mode
ToString (inherited from IPClient)String representation of the object

Protected Instance Methods

Finalize (inherited from IPClient)Destructor switches the client off
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_coordcbCallback for handling coordinates from GPS
m_gpscbThe delegate for handling lines retreived from server
m_lastcoordLast coordinates retrieved in parseNMEA
m_systemSystem used for recomputing into UTM

Private Instance Methods

parseNMEACallback method for handling incoming NMEA strings

See Also

IPClientGPS Class | serial Namespace | Utils.toUTM() | IPClient | SerialGPS