Go to the documentation of this file.
   17 #ifndef SDF_AIRPRESSURE_HH_ 
   18 #define SDF_AIRPRESSURE_HH_ 
   20 #include <ignition/utils/ImplPtr.hh> 
   25 #include <sdf/sdf_config.h> 
   30   inline namespace SDF_VERSION_NAMESPACE {
 
   60     public: 
double ReferenceAltitude() 
const;
 
   65     public: 
void SetReferenceAltitude(
double _ref);
 
   69     public: 
const Noise &PressureNoise() 
const;
 
   73     public: 
void SetPressureNoise(
const Noise &_noise);
 
   79     public: 
bool operator==(
const AirPressure &_air) 
const;
 
   85     public: 
bool operator!=(
const AirPressure &_air) 
const;
 
   88     IGN_UTILS_IMPL_PTR(dataPtr)
 
  
AirPressure contains information about a general purpose fluid pressure sensor.
Definition: AirPressure.hh:34
 
namespace for Simulation Description Format parser
Definition: Actor.hh:33
 
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106
 
#define SDFORMAT_VISIBLE
Definition: system_util.hh:41
 
SDF Element class.
Definition: Element.hh:73
 
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:54
 
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition: Noise.hh:47