RoboidControl
Loading...
Searching...
No Matches
Typedefs
d:/PlatformIO/RoboidControl/Types.h File Reference

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
 

Typedef Documentation

◆ UInt8

using UInt8 = unsigned char

◆ SInt8

using SInt8 = signed char

◆ Int8

using Int8 = SInt8

◆ UInt16

using UInt16 = unsigned short

◆ SInt16

using SInt16 = signed short

◆ Int16

using Int16 = SInt16

◆ UInt32

typedef unsigned int UInt32

◆ SInt32

typedef signed int SInt32

◆ Int32

using Int32 = SInt32

◆ UInt64

using UInt64 = unsigned long long

◆ SInt64

using SInt64 = signed long long

◆ Int64

using Int64 = SInt64