| 
    MRPT
    1.9.9
    
   | 
 
#include <limits.h>#include <signal.h>#include <stddef.h>Go to the source code of this file.
Typedefs | |
| typedef int32_t | intmax_t | 
| typedef uint32_t | uintmax_t | 
| typedef int8_t | int_least8_t | 
| typedef uint8_t | uint_least8_t | 
| typedef int16_t | int_least16_t | 
| typedef uint16_t | uint_least16_t | 
| typedef int32_t | int_least32_t | 
| typedef uint32_t | uint_least32_t | 
| typedef int_least8_t | int_fast8_t | 
| typedef uint_least8_t | uint_fast8_t | 
| typedef int_least16_t | int_fast16_t | 
| typedef uint_least16_t | uint_fast16_t | 
| typedef int_least32_t | int_fast32_t | 
| typedef uint_least32_t | uint_fast32_t | 
Functions | |
| typedef | stdint_intptr_glue3 (uint, stdint_intptr_bits, _t) *uintptr_t | 
| typedef | stdint_intptr_glue3 (int, stdint_intptr_bits, _t) *intptr_t | 
| #define _PSTDINT_H_INCLUDED | 
Definition at line 128 of file xSens_MT3/pstdint.h.
| #define INT16_MAX 0x7fff | 
Definition at line 189 of file xSens_MT3/pstdint.h.
| #define INT16_MIN INT16_C(0x8000) | 
Definition at line 192 of file xSens_MT3/pstdint.h.
| #define INT32_MAX (0x7fffffffL) | 
Definition at line 240 of file xSens_MT3/pstdint.h.
| #define INT32_MIN INT32_C(0x80000000) | 
Definition at line 243 of file xSens_MT3/pstdint.h.
| #define INT8_MAX 0x7f | 
Definition at line 153 of file xSens_MT3/pstdint.h.
| #define INT8_MIN INT8_C(0x80) | 
Definition at line 156 of file xSens_MT3/pstdint.h.
| #define INT_FAST16_MAX INT_LEAST16_MAX | 
Definition at line 470 of file xSens_MT3/pstdint.h.
| #define INT_FAST16_MIN INT_LEAST16_MIN | 
Definition at line 474 of file xSens_MT3/pstdint.h.
| #define INT_FAST32_MAX INT_LEAST32_MAX | 
Definition at line 472 of file xSens_MT3/pstdint.h.
| #define INT_FAST32_MIN INT_LEAST32_MIN | 
Definition at line 475 of file xSens_MT3/pstdint.h.
| #define INT_FAST8_MAX INT_LEAST8_MAX | 
Definition at line 468 of file xSens_MT3/pstdint.h.
| #define INT_FAST8_MIN INT_LEAST8_MIN | 
Definition at line 473 of file xSens_MT3/pstdint.h.
| #define INT_LEAST16_MAX INT16_MAX | 
Definition at line 433 of file xSens_MT3/pstdint.h.
| #define INT_LEAST16_MIN INT16_MIN | 
Definition at line 437 of file xSens_MT3/pstdint.h.
| #define INT_LEAST32_MAX INT32_MAX | 
Definition at line 435 of file xSens_MT3/pstdint.h.
| #define INT_LEAST32_MIN INT32_MIN | 
Definition at line 438 of file xSens_MT3/pstdint.h.
| #define INT_LEAST8_MAX INT8_MAX | 
Definition at line 431 of file xSens_MT3/pstdint.h.
| #define INT_LEAST8_MIN INT8_MIN | 
Definition at line 436 of file xSens_MT3/pstdint.h.
Definition at line 402 of file xSens_MT3/pstdint.h.
| #define INTMAX_MAX INT32_MAX | 
Definition at line 399 of file xSens_MT3/pstdint.h.
| #define INTPTR_C | ( | x | ) | stdint_intptr_glue3(INT, stdint_intptr_bits, _C)(x) | 
Definition at line 549 of file xSens_MT3/pstdint.h.
| #define INTPTR_MAX stdint_intptr_glue3(INT, stdint_intptr_bits, _MAX) | 
Definition at line 543 of file xSens_MT3/pstdint.h.
| #define INTPTR_MIN stdint_intptr_glue3(INT, stdint_intptr_bits, _MIN) | 
Definition at line 546 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT16_DEC_WIDTH "5" | 
Definition at line 367 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT16_HEX_WIDTH "4" | 
Definition at line 354 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT32_DEC_WIDTH "10" | 
Definition at line 364 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT32_HEX_WIDTH "8" | 
Definition at line 351 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT64_DEC_WIDTH "20" | 
Definition at line 361 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT64_HEX_WIDTH "16" | 
Definition at line 348 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT8_DEC_WIDTH "3" | 
Definition at line 370 of file xSens_MT3/pstdint.h.
| #define PRINTF_INT8_HEX_WIDTH "2" | 
Definition at line 357 of file xSens_MT3/pstdint.h.
| #define PRINTF_INTMAX_DEC_WIDTH PRINTF_INT32_DEC_WIDTH | 
Definition at line 410 of file xSens_MT3/pstdint.h.
| #define PRINTF_INTMAX_HEX_WIDTH PRINTF_INT32_HEX_WIDTH | 
Definition at line 407 of file xSens_MT3/pstdint.h.
| #define PRINTF_INTMAX_MODIFIER PRINTF_INT32_MODIFIER | 
Definition at line 404 of file xSens_MT3/pstdint.h.
| #define PRINTF_INTPTR_MODIFIER stdint_intptr_glue3(PRINTF_INT, stdint_intptr_bits, _MODIFIER) | 
Definition at line 530 of file xSens_MT3/pstdint.h.
| #define PRINTF_LEAST16_MODIFIER PRINTF_INT16_MODIFIER | 
Definition at line 429 of file xSens_MT3/pstdint.h.
| #define PRINTF_LEAST32_MODIFIER PRINTF_INT32_MODIFIER | 
Definition at line 428 of file xSens_MT3/pstdint.h.
| #define PTRDIFF_MAX stdint_intptr_glue3(INT, stdint_intptr_bits, _MAX) | 
Definition at line 534 of file xSens_MT3/pstdint.h.
| #define PTRDIFF_MIN stdint_intptr_glue3(INT, stdint_intptr_bits, _MIN) | 
Definition at line 537 of file xSens_MT3/pstdint.h.
| #define SIG_ATOMIC_MAX ((((sig_atomic_t)1) << (sizeof(sig_atomic_t) * CHAR_BIT - 1)) - 1) | 
Definition at line 569 of file xSens_MT3/pstdint.h.
| #define SIZE_MAX (~(size_t)0) | 
Definition at line 131 of file xSens_MT3/pstdint.h.
Referenced by mrpt::graphs::HypothesisNotFoundException::clear().
| #define STDINT_H_UINTPTR_T_DEFINED | 
Definition at line 561 of file xSens_MT3/pstdint.h.
| #define stdint_intptr_bits 32 | 
Definition at line 521 of file xSens_MT3/pstdint.h.
Definition at line 528 of file xSens_MT3/pstdint.h.
Definition at line 527 of file xSens_MT3/pstdint.h.
| #define UINT16_MAX 0xffff | 
Definition at line 168 of file xSens_MT3/pstdint.h.
| #define UINT32_MAX (0xffffffffUL) | 
Definition at line 213 of file xSens_MT3/pstdint.h.
| #define UINT8_MAX 0xff | 
Definition at line 141 of file xSens_MT3/pstdint.h.
| #define UINT_FAST16_MAX UINT_LEAST16_MAX | 
Definition at line 469 of file xSens_MT3/pstdint.h.
| #define UINT_FAST32_MAX UINT_LEAST32_MAX | 
Definition at line 471 of file xSens_MT3/pstdint.h.
| #define UINT_FAST8_MAX UINT_LEAST8_MAX | 
Definition at line 467 of file xSens_MT3/pstdint.h.
| #define UINT_LEAST16_MAX UINT16_MAX | 
Definition at line 432 of file xSens_MT3/pstdint.h.
| #define UINT_LEAST32_MAX UINT32_MAX | 
Definition at line 434 of file xSens_MT3/pstdint.h.
| #define UINT_LEAST8_MAX UINT8_MAX | 
Definition at line 430 of file xSens_MT3/pstdint.h.
Definition at line 401 of file xSens_MT3/pstdint.h.
| #define UINTMAX_MAX UINT32_MAX | 
Definition at line 400 of file xSens_MT3/pstdint.h.
| #define UINTPTR_C | ( | x | ) | stdint_intptr_glue3(UINT, stdint_intptr_bits, _C)(x) | 
Definition at line 552 of file xSens_MT3/pstdint.h.
| #define UINTPTR_MAX stdint_intptr_glue3(UINT, stdint_intptr_bits, _MAX) | 
Definition at line 540 of file xSens_MT3/pstdint.h.
| #define ULONG_LONG_MAX UINT64_C(18446744073709551615) | 
Definition at line 330 of file xSens_MT3/pstdint.h.
| typedef int_least16_t int_fast16_t | 
Definition at line 463 of file xSens_MT3/pstdint.h.
| typedef int_least32_t int_fast32_t | 
Definition at line 465 of file xSens_MT3/pstdint.h.
| typedef int_least8_t int_fast8_t | 
Definition at line 461 of file xSens_MT3/pstdint.h.
| typedef int16_t int_least16_t | 
Definition at line 424 of file xSens_MT3/pstdint.h.
| typedef int32_t int_least32_t | 
Definition at line 426 of file xSens_MT3/pstdint.h.
| typedef int8_t int_least8_t | 
Definition at line 422 of file xSens_MT3/pstdint.h.
Definition at line 397 of file xSens_MT3/pstdint.h.
| typedef uint_least16_t uint_fast16_t | 
Definition at line 464 of file xSens_MT3/pstdint.h.
| typedef uint_least32_t uint_fast32_t | 
Definition at line 466 of file xSens_MT3/pstdint.h.
| typedef uint_least8_t uint_fast8_t | 
Definition at line 462 of file xSens_MT3/pstdint.h.
| typedef uint16_t uint_least16_t | 
Definition at line 425 of file xSens_MT3/pstdint.h.
| typedef uint32_t uint_least32_t | 
Definition at line 427 of file xSens_MT3/pstdint.h.
| typedef uint8_t uint_least8_t | 
Definition at line 423 of file xSens_MT3/pstdint.h.
Definition at line 398 of file xSens_MT3/pstdint.h.
| typedef stdint_intptr_glue3 | ( | uint | , | 
| stdint_intptr_bits | , | ||
| _t | |||
| ) | 
| typedef stdint_intptr_glue3 | ( | int | , | 
| stdint_intptr_bits | , | ||
| _t | |||
| ) | 
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |