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