示例#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];
 }