예제 #1
0
파일: NmeaParser.cs 프로젝트: misiek/foo
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }
예제 #2
0
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails  = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }