Go to the documentation of this file.
17 #ifndef SDF_AIRSPEED_HH_
18 #define SDF_AIRSPEED_HH_
20 #include <gz/utils/ImplPtr.hh>
30 inline namespace SDF_VERSION_NAMESPACE {
55 public:
const Noise &PressureNoise()
const;
59 public:
void SetPressureNoise(
const Noise &_noise);
65 public:
bool operator==(
const AirSpeed &_air)
const;
71 public:
bool operator!=(
const AirSpeed &_air)
const;
81 GZ_UTILS_IMPL_PTR(dataPtr)
namespace for Simulation Description Format parser
Definition: Actor.hh:34
AirSpeed contains information about a general purpose air speed sensor.
Definition: AirSpeed.hh:34
#define SDFORMAT_VISIBLE
Definition: system_util.hh:25
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition: Noise.hh:47
class GZ_SDFORMAT_VISIBLE Element
Definition: Element.hh:51
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:80
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:55