Go to the documentation of this file.
   17 #ifndef SDF_ALTIMETER_HH_ 
   18 #define SDF_ALTIMETER_HH_ 
   20 #include <ignition/utils/ImplPtr.hh> 
   30   inline namespace SDF_VERSION_NAMESPACE {
 
   54     public: 
const Noise &VerticalPositionNoise() 
const;
 
   58     public: 
void SetVerticalPositionNoise(
const Noise &_noise);
 
   62     public: 
const Noise &VerticalVelocityNoise() 
const;
 
   66     public: 
void SetVerticalVelocityNoise(
const Noise &_noise);
 
   71     public: 
bool operator==(
const Altimeter &_alt) 
const;
 
   77     public: 
bool operator!=(
const Altimeter &_alt) 
const;
 
   87     IGN_UTILS_IMPL_PTR(dataPtr)
 
  
namespace for Simulation Description Format parser
Definition: Actor.hh:34
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106
#define SDFORMAT_VISIBLE
Definition: system_util.hh:25
class IGNITION_SDFORMAT_VISIBLE Element
Definition: Element.hh:50
Altimeter contains information about an altimeter sensor.
Definition: Altimeter.hh:33
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