Skip to content
Snippets Groups Projects
Commit 7233a567 authored by Randy Mackay's avatar Randy Mackay
Browse files

TradHeli: add accessor for phase_angle

parent 0f67e25d
No related branches found
No related tags found
No related merge requests found
...@@ -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 // recalc_scalers - recalculates various scalers used. Should be called at about 1hz to allow users to see effect of changing parameters
void recalc_scalers(); void recalc_scalers();
// get_phase_angle - returns phase angle
int16_t get_phase_angle() { return _phase_angle; }
// var_info for holding Parameter information // var_info for holding Parameter information
static const struct AP_Param::GroupInfo var_info[]; static const struct AP_Param::GroupInfo var_info[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment