1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
// General Project Conventions
/**************************************************************************
ROBOTICS BUS TYPE DEFINITIONS
***************************************************************************/
/*
typedef int8 bool;
typedef signed int8 sint8;
typedef signed int16 sint16;
typedef signed int32 sint32;
typedef unsigned int8 uint8;
typedef unsigned int16 uint16;
typedef unsigned int32 uint32;
*/