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

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

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

Public Types

enum  IpCase { kIpv4Address = 4, kIpAddress = 11, IP_NOT_SET = 0 }
 
typedef InterProcessPortalConfig_Transport Transport
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 InterProcessPortalConfig ()
 
virtual ~InterProcessPortalConfig ()
 
 InterProcessPortalConfig (const InterProcessPortalConfig &from)
 
InterProcessPortalConfigoperator= (const InterProcessPortalConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InterProcessPortalConfig *other)
 
InterProcessPortalConfigNew () const final
 
InterProcessPortalConfigNew (::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 InterProcessPortalConfig &from)
 
void MergeFrom (const InterProcessPortalConfig &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_platform () const
 
void clear_platform ()
 
const ::std::string & platform () const
 
void set_platform (const ::std::string &value)
 
void set_platform (const char *value)
 
void set_platform (const char *value, size_t size)
 
::std::string * mutable_platform ()
 
::std::string * release_platform ()
 
void set_allocated_platform (::std::string *platform)
 
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_client_name () const
 
void clear_client_name ()
 
const ::std::string & client_name () const
 
void set_client_name (const ::std::string &value)
 
void set_client_name (const char *value)
 
void set_client_name (const char *value, size_t size)
 
::std::string * mutable_client_name ()
 
::std::string * release_client_name ()
 
void set_allocated_client_name (::std::string *client_name)
 
bool has_transport () const
 
void clear_transport ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig_Transport transport () const
 
void set_transport (::goby::zeromq::protobuf::InterProcessPortalConfig_Transport value)
 
bool has_tcp_port () const
 
void clear_tcp_port ()
 
::google::protobuf::uint32 tcp_port () const
 
void set_tcp_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)
 
bool has_zeromq_number_io_threads () const
 
void clear_zeromq_number_io_threads ()
 
::google::protobuf::uint32 zeromq_number_io_threads () const
 
void set_zeromq_number_io_threads (::google::protobuf::uint32 value)
 
bool has_manager_timeout_seconds () const
 
void clear_manager_timeout_seconds ()
 
::google::protobuf::uint32 manager_timeout_seconds () const
 
void set_manager_timeout_seconds (::google::protobuf::uint32 value)
 
bool has_ipv4_address () const
 
void clear_ipv4_address ()
 
const ::std::string & ipv4_address () const
 
void set_ipv4_address (const ::std::string &value)
 
void set_ipv4_address (const char *value)
 
void set_ipv4_address (const char *value, size_t size)
 
::std::string * mutable_ipv4_address ()
 
::std::string * release_ipv4_address ()
 
void set_allocated_ipv4_address (::std::string *ipv4_address)
 
bool has_ip_address () const
 
void clear_ip_address ()
 
const ::std::string & ip_address () const
 
void set_ip_address (const ::std::string &value)
 
void set_ip_address (const char *value)
 
void set_ip_address (const char *value, size_t size)
 
::std::string * mutable_ip_address ()
 
::std::string * release_ip_address ()
 
void set_allocated_ip_address (::std::string *ip_address)
 
void clear_ip ()
 
IpCase ip_case () const
 
- 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 InterProcessPortalConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const InterProcessPortalConfiginternal_default_instance ()
 
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)
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_platform_
 
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_ipv4_address_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const Transport IPC
 
static const Transport TCP
 
static const Transport Transport_MIN
 
static const Transport Transport_MAX
 
static const int Transport_ARRAYSIZE
 
static const int kPlatformFieldNumber = 1
 
static const int kSocketNameFieldNumber = 3
 
static const int kClientNameFieldNumber = 20
 
static const int kTransportFieldNumber = 2
 
static const int kTcpPortFieldNumber = 5
 
static const int kSendQueueSizeFieldNumber = 6
 
static const int kReceiveQueueSizeFieldNumber = 7
 
static const int kZeromqNumberIoThreadsFieldNumber = 8
 
static const int kManagerTimeoutSecondsFieldNumber = 10
 
static const int kIpv4AddressFieldNumber = 4
 
static const int kIpAddressFieldNumber = 11
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fconfig_2eproto::TableStruct
 
void swap (InterProcessPortalConfig &a, InterProcessPortalConfig &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 97 of file interprocess_config.pb.h.

Member Typedef Documentation

◆ Transport

Member Enumeration Documentation

◆ IpCase

Enumerator
kIpv4Address 
kIpAddress 
IP_NOT_SET 

Definition at line 133 of file interprocess_config.pb.h.

Constructor & Destructor Documentation

◆ InterProcessPortalConfig() [1/2]

goby::zeromq::protobuf::InterProcessPortalConfig::InterProcessPortalConfig ( )

◆ ~InterProcessPortalConfig()

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

◆ InterProcessPortalConfig() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_client_name()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_client_name ( )
inline

Definition at line 1006 of file interprocess_config.pb.h.

◆ clear_ip()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_ip ( )

◆ clear_ip_address()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_ip_address ( )
inline

Definition at line 790 of file interprocess_config.pb.h.

◆ clear_ipv4_address()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_ipv4_address ( )
inline

Definition at line 697 of file interprocess_config.pb.h.

◆ clear_manager_timeout_seconds()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_manager_timeout_seconds ( )
inline

Definition at line 982 of file interprocess_config.pb.h.

◆ clear_platform()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_platform ( )
inline

Definition at line 543 of file interprocess_config.pb.h.

◆ clear_receive_queue_size()

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

Definition at line 934 of file interprocess_config.pb.h.

◆ clear_send_queue_size()

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

Definition at line 910 of file interprocess_config.pb.h.

◆ clear_socket_name()

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

Definition at line 634 of file interprocess_config.pb.h.

◆ clear_tcp_port()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_tcp_port ( )
inline

Definition at line 886 of file interprocess_config.pb.h.

◆ clear_transport()

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

Definition at line 609 of file interprocess_config.pb.h.

◆ clear_zeromq_number_io_threads()

void goby::zeromq::protobuf::InterProcessPortalConfig::clear_zeromq_number_io_threads ( )
inline

Definition at line 958 of file interprocess_config.pb.h.

◆ client_name()

const ::std::string & goby::zeromq::protobuf::InterProcessPortalConfig::client_name ( ) const
inline

Definition at line 1010 of file interprocess_config.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

Definition at line 175 of file interprocess_config.pb.h.

◆ GetMetadata()

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

◆ has_client_name()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_client_name ( ) const
inline

Definition at line 997 of file interprocess_config.pb.h.

◆ has_ip_address()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_ip_address ( ) const
inline

Definition at line 784 of file interprocess_config.pb.h.

◆ has_ipv4_address()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_ipv4_address ( ) const
inline

Definition at line 691 of file interprocess_config.pb.h.

◆ has_manager_timeout_seconds()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_manager_timeout_seconds ( ) const
inline

Definition at line 973 of file interprocess_config.pb.h.

◆ has_platform()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_platform ( ) const
inline

Definition at line 534 of file interprocess_config.pb.h.

◆ has_receive_queue_size()

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

Definition at line 925 of file interprocess_config.pb.h.

◆ has_send_queue_size()

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

Definition at line 901 of file interprocess_config.pb.h.

◆ has_socket_name()

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

Definition at line 625 of file interprocess_config.pb.h.

◆ has_tcp_port()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_tcp_port ( ) const
inline

Definition at line 877 of file interprocess_config.pb.h.

◆ has_transport()

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

Definition at line 600 of file interprocess_config.pb.h.

◆ has_zeromq_number_io_threads()

bool goby::zeromq::protobuf::InterProcessPortalConfig::has_zeromq_number_io_threads ( ) const
inline

Definition at line 949 of file interprocess_config.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 140 of file interprocess_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ ip_address()

const ::std::string & goby::zeromq::protobuf::InterProcessPortalConfig::ip_address ( ) const
inline

Definition at line 796 of file interprocess_config.pb.h.

◆ ip_case()

InterProcessPortalConfig::IpCase goby::zeromq::protobuf::InterProcessPortalConfig::ip_case ( ) const
inline

Definition at line 1068 of file interprocess_config.pb.h.

◆ ipv4_address()

const ::std::string & goby::zeromq::protobuf::InterProcessPortalConfig::ipv4_address ( ) const
inline

Definition at line 703 of file interprocess_config.pb.h.

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ manager_timeout_seconds()

google::protobuf::uint32 goby::zeromq::protobuf::InterProcessPortalConfig::manager_timeout_seconds ( ) const
inline

Definition at line 986 of file interprocess_config.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_client_name()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::mutable_client_name ( )
inline

Definition at line 1039 of file interprocess_config.pb.h.

◆ mutable_ip_address()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::mutable_ip_address ( )
inline

Definition at line 846 of file interprocess_config.pb.h.

◆ mutable_ipv4_address()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::mutable_ipv4_address ( )
inline

Definition at line 753 of file interprocess_config.pb.h.

◆ mutable_platform()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::mutable_platform ( )
inline

Definition at line 576 of file interprocess_config.pb.h.

◆ mutable_socket_name()

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

Definition at line 667 of file interprocess_config.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 126 of file interprocess_config.pb.h.

◆ New() [1/2]

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

Implements google::protobuf::Message.

Definition at line 154 of file interprocess_config.pb.h.

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

Definition at line 158 of file interprocess_config.pb.h.

◆ operator=()

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

Definition at line 104 of file interprocess_config.pb.h.

◆ platform()

const ::std::string & goby::zeromq::protobuf::InterProcessPortalConfig::platform ( ) const
inline

Definition at line 547 of file interprocess_config.pb.h.

◆ receive_queue_size()

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

Definition at line 938 of file interprocess_config.pb.h.

◆ release_client_name()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::release_client_name ( )
inline

Definition at line 1044 of file interprocess_config.pb.h.

◆ release_ip_address()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::release_ip_address ( )
inline

Definition at line 855 of file interprocess_config.pb.h.

◆ release_ipv4_address()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::release_ipv4_address ( )
inline

Definition at line 762 of file interprocess_config.pb.h.

◆ release_platform()

std::string * goby::zeromq::protobuf::InterProcessPortalConfig::release_platform ( )
inline

Definition at line 581 of file interprocess_config.pb.h.

◆ release_socket_name()

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

Definition at line 672 of file interprocess_config.pb.h.

◆ send_queue_size()

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

Definition at line 914 of file interprocess_config.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_client_name()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_allocated_client_name ( ::std::string *  client_name)
inline

Definition at line 1052 of file interprocess_config.pb.h.

◆ set_allocated_ip_address()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_allocated_ip_address ( ::std::string *  ip_address)
inline

Definition at line 864 of file interprocess_config.pb.h.

◆ set_allocated_ipv4_address()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_allocated_ipv4_address ( ::std::string *  ipv4_address)
inline

Definition at line 771 of file interprocess_config.pb.h.

◆ set_allocated_platform()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_allocated_platform ( ::std::string *  platform)
inline

Definition at line 589 of file interprocess_config.pb.h.

◆ set_allocated_socket_name()

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

Definition at line 680 of file interprocess_config.pb.h.

◆ set_client_name() [1/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_client_name ( const ::std::string &  value)
inline

Definition at line 1014 of file interprocess_config.pb.h.

◆ set_client_name() [2/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_client_name ( const char value)
inline

Definition at line 1027 of file interprocess_config.pb.h.

◆ set_client_name() [3/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_client_name ( const char value,
size_t  size 
)
inline

Definition at line 1033 of file interprocess_config.pb.h.

◆ set_ip_address() [1/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ip_address ( const ::std::string &  value)
inline

Definition at line 803 of file interprocess_config.pb.h.

◆ set_ip_address() [2/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ip_address ( const char value)
inline

Definition at line 825 of file interprocess_config.pb.h.

◆ set_ip_address() [3/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ip_address ( const char value,
size_t  size 
)
inline

Definition at line 836 of file interprocess_config.pb.h.

◆ set_ipv4_address() [1/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ipv4_address ( const ::std::string &  value)
inline

Definition at line 710 of file interprocess_config.pb.h.

◆ set_ipv4_address() [2/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ipv4_address ( const char value)
inline

Definition at line 732 of file interprocess_config.pb.h.

◆ set_ipv4_address() [3/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_ipv4_address ( const char value,
size_t  size 
)
inline

Definition at line 743 of file interprocess_config.pb.h.

◆ set_manager_timeout_seconds()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_manager_timeout_seconds ( ::google::protobuf::uint32  value)
inline

Definition at line 990 of file interprocess_config.pb.h.

◆ set_platform() [1/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_platform ( const ::std::string &  value)
inline

Definition at line 551 of file interprocess_config.pb.h.

◆ set_platform() [2/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_platform ( const char value)
inline

Definition at line 564 of file interprocess_config.pb.h.

◆ set_platform() [3/3]

void goby::zeromq::protobuf::InterProcessPortalConfig::set_platform ( const char value,
size_t  size 
)
inline

Definition at line 570 of file interprocess_config.pb.h.

◆ set_receive_queue_size()

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

Definition at line 942 of file interprocess_config.pb.h.

◆ set_send_queue_size()

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

Definition at line 918 of file interprocess_config.pb.h.

◆ set_socket_name() [1/3]

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

Definition at line 642 of file interprocess_config.pb.h.

◆ set_socket_name() [2/3]

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

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

◆ set_socket_name() [3/3]

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

Definition at line 661 of file interprocess_config.pb.h.

◆ set_tcp_port()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_tcp_port ( ::google::protobuf::uint32  value)
inline

Definition at line 894 of file interprocess_config.pb.h.

◆ set_transport()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_transport ( ::goby::zeromq::protobuf::InterProcessPortalConfig_Transport  value)
inline

Definition at line 617 of file interprocess_config.pb.h.

◆ set_zeromq_number_io_threads()

void goby::zeromq::protobuf::InterProcessPortalConfig::set_zeromq_number_io_threads ( ::google::protobuf::uint32  value)
inline

Definition at line 966 of file interprocess_config.pb.h.

◆ socket_name()

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

Definition at line 638 of file interprocess_config.pb.h.

◆ Swap()

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

◆ tcp_port()

google::protobuf::uint32 goby::zeromq::protobuf::InterProcessPortalConfig::tcp_port ( ) const
inline

Definition at line 890 of file interprocess_config.pb.h.

◆ transport()

goby::zeromq::protobuf::InterProcessPortalConfig_Transport goby::zeromq::protobuf::InterProcessPortalConfig::transport ( ) const
inline

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

◆ Transport_descriptor()

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

Definition at line 210 of file interprocess_config.pb.h.

◆ Transport_IsValid()

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

Definition at line 200 of file interprocess_config.pb.h.

◆ Transport_Name()

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

Definition at line 213 of file interprocess_config.pb.h.

◆ Transport_Parse()

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

Definition at line 216 of file interprocess_config.pb.h.

◆ unknown_fields()

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

Definition at line 123 of file interprocess_config.pb.h.

◆ zeromq_number_io_threads()

google::protobuf::uint32 goby::zeromq::protobuf::InterProcessPortalConfig::zeromq_number_io_threads ( ) const
inline

Definition at line 962 of file interprocess_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fconfig_2eproto::TableStruct

◆ swap

void swap ( InterProcessPortalConfig a,
InterProcessPortalConfig b 
)
friend

Definition at line 148 of file interprocess_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_ipv4_address_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::InterProcessPortalConfig::_i_give_permission_to_break_this_code_default_ipv4_address_

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

◆ _i_give_permission_to_break_this_code_default_platform_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::InterProcessPortalConfig::_i_give_permission_to_break_this_code_default_platform_

Definition at line 372 of file interprocess_config.pb.h.

◆ IPC

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

Definition at line 196 of file interprocess_config.pb.h.

◆ kClientNameFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kClientNameFieldNumber = 20
static

Definition at line 256 of file interprocess_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::zeromq::protobuf::InterProcessPortalConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 144 of file interprocess_config.pb.h.

◆ kIpAddressFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kIpAddressFieldNumber = 11
static

Definition at line 328 of file interprocess_config.pb.h.

◆ kIpv4AddressFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kIpv4AddressFieldNumber = 4
static

Definition at line 313 of file interprocess_config.pb.h.

◆ kManagerTimeoutSecondsFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kManagerTimeoutSecondsFieldNumber = 10
static

Definition at line 306 of file interprocess_config.pb.h.

◆ kPlatformFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kPlatformFieldNumber = 1
static

Definition at line 226 of file interprocess_config.pb.h.

◆ kReceiveQueueSizeFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kReceiveQueueSizeFieldNumber = 7
static

Definition at line 292 of file interprocess_config.pb.h.

◆ kSendQueueSizeFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kSendQueueSizeFieldNumber = 6
static

Definition at line 285 of file interprocess_config.pb.h.

◆ kSocketNameFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kSocketNameFieldNumber = 3
static

Definition at line 241 of file interprocess_config.pb.h.

◆ kTcpPortFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kTcpPortFieldNumber = 5
static

Definition at line 278 of file interprocess_config.pb.h.

◆ kTransportFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kTransportFieldNumber = 2
static

Definition at line 271 of file interprocess_config.pb.h.

◆ kZeromqNumberIoThreadsFieldNumber

const int goby::zeromq::protobuf::InterProcessPortalConfig::kZeromqNumberIoThreadsFieldNumber = 8
static

Definition at line 299 of file interprocess_config.pb.h.

◆ TCP

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

Definition at line 198 of file interprocess_config.pb.h.

◆ Transport_ARRAYSIZE

const int goby::zeromq::protobuf::InterProcessPortalConfig::Transport_ARRAYSIZE
static

◆ Transport_MAX

const Transport goby::zeromq::protobuf::InterProcessPortalConfig::Transport_MAX
static

◆ Transport_MIN

const Transport goby::zeromq::protobuf::InterProcessPortalConfig::Transport_MIN
static

The documentation for this class was generated from the following file:
goby::zeromq::protobuf::InterProcessPortalConfig_Transport_TCP
@ InterProcessPortalConfig_Transport_TCP
Definition: interprocess_config.pb.h:78
goby::zeromq::protobuf::InterProcessPortalConfig_Transport_Transport_ARRAYSIZE
const int InterProcessPortalConfig_Transport_Transport_ARRAYSIZE
Definition: interprocess_config.pb.h:83
goby::zeromq::protobuf::InterProcessPortalConfig_Transport_Transport_MAX
const InterProcessPortalConfig_Transport InterProcessPortalConfig_Transport_Transport_MAX
Definition: interprocess_config.pb.h:82
goby::zeromq::protobuf::InterProcessPortalConfig_Transport_IPC
@ InterProcessPortalConfig_Transport_IPC
Definition: interprocess_config.pb.h:77
goby::zeromq::protobuf::InterProcessPortalConfig_Transport_Transport_MIN
const InterProcessPortalConfig_Transport InterProcessPortalConfig_Transport_Transport_MIN
Definition: interprocess_config.pb.h:81