SerialInterface::PortOptions operator|(SerialInterface::PortOptions lhs, SerialInterface::PortOptions rhs)
Logical or operator for flow controls.
@ XSO_Calibrate
Compute calibrated inertial data from raw data and temperature.
@ XSO_Orientation
Compute orientation, the orientation is typically only computed in one stream. If not specified the s...
@ XSO_OrientationInLiveStream
Compute orientation in the live stream. This is no longer (since version 4.9.2) mutually exclusive wi...
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.
@ XSO_ApplyOrientationResetToCalData
Apply orientation reset to calibrated acc, gyr and mag (object reset only) and heading reset to free ...
XsOption
Xda options, used to control the kind of data processing done by XDA.
@ XSO_InterpolateMissingData
When set, any gaps in the data streams of child devices will be filled with interpolated data....
@ XSO_OrientationInBufferedStream
Compute orientation in the buffered stream. This is no longer (since version 4.9.2) mutually exclusiv...
@ XSO_RetainLiveData
Keep the live data in a cache so it can be accessed through XsDevice::getDataPacketByIndex or XsDevic...
@ XSO_Reserved
Reserved for internal use.
@ XSO_KeepLastLiveData
Keep the last available live data in a cache so XsDevice::lastAvailableLiveData will work.
@ XSO_RetainBufferedData
Keep the buffered data in a cache so it can be accessed through XsDevice::getDataPacketByIndex or XsD...
@ XSO_SkipDataBundling
When set, the onAll...DataAvailable callbacks will not be called by the master device....
@ XSO_ExpectNoRetransmissionsInFile
When set and reading a file, missing data is immediately treated as unavailable. The default behaviou...