GNSS receiver tools
1
Tools for use with GNSS receivers
|
CUBX::checksum_t | |
▼Cstd::exception | STL class |
CGNSS::EndOfFile | |
CGNSS::InsufficientData | |
CGNSS::InvalidMessage | Exception signifying that the start and/or end sequence bytes of a message are wrong |
CGNSS::NotSendable | |
CNMEA0183::ChecksumMismatch | |
CNMEA0183::InvalidSentence | |
CNMEA0183::UnknownSentenceType | |
CSkyTraqBin::ChecksumMismatch | Exception class for when checksums don't match |
CSkyTraqBin::UnknownMessageID | Exception class for when we can't find the message ID in our list |
CUBX::ChecksumMismatch | Exception class for when checksums don't match |
CUBX::UnknownMessageID | Exception class for when we can't find the message ID in our list |
CUBX::Cfg::GNSS_config | |
CGNSS::Interface | Class for an object that reads from a stream and calls methods in a Listener object |
▼CGNSS::Listener | Base class that receives parsed messages |
CGNSS::Listener_SkyTraq | Base class that receives parsed messages, including SkyTraq-specific NMEA and binary messages |
CGNSS::Listener_Ublox | Base class that receives parsed messages, including Ublox-specific NMEA and binary messages |
▼CGNSS::Message | Abstract base class for both NMEA-0183 and binary messages |
▼CNMEA0183::Sentence | Base class for holding NMEA-0183 sentence data |
CNMEA0183::GGA | Global Positioning System fix data |
CNMEA0183::GLL | Geographic position - latitude/longitude |
CNMEA0183::GSA | GNSS DOP and active satellites |
CNMEA0183::GSV | GNSS satellites in view |
CNMEA0183::RMC | Recommended minimum specific GNSS data |
CNMEA0183::STI_PPS | 1 PPS timing report |
CNMEA0183::STI_sensors | Sensor data from the SUP800F |
CNMEA0183::VTG | Course over ground and ground speed |
CNMEA0183::ZDA | Time and date |
▼CSkyTraqBin::Message | Base class for a binary message |
►CSkyTraqBin::Input_message | Base class for messages that go to the GPS receiver |
►CSkyTraqBin::Output_message | Base class for messages that come from the GPS receiver |
▼CUBX::Message | Base class for a binary message |
►CUBX::Input_message | Base class for messages that go to the GPS receiver |
►CUBX::Output_message | Base class for messages that come from the GPS receiver |
CSkyTraqBin::PackedVersion | |
CGNSS::Parser | Unified parser class |
CSkyTraqBin::RawMeasurement | |
CNMEA0183::SatelliteData | The satellite data from GSV sentences |
CSkyTraqBin::SvStatus | |
▼CSkyTraqBin::with_response | Role base class for input messages that have a response message |
CSkyTraqBin::Get_almanac | Get Almanac - Get almanac used of firmware |
CSkyTraqBin::Get_Glonass_ephemeris | GET GLONASS EPHEMERIS - Get GLONASS ephemeris used in the GNSS receiver |
CSkyTraqBin::Get_GPS_ephemeris | GET GPS EPHEMERIS - Get GPS ephemeris used of GNSS receiver |
CSkyTraqBin::Q_1PPS_cable_delay | QUERY 1PPS CABLE DELAY - Query 1PPS cable delay of the GNSS receiver |
CSkyTraqBin::Q_1PPS_freq_output | QUERY 1PPS FREQUENCY OUTPUT - Query 1PPS frequency output of the GNSS receive |
CSkyTraqBin::Q_1PPS_pulse_width | QUERY 1PPS PULSE WIDTH - Query 1PPS pulse width of GNSS receiver |
CSkyTraqBin::Q_1PPS_timing | QUERY 1PPS TIMING - Query 1PPS timing of the GNSS receiver |
CSkyTraqBin::Q_bin_messurement_data_output_status | QUERY BINARY MEASUREMENT DATA OUTPUT STATUS - Query the status of binary measurement data output |
CSkyTraqBin::Q_constellation_type | QUERY GNSS CONSTELLATION TYPE FOR NAVIGATION SOLUTION - Query the GNSS constellation type for navigation solution |
CSkyTraqBin::Q_datum | QUERY DATUM - Query datum used by the GNSS receiver |
CSkyTraqBin::Q_DOP_mask | QUERY DOP MASK - Query information of DOP mask used by the GNSS receiver |
CSkyTraqBin::Q_elevation_CNR_mask | QUERY ELEVATION AND CNR MASK - Query elevation and CNR mask used by the GNSS receiver |
CSkyTraqBin::Q_extended_NMEA_msg_interval | QUERY EXTENDED NMEA MESSAGE INTERVAL |
CSkyTraqBin::Q_GNSS_boot_status | QUERY GNSS BOOT STATUS - Query boot status of GNSS receiver |
CSkyTraqBin::Q_GNSS_datum_index | QUERY GNSS DATUM INDEX - Query the datum index of the GNSS receiver |
CSkyTraqBin::Q_GNSS_nav_mode | QUERY GNSS NAVIGATION MODE - Query the navigation mode of GNSS receiver |
CSkyTraqBin::Q_GPS_param_search_engine_num | QUERY GPS PARAMETER SEARCH ENGINE NUMBER - Query the parameter search engine number of the GPS receiver |
CSkyTraqBin::Q_GPS_time | QUERY GPS TIME - Query GPS time of GNSS receiver |
CSkyTraqBin::Q_interference_detection_status | QUERY INTERFERENCE DETECTION STATUS - Query the status of interference detection of the GNSS receiver |
CSkyTraqBin::Q_log_status | LOG STATUS CONTROL - Request Information of the Log Buffer Status |
CSkyTraqBin::Q_NMEA_talker_ID | QUERY NMEA TALKER ID - Query NMEA talker ID of GNSS receiver |
CSkyTraqBin::Q_pos_pinning | QUERY POSITION PINNING - Query position pinning status of GNSS receiver |
CSkyTraqBin::Q_pos_update_rate | QUERY POSITION UPDATE RATE - Query the position update rate of GNSS system |
CSkyTraqBin::Q_power_mode | QUERY POWER MODE - Query status of power mode of GNSS receiver |
CSkyTraqBin::Q_QZSS_status | QUERY QZSS STATUS - Query QZSS status of GNSS receiver |
CSkyTraqBin::Q_SAEE_status | QUERY SAEE STATUS |
CSkyTraqBin::Q_SBAS_status | QUERY SBAS STATUS - Query SBAS status of GNSS receiver |
CSkyTraqBin::Q_sw_CRC | QUERY SOFTWARE CRC - Query CRC information of loaded software |
CSkyTraqBin::Q_sw_ver | QUERY SOFTWARE VERSION - Query revision information of loaded software |
▼CSkyTraqBin::with_subid | Role base class for adding a message sub-ID to message classes |
CSkyTraqBin::Input_message_with_subid | Base class for messages that go to the GPS receiver with a sub-ID |
CSkyTraqBin::Output_message_with_subid | Base class for messages that come from the GPS receiver with a sub-ID |