mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
EKF: Add usage warning comment
This commit is contained in:
committed by
Daniel Agar
parent
c2b86cdb20
commit
c1f1415696
@@ -389,6 +389,8 @@ protected:
|
||||
|
||||
virtual float compensateBaroForDynamicPressure(const float baro_alt_uncompensated) const = 0;
|
||||
|
||||
// these are used to record single frame events for external monitoring and should NOT be used for
|
||||
// state logic becasue they will be cleared externally after being read.
|
||||
warning_event_status_u _warning_events{};
|
||||
information_event_status_u _information_events{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user