Go to the documentation of this file.
65 #ifndef XSDEVICEOPTIONFLAG_H
66 #define XSDEVICEOPTIONFLAG_H
@ XDOF_None
When set to 1, disables all option flags.
@ XDOF_DisableAutoMeasurement
When set to 1, the MT will stay in Config Mode upon start up.
@ XDOF_EnableConfigurableBusId
When set to 1, allows to configure the BUS ID.
@ XDOF_EnableAhs
When set to 1, the MTi will have Active Heading Stabilization (AHS) enabled.
SerialInterface::PortOptions operator|(SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs)
Logical or operator for flow controls.
@ XDOF_DisableSleepMode
When set to 1, an MTw will not enter sleep mode after a scan timeout. It will scan indefinitely.
@ XDOF_DisableAutoStore
When set to 1, automatic writing of configuration will be disabled.
SerialInterface::PortOptions operator~(SerialInterface::PortOptions lhs)
Logical inversion operator for flow controls.
SerialInterface::PortOptions operator&(SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs)
Logical and operator for flow controls.
@ XDOF_EnableConfigMessageAtStartup
When set to 1, the MT will send the Configuration to the Master at start-up.
@ XDOF_DisableGps
When set to 1, disables GPS (MTi-G).
@ XDOF_EnableColdFilterResets
When set to 1, The MT performs a cold filter reset every time it goes to measurement.
@ XDOF_EnableBeidou
When set to 1, enables Beidou, disables GLONASS (MTi-G).
@ XDOF_All
When set to 1, enables all option flags.
@ XDOF_EnableOrientationSmoother
When set to 1, the MTi will have Orientation Smoother enabled. Only applicable to MTi-G-710,...
@ XDOF_EnableRawGnssInputForwarding
When set to 1, the MTi will forward the raw input coming from the GNSS receiver encapsulated in an Xb...
@ XDOF_EnableContinuousZRU
When set to 1, the MTi filter will perform continuous Zero Rotation Updates for gyroscope bias and no...
@ XDOF_EnableInrunCompassCalibration
When set to 1, the MTi will have In-run Compass Calibration (ICC) enabled.
@ XDOF_EnablePositionVelocitySmoother
When set to 1, the MTi will have Position/Velocity Smoother enabled. Only applicable to MTi-680.
XsDeviceOptionFlag
Used to enable or disable some device options.