 |
VectorNav C++ Library
|
Go to the documentation of this file.
11 #if defined(_MSC_VER) && _MSC_VER <= 1500
15 typedef signed __int8 int8_t;
16 typedef signed __int16 int16_t;
17 typedef signed __int32 int32_t;
18 typedef signed __int64 int64_t;
19 typedef unsigned __int8 uint8_t;
20 typedef unsigned __int16 uint16_t;
21 typedef unsigned __int32 uint32_t;
22 typedef unsigned __int64 uint64_t;