Go to the documentation of this file.
   17 #ifndef SDF_MAGNETOMETER_HH_ 
   18 #define SDF_MAGNETOMETER_HH_ 
   20 #include <ignition/utils/ImplPtr.hh> 
   24 #include <sdf/sdf_config.h> 
   29   inline namespace SDF_VERSION_NAMESPACE {
 
   55     public: 
const Noise &XNoise() 
const;
 
   59     public: 
void SetXNoise(
const Noise &_noise);
 
   63     public: 
const Noise &YNoise() 
const;
 
   67     public: 
void SetYNoise(
const Noise &_noise);
 
   71     public: 
const Noise &ZNoise() 
const;
 
   75     public: 
void SetZNoise(
const Noise &_noise);
 
   89     IGN_UTILS_IMPL_PTR(dataPtr)
 
  
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
 
namespace for Simulation Description Format parser
Definition: Actor.hh:33
 
#define SDFORMAT_VISIBLE
Definition: system_util.hh:41
 
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition: Noise.hh:47
 
class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
 
Magnetometer contains information about a magnetometer sensor.
Definition: Magnetometer.hh:34
 
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:106