AirSpeed contains information about a general purpose air speed sensor. More...
#include <AirSpeed.hh>
Public Member Functions | |
| AirSpeed () | |
| Default constructor. | |
| sdf::ElementPtr | Element () const |
| Get a pointer to the SDF element that was used during load. | |
| Errors | Load (ElementPtr _sdf) |
| Load the air speed based on an element pointer. | |
| bool | operator!= (const AirSpeed &_air) const |
| Return true this AirSpeed object does not contain the same values as the passed in parameter. | |
| bool | operator== (const AirSpeed &_air) const |
| Return true if both AirSpeed objects contain the same values. | |
| const Noise & | PressureNoise () const |
| Get the noise values. | |
| void | SetPressureNoise (const Noise &_noise) |
| Set the noise values related to the differential pressure data. | |
| sdf::ElementPtr | ToElement () const |
| Create and return an SDF element filled with data from this air pressure sensor. | |
AirSpeed contains information about a general purpose air speed sensor.
This sensor can be attached to a link.
| sdf::SDF_VERSION_NAMESPACE::AirSpeed::AirSpeed | ( | ) |
Default constructor.
Referenced by operator!=(), and operator==().
| sdf::ElementPtr sdf::SDF_VERSION_NAMESPACE::AirSpeed::Element | ( | ) | const |
| Errors sdf::SDF_VERSION_NAMESPACE::AirSpeed::Load | ( | ElementPtr | _sdf | ) |
| bool sdf::SDF_VERSION_NAMESPACE::AirSpeed::operator!= | ( | const AirSpeed & | _air | ) | const |
Return true this AirSpeed object does not contain the same values as the passed in parameter.
| [_in] | _air AirSpeed value to compare. |
References AirSpeed().
| bool sdf::SDF_VERSION_NAMESPACE::AirSpeed::operator== | ( | const AirSpeed & | _air | ) | const |
Return true if both AirSpeed objects contain the same values.
| [_in] | _air AirSpeed value to compare. |
References AirSpeed().
| const Noise & sdf::SDF_VERSION_NAMESPACE::AirSpeed::PressureNoise | ( | ) | const |
Get the noise values.
| void sdf::SDF_VERSION_NAMESPACE::AirSpeed::SetPressureNoise | ( | const Noise & | _noise | ) |
Set the noise values related to the differential pressure data.
| [in] | _noise | Noise values for the pressure data. |
| sdf::ElementPtr sdf::SDF_VERSION_NAMESPACE::AirSpeed::ToElement | ( | ) | const |