14 #ifndef XSENS_SINGLE_PRECISION
18 # ifndef PRINTF_SIZET_MODIFIER
19 # if defined(XSENS_64BIT)
20 # define PRINTF_SIZET_MODIFIER "l"
22 # define PRINTF_SIZET_MODIFIER ""
27 typedef unsigned int XsSize;
74 #define XS_ENUM_TO_STR_CASE(value) case value: return #value;
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
@ XSDF_Managed
The contained data should be managed (freed) by the object, when false, the object assumes the memory...
@ XSDF_Empty
The object contains undefined data / should be considered empty. Usually only relevant when XSDF_Fixe...
@ XSDF_FixedSize
The contained data points to a fixed-size buffer, this allows creation of dynamic objects on the stac...
size_t XsSize
XsSize must be unsigned number!
double XsReal
Defines the floating point type used by the Xsens libraries.
XSTYPES_DLL_API const char * XsDataFlags_toString(XsDataFlags f)