HectorMapMutex.h
Go to the documentation of this file.
1 #ifndef hectormapmutex_h__
2 #define hectormapmutex_h__
3 
5 
6 #include <boost/thread/mutex.hpp>
7 
9 {
10 public:
11  virtual void lockMap()
12  {
13  mapModifyMutex_.lock();
14  }
15 
16  virtual void unlockMap()
17  {
18  mapModifyMutex_.unlock();
19  }
20 
21  boost::mutex mapModifyMutex_;
22 };
23 
24 #endif
virtual void lockMap()
boost::mutex mapModifyMutex_
virtual void unlockMap()


hector_mapping
Author(s): Stefan Kohlbrecher
autogenerated on Sun Nov 3 2019 03:18:33