CONFIG_COCKPIT_EX
This is a structure information for cockpit setting and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Enable flag for Cockpit mode |
|
1 |
|
|
Defines the function mapping for Cockpit buttons |
|
3 |
|
|
Enables or disables Recovery Teach mode |
Total size: 4 bytes
Defined in: DRFS.h
typedef struct _CONFIG_COCKPIT_EX
{
/* disable: 0, enable: 1 */
unsigned char _bEnable;
/* Direct Teach: 0, TCP-Z: 1, TCP-XY: 2, Orientation Only: 3, Position Only: 4 */
unsigned char _iButton[2];
/* disable: 0, enable: 1 */
unsigned char _bRecoveryTeach;
} CONFIG_COCKPIT_EX, *LPCONFIG_COCKPIT_EX;