This file contains some basic definitions (defines, macros, datatypes) More...
Go to the source code of this file.
Macros | |
#define | SDH_ASSERT_TYPESIZES() |
macro to assert that the defined typedefs have the expected sizes More... | |
Typedefs | |
typedef int16_t | Int16 |
signed integer, size 2 Byte (16 Bit) More... | |
typedef int32_t | Int32 |
signed integer, size 4 Byte (32 Bit) More... | |
typedef uint16_t | UInt16 |
unsigned integer, size 2 Byte (16 Bit) More... | |
typedef uint32_t | UInt32 |
unsigned integer, size 4 Byte (32 Bit) More... | |
typedef uint8_t | UInt8 |
unsigned integer, size 1 Byte (8 Bit) More... | |
Variables | |
NAMESPACE_SDH_START typedef int8_t | Int8 |
signed integer, size 1 Byte (8 Bit) More... | |
This file contains some basic definitions (defines, macros, datatypes)
Copyright (c) 2006 SCHUNK GmbH & Co. KG
Definition in file basisdef.h.
#define SDH_ASSERT_TYPESIZES | ( | ) |
macro to assert that the defined typedefs have the expected sizes
Definition at line 73 of file basisdef.h.
typedef int16_t Int16 |
signed integer, size 2 Byte (16 Bit)
Definition at line 62 of file basisdef.h.
typedef int32_t Int32 |
signed integer, size 4 Byte (32 Bit)
Definition at line 64 of file basisdef.h.
typedef uint16_t UInt16 |
unsigned integer, size 2 Byte (16 Bit)
Definition at line 63 of file basisdef.h.
typedef uint32_t UInt32 |
unsigned integer, size 4 Byte (32 Bit)
Definition at line 65 of file basisdef.h.
typedef uint8_t UInt8 |
unsigned integer, size 1 Byte (8 Bit)
Definition at line 61 of file basisdef.h.
NAMESPACE_SDH_START typedef int8_t Int8 |
signed integer, size 1 Byte (8 Bit)
Definition at line 60 of file basisdef.h.