Cheetah Software
1.0
|
Common types that are only valid in C++. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint64_t | u64 |
typedef uint32_t | u32 |
typedef uint16_t | u16 |
typedef uint8_t | u8 |
typedef int8_t | s8 |
typedef int16_t | s16 |
typedef int32_t | s32 |
typedef int64_t | s64 |
Common types that are only valid in C++.
Common types that can also be included in C code.
This file contains types which are only used in C++ code. This includes Eigen types, template types, aliases, ...
This file contains types which are shared between C and C++ code. The low-level drivers (rt folder) are all in C and everything else is C++. Because this file is included in both C and C++, it can't contain C++ type alias ("using"), namespaces, or templates.
Definition in file cTypes.h.