forked from Archive/PX4-Autopilot
inline newly added function save 60Bytes
This commit is contained in:
parent
be11516dd6
commit
de58ab9167
|
@ -566,9 +566,10 @@ protected:
|
|||
// calculate the inverse rotation matrix from a quaternion rotation
|
||||
Matrix3f quat_to_invrotmat(const Quatf &quat);
|
||||
|
||||
void setDragData();
|
||||
inline void setDragData();
|
||||
|
||||
inline void computeVibrationMetric();
|
||||
inline bool checkIfVehicleAtRest(float dt);
|
||||
|
||||
void computeVibrationMetric();
|
||||
bool checkIfVehicleAtRest(float dt);
|
||||
void printBufferAllocationFailed(const char * buffer_name);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue