This file contains some basic definitions (defines, macros, datatypes) More...
Include dependency graph for basisdef.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | SDH |
Defines | |
| #define | SDH_ASSERT_TYPESIZES() |
| macro to assert that the defined typedefs have the expected sizes | |
Typedefs | |
| typedef int8_t | SDH::Int8 |
| signed integer, size 1 Byte (8 Bit) | |
| typedef uint8_t | SDH::UInt8 |
| unsigned integer, size 1 Byte (8 Bit) | |
| typedef int16_t | SDH::Int16 |
| signed integer, size 2 Byte (16 Bit) | |
| typedef uint16_t | SDH::UInt16 |
| unsigned integer, size 2 Byte (16 Bit) | |
| typedef int32_t | SDH::Int32 |
| signed integer, size 4 Byte (32 Bit) | |
| typedef uint32_t | SDH::UInt32 |
| unsigned integer, size 4 Byte (32 Bit) | |
This file contains some basic definitions (defines, macros, datatypes)
Copyright (c) 2006 SCHUNK GmbH & Co. KG
| #define SDH_ASSERT_TYPESIZES | ( | ) |