Go to the source code of this file.
Typedefs | |
typedef enum XsDeviceOptionFlag | XsDeviceOptionFlag |
Enumerations | |
enum | XsDeviceOptionFlag { XDOF_DisableAutoStore = 0x00000001, XDOF_DisableAutoMeasurement = 0x00000002, XDOF_EnableBeidou = 0x00000004, XDOF_DisableGps = 0x00000008, XDOF_EnableAhs = 0x00000010, XDOF_EnableOrientationSmoother = 0x00000020, XDOF_EnableConfigurableBusId = 0x00000040, XDOF_EnableInrunCompassCalibration = 0x00000080, XDOF_DisableSleepMode = 0x00000100, XDOF_EnableConfigMessageAtStartup = 0x00000200, XDOF_EnableColdFilterResets = 0x00000400, XDOF_EnablePositionVelocitySmoother = 0x00000800, XDOF_EnableContinuousZRU = 0x00001000, XDOF_EnableRawGnssInputForwarding = 0x00002000, XDOF_None = 0x00000000, XDOF_All = 0x7FFFFFFF } |
Used to enable or disable some device options. More... | |
typedef enum XsDeviceOptionFlag XsDeviceOptionFlag |
Definition at line 96 of file xsdeviceoptionflag.h.