MRPT  1.9.9
xstypedefs.h File Reference
#include "xstypesconfig.h"
#include <stddef.h>
Include dependency graph for xstypedefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XS_ENUM_TO_STR_CASE(value)
 

Typedefs

typedef double XsReal
 Defines the floating point type used by the Xsens libraries. More...
 
typedef size_t XsSize
 XsSize must be unsigned number! More...
 
typedef enum XsDataFlags XsDataFlags
 
typedef int BOOL
 

Enumerations

enum  XsDataFlags { XSDF_None = 0, XSDF_Managed = 1, XSDF_FixedSize = 2, XSDF_Empty = 4 }
 These flags define the behaviour of data contained by Xsens data structures. More...
 

Functions

XSTYPES_DLL_API const char * XsDataFlags_toString (XsDataFlags f)
 

Macro Definition Documentation

◆ XS_ENUM_TO_STR_CASE

#define XS_ENUM_TO_STR_CASE (   value)
Value:
case value: \
return #value;
GLsizei const GLfloat * value
Definition: glext.h:4117

Definition at line 88 of file xstypedefs.h.

Typedef Documentation

◆ BOOL

typedef int BOOL

Definition at line 76 of file xstypedefs.h.

◆ XsDataFlags

typedef enum XsDataFlags XsDataFlags

Definition at line 61 of file xstypedefs.h.

◆ XsReal

typedef double XsReal

Defines the floating point type used by the Xsens libraries.

Definition at line 17 of file xstypedefs.h.

◆ XsSize

typedef size_t XsSize

XsSize must be unsigned number!

Definition at line 19 of file xstypedefs.h.

Function Documentation

◆ XsDataFlags_toString()

XSTYPES_DLL_API const char* XsDataFlags_toString ( XsDataFlags  f)



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020