xsdeviceoptionflag.h
Go to the documentation of this file.
1 
2 // Copyright (c) 2003-2021 Xsens Technologies B.V. or subsidiaries worldwide.
3 // All rights reserved.
4 //
5 // Redistribution and use in source and binary forms, with or without modification,
6 // are permitted provided that the following conditions are met:
7 //
8 // 1. Redistributions of source code must retain the above copyright notice,
9 // this list of conditions, and the following disclaimer.
10 //
11 // 2. Redistributions in binary form must reproduce the above copyright notice,
12 // this list of conditions, and the following disclaimer in the documentation
13 // and/or other materials provided with the distribution.
14 //
15 // 3. Neither the names of the copyright holders nor the names of their contributors
16 // may be used to endorse or promote products derived from this software without
17 // specific prior written permission.
18 //
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
20 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
22 // THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 // SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
24 // OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR
26 // TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.THE LAWS OF THE NETHERLANDS
28 // SHALL BE EXCLUSIVELY APPLICABLE AND ANY DISPUTES SHALL BE FINALLY SETTLED UNDER THE RULES
29 // OF ARBITRATION OF THE INTERNATIONAL CHAMBER OF COMMERCE IN THE HAGUE BY ONE OR MORE
30 // ARBITRATORS APPOINTED IN ACCORDANCE WITH SAID RULES.
31 //
32 
33 
34 // Copyright (c) 2003-2021 Xsens Technologies B.V. or subsidiaries worldwide.
35 // All rights reserved.
36 //
37 // Redistribution and use in source and binary forms, with or without modification,
38 // are permitted provided that the following conditions are met:
39 //
40 // 1. Redistributions of source code must retain the above copyright notice,
41 // this list of conditions, and the following disclaimer.
42 //
43 // 2. Redistributions in binary form must reproduce the above copyright notice,
44 // this list of conditions, and the following disclaimer in the documentation
45 // and/or other materials provided with the distribution.
46 //
47 // 3. Neither the names of the copyright holders nor the names of their contributors
48 // may be used to endorse or promote products derived from this software without
49 // specific prior written permission.
50 //
51 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
52 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
53 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
54 // THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
55 // SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
56 // OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR
58 // TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
59 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.THE LAWS OF THE NETHERLANDS
60 // SHALL BE EXCLUSIVELY APPLICABLE AND ANY DISPUTES SHALL BE FINALLY SETTLED UNDER THE RULES
61 // OF ARBITRATION OF THE INTERNATIONAL CHAMBER OF COMMERCE IN THE HAGUE BY ONE OR MORE
62 // ARBITRATORS APPOINTED IN ACCORDANCE WITH SAID RULES.
63 //
64 
65 #ifndef XSDEVICEOPTIONFLAG_H
66 #define XSDEVICEOPTIONFLAG_H
67 
76 {
77  XDOF_DisableAutoStore = 0x00000001,
79  XDOF_EnableBeidou = 0x00000004,
80  XDOF_DisableGps = 0x00000008,
81  XDOF_EnableAhs = 0x00000010,
85  XDOF_DisableSleepMode = 0x00000100,
89  XDOF_EnableContinuousZRU = 0x00001000,
91 
92  XDOF_None = 0x00000000,
93  XDOF_All = 0x7FFFFFFF
94 };
97 
98 #ifdef __cplusplus
101 {
102  return (XsDeviceOptionFlag)((int)a | (int)b);
103 }
104 
107 {
108  return (XsDeviceOptionFlag)((int)a & (int)b);
109 }
110 
113 {
114  return (XsDeviceOptionFlag)((int)a ^ (int)b);
115 }
116 
119 {
120  return (XsDeviceOptionFlag)(~(int)a);
121 }
122 #endif
123 
124 #endif
XDOF_None
@ XDOF_None
When set to 1, disables all option flags.
Definition: xsdeviceoptionflag.h:92
XDOF_DisableAutoMeasurement
@ XDOF_DisableAutoMeasurement
When set to 1, the MT will stay in Config Mode upon start up.
Definition: xsdeviceoptionflag.h:78
XDOF_EnableConfigurableBusId
@ XDOF_EnableConfigurableBusId
When set to 1, allows to configure the BUS ID.
Definition: xsdeviceoptionflag.h:83
XDOF_EnableAhs
@ XDOF_EnableAhs
When set to 1, the MTi will have Active Heading Stabilization (AHS) enabled.
Definition: xsdeviceoptionflag.h:81
operator|
SerialInterface::PortOptions operator|(SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs)
Logical or operator for flow controls.
Definition: serialinterface.cpp:873
XDOF_DisableSleepMode
@ XDOF_DisableSleepMode
When set to 1, an MTw will not enter sleep mode after a scan timeout. It will scan indefinitely.
Definition: xsdeviceoptionflag.h:85
XDOF_DisableAutoStore
@ XDOF_DisableAutoStore
When set to 1, automatic writing of configuration will be disabled.
Definition: xsdeviceoptionflag.h:77
operator~
SerialInterface::PortOptions operator~(SerialInterface::PortOptions lhs)
Logical inversion operator for flow controls.
Definition: serialinterface.cpp:885
operator&
SerialInterface::PortOptions operator&(SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs)
Logical and operator for flow controls.
Definition: serialinterface.cpp:879
XDOF_EnableConfigMessageAtStartup
@ XDOF_EnableConfigMessageAtStartup
When set to 1, the MT will send the Configuration to the Master at start-up.
Definition: xsdeviceoptionflag.h:86
XDOF_DisableGps
@ XDOF_DisableGps
When set to 1, disables GPS (MTi-G).
Definition: xsdeviceoptionflag.h:80
XDOF_EnableColdFilterResets
@ XDOF_EnableColdFilterResets
When set to 1, The MT performs a cold filter reset every time it goes to measurement.
Definition: xsdeviceoptionflag.h:87
XDOF_EnableBeidou
@ XDOF_EnableBeidou
When set to 1, enables Beidou, disables GLONASS (MTi-G).
Definition: xsdeviceoptionflag.h:79
XDOF_All
@ XDOF_All
When set to 1, enables all option flags.
Definition: xsdeviceoptionflag.h:93
XDOF_EnableOrientationSmoother
@ XDOF_EnableOrientationSmoother
When set to 1, the MTi will have Orientation Smoother enabled. Only applicable to MTi-G-710,...
Definition: xsdeviceoptionflag.h:82
XDOF_EnableRawGnssInputForwarding
@ XDOF_EnableRawGnssInputForwarding
When set to 1, the MTi will forward the raw input coming from the GNSS receiver encapsulated in an Xb...
Definition: xsdeviceoptionflag.h:90
XDOF_EnableContinuousZRU
@ XDOF_EnableContinuousZRU
When set to 1, the MTi filter will perform continuous Zero Rotation Updates for gyroscope bias and no...
Definition: xsdeviceoptionflag.h:89
XDOF_EnableInrunCompassCalibration
@ XDOF_EnableInrunCompassCalibration
When set to 1, the MTi will have In-run Compass Calibration (ICC) enabled.
Definition: xsdeviceoptionflag.h:84
XDOF_EnablePositionVelocitySmoother
@ XDOF_EnablePositionVelocitySmoother
When set to 1, the MTi will have Position/Velocity Smoother enabled. Only applicable to MTi-680.
Definition: xsdeviceoptionflag.h:88
XsDeviceOptionFlag
XsDeviceOptionFlag
Used to enable or disable some device options.
Definition: xsdeviceoptionflag.h:75


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:20