Serial port and GPS

Gpsx Members

Gpsx overview

Private Static (Shared) Fields

SYMDummy string put into sym and type elements
TIMEFORMATTime format used in gpx files

Public Instance Constructors

Gpsx Constructor Initializes an empty object

Public Instance Properties

isOpenIf the gpx file has already been opened

Public Instance Methods

addCommentAdds a comment entry to the gpx file
addLocationAdds the given location to the Gpx file
closeCloses the xml document
DisposeCloses the xml document
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
openCreates the given XML file
ToString (inherited from Object) 

Protected Instance Methods

FinalizeCloses the xml document
MemberwiseClone (inherited from Object) 

Internal Instance Methods

obj_address (inherited from Object) 

Private Instance Fields

m_counterInternal counter of locations
m_maxlatMaximum latitude between open() and close()
m_maxlonMaximum longitude between open() and close()
m_minlatMinimum latitude between open() and close()
m_minlonMinimum longitude between open() and close()
m_writerThe Xml writer

See Also

Gpsx Class | serial Namespace