Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::common::protobuf::ZeroMQServiceConfig_Socket Class Reference
Inheritance diagram for goby::common::protobuf::ZeroMQServiceConfig_Socket:
Inheritance graph
[legend]

Public Types

typedef ZeroMQServiceConfig_Socket_SocketType SocketType
 
typedef ZeroMQServiceConfig_Socket_Transport Transport
 
typedef ZeroMQServiceConfig_Socket_ConnectOrBind ConnectOrBind
 

Public Member Functions

 ZeroMQServiceConfig_Socket (const ZeroMQServiceConfig_Socket &from)
 
ZeroMQServiceConfig_Socketoperator= (const ZeroMQServiceConfig_Socket &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ZeroMQServiceConfig_Socket *other)
 
ZeroMQServiceConfig_SocketNew () 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 Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ZeroMQServiceConfig_Socketdefault_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 Public Attributes

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
 

Friends

void protobuf_AddDesc_goby_2fcommon_2fprotobuf_2fzero_5fmq_5fnode_5fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fcommon_2fprotobuf_2fzero_5fmq_5fnode_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fcommon_2fprotobuf_2fzero_5fmq_5fnode_5fconfig_2eproto ()
 

Detailed Description

Definition at line 111 of file zero_mq_node_config.pb.h.

Member Data Documentation

const int goby::common::protobuf::ZeroMQServiceConfig_Socket::ConnectOrBind_ARRAYSIZE
static
Initial value:
=
ZeroMQServiceConfig_Socket_ConnectOrBind_ConnectOrBind_ARRAYSIZE

Definition at line 225 of file zero_mq_node_config.pb.h.

const ConnectOrBind goby::common::protobuf::ZeroMQServiceConfig_Socket::ConnectOrBind_MAX
static
Initial value:
=
ZeroMQServiceConfig_Socket_ConnectOrBind_ConnectOrBind_MAX

Definition at line 223 of file zero_mq_node_config.pb.h.

const ConnectOrBind goby::common::protobuf::ZeroMQServiceConfig_Socket::ConnectOrBind_MIN
static
Initial value:
=
ZeroMQServiceConfig_Socket_ConnectOrBind_ConnectOrBind_MIN

Definition at line 221 of file zero_mq_node_config.pb.h.

const int goby::common::protobuf::ZeroMQServiceConfig_Socket::SocketType_ARRAYSIZE
static
Initial value:
=
ZeroMQServiceConfig_Socket_SocketType_SocketType_ARRAYSIZE

Definition at line 174 of file zero_mq_node_config.pb.h.

const SocketType goby::common::protobuf::ZeroMQServiceConfig_Socket::SocketType_MAX
static
Initial value:
=
ZeroMQServiceConfig_Socket_SocketType_SocketType_MAX

Definition at line 172 of file zero_mq_node_config.pb.h.

const SocketType goby::common::protobuf::ZeroMQServiceConfig_Socket::SocketType_MIN
static
Initial value:
=
ZeroMQServiceConfig_Socket_SocketType_SocketType_MIN

Definition at line 170 of file zero_mq_node_config.pb.h.

const int goby::common::protobuf::ZeroMQServiceConfig_Socket::Transport_ARRAYSIZE
static
Initial value:
=
ZeroMQServiceConfig_Socket_Transport_Transport_ARRAYSIZE

Definition at line 201 of file zero_mq_node_config.pb.h.

const Transport goby::common::protobuf::ZeroMQServiceConfig_Socket::Transport_MAX
static
Initial value:
=
ZeroMQServiceConfig_Socket_Transport_Transport_MAX

Definition at line 199 of file zero_mq_node_config.pb.h.

const Transport goby::common::protobuf::ZeroMQServiceConfig_Socket::Transport_MIN
static
Initial value:
=
ZeroMQServiceConfig_Socket_Transport_Transport_MIN

Definition at line 197 of file zero_mq_node_config.pb.h.


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