Goby3  3.1.4
2024.02.22
goby::zeromq::protobuf::Socket Class Reference

#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>

Inheritance diagram for goby::zeromq::protobuf::Socket:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef Socket_SocketType SocketType
 
typedef Socket_Transport Transport
 
typedef Socket_ConnectOrBind ConnectOrBind
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 Socket ()
 
virtual ~Socket ()
 
 Socket (const Socket &from)
 
Socketoperator= (const Socket &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Socket *other)
 
SocketNew () const final
 
SocketNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const Socket &from)
 
void MergeFrom (const Socket &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
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)
 
::std::string * mutable_ethernet_address ()
 
::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)
 
::std::string * mutable_multicast_address ()
 
::std::string * release_multicast_address ()
 
void set_allocated_multicast_address (::std::string *multicast_address)
 
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)
 
::std::string * mutable_socket_name ()
 
::std::string * release_socket_name ()
 
void set_allocated_socket_name (::std::string *socket_name)
 
bool has_socket_id () const
 
void clear_socket_id ()
 
::google::protobuf::uint32 socket_id () const
 
void set_socket_id (::google::protobuf::uint32 value)
 
bool has_socket_type () const
 
void clear_socket_type ()
 
::goby::zeromq::protobuf::Socket_SocketType socket_type () const
 
void set_socket_type (::goby::zeromq::protobuf::Socket_SocketType value)
 
bool has_transport () const
 
void clear_transport ()
 
::goby::zeromq::protobuf::Socket_Transport transport () const
 
void set_transport (::goby::zeromq::protobuf::Socket_Transport value)
 
bool has_connect_or_bind () const
 
void clear_connect_or_bind ()
 
::goby::zeromq::protobuf::Socket_ConnectOrBind connect_or_bind () const
 
void set_connect_or_bind (::goby::zeromq::protobuf::Socket_ConnectOrBind value)
 
bool has_ethernet_port () const
 
void clear_ethernet_port ()
 
::google::protobuf::uint32 ethernet_port () const
 
void set_ethernet_port (::google::protobuf::uint32 value)
 
bool has_send_queue_size () const
 
void clear_send_queue_size ()
 
::google::protobuf::uint32 send_queue_size () const
 
void set_send_queue_size (::google::protobuf::uint32 value)
 
bool has_receive_queue_size () const
 
void clear_receive_queue_size ()
 
::google::protobuf::uint32 receive_queue_size () const
 
void set_receive_queue_size (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Socketdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Socketinternal_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)
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_ethernet_address_
 
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_multicast_address_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const SocketType PUBLISH
 
static const SocketType SUBSCRIBE
 
static const SocketType REPLY
 
static const SocketType REQUEST
 
static const SocketType SocketType_MIN
 
static const SocketType SocketType_MAX
 
static const int SocketType_ARRAYSIZE
 
static const Transport INPROC
 
static const Transport IPC
 
static const Transport TCP
 
static const Transport PGM
 
static const Transport EPGM
 
static const Transport Transport_MIN
 
static const Transport Transport_MAX
 
static const int Transport_ARRAYSIZE
 
static const ConnectOrBind CONNECT
 
static const ConnectOrBind BIND
 
static const ConnectOrBind ConnectOrBind_MIN
 
static const ConnectOrBind ConnectOrBind_MAX
 
static const int ConnectOrBind_ARRAYSIZE
 
static const int kEthernetAddressFieldNumber = 5
 
static const int kMulticastAddressFieldNumber = 6
 
static const int kSocketNameFieldNumber = 8
 
static const int kSocketIdFieldNumber = 2
 
static const int kSocketTypeFieldNumber = 1
 
static const int kTransportFieldNumber = 3
 
static const int kConnectOrBindFieldNumber = 4
 
static const int kEthernetPortFieldNumber = 7
 
static const int kSendQueueSizeFieldNumber = 10
 
static const int kReceiveQueueSizeFieldNumber = 11
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct
 
void swap (Socket &a, Socket &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 348 of file interprocess_zeromq.pb.h.

Member Typedef Documentation

◆ ConnectOrBind

◆ SocketType

◆ Transport

Constructor & Destructor Documentation

◆ Socket() [1/2]

goby::zeromq::protobuf::Socket::Socket ( )

◆ ~Socket()

virtual goby::zeromq::protobuf::Socket::~Socket ( )
virtual

◆ Socket() [2/2]

goby::zeromq::protobuf::Socket::Socket ( const Socket from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::zeromq::protobuf::Socket::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::zeromq::protobuf::Socket::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_connect_or_bind()

void goby::zeromq::protobuf::Socket::clear_connect_or_bind ( )
inline

Definition at line 1306 of file interprocess_zeromq.pb.h.

◆ clear_ethernet_address()

void goby::zeromq::protobuf::Socket::clear_ethernet_address ( )
inline

Definition at line 1331 of file interprocess_zeromq.pb.h.

◆ clear_ethernet_port()

void goby::zeromq::protobuf::Socket::clear_ethernet_port ( )
inline

Definition at line 1463 of file interprocess_zeromq.pb.h.

◆ clear_multicast_address()

void goby::zeromq::protobuf::Socket::clear_multicast_address ( )
inline

Definition at line 1397 of file interprocess_zeromq.pb.h.

◆ clear_receive_queue_size()

void goby::zeromq::protobuf::Socket::clear_receive_queue_size ( )
inline

Definition at line 1577 of file interprocess_zeromq.pb.h.

◆ clear_send_queue_size()

void goby::zeromq::protobuf::Socket::clear_send_queue_size ( )
inline

Definition at line 1553 of file interprocess_zeromq.pb.h.

◆ clear_socket_id()

void goby::zeromq::protobuf::Socket::clear_socket_id ( )
inline

Definition at line 1257 of file interprocess_zeromq.pb.h.

◆ clear_socket_name()

void goby::zeromq::protobuf::Socket::clear_socket_name ( )
inline

Definition at line 1487 of file interprocess_zeromq.pb.h.

◆ clear_socket_type()

void goby::zeromq::protobuf::Socket::clear_socket_type ( )
inline

Definition at line 1232 of file interprocess_zeromq.pb.h.

◆ clear_transport()

void goby::zeromq::protobuf::Socket::clear_transport ( )
inline

Definition at line 1281 of file interprocess_zeromq.pb.h.

◆ connect_or_bind()

goby::zeromq::protobuf::Socket_ConnectOrBind goby::zeromq::protobuf::Socket::connect_or_bind ( ) const
inline

Definition at line 1310 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::zeromq::protobuf::Socket::ConnectOrBind_descriptor ( )
inlinestatic

Definition at line 517 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_IsValid()

static bool goby::zeromq::protobuf::Socket::ConnectOrBind_IsValid ( int  value)
inlinestatic

Definition at line 507 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_Name()

static const ::std::string& goby::zeromq::protobuf::Socket::ConnectOrBind_Name ( ConnectOrBind  value)
inlinestatic

Definition at line 520 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_Parse()

static bool goby::zeromq::protobuf::Socket::ConnectOrBind_Parse ( const ::std::string &  name,
ConnectOrBind value 
)
inlinestatic

Definition at line 523 of file interprocess_zeromq.pb.h.

◆ CopyFrom() [1/2]

void goby::zeromq::protobuf::Socket::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::zeromq::protobuf::Socket::CopyFrom ( const Socket from)

◆ default_instance()

static const Socket& goby::zeromq::protobuf::Socket::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::zeromq::protobuf::Socket::descriptor ( )
static

◆ ethernet_address()

const ::std::string & goby::zeromq::protobuf::Socket::ethernet_address ( ) const
inline

Definition at line 1335 of file interprocess_zeromq.pb.h.

◆ ethernet_port()

google::protobuf::uint32 goby::zeromq::protobuf::Socket::ethernet_port ( ) const
inline

Definition at line 1467 of file interprocess_zeromq.pb.h.

◆ GetCachedSize()

int goby::zeromq::protobuf::Socket::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 420 of file interprocess_zeromq.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::zeromq::protobuf::Socket::GetMetadata ( ) const
finalvirtual

◆ has_connect_or_bind()

bool goby::zeromq::protobuf::Socket::has_connect_or_bind ( ) const
inline

Definition at line 1297 of file interprocess_zeromq.pb.h.

◆ has_ethernet_address()

bool goby::zeromq::protobuf::Socket::has_ethernet_address ( ) const
inline

Definition at line 1322 of file interprocess_zeromq.pb.h.

◆ has_ethernet_port()

bool goby::zeromq::protobuf::Socket::has_ethernet_port ( ) const
inline

Definition at line 1454 of file interprocess_zeromq.pb.h.

◆ has_multicast_address()

bool goby::zeromq::protobuf::Socket::has_multicast_address ( ) const
inline

Definition at line 1388 of file interprocess_zeromq.pb.h.

◆ has_receive_queue_size()

bool goby::zeromq::protobuf::Socket::has_receive_queue_size ( ) const
inline

Definition at line 1568 of file interprocess_zeromq.pb.h.

◆ has_send_queue_size()

bool goby::zeromq::protobuf::Socket::has_send_queue_size ( ) const
inline

Definition at line 1544 of file interprocess_zeromq.pb.h.

◆ has_socket_id()

bool goby::zeromq::protobuf::Socket::has_socket_id ( ) const
inline

Definition at line 1248 of file interprocess_zeromq.pb.h.

◆ has_socket_name()

bool goby::zeromq::protobuf::Socket::has_socket_name ( ) const
inline

Definition at line 1478 of file interprocess_zeromq.pb.h.

◆ has_socket_type()

bool goby::zeromq::protobuf::Socket::has_socket_type ( ) const
inline

Definition at line 1223 of file interprocess_zeromq.pb.h.

◆ has_transport()

bool goby::zeromq::protobuf::Socket::has_transport ( ) const
inline

Definition at line 1272 of file interprocess_zeromq.pb.h.

◆ InitAsDefaultInstance()

static void goby::zeromq::protobuf::Socket::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Socket* goby::zeromq::protobuf::Socket::internal_default_instance ( )
inlinestatic

Definition at line 385 of file interprocess_zeromq.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::zeromq::protobuf::Socket::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::zeromq::protobuf::Socket::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::zeromq::protobuf::Socket::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::zeromq::protobuf::Socket::MergeFrom ( const Socket from)

◆ MergePartialFromCodedStream()

bool goby::zeromq::protobuf::Socket::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ multicast_address()

const ::std::string & goby::zeromq::protobuf::Socket::multicast_address ( ) const
inline

Definition at line 1401 of file interprocess_zeromq.pb.h.

◆ mutable_ethernet_address()

std::string * goby::zeromq::protobuf::Socket::mutable_ethernet_address ( )
inline

Definition at line 1364 of file interprocess_zeromq.pb.h.

◆ mutable_multicast_address()

std::string * goby::zeromq::protobuf::Socket::mutable_multicast_address ( )
inline

Definition at line 1430 of file interprocess_zeromq.pb.h.

◆ mutable_socket_name()

std::string * goby::zeromq::protobuf::Socket::mutable_socket_name ( )
inline

Definition at line 1520 of file interprocess_zeromq.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::zeromq::protobuf::Socket::mutable_unknown_fields ( )
inline

Definition at line 377 of file interprocess_zeromq.pb.h.

◆ New() [1/2]

Socket* goby::zeromq::protobuf::Socket::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 399 of file interprocess_zeromq.pb.h.

◆ New() [2/2]

Socket* goby::zeromq::protobuf::Socket::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 403 of file interprocess_zeromq.pb.h.

◆ operator=()

Socket& goby::zeromq::protobuf::Socket::operator= ( const Socket from)
inline

Definition at line 355 of file interprocess_zeromq.pb.h.

◆ receive_queue_size()

google::protobuf::uint32 goby::zeromq::protobuf::Socket::receive_queue_size ( ) const
inline

Definition at line 1581 of file interprocess_zeromq.pb.h.

◆ release_ethernet_address()

std::string * goby::zeromq::protobuf::Socket::release_ethernet_address ( )
inline

Definition at line 1369 of file interprocess_zeromq.pb.h.

◆ release_multicast_address()

std::string * goby::zeromq::protobuf::Socket::release_multicast_address ( )
inline

Definition at line 1435 of file interprocess_zeromq.pb.h.

◆ release_socket_name()

std::string * goby::zeromq::protobuf::Socket::release_socket_name ( )
inline

Definition at line 1525 of file interprocess_zeromq.pb.h.

◆ send_queue_size()

google::protobuf::uint32 goby::zeromq::protobuf::Socket::send_queue_size ( ) const
inline

Definition at line 1557 of file interprocess_zeromq.pb.h.

◆ SerializeWithCachedSizes()

void goby::zeromq::protobuf::Socket::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_ethernet_address()

void goby::zeromq::protobuf::Socket::set_allocated_ethernet_address ( ::std::string *  ethernet_address)
inline

Definition at line 1377 of file interprocess_zeromq.pb.h.

◆ set_allocated_multicast_address()

void goby::zeromq::protobuf::Socket::set_allocated_multicast_address ( ::std::string *  multicast_address)
inline

Definition at line 1443 of file interprocess_zeromq.pb.h.

◆ set_allocated_socket_name()

void goby::zeromq::protobuf::Socket::set_allocated_socket_name ( ::std::string *  socket_name)
inline

Definition at line 1533 of file interprocess_zeromq.pb.h.

◆ set_connect_or_bind()

void goby::zeromq::protobuf::Socket::set_connect_or_bind ( ::goby::zeromq::protobuf::Socket_ConnectOrBind  value)
inline

Definition at line 1314 of file interprocess_zeromq.pb.h.

◆ set_ethernet_address() [1/3]

void goby::zeromq::protobuf::Socket::set_ethernet_address ( const ::std::string &  value)
inline

Definition at line 1339 of file interprocess_zeromq.pb.h.

◆ set_ethernet_address() [2/3]

void goby::zeromq::protobuf::Socket::set_ethernet_address ( const char value)
inline

Definition at line 1352 of file interprocess_zeromq.pb.h.

◆ set_ethernet_address() [3/3]

void goby::zeromq::protobuf::Socket::set_ethernet_address ( const char value,
size_t  size 
)
inline

Definition at line 1358 of file interprocess_zeromq.pb.h.

◆ set_ethernet_port()

void goby::zeromq::protobuf::Socket::set_ethernet_port ( ::google::protobuf::uint32  value)
inline

Definition at line 1471 of file interprocess_zeromq.pb.h.

◆ set_multicast_address() [1/3]

void goby::zeromq::protobuf::Socket::set_multicast_address ( const ::std::string &  value)
inline

Definition at line 1405 of file interprocess_zeromq.pb.h.

◆ set_multicast_address() [2/3]

void goby::zeromq::protobuf::Socket::set_multicast_address ( const char value)
inline

Definition at line 1418 of file interprocess_zeromq.pb.h.

◆ set_multicast_address() [3/3]

void goby::zeromq::protobuf::Socket::set_multicast_address ( const char value,
size_t  size 
)
inline

Definition at line 1424 of file interprocess_zeromq.pb.h.

◆ set_receive_queue_size()

void goby::zeromq::protobuf::Socket::set_receive_queue_size ( ::google::protobuf::uint32  value)
inline

Definition at line 1585 of file interprocess_zeromq.pb.h.

◆ set_send_queue_size()

void goby::zeromq::protobuf::Socket::set_send_queue_size ( ::google::protobuf::uint32  value)
inline

Definition at line 1561 of file interprocess_zeromq.pb.h.

◆ set_socket_id()

void goby::zeromq::protobuf::Socket::set_socket_id ( ::google::protobuf::uint32  value)
inline

Definition at line 1265 of file interprocess_zeromq.pb.h.

◆ set_socket_name() [1/3]

void goby::zeromq::protobuf::Socket::set_socket_name ( const ::std::string &  value)
inline

Definition at line 1495 of file interprocess_zeromq.pb.h.

◆ set_socket_name() [2/3]

void goby::zeromq::protobuf::Socket::set_socket_name ( const char value)
inline

Definition at line 1508 of file interprocess_zeromq.pb.h.

◆ set_socket_name() [3/3]

void goby::zeromq::protobuf::Socket::set_socket_name ( const char value,
size_t  size 
)
inline

Definition at line 1514 of file interprocess_zeromq.pb.h.

◆ set_socket_type()

void goby::zeromq::protobuf::Socket::set_socket_type ( ::goby::zeromq::protobuf::Socket_SocketType  value)
inline

Definition at line 1240 of file interprocess_zeromq.pb.h.

◆ set_transport()

void goby::zeromq::protobuf::Socket::set_transport ( ::goby::zeromq::protobuf::Socket_Transport  value)
inline

Definition at line 1289 of file interprocess_zeromq.pb.h.

◆ socket_id()

google::protobuf::uint32 goby::zeromq::protobuf::Socket::socket_id ( ) const
inline

Definition at line 1261 of file interprocess_zeromq.pb.h.

◆ socket_name()

const ::std::string & goby::zeromq::protobuf::Socket::socket_name ( ) const
inline

Definition at line 1491 of file interprocess_zeromq.pb.h.

◆ socket_type()

goby::zeromq::protobuf::Socket_SocketType goby::zeromq::protobuf::Socket::socket_type ( ) const
inline

Definition at line 1236 of file interprocess_zeromq.pb.h.

◆ SocketType_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::zeromq::protobuf::Socket::SocketType_descriptor ( )
inlinestatic

Definition at line 459 of file interprocess_zeromq.pb.h.

◆ SocketType_IsValid()

static bool goby::zeromq::protobuf::Socket::SocketType_IsValid ( int  value)
inlinestatic

Definition at line 449 of file interprocess_zeromq.pb.h.

◆ SocketType_Name()

static const ::std::string& goby::zeromq::protobuf::Socket::SocketType_Name ( SocketType  value)
inlinestatic

Definition at line 462 of file interprocess_zeromq.pb.h.

◆ SocketType_Parse()

static bool goby::zeromq::protobuf::Socket::SocketType_Parse ( const ::std::string &  name,
SocketType value 
)
inlinestatic

Definition at line 465 of file interprocess_zeromq.pb.h.

◆ Swap()

void goby::zeromq::protobuf::Socket::Swap ( Socket other)

◆ transport()

goby::zeromq::protobuf::Socket_Transport goby::zeromq::protobuf::Socket::transport ( ) const
inline

Definition at line 1285 of file interprocess_zeromq.pb.h.

◆ Transport_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::zeromq::protobuf::Socket::Transport_descriptor ( )
inlinestatic

Definition at line 491 of file interprocess_zeromq.pb.h.

◆ Transport_IsValid()

static bool goby::zeromq::protobuf::Socket::Transport_IsValid ( int  value)
inlinestatic

Definition at line 481 of file interprocess_zeromq.pb.h.

◆ Transport_Name()

static const ::std::string& goby::zeromq::protobuf::Socket::Transport_Name ( Transport  value)
inlinestatic

Definition at line 494 of file interprocess_zeromq.pb.h.

◆ Transport_Parse()

static bool goby::zeromq::protobuf::Socket::Transport_Parse ( const ::std::string &  name,
Transport value 
)
inlinestatic

Definition at line 497 of file interprocess_zeromq.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::zeromq::protobuf::Socket::unknown_fields ( ) const
inline

Definition at line 374 of file interprocess_zeromq.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct

◆ swap

void swap ( Socket a,
Socket b 
)
friend

Definition at line 393 of file interprocess_zeromq.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_ethernet_address_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::Socket::_i_give_permission_to_break_this_code_default_ethernet_address_

Definition at line 651 of file interprocess_zeromq.pb.h.

◆ _i_give_permission_to_break_this_code_default_multicast_address_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::Socket::_i_give_permission_to_break_this_code_default_multicast_address_

Definition at line 655 of file interprocess_zeromq.pb.h.

◆ BIND

const ConnectOrBind goby::zeromq::protobuf::Socket::BIND
static
Initial value:

Definition at line 505 of file interprocess_zeromq.pb.h.

◆ CONNECT

const ConnectOrBind goby::zeromq::protobuf::Socket::CONNECT
static
Initial value:

Definition at line 503 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_ARRAYSIZE

const int goby::zeromq::protobuf::Socket::ConnectOrBind_ARRAYSIZE
static
Initial value:

Definition at line 514 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_MAX

const ConnectOrBind goby::zeromq::protobuf::Socket::ConnectOrBind_MAX
static
Initial value:

Definition at line 512 of file interprocess_zeromq.pb.h.

◆ ConnectOrBind_MIN

const ConnectOrBind goby::zeromq::protobuf::Socket::ConnectOrBind_MIN
static
Initial value:

Definition at line 510 of file interprocess_zeromq.pb.h.

◆ EPGM

const Transport goby::zeromq::protobuf::Socket::EPGM
static
Initial value:

Definition at line 479 of file interprocess_zeromq.pb.h.

◆ INPROC

const Transport goby::zeromq::protobuf::Socket::INPROC
static
Initial value:

Definition at line 471 of file interprocess_zeromq.pb.h.

◆ IPC

const Transport goby::zeromq::protobuf::Socket::IPC
static
Initial value:

Definition at line 473 of file interprocess_zeromq.pb.h.

◆ kConnectOrBindFieldNumber

const int goby::zeromq::protobuf::Socket::kConnectOrBindFieldNumber = 4
static

Definition at line 599 of file interprocess_zeromq.pb.h.

◆ kEthernetAddressFieldNumber

const int goby::zeromq::protobuf::Socket::kEthernetAddressFieldNumber = 5
static

Definition at line 533 of file interprocess_zeromq.pb.h.

◆ kEthernetPortFieldNumber

const int goby::zeromq::protobuf::Socket::kEthernetPortFieldNumber = 7
static

Definition at line 606 of file interprocess_zeromq.pb.h.

◆ kIndexInFileMessages

constexpr int goby::zeromq::protobuf::Socket::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 389 of file interprocess_zeromq.pb.h.

◆ kMulticastAddressFieldNumber

const int goby::zeromq::protobuf::Socket::kMulticastAddressFieldNumber = 6
static

Definition at line 548 of file interprocess_zeromq.pb.h.

◆ kReceiveQueueSizeFieldNumber

const int goby::zeromq::protobuf::Socket::kReceiveQueueSizeFieldNumber = 11
static

Definition at line 620 of file interprocess_zeromq.pb.h.

◆ kSendQueueSizeFieldNumber

const int goby::zeromq::protobuf::Socket::kSendQueueSizeFieldNumber = 10
static

Definition at line 613 of file interprocess_zeromq.pb.h.

◆ kSocketIdFieldNumber

const int goby::zeromq::protobuf::Socket::kSocketIdFieldNumber = 2
static

Definition at line 578 of file interprocess_zeromq.pb.h.

◆ kSocketNameFieldNumber

const int goby::zeromq::protobuf::Socket::kSocketNameFieldNumber = 8
static

Definition at line 563 of file interprocess_zeromq.pb.h.

◆ kSocketTypeFieldNumber

const int goby::zeromq::protobuf::Socket::kSocketTypeFieldNumber = 1
static

Definition at line 585 of file interprocess_zeromq.pb.h.

◆ kTransportFieldNumber

const int goby::zeromq::protobuf::Socket::kTransportFieldNumber = 3
static

Definition at line 592 of file interprocess_zeromq.pb.h.

◆ PGM

const Transport goby::zeromq::protobuf::Socket::PGM
static
Initial value:

Definition at line 477 of file interprocess_zeromq.pb.h.

◆ PUBLISH

const SocketType goby::zeromq::protobuf::Socket::PUBLISH
static
Initial value:

Definition at line 441 of file interprocess_zeromq.pb.h.

◆ REPLY

const SocketType goby::zeromq::protobuf::Socket::REPLY
static
Initial value:

Definition at line 445 of file interprocess_zeromq.pb.h.

◆ REQUEST

const SocketType goby::zeromq::protobuf::Socket::REQUEST
static
Initial value:

Definition at line 447 of file interprocess_zeromq.pb.h.

◆ SocketType_ARRAYSIZE

const int goby::zeromq::protobuf::Socket::SocketType_ARRAYSIZE
static
Initial value:

Definition at line 456 of file interprocess_zeromq.pb.h.

◆ SocketType_MAX

const SocketType goby::zeromq::protobuf::Socket::SocketType_MAX
static
Initial value:

Definition at line 454 of file interprocess_zeromq.pb.h.

◆ SocketType_MIN

const SocketType goby::zeromq::protobuf::Socket::SocketType_MIN
static
Initial value:

Definition at line 452 of file interprocess_zeromq.pb.h.

◆ SUBSCRIBE

const SocketType goby::zeromq::protobuf::Socket::SUBSCRIBE
static
Initial value:

Definition at line 443 of file interprocess_zeromq.pb.h.

◆ TCP

const Transport goby::zeromq::protobuf::Socket::TCP
static
Initial value:

Definition at line 475 of file interprocess_zeromq.pb.h.

◆ Transport_ARRAYSIZE

const int goby::zeromq::protobuf::Socket::Transport_ARRAYSIZE
static
Initial value:

Definition at line 488 of file interprocess_zeromq.pb.h.

◆ Transport_MAX

const Transport goby::zeromq::protobuf::Socket::Transport_MAX
static
Initial value:

Definition at line 486 of file interprocess_zeromq.pb.h.

◆ Transport_MIN

const Transport goby::zeromq::protobuf::Socket::Transport_MIN
static
Initial value:

Definition at line 484 of file interprocess_zeromq.pb.h.


The documentation for this class was generated from the following file:
goby::zeromq::protobuf::Socket_Transport_Transport_ARRAYSIZE
const int Socket_Transport_Transport_ARRAYSIZE
Definition: interprocess_zeromq.pb.h:115
goby::zeromq::protobuf::Socket_Transport_IPC
@ Socket_Transport_IPC
Definition: interprocess_zeromq.pb.h:107
goby::zeromq::protobuf::Socket_ConnectOrBind_ConnectOrBind_MAX
const Socket_ConnectOrBind Socket_ConnectOrBind_ConnectOrBind_MAX
Definition: interprocess_zeromq.pb.h:133
goby::zeromq::protobuf::Socket_Transport_INPROC
@ Socket_Transport_INPROC
Definition: interprocess_zeromq.pb.h:106
goby::zeromq::protobuf::Socket_SocketType_SocketType_MIN
const Socket_SocketType Socket_SocketType_SocketType_MIN
Definition: interprocess_zeromq.pb.h:91
goby::zeromq::protobuf::Socket_SocketType_REQUEST
@ Socket_SocketType_REQUEST
Definition: interprocess_zeromq.pb.h:88
goby::zeromq::protobuf::Socket_Transport_TCP
@ Socket_Transport_TCP
Definition: interprocess_zeromq.pb.h:108
goby::zeromq::protobuf::Socket_SocketType_SUBSCRIBE
@ Socket_SocketType_SUBSCRIBE
Definition: interprocess_zeromq.pb.h:86
goby::zeromq::protobuf::Socket_SocketType_SocketType_ARRAYSIZE
const int Socket_SocketType_SocketType_ARRAYSIZE
Definition: interprocess_zeromq.pb.h:93
goby::zeromq::protobuf::Socket_SocketType_SocketType_MAX
const Socket_SocketType Socket_SocketType_SocketType_MAX
Definition: interprocess_zeromq.pb.h:92
goby::zeromq::protobuf::Socket_ConnectOrBind_ConnectOrBind_MIN
const Socket_ConnectOrBind Socket_ConnectOrBind_ConnectOrBind_MIN
Definition: interprocess_zeromq.pb.h:132
goby::zeromq::protobuf::Socket_ConnectOrBind_CONNECT
@ Socket_ConnectOrBind_CONNECT
Definition: interprocess_zeromq.pb.h:128
goby::zeromq::protobuf::Socket_Transport_EPGM
@ Socket_Transport_EPGM
Definition: interprocess_zeromq.pb.h:110
goby::zeromq::protobuf::Socket_SocketType_REPLY
@ Socket_SocketType_REPLY
Definition: interprocess_zeromq.pb.h:87
goby::zeromq::protobuf::Socket_ConnectOrBind_ConnectOrBind_ARRAYSIZE
const int Socket_ConnectOrBind_ConnectOrBind_ARRAYSIZE
Definition: interprocess_zeromq.pb.h:134
goby::zeromq::protobuf::Socket_Transport_PGM
@ Socket_Transport_PGM
Definition: interprocess_zeromq.pb.h:109
goby::zeromq::protobuf::Socket_ConnectOrBind_BIND
@ Socket_ConnectOrBind_BIND
Definition: interprocess_zeromq.pb.h:129
goby::zeromq::protobuf::Socket_SocketType_PUBLISH
@ Socket_SocketType_PUBLISH
Definition: interprocess_zeromq.pb.h:85
goby::zeromq::protobuf::Socket_Transport_Transport_MIN
const Socket_Transport Socket_Transport_Transport_MIN
Definition: interprocess_zeromq.pb.h:113
goby::zeromq::protobuf::Socket_Transport_Transport_MAX
const Socket_Transport Socket_Transport_Transport_MAX
Definition: interprocess_zeromq.pb.h:114