MotorWare f2806x Module API Documentation
ctrl_states.h
Go to the documentation of this file.
1 #ifndef _CTRL_STATES_H_
2 #define _CTRL_STATES_H_
3 
8 
9 
10 // **************************************************************************
11 // the includes
12 
17 
18 
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 
25 // **************************************************************************
26 // the defines
27 
28 
29 // **************************************************************************
30 // the typedefs
31 
34 typedef enum {
40 } CTRL_State_e;
41 
42 
43 // **************************************************************************
44 // the globals
45 
46 
47 // **************************************************************************
48 // the function prototypes
49 
50 
51 #ifdef __cplusplus
52 }
53 #endif // extern "C"
54 
56 
57 #endif // end of _CTRL_STATES_H_ definition
58 
the controller error state
Definition: ctrl_states.h:35
the number of controller states
Definition: ctrl_states.h:39
the controller idle state
Definition: ctrl_states.h:36
CTRL_State_e
Enumeration for the controller states.
Definition: ctrl_states.h:34
the controller online state
Definition: ctrl_states.h:38
the controller offline state
Definition: ctrl_states.h:37