Go to the source code of this file.
Macros | |
| #define | KDRIVE_TYPES |
| #define | KDRIVE_ERROR_TYPE |
| #define | KDRIVE_BOOL_TYPE |
| #define | kdriveExpress_API |
Typedefs | |
| typedef unsigned char | uint8_t |
| 8 bit unsigned char More... | |
| typedef unsigned short | uint16_t |
| 16 bit unsigned char More... | |
| typedef unsigned int | uint32_t |
| 32 bit unsigned char More... | |
| typedef signed char | int8_t |
| 8 bit signed char More... | |
| typedef short | int16_t |
| 16 bit signed int More... | |
| typedef int | int32_t |
| 32 bit signed int More... | |
| typedef float | float32_t |
| 32 bit single precision float More... | |
| typedef int32_t | error_t |
| typedef bool | bool_t |
| #define KDRIVE_BOOL_TYPE |
| #define KDRIVE_ERROR_TYPE |
| #define KDRIVE_TYPES |
| #define kdriveExpress_API |
| typedef bool bool_t |
| typedef float float32_t |
32 bit single precision float
| typedef short int16_t |
16 bit signed int
| typedef int int32_t |
32 bit signed int
| typedef signed char int8_t |
8 bit signed char
| typedef unsigned short uint16_t |
16 bit unsigned char
| typedef unsigned int uint32_t |
32 bit unsigned char
| typedef unsigned char uint8_t |
8 bit unsigned char