Macros and types for use in the Xsens communication protocol and Xsens Device API classes. More...
#include "xscontrollerconfig.h"
Go to the source code of this file.
Macros and types for use in the Xsens communication protocol and Xsens Device API classes.
This file contains useful macros for the Xsens Device API classes. These include Message Ids, sizes of messages, result/error codes, etc.
The macros and enumerators in this file are either used on multiple levels (XsResultValue) or so numerous (XMID_...) that it would not be justifiable to put them in a header file of a particular level.
Definition in file xsdef.h.
#define XS_LEN_AVAILABLEFILTERPROFILES (XS_MAX_FILTERPROFILES_IN_MT*XS_LEN_FILTERPROFILEFULL) |
#define XS_LEN_FILTERPROFILEFULL (1+1+XS_LEN_FILTERPROFILELABEL) |
#define XS_SYNC_CLOCK_NS_TO_TICKS (XS_SYNC_CLOCKFREQMHZ * 1.0e-3) |
#define XS_SYNC_CLOCK_TICKS_TO_NS (1.0e3 / XS_SYNC_CLOCKFREQMHZ) |
#define XS_SYNC_CLOCK_TICKS_TO_US (1.0 / XS_SYNC_CLOCKFREQMHZ) |
#define XS_SYNC_CLOCK_US_TO_TICKS (XS_SYNC_CLOCKFREQMHZ * 1.0) |