GpsModule.SharedGpsData Class Reference

Inheritance diagram for GpsModule.SharedGpsData:
GpsModule.GgaData GpsModule.RmcData

List of all members.

Public Member Functions

void setSentance (string sentence)
void setTime (DateTime time)
void setLatitude (string latitude)
void setNorthOrSouth (char northOrSouth)
void setLongitude (string longitude)
void setEastOrWest (char eastOrWest)
void setChecksum (int checksum)
 SharedGpsData ()

Protected Attributes

string _sentence
DateTime _time
string _latitude = ""
char _northOrSouth = 'N'
string _longitude = ""
char _eastOrWest = 'W'
int _checksum = 0

Properties

string Sentance [get]
DateTime Time [get]
string Latitude [get]
char NorthOrSouth [get]
string Longitude [get]
char EastOrWest [get]
int Checksum [get]
string LatDeg [get]
string LatMin [get]
string LonDeg [get]
string LonMin [get]

Detailed Description

Definition at line 7 of file SharedGpsData.cs.


Constructor & Destructor Documentation

GpsModule.SharedGpsData.SharedGpsData (  ) 

Definition at line 64 of file SharedGpsData.cs.


Member Function Documentation

void GpsModule.SharedGpsData.setChecksum ( int  checksum  ) 

Definition at line 60 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setEastOrWest ( char  eastOrWest  ) 

Definition at line 52 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setLatitude ( string  latitude  ) 

Definition at line 28 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setLongitude ( string  longitude  ) 

Definition at line 44 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setNorthOrSouth ( char  northOrSouth  ) 

Definition at line 36 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setSentance ( string  sentence  ) 

Definition at line 12 of file SharedGpsData.cs.

void GpsModule.SharedGpsData.setTime ( DateTime  time  ) 

Definition at line 20 of file SharedGpsData.cs.


Member Data Documentation

int GpsModule.SharedGpsData._checksum = 0 [protected]

Definition at line 56 of file SharedGpsData.cs.

char GpsModule.SharedGpsData._eastOrWest = 'W' [protected]

Definition at line 48 of file SharedGpsData.cs.

string GpsModule.SharedGpsData._latitude = "" [protected]

Definition at line 24 of file SharedGpsData.cs.

string GpsModule.SharedGpsData._longitude = "" [protected]

Definition at line 40 of file SharedGpsData.cs.

char GpsModule.SharedGpsData._northOrSouth = 'N' [protected]

Definition at line 32 of file SharedGpsData.cs.

Definition at line 8 of file SharedGpsData.cs.

DateTime GpsModule.SharedGpsData._time [protected]

Definition at line 16 of file SharedGpsData.cs.


Property Documentation

int GpsModule.SharedGpsData.Checksum [get]

Definition at line 57 of file SharedGpsData.cs.

char GpsModule.SharedGpsData.EastOrWest [get]

Definition at line 49 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.LatDeg [get]

Definition at line 75 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.Latitude [get]

Definition at line 25 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.LatMin [get]

Definition at line 79 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.LonDeg [get]

Definition at line 83 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.Longitude [get]

Definition at line 41 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.LonMin [get]

Definition at line 87 of file SharedGpsData.cs.

char GpsModule.SharedGpsData.NorthOrSouth [get]

Definition at line 33 of file SharedGpsData.cs.

string GpsModule.SharedGpsData.Sentance [get]

Definition at line 9 of file SharedGpsData.cs.

DateTime GpsModule.SharedGpsData.Time [get]

Definition at line 17 of file SharedGpsData.cs.


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 03:27:44 2010 for system_controller by  doxygen 1.6.3