#include <threadsafe_state_storage.h>
Definition at line 45 of file threadsafe_state_storage.h.
ompl_interface::TSStateStorage::TSStateStorage |
( |
const robot_model::RobotModelPtr & |
kmodel | ) |
|
ompl_interface::TSStateStorage::TSStateStorage |
( |
const robot_state::RobotState & |
start_state | ) |
|
ompl_interface::TSStateStorage::~TSStateStorage |
( |
| ) |
|
robot_state::RobotState * ompl_interface::TSStateStorage::getStateStorage |
( |
| ) |
const |
boost::mutex ompl_interface::TSStateStorage::lock_ |
|
mutableprivate |
robot_state::RobotState ompl_interface::TSStateStorage::start_state_ |
|
private |
std::map<boost::thread::id, robot_state::RobotState*> ompl_interface::TSStateStorage::thread_states_ |
|
mutableprivate |
The documentation for this class was generated from the following files: