#include <topic_handlers.h>
Definition at line 127 of file topic_handlers.h.
rosserial_server::ServiceClient::ServiceClient |
( |
ros::NodeHandle & |
nh, |
|
|
rosserial_msgs::TopicInfo & |
topic_info, |
|
|
boost::function< void(std::vector< uint8_t > &buffer, const uint16_t topic_id)> |
write_fn |
|
) |
| |
|
inline |
std::string rosserial_server::ServiceClient::getRequestMessageMD5 |
( |
| ) |
|
|
inline |
std::string rosserial_server::ServiceClient::getResponseMessageMD5 |
( |
| ) |
|
|
inline |
void rosserial_server::ServiceClient::setTopicId |
( |
uint16_t |
topic_id | ) |
|
|
inline |
std::string rosserial_server::ServiceClient::request_message_md5_ |
|
private |
std::string rosserial_server::ServiceClient::response_message_md5_ |
|
private |
std::string rosserial_server::ServiceClient::service_md5_ |
|
private |
uint16_t rosserial_server::ServiceClient::topic_id_ |
|
private |
boost::function<void(std::vector<uint8_t>& buffer, const uint16_t topic_id)> rosserial_server::ServiceClient::write_fn_ |
|
private |
The documentation for this class was generated from the following file: