#include <xstypes/pstdint.h>
Go to the source code of this file.
Typedefs | |
typedef enum XsIccCommand | XsIccCommand |
typedef enum XsIccStatusFlag | XsIccStatusFlag |
Enumerations | |
enum | XsIccCommand { XIC_StartRepMotion = 0x00, XIC_StopRepMotion = 0x01, XIC_StoreResults = 0x02, XIC_RepMotionState = 0x03, XIC_Status = 0x04 } |
ICC (Inrun Compass Calibration) commands. More... | |
enum | XsIccStatusFlag { XISF_ddtWarning = 0x01, XISF_notEnoughData = 0x02, XISF_OutputStable = 0x10, XISF_RepMoActive = 0x20 } |
ICC status flag. More... | |
typedef enum XsIccCommand XsIccCommand |
Definition at line 81 of file xsicccommand.h.
typedef enum XsIccStatusFlag XsIccStatusFlag |
Definition at line 93 of file xsicccommand.h.
enum XsIccCommand |
ICC (Inrun Compass Calibration) commands.
To be used inside XMID_IccCommand and XMID_IccCommandAck messages
Definition at line 73 of file xsicccommand.h.
enum XsIccStatusFlag |
ICC status flag.
Used for status fields in XMID_IccCommand and XMID_IccCommandAck messages
Definition at line 86 of file xsicccommand.h.