Goby3  3.1.5
2024.05.14
goby::zeromq::protobuf::PROTOBUF_FINAL Class Reference

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

Inheritance diagram for goby::zeromq::protobuf::PROTOBUF_FINAL:

Public Types

enum  IpCase { kIpv4Address = 4 , kIpAddress = 11 , IP_NOT_SET = 0 }
 
enum  : int {
  kPlatformFieldNumber = 1 , kSocketNameFieldNumber = 3 , kClientNameFieldNumber = 20 , kTransportFieldNumber = 2 ,
  kTcpPortFieldNumber = 5 , kSendQueueSizeFieldNumber = 6 , kReceiveQueueSizeFieldNumber = 7 , kZeromqNumberIoThreadsFieldNumber = 8 ,
  kManagerTimeoutSecondsFieldNumber = 10 , kIpv4AddressFieldNumber = 4 , kIpAddressFieldNumber = 11
}
 
enum  : int { kRequiredClientFieldNumber = 1 }
 
enum  : int { kClientNameFieldNumber = 20 , kClientPidFieldNumber = 3 , kReadyFieldNumber = 4 , kRequestFieldNumber = 1 }
 
enum  : int {
  kEthernetAddressFieldNumber = 5 , kMulticastAddressFieldNumber = 6 , kSocketNameFieldNumber = 3 , kSocketIdFieldNumber = 2 ,
  kSocketTypeFieldNumber = 1 , kTransportFieldNumber = 2 , kConnectOrBindFieldNumber = 4 , kEthernetPortFieldNumber = 7 ,
  kSendQueueSizeFieldNumber = 6 , kReceiveQueueSizeFieldNumber = 7
}
 
enum  : int {
  kClientNameFieldNumber = 20 , kPublishSocketFieldNumber = 4 , kSubscribeSocketFieldNumber = 5 , kClientPidFieldNumber = 3 ,
  kRequestFieldNumber = 1 , kHoldFieldNumber = 6
}
 
enum  : int {
  kSubscriptionIdentifierFieldNumber = 3 , kReceivedDataFieldNumber = 4 , kPublishSocketFieldNumber = 4 , kHoldFieldNumber = 6 ,
  kTypeFieldNumber = 1
}
 
typedef InterProcessPortalConfig_Transport Transport
 
typedef Socket_SocketType SocketType
 
typedef Socket_Transport Transport
 
typedef Socket_ConnectOrBind ConnectOrBind
 
typedef InprocControl_InprocControlType InprocControlType
 

Public Member Functions

 InterProcessPortalConfig ()
 
virtual ~InterProcessPortalConfig ()
 
 InterProcessPortalConfig (const InterProcessPortalConfig &from)
 
 InterProcessPortalConfig (InterProcessPortalConfig &&from) noexcept
 
InterProcessPortalConfigoperator= (const InterProcessPortalConfig &from)
 
InterProcessPortalConfigoperator= (InterProcessPortalConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InterProcessPortalConfig *other)
 
void UnsafeArenaSwap (InterProcessPortalConfig *other)
 
InterProcessPortalConfigNew () const final
 
InterProcessPortalConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const InterProcessPortalConfig &from)
 
void MergeFrom (const InterProcessPortalConfig &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::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 (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 (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 (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 ()
 
::PROTOBUF_NAMESPACE_ID::uint32 tcp_port () const
 
void set_tcp_port (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_send_queue_size () const
 
void clear_send_queue_size ()
 
::PROTOBUF_NAMESPACE_ID::uint32 send_queue_size () const
 
void set_send_queue_size (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_receive_queue_size () const
 
void clear_receive_queue_size ()
 
::PROTOBUF_NAMESPACE_ID::uint32 receive_queue_size () const
 
void set_receive_queue_size (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_zeromq_number_io_threads () const
 
void clear_zeromq_number_io_threads ()
 
::PROTOBUF_NAMESPACE_ID::uint32 zeromq_number_io_threads () const
 
void set_zeromq_number_io_threads (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_manager_timeout_seconds () const
 
void clear_manager_timeout_seconds ()
 
::PROTOBUF_NAMESPACE_ID::uint32 manager_timeout_seconds () const
 
void set_manager_timeout_seconds (::PROTOBUF_NAMESPACE_ID::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 (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 (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
 
 InterProcessManagerHold ()
 
virtual ~InterProcessManagerHold ()
 
 InterProcessManagerHold (const InterProcessManagerHold &from)
 
 InterProcessManagerHold (InterProcessManagerHold &&from) noexcept
 
InterProcessManagerHoldoperator= (const InterProcessManagerHold &from)
 
InterProcessManagerHoldoperator= (InterProcessManagerHold &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InterProcessManagerHold *other)
 
void UnsafeArenaSwap (InterProcessManagerHold *other)
 
InterProcessManagerHoldNew () const final
 
InterProcessManagerHoldNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const InterProcessManagerHold &from)
 
void MergeFrom (const InterProcessManagerHold &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
int required_client_size () const
 
void clear_required_client ()
 
const std::string & required_client (int index) const
 
std::string * mutable_required_client (int index)
 
void set_required_client (int index, const std::string &value)
 
void set_required_client (int index, std::string &&value)
 
void set_required_client (int index, const char *value)
 
void set_required_client (int index, const char *value, size_t size)
 
std::string * add_required_client ()
 
void add_required_client (const std::string &value)
 
void add_required_client (std::string &&value)
 
void add_required_client (const char *value)
 
void add_required_client (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & required_client () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_required_client ()
 
 ManagerRequest ()
 
virtual ~ManagerRequest ()
 
 ManagerRequest (const ManagerRequest &from)
 
 ManagerRequest (ManagerRequest &&from) noexcept
 
ManagerRequestoperator= (const ManagerRequest &from)
 
ManagerRequestoperator= (ManagerRequest &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ManagerRequest *other)
 
void UnsafeArenaSwap (ManagerRequest *other)
 
ManagerRequestNew () const final
 
ManagerRequestNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const ManagerRequest &from)
 
void MergeFrom (const ManagerRequest &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
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 (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_client_pid () const
 
void clear_client_pid ()
 
::PROTOBUF_NAMESPACE_ID::int32 client_pid () const
 
void set_client_pid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_ready () const
 
void clear_ready ()
 
bool ready () const
 
void set_ready (bool value)
 
bool has_request () const
 
void clear_request ()
 
::goby::zeromq::protobuf::Request request () const
 
void set_request (::goby::zeromq::protobuf::Request value)
 
 Socket ()
 
virtual ~Socket ()
 
 Socket (const Socket &from)
 
 Socket (Socket &&from) noexcept
 
Socketoperator= (const Socket &from)
 
Socketoperator= (Socket &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Socket *other)
 
void UnsafeArenaSwap (Socket *other)
 
SocketNew () const final
 
SocketNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Socket &from)
 
void MergeFrom (const Socket &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::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 (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 (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 (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 ()
 
::PROTOBUF_NAMESPACE_ID::uint32 socket_id () const
 
void set_socket_id (::PROTOBUF_NAMESPACE_ID::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 ()
 
::PROTOBUF_NAMESPACE_ID::uint32 ethernet_port () const
 
void set_ethernet_port (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_send_queue_size () const
 
void clear_send_queue_size ()
 
::PROTOBUF_NAMESPACE_ID::uint32 send_queue_size () const
 
void set_send_queue_size (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_receive_queue_size () const
 
void clear_receive_queue_size ()
 
::PROTOBUF_NAMESPACE_ID::uint32 receive_queue_size () const
 
void set_receive_queue_size (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
 ManagerResponse ()
 
virtual ~ManagerResponse ()
 
 ManagerResponse (const ManagerResponse &from)
 
 ManagerResponse (ManagerResponse &&from) noexcept
 
ManagerResponseoperator= (const ManagerResponse &from)
 
ManagerResponseoperator= (ManagerResponse &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ManagerResponse *other)
 
void UnsafeArenaSwap (ManagerResponse *other)
 
ManagerResponseNew () const final
 
ManagerResponseNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const ManagerResponse &from)
 
void MergeFrom (const ManagerResponse &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
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 (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_publish_socket () const
 
void clear_publish_socket ()
 
const ::goby::zeromq::protobuf::Socket & publish_socket () const
 
::goby::zeromq::protobuf::Socket * release_publish_socket ()
 
::goby::zeromq::protobuf::Socket * mutable_publish_socket ()
 
void set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket)
 
void unsafe_arena_set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket)
 
::goby::zeromq::protobuf::Socket * unsafe_arena_release_publish_socket ()
 
bool has_subscribe_socket () const
 
void clear_subscribe_socket ()
 
const ::goby::zeromq::protobuf::Socket & subscribe_socket () const
 
::goby::zeromq::protobuf::Socket * release_subscribe_socket ()
 
::goby::zeromq::protobuf::Socket * mutable_subscribe_socket ()
 
void set_allocated_subscribe_socket (::goby::zeromq::protobuf::Socket *subscribe_socket)
 
void unsafe_arena_set_allocated_subscribe_socket (::goby::zeromq::protobuf::Socket *subscribe_socket)
 
::goby::zeromq::protobuf::Socket * unsafe_arena_release_subscribe_socket ()
 
bool has_client_pid () const
 
void clear_client_pid ()
 
::PROTOBUF_NAMESPACE_ID::int32 client_pid () const
 
void set_client_pid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_request () const
 
void clear_request ()
 
::goby::zeromq::protobuf::Request request () const
 
void set_request (::goby::zeromq::protobuf::Request value)
 
bool has_hold () const
 
void clear_hold ()
 
bool hold () const
 
void set_hold (bool value)
 
 InprocControl ()
 
virtual ~InprocControl ()
 
 InprocControl (const InprocControl &from)
 
 InprocControl (InprocControl &&from) noexcept
 
InprocControloperator= (const InprocControl &from)
 
InprocControloperator= (InprocControl &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InprocControl *other)
 
void UnsafeArenaSwap (InprocControl *other)
 
InprocControlNew () const final
 
InprocControlNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const InprocControl &from)
 
void MergeFrom (const InprocControl &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_subscription_identifier () const
 
void clear_subscription_identifier ()
 
const std::string & subscription_identifier () const
 
void set_subscription_identifier (const std::string &value)
 
void set_subscription_identifier (std::string &&value)
 
void set_subscription_identifier (const char *value)
 
void set_subscription_identifier (const void *value, size_t size)
 
std::string * mutable_subscription_identifier ()
 
std::string * release_subscription_identifier ()
 
void set_allocated_subscription_identifier (std::string *subscription_identifier)
 
bool has_received_data () const
 
void clear_received_data ()
 
const std::string & received_data () const
 
void set_received_data (const std::string &value)
 
void set_received_data (std::string &&value)
 
void set_received_data (const char *value)
 
void set_received_data (const void *value, size_t size)
 
std::string * mutable_received_data ()
 
std::string * release_received_data ()
 
void set_allocated_received_data (std::string *received_data)
 
bool has_publish_socket () const
 
void clear_publish_socket ()
 
const ::goby::zeromq::protobuf::Socket & publish_socket () const
 
::goby::zeromq::protobuf::Socket * release_publish_socket ()
 
::goby::zeromq::protobuf::Socket * mutable_publish_socket ()
 
void set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket)
 
void unsafe_arena_set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket)
 
::goby::zeromq::protobuf::Socket * unsafe_arena_release_publish_socket ()
 
bool has_hold () const
 
void clear_hold ()
 
bool hold () const
 
void set_hold (bool value)
 
bool has_type () const
 
void clear_type ()
 
::goby::zeromq::protobuf::InprocControl_InprocControlType type () const
 
void set_type (::goby::zeromq::protobuf::InprocControl_InprocControlType value)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const InterProcessPortalConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const InterProcessPortalConfiginternal_default_instance ()
 
static bool Transport_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Transport_descriptor ()
 
template<typename T >
static const std::string & Transport_Name (T enum_t_value)
 
static bool Transport_Parse (const std::string &name, Transport *value)
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const InterProcessManagerHolddefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const InterProcessManagerHoldinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ManagerRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ManagerRequestinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Socketdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Socketinternal_default_instance ()
 
static bool SocketType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * SocketType_descriptor ()
 
template<typename T >
static const std::string & SocketType_Name (T enum_t_value)
 
static bool SocketType_Parse (const std::string &name, SocketType *value)
 
static bool Transport_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Transport_descriptor ()
 
template<typename T >
static const std::string & Transport_Name (T enum_t_value)
 
static bool Transport_Parse (const std::string &name, Transport *value)
 
static bool ConnectOrBind_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ConnectOrBind_descriptor ()
 
template<typename T >
static const std::string & ConnectOrBind_Name (T enum_t_value)
 
static bool ConnectOrBind_Parse (const std::string &name, ConnectOrBind *value)
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ManagerResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ManagerResponseinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const InprocControldefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const InprocControlinternal_default_instance ()
 
static bool InprocControlType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * InprocControlType_descriptor ()
 
template<typename T >
static const std::string & InprocControlType_Name (T enum_t_value)
 
static bool InprocControlType_Parse (const std::string &name, InprocControlType *value)
 

Public Attributes

static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > _i_give_permission_to_break_this_code_default_platform_
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > _i_give_permission_to_break_this_code_default_ipv4_address_
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > _i_give_permission_to_break_this_code_default_ethernet_address_
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > _i_give_permission_to_break_this_code_default_multicast_address_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static constexpr Transport IPC
 
static constexpr Transport TCP
 
static constexpr Transport Transport_MIN
 
static constexpr Transport Transport_MAX
 
static constexpr int Transport_ARRAYSIZE
 
static constexpr SocketType PUBLISH
 
static constexpr SocketType SUBSCRIBE
 
static constexpr SocketType REPLY
 
static constexpr SocketType REQUEST
 
static constexpr SocketType SocketType_MIN
 
static constexpr SocketType SocketType_MAX
 
static constexpr int SocketType_ARRAYSIZE
 
static constexpr Transport INPROC
 
static constexpr Transport PGM
 
static constexpr Transport EPGM
 
static constexpr ConnectOrBind CONNECT
 
static constexpr ConnectOrBind BIND
 
static constexpr ConnectOrBind ConnectOrBind_MIN
 
static constexpr ConnectOrBind ConnectOrBind_MAX
 
static constexpr int ConnectOrBind_ARRAYSIZE
 
static constexpr InprocControlType PUB_CONFIGURATION
 
static constexpr InprocControlType SUBSCRIBE
 
static constexpr InprocControlType SUBSCRIBE_ACK
 
static constexpr InprocControlType UNSUBSCRIBE
 
static constexpr InprocControlType UNSUBSCRIBE_ACK
 
static constexpr InprocControlType RECEIVE
 
static constexpr InprocControlType SHUTDOWN
 
static constexpr InprocControlType REQUEST_HOLD_STATE
 
static constexpr InprocControlType NOTIFY_HOLD_STATE
 
static constexpr InprocControlType InprocControlType_MIN
 
static constexpr InprocControlType InprocControlType_MAX
 
static constexpr int InprocControlType_ARRAYSIZE
 

Protected Member Functions

 InterProcessPortalConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 InterProcessManagerHold (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 ManagerRequest (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 Socket (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 ManagerResponse (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 InprocControl (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fconfig_2eproto
 
struct ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto
 
void swap (InterProcessPortalConfig &a, InterProcessPortalConfig &b)
 
void swap (InterProcessManagerHold &a, InterProcessManagerHold &b)
 
void swap (ManagerRequest &a, ManagerRequest &b)
 
void swap (Socket &a, Socket &b)
 
void swap (ManagerResponse &a, ManagerResponse &b)
 
void swap (InprocControl &a, InprocControl &b)
 

Detailed Description

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

Member Typedef Documentation

◆ ConnectOrBind

◆ InprocControlType

◆ SocketType

◆ Transport [1/2]

◆ Transport [2/2]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPlatformFieldNumber 
kSocketNameFieldNumber 
kClientNameFieldNumber 
kTransportFieldNumber 
kTcpPortFieldNumber 
kSendQueueSizeFieldNumber 
kReceiveQueueSizeFieldNumber 
kZeromqNumberIoThreadsFieldNumber 
kManagerTimeoutSecondsFieldNumber 
kIpv4AddressFieldNumber 
kIpAddressFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kRequiredClientFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kClientNameFieldNumber 
kClientPidFieldNumber 
kReadyFieldNumber 
kRequestFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kEthernetAddressFieldNumber 
kMulticastAddressFieldNumber 
kSocketNameFieldNumber 
kSocketIdFieldNumber 
kSocketTypeFieldNumber 
kTransportFieldNumber 
kConnectOrBindFieldNumber 
kEthernetPortFieldNumber 
kSendQueueSizeFieldNumber 
kReceiveQueueSizeFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kClientNameFieldNumber 
kPublishSocketFieldNumber 
kSubscribeSocketFieldNumber 
kClientPidFieldNumber 
kRequestFieldNumber 
kHoldFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kSubscriptionIdentifierFieldNumber 
kReceivedDataFieldNumber 
kPublishSocketFieldNumber 
kHoldFieldNumber 
kTypeFieldNumber 

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

◆ IpCase

Enumerator
kIpv4Address 
kIpAddress 
IP_NOT_SET 

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

Constructor & Destructor Documentation

◆ ~InterProcessPortalConfig()

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

◆ ~InterProcessManagerHold()

virtual goby::zeromq::protobuf::PROTOBUF_FINAL::~InterProcessManagerHold ( )
virtual

◆ ~ManagerRequest()

virtual goby::zeromq::protobuf::PROTOBUF_FINAL::~ManagerRequest ( )
virtual

◆ ~Socket()

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

◆ ~ManagerResponse()

virtual goby::zeromq::protobuf::PROTOBUF_FINAL::~ManagerResponse ( )
virtual

◆ ~InprocControl()

virtual goby::zeromq::protobuf::PROTOBUF_FINAL::~InprocControl ( )
virtual

Member Function Documentation

◆ _InternalParse() [1/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [3/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [4/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [5/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [6/6]

const char* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize() [1/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [2/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [3/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [4/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [5/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [6/6]

::PROTOBUF_NAMESPACE_ID::uint8* goby::zeromq::protobuf::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_required_client() [1/5]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client ( )

◆ add_required_client() [2/5]

void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client ( const char *  value)

◆ add_required_client() [3/5]

void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client ( const char *  value,
size_t  size 
)

◆ add_required_client() [4/5]

void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client ( const std::string &  value)

◆ add_required_client() [5/5]

void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client ( std::string &&  value)

◆ ByteSizeLong() [1/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [3/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [4/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [5/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [6/6]

size_t goby::zeromq::protobuf::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ Clear() [1/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [2/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [3/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [4/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [5/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [6/6]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::PROTOBUF_FINAL::Clear ( )
final

◆ clear_client_name() [1/3]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name ( )

◆ clear_client_name() [2/3]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name ( )

◆ clear_client_name() [3/3]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name ( )

◆ clear_client_pid() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_pid ( )

◆ clear_client_pid() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_pid ( )

◆ clear_connect_or_bind()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_connect_or_bind ( )

◆ clear_ethernet_address()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ethernet_address ( )

◆ clear_ethernet_port()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ethernet_port ( )

◆ clear_hold() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_hold ( )

◆ clear_hold() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_hold ( )

◆ clear_ip()

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

◆ clear_ip_address()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ip_address ( )

◆ clear_ipv4_address()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ipv4_address ( )

◆ clear_manager_timeout_seconds()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_manager_timeout_seconds ( )

◆ clear_multicast_address()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_multicast_address ( )

◆ clear_platform()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_platform ( )

◆ clear_publish_socket() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_publish_socket ( )

◆ clear_publish_socket() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_publish_socket ( )

◆ clear_ready()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ready ( )

◆ clear_receive_queue_size() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_receive_queue_size ( )

◆ clear_receive_queue_size() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_receive_queue_size ( )

◆ clear_received_data()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_received_data ( )

◆ clear_request() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_request ( )

◆ clear_request() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_request ( )

◆ clear_required_client()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_required_client ( )

◆ clear_send_queue_size() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_send_queue_size ( )

◆ clear_send_queue_size() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_send_queue_size ( )

◆ clear_socket_id()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_id ( )

◆ clear_socket_name() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_name ( )

◆ clear_socket_name() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_name ( )

◆ clear_socket_type()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_type ( )

◆ clear_subscribe_socket()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_subscribe_socket ( )

◆ clear_subscription_identifier()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_subscription_identifier ( )

◆ clear_tcp_port()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_tcp_port ( )

◆ clear_transport() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_transport ( )

◆ clear_transport() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_transport ( )

◆ clear_type()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_type ( )

◆ clear_zeromq_number_io_threads()

void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_zeromq_number_io_threads ( )

◆ client_name() [1/3]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name ( ) const

◆ client_name() [2/3]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name ( ) const

◆ client_name() [3/3]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name ( ) const

◆ client_pid() [1/2]

::PROTOBUF_NAMESPACE_ID::int32 goby::zeromq::protobuf::PROTOBUF_FINAL::client_pid ( ) const

◆ client_pid() [2/2]

::PROTOBUF_NAMESPACE_ID::int32 goby::zeromq::protobuf::PROTOBUF_FINAL::client_pid ( ) const

◆ connect_or_bind()

::goby::zeromq::protobuf::Socket_ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::connect_or_bind ( ) const

◆ ConnectOrBind_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::ConnectOrBind_descriptor ( )
inlinestatic

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

◆ ConnectOrBind_IsValid()

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

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

◆ ConnectOrBind_Name()

template<typename T >
static const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ConnectOrBind_Name ( enum_t_value)
inlinestatic

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

◆ ConnectOrBind_Parse()

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

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

◆ CopyFrom() [1/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [3/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [4/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [5/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [6/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [7/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const InprocControl from)

◆ CopyFrom() [8/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const InterProcessManagerHold from)

◆ CopyFrom() [9/12]

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

◆ CopyFrom() [10/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ManagerRequest from)

◆ CopyFrom() [11/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom ( const ManagerResponse from)

◆ CopyFrom() [12/12]

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

◆ default_instance() [1/6]

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

◆ default_instance() [2/6]

static const InterProcessManagerHold& goby::zeromq::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [3/6]

static const ManagerRequest& goby::zeromq::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [4/6]

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

◆ default_instance() [5/6]

static const ManagerResponse& goby::zeromq::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [6/6]

static const InprocControl& goby::zeromq::protobuf::PROTOBUF_FINAL::default_instance ( )
static

◆ descriptor() [1/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [2/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [3/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [4/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [5/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [6/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ ethernet_address()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ethernet_address ( ) const

◆ ethernet_port()

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::ethernet_port ( ) const

◆ GetCachedSize() [1/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [2/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [3/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [4/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [5/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [6/6]

int goby::zeromq::protobuf::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor() [1/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [2/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [3/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [4/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [5/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [6/6]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata() [1/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [2/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [3/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [4/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [5/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [6/6]

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetReflection() [1/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [2/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [3/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [4/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [5/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [6/6]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::zeromq::protobuf::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ has_client_name() [1/3]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name ( ) const

◆ has_client_name() [2/3]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name ( ) const

◆ has_client_name() [3/3]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name ( ) const

◆ has_client_pid() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_pid ( ) const

◆ has_client_pid() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_pid ( ) const

◆ has_connect_or_bind()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_connect_or_bind ( ) const

◆ has_ethernet_address()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ethernet_address ( ) const

◆ has_ethernet_port()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ethernet_port ( ) const

◆ has_hold() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_hold ( ) const

◆ has_hold() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_hold ( ) const

◆ has_ip_address()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ip_address ( ) const

◆ has_ipv4_address()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ipv4_address ( ) const

◆ has_manager_timeout_seconds()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_manager_timeout_seconds ( ) const

◆ has_multicast_address()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_multicast_address ( ) const

◆ has_platform()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_platform ( ) const

◆ has_publish_socket() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_publish_socket ( ) const

◆ has_publish_socket() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_publish_socket ( ) const

◆ has_ready()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ready ( ) const

◆ has_receive_queue_size() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_receive_queue_size ( ) const

◆ has_receive_queue_size() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_receive_queue_size ( ) const

◆ has_received_data()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_received_data ( ) const

◆ has_request() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_request ( ) const

◆ has_request() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_request ( ) const

◆ has_send_queue_size() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_send_queue_size ( ) const

◆ has_send_queue_size() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_send_queue_size ( ) const

◆ has_socket_id()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_id ( ) const

◆ has_socket_name() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_name ( ) const

◆ has_socket_name() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_name ( ) const

◆ has_socket_type()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_type ( ) const

◆ has_subscribe_socket()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_subscribe_socket ( ) const

◆ has_subscription_identifier()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_subscription_identifier ( ) const

◆ has_tcp_port()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_tcp_port ( ) const

◆ has_transport() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_transport ( ) const

◆ has_transport() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_transport ( ) const

◆ has_type()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_type ( ) const

◆ has_zeromq_number_io_threads()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_zeromq_number_io_threads ( ) const

◆ hold() [1/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::hold ( ) const

◆ hold() [2/2]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::hold ( ) const

◆ InitAsDefaultInstance() [1/6]

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

◆ InitAsDefaultInstance() [2/6]

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

◆ InitAsDefaultInstance() [3/6]

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

◆ InitAsDefaultInstance() [4/6]

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

◆ InitAsDefaultInstance() [5/6]

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

◆ InitAsDefaultInstance() [6/6]

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

◆ InprocControl() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControl ( )
inline

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

◆ InprocControl() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControl ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ InprocControl() [3/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControl ( const InprocControl &  from)

◆ InprocControl() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControl ( InprocControl &&  from)
inlinenoexcept

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

◆ InprocControlType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_descriptor ( )
inlinestatic

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

◆ InprocControlType_IsValid()

static bool goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_IsValid ( int  value)
inlinestatic

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

◆ InprocControlType_Name()

template<typename T >
static const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_Name ( enum_t_value)
inlinestatic

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

◆ InprocControlType_Parse()

static bool goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_Parse ( const std::string &  name,
InprocControlType value 
)
inlinestatic

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

◆ internal_default_instance() [1/6]

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

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

◆ internal_default_instance() [2/6]

static const InterProcessManagerHold* goby::zeromq::protobuf::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

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

◆ internal_default_instance() [3/6]

static const ManagerRequest* goby::zeromq::protobuf::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

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

◆ internal_default_instance() [4/6]

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

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

◆ internal_default_instance() [5/6]

static const ManagerResponse* goby::zeromq::protobuf::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

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

◆ internal_default_instance() [6/6]

static const InprocControl* goby::zeromq::protobuf::PROTOBUF_FINAL::internal_default_instance ( )
inlinestatic

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

◆ InterProcessManagerHold() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessManagerHold ( )
inline

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

◆ InterProcessManagerHold() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessManagerHold ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ InterProcessManagerHold() [3/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessManagerHold ( const InterProcessManagerHold &  from)

◆ InterProcessManagerHold() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessManagerHold ( InterProcessManagerHold &&  from)
inlinenoexcept

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

◆ InterProcessPortalConfig() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessPortalConfig ( )
inline

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

◆ InterProcessPortalConfig() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessPortalConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ InterProcessPortalConfig() [3/4]

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

◆ InterProcessPortalConfig() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessPortalConfig ( InterProcessPortalConfig &&  from)
inlinenoexcept

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

◆ ip_address()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ip_address ( ) const

◆ ip_case()

IpCase goby::zeromq::protobuf::PROTOBUF_FINAL::ip_case ( ) const

◆ ipv4_address()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ipv4_address ( ) const

◆ IsInitialized() [1/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [2/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [3/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [4/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [5/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [6/6]

bool goby::zeromq::protobuf::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ manager_timeout_seconds()

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::manager_timeout_seconds ( ) const

◆ ManagerRequest() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerRequest ( )
inline

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

◆ ManagerRequest() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerRequest ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ ManagerRequest() [3/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerRequest ( const ManagerRequest &  from)

◆ ManagerRequest() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerRequest ( ManagerRequest &&  from)
inlinenoexcept

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

◆ ManagerResponse() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerResponse ( )
inline

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

◆ ManagerResponse() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerResponse ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ ManagerResponse() [3/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerResponse ( const ManagerResponse &  from)

◆ ManagerResponse() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerResponse ( ManagerResponse &&  from)
inlinenoexcept

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

◆ MergeFrom() [1/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [3/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [4/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [5/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [6/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [7/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const InprocControl from)

◆ MergeFrom() [8/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const InterProcessManagerHold from)

◆ MergeFrom() [9/12]

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

◆ MergeFrom() [10/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ManagerRequest from)

◆ MergeFrom() [11/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom ( const ManagerResponse from)

◆ MergeFrom() [12/12]

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

◆ multicast_address()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::multicast_address ( ) const

◆ mutable_client_name() [1/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name ( )

◆ mutable_client_name() [2/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name ( )

◆ mutable_client_name() [3/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name ( )

◆ mutable_ethernet_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ethernet_address ( )

◆ mutable_ip_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ip_address ( )

◆ mutable_ipv4_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ipv4_address ( )

◆ mutable_multicast_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_multicast_address ( )

◆ mutable_platform()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_platform ( )

◆ mutable_publish_socket() [1/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_publish_socket ( )

◆ mutable_publish_socket() [2/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_publish_socket ( )

◆ mutable_received_data()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_received_data ( )

◆ mutable_required_client() [1/2]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_required_client ( )

◆ mutable_required_client() [2/2]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_required_client ( int  index)

◆ mutable_socket_name() [1/2]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_socket_name ( )

◆ mutable_socket_name() [2/2]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_socket_name ( )

◆ mutable_subscribe_socket()

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_subscribe_socket ( )

◆ mutable_subscription_identifier()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_subscription_identifier ( )

◆ mutable_unknown_fields() [1/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [2/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [3/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [4/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [5/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [6/6]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ New() [1/12]

InterProcessPortalConfig* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [2/12]

InterProcessManagerHold* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [3/12]

ManagerRequest* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [4/12]

Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [5/12]

ManagerResponse* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [6/12]

InprocControl* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [7/12]

InterProcessPortalConfig* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [8/12]

InterProcessManagerHold* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [9/12]

ManagerRequest* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [10/12]

Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [11/12]

ManagerResponse* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [12/12]

InprocControl* goby::zeromq::protobuf::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ operator=() [1/12]

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

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

◆ operator=() [2/12]

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

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

◆ operator=() [3/12]

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

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

◆ operator=() [4/12]

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

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

◆ operator=() [5/12]

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

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

◆ operator=() [6/12]

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

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

◆ operator=() [7/12]

InprocControl& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( InprocControl &&  from)
inlinenoexcept

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

◆ operator=() [8/12]

InterProcessManagerHold& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( InterProcessManagerHold &&  from)
inlinenoexcept

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

◆ operator=() [9/12]

InterProcessPortalConfig& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( InterProcessPortalConfig &&  from)
inlinenoexcept

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

◆ operator=() [10/12]

ManagerRequest& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( ManagerRequest &&  from)
inlinenoexcept

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

◆ operator=() [11/12]

ManagerResponse& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( ManagerResponse &&  from)
inlinenoexcept

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

◆ operator=() [12/12]

Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::operator= ( Socket &&  from)
inlinenoexcept

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

◆ platform()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::platform ( ) const

◆ publish_socket() [1/2]

const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::publish_socket ( ) const

◆ publish_socket() [2/2]

const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::publish_socket ( ) const

◆ ready()

bool goby::zeromq::protobuf::PROTOBUF_FINAL::ready ( ) const

◆ receive_queue_size() [1/2]

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::receive_queue_size ( ) const

◆ receive_queue_size() [2/2]

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::receive_queue_size ( ) const

◆ received_data()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::received_data ( ) const

◆ release_client_name() [1/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name ( )

◆ release_client_name() [2/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name ( )

◆ release_client_name() [3/3]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name ( )

◆ release_ethernet_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ethernet_address ( )

◆ release_ip_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ip_address ( )

◆ release_ipv4_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ipv4_address ( )

◆ release_multicast_address()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_multicast_address ( )

◆ release_platform()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_platform ( )

◆ release_publish_socket() [1/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_publish_socket ( )

◆ release_publish_socket() [2/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_publish_socket ( )

◆ release_received_data()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_received_data ( )

◆ release_socket_name() [1/2]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_socket_name ( )

◆ release_socket_name() [2/2]

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_socket_name ( )

◆ release_subscribe_socket()

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_subscribe_socket ( )

◆ release_subscription_identifier()

std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_subscription_identifier ( )

◆ request() [1/2]

::goby::zeromq::protobuf::Request goby::zeromq::protobuf::PROTOBUF_FINAL::request ( ) const

◆ request() [2/2]

::goby::zeromq::protobuf::Request goby::zeromq::protobuf::PROTOBUF_FINAL::request ( ) const

◆ required_client() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& goby::zeromq::protobuf::PROTOBUF_FINAL::required_client ( ) const

◆ required_client() [2/2]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::required_client ( int  index) const

◆ required_client_size()

int goby::zeromq::protobuf::PROTOBUF_FINAL::required_client_size ( ) const

◆ send_queue_size() [1/2]

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::send_queue_size ( ) const

◆ send_queue_size() [2/2]

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::send_queue_size ( ) const

◆ set_allocated_client_name() [1/3]

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

◆ set_allocated_client_name() [2/3]

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

◆ set_allocated_client_name() [3/3]

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

◆ set_allocated_ethernet_address()

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

◆ set_allocated_ip_address()

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

◆ set_allocated_ipv4_address()

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

◆ set_allocated_multicast_address()

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

◆ set_allocated_platform()

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

◆ set_allocated_publish_socket() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket *  publish_socket)

◆ set_allocated_publish_socket() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket *  publish_socket)

◆ set_allocated_received_data()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_received_data ( std::string *  received_data)

◆ set_allocated_socket_name() [1/2]

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

◆ set_allocated_socket_name() [2/2]

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

◆ set_allocated_subscribe_socket()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_subscribe_socket ( ::goby::zeromq::protobuf::Socket *  subscribe_socket)

◆ set_allocated_subscription_identifier()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_subscription_identifier ( std::string *  subscription_identifier)

◆ set_client_name() [1/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value)

◆ set_client_name() [2/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value)

◆ set_client_name() [3/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value)

◆ set_client_name() [4/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value,
size_t  size 
)

◆ set_client_name() [5/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value,
size_t  size 
)

◆ set_client_name() [6/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( const char *  value,
size_t  size 
)

◆ set_client_name() [7/12]

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

◆ set_client_name() [8/12]

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

◆ set_client_name() [9/12]

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

◆ set_client_name() [10/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( std::string &&  value)

◆ set_client_name() [11/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( std::string &&  value)

◆ set_client_name() [12/12]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name ( std::string &&  value)

◆ set_client_pid() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_pid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_client_pid() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_pid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_connect_or_bind()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_connect_or_bind ( ::goby::zeromq::protobuf::Socket_ConnectOrBind  value)

◆ set_ethernet_address() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address ( const char *  value)

◆ set_ethernet_address() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address ( const char *  value,
size_t  size 
)

◆ set_ethernet_address() [3/4]

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

◆ set_ethernet_address() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address ( std::string &&  value)

◆ set_ethernet_port()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_port ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_hold() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_hold ( bool  value)

◆ set_hold() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_hold ( bool  value)

◆ set_ip_address() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address ( const char *  value)

◆ set_ip_address() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address ( const char *  value,
size_t  size 
)

◆ set_ip_address() [3/4]

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

◆ set_ip_address() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address ( std::string &&  value)

◆ set_ipv4_address() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address ( const char *  value)

◆ set_ipv4_address() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address ( const char *  value,
size_t  size 
)

◆ set_ipv4_address() [3/4]

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

◆ set_ipv4_address() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address ( std::string &&  value)

◆ set_manager_timeout_seconds()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_manager_timeout_seconds ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_multicast_address() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address ( const char *  value)

◆ set_multicast_address() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address ( const char *  value,
size_t  size 
)

◆ set_multicast_address() [3/4]

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

◆ set_multicast_address() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address ( std::string &&  value)

◆ set_platform() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform ( const char *  value)

◆ set_platform() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform ( const char *  value,
size_t  size 
)

◆ set_platform() [3/4]

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

◆ set_platform() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform ( std::string &&  value)

◆ set_ready()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ready ( bool  value)

◆ set_receive_queue_size() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_receive_queue_size ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_receive_queue_size() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_receive_queue_size ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_received_data() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data ( const char *  value)

◆ set_received_data() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data ( const std::string &  value)

◆ set_received_data() [3/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data ( const void *  value,
size_t  size 
)

◆ set_received_data() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data ( std::string &&  value)

◆ set_request() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_request ( ::goby::zeromq::protobuf::Request  value)

◆ set_request() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_request ( ::goby::zeromq::protobuf::Request  value)

◆ set_required_client() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client ( int  index,
const char *  value 
)

◆ set_required_client() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client ( int  index,
const char *  value,
size_t  size 
)

◆ set_required_client() [3/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client ( int  index,
const std::string &  value 
)

◆ set_required_client() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client ( int  index,
std::string &&  value 
)

◆ set_send_queue_size() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_send_queue_size ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_send_queue_size() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_send_queue_size ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_socket_id()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_id ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_socket_name() [1/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( const char *  value)

◆ set_socket_name() [2/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( const char *  value)

◆ set_socket_name() [3/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( const char *  value,
size_t  size 
)

◆ set_socket_name() [4/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( const char *  value,
size_t  size 
)

◆ set_socket_name() [5/8]

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

◆ set_socket_name() [6/8]

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

◆ set_socket_name() [7/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( std::string &&  value)

◆ set_socket_name() [8/8]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name ( std::string &&  value)

◆ set_socket_type()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_type ( ::goby::zeromq::protobuf::Socket_SocketType  value)

◆ set_subscription_identifier() [1/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier ( const char *  value)

◆ set_subscription_identifier() [2/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier ( const std::string &  value)

◆ set_subscription_identifier() [3/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier ( const void *  value,
size_t  size 
)

◆ set_subscription_identifier() [4/4]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier ( std::string &&  value)

◆ set_tcp_port()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_tcp_port ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ set_transport() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_transport ( ::goby::zeromq::protobuf::InterProcessPortalConfig_Transport  value)

◆ set_transport() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_transport ( ::goby::zeromq::protobuf::Socket_Transport  value)

◆ set_type()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_type ( ::goby::zeromq::protobuf::InprocControl_InprocControlType  value)

◆ set_zeromq_number_io_threads()

void goby::zeromq::protobuf::PROTOBUF_FINAL::set_zeromq_number_io_threads ( ::PROTOBUF_NAMESPACE_ID::uint32  value)

◆ Socket() [1/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::Socket ( )
inline

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

◆ Socket() [2/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::Socket ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ Socket() [3/4]

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

◆ Socket() [4/4]

goby::zeromq::protobuf::PROTOBUF_FINAL::Socket ( Socket &&  from)
inlinenoexcept

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

◆ socket_id()

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::socket_id ( ) const

◆ socket_name() [1/2]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::socket_name ( ) const

◆ socket_name() [2/2]

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::socket_name ( ) const

◆ socket_type()

::goby::zeromq::protobuf::Socket_SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::socket_type ( ) const

◆ SocketType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::SocketType_descriptor ( )
inlinestatic

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

◆ SocketType_IsValid()

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

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

◆ SocketType_Name()

template<typename T >
static const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::SocketType_Name ( enum_t_value)
inlinestatic

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

◆ SocketType_Parse()

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

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

◆ subscribe_socket()

const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::subscribe_socket ( ) const

◆ subscription_identifier()

const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::subscription_identifier ( ) const

◆ Swap() [1/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::Swap ( InprocControl other)
inline

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

◆ Swap() [2/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::Swap ( InterProcessManagerHold other)
inline

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

◆ Swap() [3/6]

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

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

◆ Swap() [4/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::Swap ( ManagerRequest other)
inline

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

◆ Swap() [5/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::Swap ( ManagerResponse other)
inline

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

◆ Swap() [6/6]

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

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

◆ tcp_port()

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::tcp_port ( ) const

◆ transport() [1/2]

::goby::zeromq::protobuf::InterProcessPortalConfig_Transport goby::zeromq::protobuf::PROTOBUF_FINAL::transport ( ) const

◆ transport() [2/2]

::goby::zeromq::protobuf::Socket_Transport goby::zeromq::protobuf::PROTOBUF_FINAL::transport ( ) const

◆ Transport_descriptor() [1/2]

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_descriptor ( )
inlinestatic

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

◆ Transport_descriptor() [2/2]

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_descriptor ( )
inlinestatic

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

◆ Transport_IsValid() [1/2]

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

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

◆ Transport_IsValid() [2/2]

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

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

◆ Transport_Name() [1/2]

template<typename T >
static const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_Name ( enum_t_value)
inlinestatic

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

◆ Transport_Name() [2/2]

template<typename T >
static const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_Name ( enum_t_value)
inlinestatic

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

◆ Transport_Parse() [1/2]

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

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

◆ Transport_Parse() [2/2]

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

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

◆ type()

::goby::zeromq::protobuf::InprocControl_InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::type ( ) const

◆ unknown_fields() [1/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [2/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [3/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [4/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [5/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [6/6]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::zeromq::protobuf::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_publish_socket() [1/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_publish_socket ( )

◆ unsafe_arena_release_publish_socket() [2/2]

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_publish_socket ( )

◆ unsafe_arena_release_subscribe_socket()

::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_subscribe_socket ( )

◆ unsafe_arena_set_allocated_publish_socket() [1/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket *  publish_socket)

◆ unsafe_arena_set_allocated_publish_socket() [2/2]

void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket *  publish_socket)

◆ unsafe_arena_set_allocated_subscribe_socket()

void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_subscribe_socket ( ::goby::zeromq::protobuf::Socket *  subscribe_socket)

◆ UnsafeArenaSwap() [1/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( InprocControl other)
inline

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

◆ UnsafeArenaSwap() [2/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( InterProcessManagerHold other)
inline

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

◆ UnsafeArenaSwap() [3/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( InterProcessPortalConfig other)
inline

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

◆ UnsafeArenaSwap() [4/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( ManagerRequest other)
inline

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

◆ UnsafeArenaSwap() [5/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( ManagerResponse other)
inline

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

◆ UnsafeArenaSwap() [6/6]

void goby::zeromq::protobuf::PROTOBUF_FINAL::UnsafeArenaSwap ( Socket other)
inline

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

◆ zeromq_number_io_threads()

::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::zeromq_number_io_threads ( ) const

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fconfig_2eproto

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto

◆ swap [1/6]

void swap ( InprocControl a,
InprocControl b 
)
friend

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

◆ swap [2/6]

void swap ( InterProcessManagerHold a,
InterProcessManagerHold b 
)
friend

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

◆ swap [3/6]

void swap ( InterProcessPortalConfig a,
InterProcessPortalConfig b 
)
friend

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

◆ swap [4/6]

void swap ( ManagerRequest a,
ManagerRequest b 
)
friend

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

◆ swap [5/6]

void swap ( ManagerResponse a,
ManagerResponse b 
)
friend

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

◆ swap [6/6]

void swap ( Socket a,
Socket b 
)
friend

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

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_ethernet_address_

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::zeromq::protobuf::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_ethernet_address_

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

◆ _i_give_permission_to_break_this_code_default_ipv4_address_

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::zeromq::protobuf::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_ipv4_address_

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

◆ _i_give_permission_to_break_this_code_default_multicast_address_

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::zeromq::protobuf::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_multicast_address_

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

◆ _i_give_permission_to_break_this_code_default_platform_

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> goby::zeromq::protobuf::PROTOBUF_FINAL::_i_give_permission_to_break_this_code_default_platform_

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

◆ BIND

constexpr ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::BIND
staticconstexpr
Initial value:

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

◆ CONNECT

constexpr ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::CONNECT
staticconstexpr
Initial value:

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

◆ ConnectOrBind_ARRAYSIZE

constexpr int goby::zeromq::protobuf::PROTOBUF_FINAL::ConnectOrBind_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ ConnectOrBind_MAX

constexpr ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::ConnectOrBind_MAX
staticconstexpr
Initial value:

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

◆ ConnectOrBind_MIN

constexpr ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::ConnectOrBind_MIN
staticconstexpr
Initial value:

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

◆ EPGM

constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::EPGM
staticconstexpr
Initial value:

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

◆ INPROC

constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::INPROC
staticconstexpr
Initial value:

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

◆ InprocControlType_ARRAYSIZE

constexpr int goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ InprocControlType_MAX

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_MAX
staticconstexpr
Initial value:
=
constexpr InprocControl_InprocControlType InprocControl_InprocControlType_InprocControlType_MAX

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

◆ InprocControlType_MIN

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControlType_MIN
staticconstexpr
Initial value:
=
constexpr InprocControl_InprocControlType InprocControl_InprocControlType_InprocControlType_MIN

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

◆ IPC

static constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::IPC
staticconstexpr

◆ kIndexInFileMessages

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

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

◆ NOTIFY_HOLD_STATE

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::NOTIFY_HOLD_STATE
staticconstexpr

◆ PGM

constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::PGM
staticconstexpr
Initial value:

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

◆ PUB_CONFIGURATION

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::PUB_CONFIGURATION
staticconstexpr

◆ PUBLISH

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::PUBLISH
staticconstexpr
Initial value:

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

◆ RECEIVE

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::RECEIVE
staticconstexpr

◆ REPLY

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::REPLY
staticconstexpr
Initial value:

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

◆ REQUEST

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::REQUEST
staticconstexpr
Initial value:

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

◆ REQUEST_HOLD_STATE

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::REQUEST_HOLD_STATE
staticconstexpr

◆ SHUTDOWN

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::SHUTDOWN
staticconstexpr

◆ SocketType_ARRAYSIZE

constexpr int goby::zeromq::protobuf::PROTOBUF_FINAL::SocketType_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ SocketType_MAX

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::SocketType_MAX
staticconstexpr
Initial value:

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

◆ SocketType_MIN

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::SocketType_MIN
staticconstexpr
Initial value:

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

◆ SUBSCRIBE [1/2]

constexpr SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::SUBSCRIBE
staticconstexpr
Initial value:

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

◆ SUBSCRIBE [2/2]

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::SUBSCRIBE
staticconstexpr

◆ SUBSCRIBE_ACK

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::SUBSCRIBE_ACK
staticconstexpr

◆ TCP

static constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::TCP
staticconstexpr

◆ Transport_ARRAYSIZE

static constexpr int goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ Transport_MAX

static constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_MAX
staticconstexpr
Initial value:
=
constexpr InterProcessPortalConfig_Transport InterProcessPortalConfig_Transport_Transport_MAX

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

◆ Transport_MIN

static constexpr Transport goby::zeromq::protobuf::PROTOBUF_FINAL::Transport_MIN
staticconstexpr
Initial value:
=
constexpr InterProcessPortalConfig_Transport InterProcessPortalConfig_Transport_Transport_MIN

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

◆ UNSUBSCRIBE

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::UNSUBSCRIBE
staticconstexpr

◆ UNSUBSCRIBE_ACK

constexpr InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::UNSUBSCRIBE_ACK
staticconstexpr

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