var searchIndex = {}; searchIndex["nmea"] = {"doc":"","items":[[3,"Nmea","nmea","! NMEA parser",null,null],[3,"Satellite","","A Satellite",null,null],[4,"SentenceType","","NMEA sentence type\nGeneral: OSD | \nAutopilot: APA | APB | ASD | \nDecca: DCN | \nD-GPS: MSK \nEcho: DBK | DBS | DBT | \nRadio: FSI | SFI | TLL \nSpeed: VBW | VHW | VLW | \nGPS: ALM | GBS | GGA | GNS | GSA | GSV | \nCourse: DPT | HDG | HDM | HDT | HSC | ROT | VDR | \nLoran-C: GLC | LCD | \nMachine: RPM | \nNavigation: RMA | RMB | RMC | \nOmega: OLN | \nPosition: GLL | DTM \nRadar: RSD | TLL | TTM | \nRudder: RSA | \nTemperature: MTW | \nTransit: GXA | RTF | \nWaypoints and tacks: AAM | BEC | BOD | BWC | BWR | BWW | ROO | RTE | VTG | WCV | WNC | WPL | XDR | XTE | XTR | \nWind: MWV | VPW | VWR | \nDate and Time: GDT | ZDA | ZFO | ZTG |",null,null],[13,"None","","",0,null],[13,"AAM","","",0,null],[13,"ABK","","",0,null],[13,"ACA","","",0,null],[13,"ACK","","",0,null],[13,"ACS","","",0,null],[13,"AIR","","",0,null],[13,"ALM","","",0,null],[13,"ALR","","",0,null],[13,"APA","","",0,null],[13,"APB","","",0,null],[13,"ASD","","",0,null],[13,"BEC","","",0,null],[13,"BOD","","",0,null],[13,"BWC","","",0,null],[13,"BWR","","",0,null],[13,"BWW","","",0,null],[13,"CUR","","",0,null],[13,"DBK","","",0,null],[13,"DBS","","",0,null],[13,"DBT","","",0,null],[13,"DCN","","",0,null],[13,"DPT","","",0,null],[13,"DSC","","",0,null],[13,"DSE","","",0,null],[13,"DSI","","",0,null],[13,"DSR","","",0,null],[13,"DTM","","",0,null],[13,"FSI","","",0,null],[13,"GBS","","",0,null],[13,"GGA","","",0,null],[13,"GLC","","",0,null],[13,"GLL","","",0,null],[13,"GMP","","",0,null],[13,"GNS","","",0,null],[13,"GRS","","",0,null],[13,"GSA","","",0,null],[13,"GST","","",0,null],[13,"GSV","","",0,null],[13,"GTD","","",0,null],[13,"GXA","","",0,null],[13,"HDG","","",0,null],[13,"HDM","","",0,null],[13,"HDT","","",0,null],[13,"HMR","","",0,null],[13,"HMS","","",0,null],[13,"HSC","","",0,null],[13,"HTC","","",0,null],[13,"HTD","","",0,null],[13,"LCD","","",0,null],[13,"LRF","","",0,null],[13,"LRI","","",0,null],[13,"LR1","","",0,null],[13,"LR2","","",0,null],[13,"LR3","","",0,null],[13,"MLA","","",0,null],[13,"MSK","","",0,null],[13,"MSS","","",0,null],[13,"MWD","","",0,null],[13,"MTW","","",0,null],[13,"MWV","","",0,null],[13,"OLN","","",0,null],[13,"OSD","","",0,null],[13,"ROO","","",0,null],[13,"RMA","","",0,null],[13,"RMB","","",0,null],[13,"RMC","","",0,null],[13,"ROT","","",0,null],[13,"RPM","","",0,null],[13,"RSA","","",0,null],[13,"RSD","","",0,null],[13,"RTE","","",0,null],[13,"SFI","","",0,null],[13,"SSD","","",0,null],[13,"STN","","",0,null],[13,"TLB","","",0,null],[13,"TLL","","",0,null],[13,"TRF","","",0,null],[13,"TTM","","",0,null],[13,"TUT","","",0,null],[13,"TXT","","",0,null],[13,"VBW","","",0,null],[13,"VDM","","",0,null],[13,"VDO","","",0,null],[13,"VDR","","",0,null],[13,"VHW","","",0,null],[13,"VLW","","",0,null],[13,"VPW","","",0,null],[13,"VSD","","",0,null],[13,"VTG","","",0,null],[13,"VWR","","",0,null],[13,"WCV","","",0,null],[13,"WNC","","",0,null],[13,"WPL","","",0,null],[13,"XDR","","",0,null],[13,"XTE","","",0,null],[13,"XTR","","",0,null],[13,"ZDA","","",0,null],[13,"ZDL","","",0,null],[13,"ZFO","","",0,null],[13,"ZTG","","",0,null],[4,"FixType","","Fix type",null,null],[13,"Invalid","","",1,null],[13,"Gps","","",1,null],[13,"DGps","","",1,null],[13,"Pps","","",1,null],[13,"Rtk","","",1,null],[13,"FloatRtk","","",1,null],[13,"Estimated","","",1,null],[13,"Manual","","",1,null],[13,"Simulation","","",1,null],[4,"GnssType","","GNSS type",null,null],[13,"Galileo","","",2,null],[13,"Gps","","",2,null],[13,"Glonass","","",2,null],[11,"new","","Constructs a new `Nmea`.\nThis struct parses NMEA sentences, including checksum checks and sentence\nvalidation.",3,{"inputs":[],"output":{"name":"nmea"}}],[11,"fix_timestamp","","Returns fix type",3,null],[11,"fix_type","","Returns fix type",3,null],[11,"latitude","","Returns last fixed latitude in degress. None if not fixed.",3,null],[11,"longitude","","Returns last fixed longitude in degress. None if not fixed.",3,null],[11,"altitude","","Returns latitude from last fix. None if not available.",3,null],[11,"fix_satellites","","Returns the number of satellites use for fix.",3,null],[11,"hdop","","Returns the number fix HDOP",3,null],[11,"geoid_height","","Returns the height of geoid above WGS84",3,null],[11,"satellites","","Returns the height of geoid above WGS84",3,null],[11,"sentence_type","","Returns the NMEA sentence type.",3,null],[11,"parse","","Parse any NMEA sentence and stores the result. The type of sentence\nis returnd if implemented and valid.",3,null],[11,"fmt","","",3,null],[11,"fmt","","",3,null],[11,"clone","","",4,null],[11,"gnss_type","","",4,null],[11,"prn","","",4,null],[11,"elevation","","",4,null],[11,"azimuth","","",4,null],[11,"snr","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"from","","",0,{"inputs":[{"name":"str"}],"output":{"name":"self"}}],[11,"fmt","","",1,null],[11,"eq","","",1,null],[11,"clone","","",1,null],[11,"eq","","",2,null],[11,"hash","","",2,null],[11,"clone","","",2,null],[11,"fmt","","",2,null],[11,"fmt","","",2,null],[11,"from","","",1,{"inputs":[{"name":"str"}],"output":{"name":"self"}}]],"paths":[[4,"SentenceType"],[4,"FixType"],[4,"GnssType"],[3,"Nmea"],[3,"Satellite"]]}; initSearch(searchIndex);