Main MRPT website > C++ reference for MRPT 1.5.9
Macros | Typedefs | Enumerations | Functions
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)   case value: return #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)    case value: return #value;

Definition at line 74 of file xstypedefs.h.

Typedef Documentation

◆ BOOL

typedef int BOOL

Definition at line 62 of file xstypedefs.h.

◆ XsDataFlags

typedef enum XsDataFlags XsDataFlags

Definition at line 44 of file xstypedefs.h.

◆ XsReal

typedef double XsReal

Defines the floating point type used by the Xsens libraries.

Definition at line 16 of file xstypedefs.h.

◆ XsSize

typedef size_t XsSize

XsSize must be unsigned number!

Definition at line 17 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.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020