AttPosEKF: Compile fix for protected HIL function

This commit is contained in:
Johan Jansen 2015-03-12 10:29:16 +01:00
parent 5f5a6e841f
commit 20592ce4d8
1 changed files with 6 additions and 6 deletions

View File

@ -379,6 +379,12 @@ public:
* true if the vehicle moves like a Fixed Wing, false otherwise
**/
void setIsFixedWing(const bool fixedWing);
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void ZeroVariables();
protected:
@ -407,12 +413,6 @@ protected:
void AttitudeInit(float ax, float ay, float az, float mx, float my, float mz, float declination, float *initQuat);
void ResetStoredStates();
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void ZeroVariables();
private:
bool _isFixedWing; ///< True if the vehicle is a fixed-wing frame type