AP_Int16servo1_pos;// Angular location of swash servo #1
AP_Int16servo2_pos;// Angular location of swash servo #2
AP_Int16servo3_pos;// Angular location of swash servo #3
AP_Int16roll_max;// Maximum roll angle of the swash plate in centi-degrees
AP_Int16pitch_max;// Maximum pitch angle of the swash plate in centi-degrees
AP_Int16collective_min;// Lowest possible servo position for the swashplate
AP_Int16collective_max;// Highest possible servo position for the swashplate
AP_Int16collective_mid;// Swash servo position corresponding to zero collective pitch (or zero lift for Assymetrical blades)
AP_Int16ext_gyro_enabled;// Enabled/Disable an external rudder gyro connected to channel 7. With no external gyro a more complex yaw controller is used
AP_Int8swash_type;// Swash Type Setting - either 3-servo CCPM or H1 Mechanical Mixing
AP_Int16ext_gyro_gain;// PWM sent to the external gyro on Ch7
AP_Int8servo_manual;// Pass radio inputs directly to servos during set-up through mission planner
AP_Int16phase_angle;// Phase angle correction for rotor head. If pitching the swash forward induces a roll, this can be correct the problem
AP_Int16collective_yaw_effect;// Feed-forward compensation to automatically add rudder input when collective pitch is increased. Can be positive or negative depending on mechanics.
AP_Int16ext_gov_setpoint;// PWM passed to the external motor governor when external governor is enabledv
AP_Int8rsc_mode;// Sets which main rotor ESC control mode is active
AP_Int16rsc_ramp_up_rate;// The time in 100th seconds the RSC takes to ramp up to speed
AP_Int8flybar_mode;// Flybar present or not. Affects attitude controller used during ACRO flight mode
AP_Int8stab_col_min;// Minimum collective position while flying in Stabilize Mode
AP_Int8stab_col_max;// Maximum collective position while flying in Stabilize Mode