#include <database_connection.h>
Definition at line 47 of file database_connection.h.
◆ MongoDatabaseConnection()
| warehouse_ros_mongo::MongoDatabaseConnection::MongoDatabaseConnection |
( |
| ) |
|
◆ connect()
| bool warehouse_ros_mongo::MongoDatabaseConnection::connect |
( |
| ) |
|
|
virtual |
◆ dropDatabase()
| void warehouse_ros_mongo::MongoDatabaseConnection::dropDatabase |
( |
const std::string & |
db_name | ) |
|
|
virtual |
◆ isConnected()
| bool warehouse_ros_mongo::MongoDatabaseConnection::isConnected |
( |
| ) |
|
|
virtual |
◆ messageType()
| string warehouse_ros_mongo::MongoDatabaseConnection::messageType |
( |
const std::string & |
db_name, |
|
|
const std::string & |
collection_name |
|
) |
| |
|
virtual |
◆ openCollectionHelper()
| MessageCollectionHelper::Ptr warehouse_ros_mongo::MongoDatabaseConnection::openCollectionHelper |
( |
const std::string & |
db_name, |
|
|
const std::string & |
collection_name |
|
) |
| |
|
protectedvirtual |
◆ setParams()
| bool warehouse_ros_mongo::MongoDatabaseConnection::setParams |
( |
const std::string & |
host, |
|
|
unsigned |
port, |
|
|
float |
timeout |
|
) |
| |
|
virtual |
◆ setTimeout()
| bool warehouse_ros_mongo::MongoDatabaseConnection::setTimeout |
( |
float |
timeout | ) |
|
|
virtual |
◆ conn_
| std::shared_ptr<mongo::DBClientConnection> warehouse_ros_mongo::MongoDatabaseConnection::conn_ |
|
protected |
◆ host_
| std::string warehouse_ros_mongo::MongoDatabaseConnection::host_ |
|
protected |
◆ port_
| unsigned warehouse_ros_mongo::MongoDatabaseConnection::port_ |
|
protected |
◆ timeout_
| float warehouse_ros_mongo::MongoDatabaseConnection::timeout_ |
|
protected |
The documentation for this class was generated from the following files: