Ejemplo n.º 1
0
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }
Ejemplo n.º 2
0
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails  = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }