#include <bond_client.hpp>
|
| | BondClient (rclcpp::Node::SharedPtr node, const std::string &bond_id) |
| | Construct a new Bond Client object.
|
| |
| void | start () |
| | start the bond
|
| |
| void | stop () |
| | stop the bond
|
| |
| | ~BondClient () |
| |
|
| void | on_formed () |
| | callback function for bond formed event
|
| |
| void | on_broken () |
| | callback function for bond broken event
|
| |
◆ BondClient()
| BondClient::BondClient |
( |
rclcpp::Node::SharedPtr |
node, |
|
|
const std::string & |
bond_id |
|
) |
| |
|
inline |
Construct a new Bond Client object.
- Parameters
-
| node | pointer to the node |
| bond_id | Bond id string |
◆ ~BondClient()
| BondClient::~BondClient |
( |
| ) |
|
|
inline |
◆ on_broken()
| void BondClient::on_broken |
( |
| ) |
|
|
inlineprivate |
callback function for bond broken event
◆ on_formed()
| void BondClient::on_formed |
( |
| ) |
|
|
inlineprivate |
callback function for bond formed event
◆ start()
| void BondClient::start |
( |
| ) |
|
|
inline |
◆ stop()
| void BondClient::stop |
( |
| ) |
|
|
inline |
◆ bond_
| std::shared_ptr<bond::Bond> BondClient::bond_ |
|
private |
Heart beat bond with capabilities server
◆ bond_id_
| std::string BondClient::bond_id_ |
|
private |
◆ node_
| rclcpp::Node::SharedPtr BondClient::node_ |
|
private |
◆ topic_
| std::string BondClient::topic_ |
|
private |
Bond topic to be published
The documentation for this class was generated from the following file: