imu_advanced_navigation_anpp
Constants.hpp
Go to the documentation of this file.
1 #ifndef ADVANCED_NAVIGATION_ANPP_CONSTANTS_HPP
2 #define ADVANCED_NAVIGATION_ANPP_CONSTANTS_HPP
3 
5 {
7  {
8  SYSTEM_FAILURE = 0x0001,
24  };
25 
27  {
28  GNSS_NO_FIX = 0x0000,
29  GNSS_2D = 0x0001,
30  GNSS_3D = 0x0002,
31  GNSS_SBAS = 0x0003,
32  GNSS_DGPS = 0x0004,
33  GNSS_OMNISTAR = 0x0005,
34  GNSS_RTK_FLOAT = 0x0006,
35  GNSS_RTK_FIXED = 0x0007
36  };
37 
39  {
41  GNSS_TIME_VALID = 0x0010,
43  GNSS_TILT_VALID = 0x0040,
46  };
47 
49  {
54 
55  FILTER_EVENT_1 = 0x0080,
56  FILTER_EVENT_2 = 0x0100,
64  };
65 
67  {
82  };
83 
85  {
98  };
99 
101  {
107  };
108 }
109 
110 #endif
NORTH_SEEKING_INITIALIZATION_FLAGS
Definition: Constants.hpp:100
Definition: Constants.hpp:70
Definition: Constants.hpp:31
Definition: Constants.hpp:28
SYSTEM_STATUS
Definition: Constants.hpp:6
Definition: Constants.hpp:30
GNSS_EXTRA_STATUS
Definition: Constants.hpp:38
FILTER_STATUS
Definition: Constants.hpp:48
Definition: Constants.hpp:77
GNSS_STATUS
Definition: Constants.hpp:26
Definition: Constants.hpp:29
Definition: Configuration.hpp:8
Definition: Constants.hpp:32
VEHICLE_TYPES
Definition: Constants.hpp:66
MAGNETIC_CALIBRATION_STATUS
Definition: Constants.hpp:84