23 #ifndef _SENSORMANAGER_HH_
24 #define _SENSORMANAGER_HH_
26 #include <boost/thread.hpp>
58 public:
void Update(
bool _force =
false);
74 public:
void GetSensorTypes(std::vector<std::string> &_types)
const;
84 const std::string &_worldName,
85 const std::string &_parentName);
108 private:
void RunLoop();
115 private:
bool initialized;
118 private: boost::thread *runThread;
121 private: boost::recursive_mutex mutex;