Browse Source

TradHeli: add accessor for phase_angle

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
7233a567fb
  1. 3
      libraries/AP_Motors/AP_MotorsHeli.h

3
libraries/AP_Motors/AP_MotorsHeli.h

@ -186,6 +186,9 @@ public: @@ -186,6 +186,9 @@ public:
// recalc_scalers - recalculates various scalers used. Should be called at about 1hz to allow users to see effect of changing parameters
void recalc_scalers();
// get_phase_angle - returns phase angle
int16_t get_phase_angle() { return _phase_angle; }
// var_info for holding Parameter information
static const struct AP_Param::GroupInfo var_info[];

Loading…
Cancel
Save