コード例 #1
0
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails  = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }
コード例 #2
0
ファイル: NmeaParser.cs プロジェクト: misiek/foo
 public NmeaParser()
 {
     RecivedData = new RecivedGpsData();
     RecivedData.SatellitesDetails = new Hashtable();
     RecivedData.SatellitesChannels = new int[11];
 }