Goby v2
|
Public Member Functions | |
PubSubSocketConfig (const PubSubSocketConfig &from) | |
PubSubSocketConfig & | operator= (const PubSubSocketConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (PubSubSocketConfig *other) |
PubSubSocketConfig * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const PubSubSocketConfig &from) |
void | MergeFrom (const PubSubSocketConfig &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
bool | has_publish_socket () const |
void | clear_publish_socket () |
const ::goby::common::protobuf::ZeroMQServiceConfig_Socket & | publish_socket () const |
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket * | mutable_publish_socket () |
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket * | release_publish_socket () |
void | set_allocated_publish_socket (::goby::common::protobuf::ZeroMQServiceConfig_Socket *publish_socket) |
bool | has_subscribe_socket () const |
void | clear_subscribe_socket () |
const ::goby::common::protobuf::ZeroMQServiceConfig_Socket & | subscribe_socket () const |
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket * | mutable_subscribe_socket () |
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket * | release_subscribe_socket () |
void | set_allocated_subscribe_socket (::goby::common::protobuf::ZeroMQServiceConfig_Socket *subscribe_socket) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const PubSubSocketConfig & | default_instance () |
Static Public Attributes | |
static const int | kPublishSocketFieldNumber = 1 |
static const int | kSubscribeSocketFieldNumber = 2 |
Definition at line 48 of file pubsub_node_config.pb.h.