|
| ZeroMQServiceConfig_Socket (const ZeroMQServiceConfig_Socket &from) |
|
ZeroMQServiceConfig_Socket & | operator= (const ZeroMQServiceConfig_Socket &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (ZeroMQServiceConfig_Socket *other) |
|
ZeroMQServiceConfig_Socket * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const ZeroMQServiceConfig_Socket &from) |
|
void | MergeFrom (const ZeroMQServiceConfig_Socket &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_socket_type () const |
|
void | clear_socket_type () |
|
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket_SocketType | socket_type () const |
|
void | set_socket_type (::goby::common::protobuf::ZeroMQServiceConfig_Socket_SocketType value) |
|
bool | has_socket_id () const |
|
void | clear_socket_id () |
|
inline::google::protobuf::uint32 | socket_id () const |
|
void | set_socket_id (::google::protobuf::uint32 value) |
|
bool | has_transport () const |
|
void | clear_transport () |
|
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket_Transport | transport () const |
|
void | set_transport (::goby::common::protobuf::ZeroMQServiceConfig_Socket_Transport value) |
|
bool | has_connect_or_bind () const |
|
void | clear_connect_or_bind () |
|
inline::goby::common::protobuf::ZeroMQServiceConfig_Socket_ConnectOrBind | connect_or_bind () const |
|
void | set_connect_or_bind (::goby::common::protobuf::ZeroMQServiceConfig_Socket_ConnectOrBind value) |
|
bool | has_ethernet_address () const |
|
void | clear_ethernet_address () |
|
const ::std::string & | ethernet_address () const |
|
void | set_ethernet_address (const ::std::string &value) |
|
void | set_ethernet_address (const char *value) |
|
void | set_ethernet_address (const char *value, size_t size) |
|
inline::std::string * | mutable_ethernet_address () |
|
inline::std::string * | release_ethernet_address () |
|
void | set_allocated_ethernet_address (::std::string *ethernet_address) |
|
bool | has_multicast_address () const |
|
void | clear_multicast_address () |
|
const ::std::string & | multicast_address () const |
|
void | set_multicast_address (const ::std::string &value) |
|
void | set_multicast_address (const char *value) |
|
void | set_multicast_address (const char *value, size_t size) |
|
inline::std::string * | mutable_multicast_address () |
|
inline::std::string * | release_multicast_address () |
|
void | set_allocated_multicast_address (::std::string *multicast_address) |
|
bool | has_ethernet_port () const |
|
void | clear_ethernet_port () |
|
inline::google::protobuf::uint32 | ethernet_port () const |
|
void | set_ethernet_port (::google::protobuf::uint32 value) |
|
bool | has_socket_name () const |
|
void | clear_socket_name () |
|
const ::std::string & | socket_name () const |
|
void | set_socket_name (const ::std::string &value) |
|
void | set_socket_name (const char *value) |
|
void | set_socket_name (const char *value, size_t size) |
|
inline::std::string * | mutable_socket_name () |
|
inline::std::string * | release_socket_name () |
|
void | set_allocated_socket_name (::std::string *socket_name) |
|
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const ZeroMQServiceConfig_Socket & | default_instance () |
|
static bool | SocketType_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | SocketType_descriptor () |
|
static const ::std::string & | SocketType_Name (SocketType value) |
|
static bool | SocketType_Parse (const ::std::string &name, SocketType *value) |
|
static bool | Transport_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | Transport_descriptor () |
|
static const ::std::string & | Transport_Name (Transport value) |
|
static bool | Transport_Parse (const ::std::string &name, Transport *value) |
|
static bool | ConnectOrBind_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | ConnectOrBind_descriptor () |
|
static const ::std::string & | ConnectOrBind_Name (ConnectOrBind value) |
|
static bool | ConnectOrBind_Parse (const ::std::string &name, ConnectOrBind *value) |
|
|
static const SocketType | PUBLISH = ZeroMQServiceConfig_Socket_SocketType_PUBLISH |
|
static const SocketType | SUBSCRIBE = ZeroMQServiceConfig_Socket_SocketType_SUBSCRIBE |
|
static const SocketType | REPLY = ZeroMQServiceConfig_Socket_SocketType_REPLY |
|
static const SocketType | REQUEST = ZeroMQServiceConfig_Socket_SocketType_REQUEST |
|
static const SocketType | SocketType_MIN |
|
static const SocketType | SocketType_MAX |
|
static const int | SocketType_ARRAYSIZE |
|
static const Transport | INPROC = ZeroMQServiceConfig_Socket_Transport_INPROC |
|
static const Transport | IPC = ZeroMQServiceConfig_Socket_Transport_IPC |
|
static const Transport | TCP = ZeroMQServiceConfig_Socket_Transport_TCP |
|
static const Transport | PGM = ZeroMQServiceConfig_Socket_Transport_PGM |
|
static const Transport | EPGM = ZeroMQServiceConfig_Socket_Transport_EPGM |
|
static const Transport | Transport_MIN |
|
static const Transport | Transport_MAX |
|
static const int | Transport_ARRAYSIZE |
|
static const ConnectOrBind | CONNECT = ZeroMQServiceConfig_Socket_ConnectOrBind_CONNECT |
|
static const ConnectOrBind | BIND = ZeroMQServiceConfig_Socket_ConnectOrBind_BIND |
|
static const ConnectOrBind | ConnectOrBind_MIN |
|
static const ConnectOrBind | ConnectOrBind_MAX |
|
static const int | ConnectOrBind_ARRAYSIZE |
|
static const int | kSocketTypeFieldNumber = 1 |
|
static const int | kSocketIdFieldNumber = 2 |
|
static const int | kTransportFieldNumber = 3 |
|
static const int | kConnectOrBindFieldNumber = 4 |
|
static const int | kEthernetAddressFieldNumber = 5 |
|
static const int | kMulticastAddressFieldNumber = 6 |
|
static const int | kEthernetPortFieldNumber = 7 |
|
static const int | kSocketNameFieldNumber = 8 |
|
Definition at line 111 of file zero_mq_node_config.pb.h.