18 #ifndef _GAZEBO_MAGNETOMETER_SENSOR_PRIVATE_HH_
19 #define _GAZEBO_MAGNETOMETER_SENSOR_PRIVATE_HH_
36 public:
mutable std::mutex
mutex;
Definition: MagnetometerSensorPrivate.hh:33
Forward declarations for transport.
std::mutex mutex
Mutex to protect reads and writes.
Definition: MagnetometerSensorPrivate.hh:36
default namespace for gazebo
msgs::Magnetometer magMsg
Stores most recent magnetometer sensor data.
Definition: MagnetometerSensorPrivate.hh:45
transport::PublisherPtr magPub
Magnetometer data publisher.
Definition: MagnetometerSensorPrivate.hh:39
physics::LinkPtr parentLink
Parent link of this sensor.
Definition: MagnetometerSensorPrivate.hh:42
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
boost::shared_ptr< Link > LinkPtr
Definition: PhysicsTypes.hh:92