This class provides the mechanism to connect to a database and reads needed ROS parameters when appropriate. More...
#include <moveit_message_storage.h>

Public Member Functions | |
| MoveItMessageStorage (warehouse_ros::DatabaseConnection::Ptr conn) | |
| Takes a warehouse_ros DatabaseConnection. The DatabaseConnection is expected to have already been initialized. | |
| virtual | ~MoveItMessageStorage () |
Protected Member Functions | |
| void | filterNames (const std::string ®ex, std::vector< std::string > &names) const |
| Keep only the names that match regex. | |
Protected Attributes | |
| warehouse_ros::DatabaseConnection::Ptr | conn_ |
This class provides the mechanism to connect to a database and reads needed ROS parameters when appropriate.
Definition at line 48 of file moveit_message_storage.h.
| moveit_warehouse::MoveItMessageStorage::MoveItMessageStorage | ( | warehouse_ros::DatabaseConnection::Ptr | conn | ) |
Takes a warehouse_ros DatabaseConnection. The DatabaseConnection is expected to have already been initialized.
Definition at line 43 of file moveit_message_storage.cpp.
| virtual moveit_warehouse::MoveItMessageStorage::~MoveItMessageStorage | ( | ) | [inline, virtual] |
Definition at line 55 of file moveit_message_storage.h.
| void moveit_warehouse::MoveItMessageStorage::filterNames | ( | const std::string & | regex, |
| std::vector< std::string > & | names | ||
| ) | const [protected] |
Keep only the names that match regex.
Definition at line 47 of file moveit_message_storage.cpp.
Definition at line 63 of file moveit_message_storage.h.