MotorWare f2806x Module API Documentation
Enumerations
CTRL_STATES

Enumerations

enum  CTRL_State_e {
  CTRL_State_Error =0, CTRL_State_Idle, CTRL_State_OffLine, CTRL_State_OnLine,
  CTRL_numStates
}
 Enumeration for the controller states. More...
 

Detailed Description

Enumeration Type Documentation

Enumeration for the controller states.

Enumerator
CTRL_State_Error 

the controller error state

CTRL_State_Idle 

the controller idle state

CTRL_State_OffLine 

the controller offline state

CTRL_State_OnLine 

the controller online state

CTRL_numStates 

the number of controller states

Definition at line 34 of file ctrl_states.h.