|
| DynamicProtobufNode (common::ZeroMQService *service) |
|
void | subscribe (int socket_id, boost::function< void(boost::shared_ptr< google::protobuf::Message > msg)> handler, const std::string &group) |
|
template<class C > |
void | subscribe (int socket_id, void(C::*mem_func)(boost::shared_ptr< google::protobuf::Message > msg), C *obj, const std::string &group) |
|
void | on_receipt (int socket_id, boost::function< void(boost::shared_ptr< google::protobuf::Message > msg)> handler, const std::string &group) |
|
template<class C > |
void | on_receipt (int socket_id, void(C::*mem_func)(boost::shared_ptr< google::protobuf::Message > msg), C *obj, const std::string &group) |
|
| ProtobufNode (common::ZeroMQService *service) |
|
void | send (const google::protobuf::Message &msg, int socket_id, const std::string &group="") |
|
void | subscribe (const std::string &identifier, int socket_id) |
|
void | subscribe (const std::string &protobuf_type_name, int socket_id, const std::string &group) |
|
| NodeInterface (ZeroMQService *service) |
|
Definition at line 125 of file protobuf_node.h.
The documentation for this class was generated from the following files: