Main MRPT website > C++ reference for MRPT 1.9.9
Macros | Typedefs
rptypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __small_endian
 
#define __attribute__(x)
 
#define RESULT_OK   0
 
#define RESULT_FAIL_BIT   0x80000000
 
#define RESULT_ALREADY_DONE   0x20
 
#define RESULT_INVALID_DATA   (0x8000 | RESULT_FAIL_BIT)
 
#define RESULT_OPERATION_FAIL   (0x8001 | RESULT_FAIL_BIT)
 
#define RESULT_OPERATION_TIMEOUT   (0x8002 | RESULT_FAIL_BIT)
 
#define RESULT_OPERATION_STOP   (0x8003 | RESULT_FAIL_BIT)
 
#define RESULT_OPERATION_NOT_SUPPORT   (0x8004 | RESULT_FAIL_BIT)
 
#define RESULT_FORMAT_NOT_SUPPORT   (0x8005 | RESULT_FAIL_BIT)
 
#define RESULT_INSUFFICIENT_MEMORY   (0x8006 | RESULT_FAIL_BIT)
 
#define IS_OK(x)   (((x)&RESULT_FAIL_BIT) == 0)
 
#define IS_FAIL(x)   (((x)&RESULT_FAIL_BIT))
 

Typedefs

typedef signed char int8_t
 
typedef unsigned char uint8_t
 
typedef __int16 int16_t
 
typedef unsigned __int16 uint16_t
 
typedef __int32 int32_t
 
typedef unsigned __int32 uint32_t
 
typedef __int64 int64_t
 
typedef unsigned __int64 uint64_t
 
typedef int8_t _s8
 
typedef uint8_t _u8
 
typedef int16_t _s16
 
typedef uint16_t _u16
 
typedef int32_t _s32
 
typedef uint32_t _u32
 
typedef int64_t _s64
 
typedef uint64_t _u64
 
typedef uint32_t u_result
 
typedef _word_size_t(THREAD_PROC * thread_proc_t) (void *)
 

Macro Definition Documentation

◆ __attribute__

#define __attribute__ (   x)

Definition at line 74 of file rptypes.h.

◆ __small_endian

#define __small_endian

Definition at line 71 of file rptypes.h.

◆ IS_FAIL

#define IS_FAIL (   x)    (((x)&RESULT_FAIL_BIT))

Definition at line 109 of file rptypes.h.

◆ IS_OK

#define IS_OK (   x)    (((x)&RESULT_FAIL_BIT) == 0)

Definition at line 108 of file rptypes.h.

◆ RESULT_ALREADY_DONE

#define RESULT_ALREADY_DONE   0x20

Definition at line 99 of file rptypes.h.

◆ RESULT_FAIL_BIT

#define RESULT_FAIL_BIT   0x80000000

Definition at line 98 of file rptypes.h.

◆ RESULT_FORMAT_NOT_SUPPORT

#define RESULT_FORMAT_NOT_SUPPORT   (0x8005 | RESULT_FAIL_BIT)

Definition at line 105 of file rptypes.h.

◆ RESULT_INSUFFICIENT_MEMORY

#define RESULT_INSUFFICIENT_MEMORY   (0x8006 | RESULT_FAIL_BIT)

Definition at line 106 of file rptypes.h.

◆ RESULT_INVALID_DATA

#define RESULT_INVALID_DATA   (0x8000 | RESULT_FAIL_BIT)

Definition at line 100 of file rptypes.h.

◆ RESULT_OK

#define RESULT_OK   0

Definition at line 97 of file rptypes.h.

◆ RESULT_OPERATION_FAIL

#define RESULT_OPERATION_FAIL   (0x8001 | RESULT_FAIL_BIT)

Definition at line 101 of file rptypes.h.

◆ RESULT_OPERATION_NOT_SUPPORT

#define RESULT_OPERATION_NOT_SUPPORT   (0x8004 | RESULT_FAIL_BIT)

Definition at line 104 of file rptypes.h.

◆ RESULT_OPERATION_STOP

#define RESULT_OPERATION_STOP   (0x8003 | RESULT_FAIL_BIT)

Definition at line 103 of file rptypes.h.

◆ RESULT_OPERATION_TIMEOUT

#define RESULT_OPERATION_TIMEOUT   (0x8002 | RESULT_FAIL_BIT)

Definition at line 102 of file rptypes.h.

Typedef Documentation

◆ _s16

typedef int16_t _s16

Definition at line 62 of file rptypes.h.

◆ _s32

typedef int32_t _s32

Definition at line 65 of file rptypes.h.

◆ _s64

typedef int64_t _s64

Definition at line 68 of file rptypes.h.

◆ _s8

typedef int8_t _s8

Definition at line 59 of file rptypes.h.

◆ _u16

typedef uint16_t _u16

Definition at line 63 of file rptypes.h.

◆ _u32

typedef uint32_t _u32

Definition at line 66 of file rptypes.h.

◆ _u64

typedef uint64_t _u64

Definition at line 69 of file rptypes.h.

◆ _u8

typedef uint8_t _u8

Definition at line 60 of file rptypes.h.

◆ int16_t

typedef __int16 int16_t

Definition at line 43 of file rptypes.h.

◆ int32_t

typedef __int32 int32_t

Definition at line 46 of file rptypes.h.

◆ int64_t

typedef __int64 int64_t

Definition at line 49 of file rptypes.h.

◆ int8_t

typedef signed char int8_t

Definition at line 40 of file rptypes.h.

◆ thread_proc_t

typedef _word_size_t(THREAD_PROC* thread_proc_t) (void *)

Definition at line 111 of file rptypes.h.

◆ u_result

typedef uint32_t u_result

Definition at line 95 of file rptypes.h.

◆ uint16_t

typedef unsigned __int16 uint16_t

Definition at line 44 of file rptypes.h.

◆ uint32_t

typedef unsigned __int32 uint32_t

Definition at line 47 of file rptypes.h.

◆ uint64_t

typedef unsigned __int64 uint64_t

Definition at line 50 of file rptypes.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 41 of file rptypes.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST