17 #ifndef GZ_SIM_GUI_COMPONENTINSPECTOR_AIRPRESSURE_HH_
18 #define GZ_SIM_GUI_COMPONENTINSPECTOR_AIRPRESSURE_HH_
26 class ComponentInspectorEditor;
35 public:
explicit AirPressure(ComponentInspectorEditor *_inspector);
47 double _mean,
double _meanBias,
double _stdDev,
48 double _stdDevBias,
double _dynamicBiasStdDev,
49 double _dynamicBiasCorrelationTime);
55 double _referenceAltitude);
59 private: ComponentInspectorEditor *inspector{
nullptr};