27 typedef signed char INT8;
28 typedef signed short INT16;
29 typedef signed int INT32;
30 typedef signed long long INT64;
33 typedef unsigned char UINT8;
34 typedef unsigned short UINT16;
35 typedef unsigned int UINT32;
36 typedef unsigned long long UINT64;
39 typedef unsigned char UCHAR;
40 typedef unsigned short USHORT;
41 typedef unsigned int UINT;
42 typedef unsigned long ULONG;
Not used.
Definition: ctre.h:47
No Error - Function executed as expected.
Definition: ctre.h:45
CAN Encoder/Decoder Structures for CTRE devices.
Could not transmit the CAN frame.
Definition: ctre.h:50
Caller attempted to insert data into a buffer that is full.
Definition: ctre.h:52
CTR_Code
Definition: ctre.h:44
Specified CAN Id is invalid.
Definition: ctre.h:49
Have not received an value response for signal.
Definition: ctre.h:51
Caller passed an invalid param.
Definition: ctre.h:48
CAN frame has not been received within specified period of time.
Definition: ctre.h:46