WPILibC++
unspecified
|
Common header for all CTRE HAL modules. More...
#include "ctre_frames.h"
Go to the source code of this file.
Enumerations | |
enum | CTR_Code { CTR_OKAY, CTR_RxTimeout, CTR_TxTimeout, CTR_InvalidParamValue, CTR_UnexpectedArbId, CTR_TxFailed, CTR_SigNotUpdated, CTR_BufferFull } |
Common header for all CTRE HAL modules.
enum CTR_Code |
Enumerator | |
---|---|
CTR_OKAY |
No Error - Function executed as expected. |
CTR_RxTimeout |
CAN frame has not been received within specified period of time. |
CTR_TxTimeout |
Not used. |
CTR_InvalidParamValue |
Caller passed an invalid param. |
CTR_UnexpectedArbId |
Specified CAN Id is invalid. |
CTR_TxFailed |
Could not transmit the CAN frame. |
CTR_SigNotUpdated |
Have not received an value response for signal. |
CTR_BufferFull |
Caller attempted to insert data into a buffer that is full. |