Goby v2
Public Types | Public Member Functions | Protected Member Functions | List of all members
goby::common::PubSubNodeWrapperBase Class Reference
Inheritance diagram for goby::common::PubSubNodeWrapperBase:
Inheritance graph
[legend]

Public Types

enum  { SOCKET_SUBSCRIBE = 103998, SOCKET_PUBLISH = 103999 }
 

Public Member Functions

 PubSubNodeWrapperBase (ZeroMQService *service, const protobuf::PubSubSocketConfig &cfg)
 
void publish (MarshallingScheme marshalling_scheme, const std::string &identifier, const std::string &body)
 
void subscribe (MarshallingScheme marshalling_scheme, const std::string &identifier)
 
void subscribe_all ()
 
bool using_pubsub () const
 

Protected Member Functions

const protobuf::PubSubSocketConfigcfg () const
 

Detailed Description

Definition at line 35 of file pubsub_node_wrapper.h.


The documentation for this class was generated from the following file: