Go to the source code of this file.
Macros | |
#define | XSO_All ((XsOption)0xFFFF) |
All options, note that setting 'all options' is not valid, but it is useful for clearing all options. More... | |
Typedefs | |
typedef enum XsOption | XsOption |
Enumerations | |
enum | XsOption { XSO_None = 0, XSO_Calibrate = 0x0001, XSO_Orientation = 0x0002, XSO_KeepLastLiveData = 0x0004, XSO_RetainLiveData = 0x0008, XSO_RetainBufferedData = 0x0010, XSO_OrientationInLiveStream = 0x0020, XSO_OrientationInBufferedStream = 0x0040, XSO_ApplyOrientationResetToCalData = 0x0080, XSO_InterpolateMissingData = 0x1000, XSO_SkipDataBundling = 0x2000, XSO_ExpectNoRetransmissionsInFile = 0x4000, XSO_Reserved = 0x8000 } |
Xda options, used to control the kind of data processing done by XDA. More... | |
Definition at line 98 of file xsoption.h.