@@ -345,17 +345,17 @@ namespace sdf
345345 // / \param[in] _air The air pressure sensor.
346346 public: void SetAirSpeedSensor (const AirSpeed &_air);
347347
348- // / \brief Get the air speed sensor, or nullptr if this sensor type
349- // / is not an AirSpeed sensor.
350- // / \return Pointer to the AirSpeed sensor, or nullptr if this
351- // / Sensor is not a AirSpeed sensor.
348+ // / \brief Get the air flow sensor, or nullptr if this sensor type
349+ // / is not an AirFlow sensor.
350+ // / \return Pointer to the AirFlow sensor, or nullptr if this
351+ // / Sensor is not a AirFlow sensor.
352352 // / \sa SensorType Type() const
353353 public: const AirFlow *AirFlowSensor () const ;
354354
355- // / \brief Get a mutable air speed sensor, or nullptr if this sensor type
356- // / is not an AirSpeed sensor.
357- // / \return Pointer to the AirSpeed sensor, or nullptr if this
358- // / Sensor is not a AirSpeed sensor.
355+ // / \brief Get a mutable air flow sensor, or nullptr if this sensor type
356+ // / is not an AirFlow sensor.
357+ // / \return Pointer to the AirFlow sensor, or nullptr if this
358+ // / Sensor is not a AirFlow sensor.
359359 // / \sa SensorType Type() const
360360 public: AirFlow *AirFlowSensor ();
361361
0 commit comments