RoboidControl
|
Go to the source code of this file.
Typedefs | |
using | UInt8 = unsigned char |
using | SInt8 = signed char |
using | Int8 = SInt8 |
using | UInt16 = unsigned short |
using | SInt16 = signed short |
using | Int16 = SInt16 |
using | UInt32 = unsigned long |
using | SInt32 = signed long |
using | Int32 = SInt32 |
using | UInt64 = unsigned long long |
using | SInt64 = signed long long |
using | Int64 = SInt64 |
using UInt8 = unsigned char |
using SInt8 = signed char |
using UInt16 = unsigned short |
using SInt16 = signed short |
typedef unsigned int UInt32 |
typedef signed int SInt32 |
using UInt64 = unsigned long long |
using SInt64 = signed long long |