Go to the source code of this file.
|
#define | FSFL_ClipAccShift 0 |
|
#define | FSFL_ClipGyrShift 04 |
|
#define | FSFL_ClipMagshift 6 |
|
#define | FSFL_RotationShift 11 |
|
#define | XSSNAPSHOT_INITIALIZER { XSDEVICEID_INITIALIZER, 0, 0, 0,0,0,0, 0,0,0, 0,0,0, 0, 0, 0, 0 } |
|
|
enum | SnapshotStatusFlag {
FSFL_ClipAccX = 0x0001,
FSFL_ClipAccY = 0x0002,
FSFL_ClipAccZ = 0x0004,
FSFL_ClipAccMask = 0x0007,
FSFL_ClipGyrX = 0x0008,
FSFL_ClipGyrY = 0x0010,
FSFL_ClipGyrZ = 0x0020,
FSFL_ClipGyrMask = 0x0038,
FSFL_ClipMagX = 0x0040,
FSFL_ClipMagY = 0x0080,
FSFL_ClipMagZ = 0x0100,
FSFL_ClipMagMask = 0x01C0,
FSFL_MagIsNew = 0x0200,
FSFL_BaroIsNew = 0x0400,
FSFL_RotationMask = 0x1800
} |
| Status flag definitions for XsSnapshot status field. More...
|
|
enum | SnapshotType { ST_Awinda = 0,
ST_Full
} |
|
◆ FSFL_ClipAccShift
#define FSFL_ClipAccShift 0 |
◆ FSFL_ClipGyrShift
#define FSFL_ClipGyrShift 04 |
◆ FSFL_ClipMagshift
#define FSFL_ClipMagshift 6 |
◆ FSFL_RotationShift
#define FSFL_RotationShift 11 |
◆ XSSNAPSHOT_INITIALIZER
#define XSSNAPSHOT_INITIALIZER { XSDEVICEID_INITIALIZER, 0, 0, 0,0,0,0, 0,0,0, 0,0,0, 0, 0, 0, 0 } |
◆ SnapshotStatusFlag
◆ SnapshotType
◆ XsSnapshot
◆ SnapshotStatusFlag
Status flag definitions for XsSnapshot status field.
Enumerator |
---|
FSFL_ClipAccX | |
FSFL_ClipAccY | |
FSFL_ClipAccZ | |
FSFL_ClipAccMask | |
FSFL_ClipGyrX | |
FSFL_ClipGyrY | |
FSFL_ClipGyrZ | |
FSFL_ClipGyrMask | |
FSFL_ClipMagX | |
FSFL_ClipMagY | |
FSFL_ClipMagZ | |
FSFL_ClipMagMask | |
FSFL_MagIsNew | |
FSFL_BaroIsNew | |
FSFL_RotationMask | |
Definition at line 139 of file xssnapshot.h.
◆ SnapshotType
Enumerator |
---|
ST_Awinda | |
ST_Full | |
Definition at line 87 of file xssnapshot.h.
◆ XsSnapshot_construct()
◆ XsSnapshot_destruct()