Main MRPT website > C++ reference for MRPT 1.9.9
gnss_messages_type_list.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #pragma once
10 
11 namespace mrpt
12 {
13 namespace obs
14 {
15 namespace gnss
16 {
17 /** List of all known GNSS message types.
18  * Normally, each type here has a corresponding class, derived from
19  * mrpt::obs::gnss::gnss_message,
20  * that stores the message data, but some classes may be still in the "TO-DO"
21  * list or just not needed in practice.
22  * On the other hand, \b all message classes \b must be associated with one and
23  * only one value from this list.
24  * \sa mrpt::obs::CObservationGPS, mrpt::obs::gnss::gnss_message
25  */
27 {
28  // ====== NMEA ======
29  NMEA_GGA = 10,
37 
38  // ====== TopCon mmGPS ======
39  TOPCON_PZS = 30,
41 
42  // ====== Novatel OEM6 ======
43  // See "OEM6 Family Firmware Reference Manual"
45 
46  NV_OEM6_GENERIC_FRAME = 3000 + NV_OEM6_MSG2ENUM, // Generic container
48  3001 + NV_OEM6_MSG2ENUM, // Generic container (short header)
49 
53  NV_OEM6_BESTPOS = 42 + NV_OEM6_MSG2ENUM, // SPAN: Best available combined
54  // GNSS and INS position
63  259 + NV_OEM6_MSG2ENUM, // More decimal digits than regular GGA
80 
81  // ====== Novatel SPAN+OEM6 ======
82  // See "SPAN on OEM6 firmware reference"
83 
84  NV_OEM6_INSPVAS = 508 + NV_OEM6_MSG2ENUM, // Most recent position, velocity
85  // and attitude at full rate of
86  // IMU (short header)
87  NV_OEM6_INSATTS = 319 + NV_OEM6_MSG2ENUM, // Most recent attitude (roll,
88  // pitch and azimuth)
89  // measurements (short header)
90  NV_OEM6_INSCOVS = 320 + NV_OEM6_MSG2ENUM, // Position, attitude, and
91  // velocity matrices with respect
92  // to the local level frame
93  // (short header)
94  NV_OEM6_INSVELS = 324 + NV_OEM6_MSG2ENUM, // Most recent North, East, and
95  // Up velocity vector values
96  // (short header)
97  NV_OEM6_RAWIMUS = 325 + NV_OEM6_MSG2ENUM // IMU status indicator and the
98  // measurements from the
99  // accelerometers and gyros (short
100  // header)
101 
102 };
103 }
104 }
105 } // End of namespaces
gnss_message_type_t
List of all known GNSS message types.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019