Goby3
3.1.5
2024.05.14
|
#include <goby/zeromq/protobuf/interprocess_config.pb.h>
Public Member Functions | |
InterProcessPortalConfig () | |
virtual | ~InterProcessPortalConfig () |
InterProcessPortalConfig (const InterProcessPortalConfig &from) | |
InterProcessPortalConfig (InterProcessPortalConfig &&from) noexcept | |
InterProcessPortalConfig & | operator= (const InterProcessPortalConfig &from) |
InterProcessPortalConfig & | operator= (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) |
InterProcessPortalConfig * | New () const final |
InterProcessPortalConfig * | New (::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 | |
InterProcessManagerHold & | operator= (const InterProcessManagerHold &from) |
InterProcessManagerHold & | operator= (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) |
InterProcessManagerHold * | New () const final |
InterProcessManagerHold * | New (::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 | |
ManagerRequest & | operator= (const ManagerRequest &from) |
ManagerRequest & | operator= (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) |
ManagerRequest * | New () const final |
ManagerRequest * | New (::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 | |
Socket & | operator= (const Socket &from) |
Socket & | operator= (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) |
Socket * | New () const final |
Socket * | New (::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 | |
ManagerResponse & | operator= (const ManagerResponse &from) |
ManagerResponse & | operator= (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) |
ManagerResponse * | New () const final |
ManagerResponse * | New (::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 | |
InprocControl & | operator= (const InprocControl &from) |
InprocControl & | operator= (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) |
InprocControl * | New () const final |
InprocControl * | New (::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 InterProcessPortalConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const InterProcessPortalConfig * | internal_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 InterProcessManagerHold & | default_instance () |
static void | InitAsDefaultInstance () |
static const InterProcessManagerHold * | internal_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 ManagerRequest & | default_instance () |
static void | InitAsDefaultInstance () |
static const ManagerRequest * | internal_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 Socket & | default_instance () |
static void | InitAsDefaultInstance () |
static const Socket * | internal_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 ManagerResponse & | default_instance () |
static void | InitAsDefaultInstance () |
static const ManagerResponse * | internal_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 InprocControl & | default_instance () |
static void | InitAsDefaultInstance () |
static const InprocControl * | internal_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_ |
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) |
Definition at line 108 of file interprocess_config.pb.h.
Definition at line 620 of file interprocess_zeromq.pb.h.
Definition at line 1241 of file interprocess_zeromq.pb.h.
Definition at line 550 of file interprocess_zeromq.pb.h.
Definition at line 231 of file interprocess_config.pb.h.
Definition at line 584 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Definition at line 263 of file interprocess_config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kRequiredClientFieldNumber |
Definition at line 660 of file interprocess_config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kClientNameFieldNumber | |
kClientPidFieldNumber | |
kReadyFieldNumber | |
kRequestFieldNumber |
Definition at line 339 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Definition at line 652 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kClientNameFieldNumber | |
kPublishSocketFieldNumber | |
kSubscribeSocketFieldNumber | |
kClientPidFieldNumber | |
kRequestFieldNumber | |
kHoldFieldNumber |
Definition at line 990 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kSubscriptionIdentifierFieldNumber | |
kReceivedDataFieldNumber | |
kPublishSocketFieldNumber | |
kHoldFieldNumber | |
kTypeFieldNumber |
Definition at line 1287 of file interprocess_zeromq.pb.h.
Enumerator | |
---|---|
kIpv4Address | |
kIpAddress | |
IP_NOT_SET |
Definition at line 151 of file interprocess_config.pb.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::add_required_client | ( | std::string && | value | ) |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_name | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_pid | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_client_pid | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_connect_or_bind | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ethernet_address | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ethernet_port | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_hold | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_hold | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ip | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ip_address | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ipv4_address | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_manager_timeout_seconds | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_multicast_address | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_platform | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_publish_socket | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_publish_socket | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_ready | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_receive_queue_size | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_receive_queue_size | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_received_data | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_request | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_request | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_required_client | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_send_queue_size | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_send_queue_size | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_id | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_name | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_name | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_socket_type | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_subscribe_socket | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_subscription_identifier | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_tcp_port | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_transport | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_transport | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_type | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::clear_zeromq_number_io_threads | ( | ) |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::client_name | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 goby::zeromq::protobuf::PROTOBUF_FINAL::client_pid | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 goby::zeromq::protobuf::PROTOBUF_FINAL::client_pid | ( | ) | const |
::goby::zeromq::protobuf::Socket_ConnectOrBind goby::zeromq::protobuf::PROTOBUF_FINAL::connect_or_bind | ( | ) | const |
|
inlinestatic |
Definition at line 635 of file interprocess_zeromq.pb.h.
Definition at line 625 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 639 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 645 of file interprocess_zeromq.pb.h.
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const InprocControl & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const InterProcessManagerHold & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const InterProcessPortalConfig & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const ManagerRequest & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const ManagerResponse & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const Socket & | from | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 140 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 573 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 252 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 465 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 903 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1156 of file interprocess_zeromq.pb.h.
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ethernet_address | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::ethernet_port | ( | ) | const |
|
inlinefinal |
Definition at line 202 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 629 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 308 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 521 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 959 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 1212 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 143 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 576 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 255 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 468 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 906 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1159 of file interprocess_zeromq.pb.h.
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
inlinestatic |
Definition at line 146 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 579 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 258 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 471 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 909 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1162 of file interprocess_zeromq.pb.h.
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_name | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_pid | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_client_pid | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_connect_or_bind | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ethernet_address | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ethernet_port | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_hold | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_hold | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ip_address | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ipv4_address | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_manager_timeout_seconds | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_multicast_address | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_platform | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_publish_socket | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_publish_socket | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_ready | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_receive_queue_size | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_receive_queue_size | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_received_data | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_request | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_request | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_send_queue_size | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_send_queue_size | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_id | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_name | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_name | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_socket_type | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_subscribe_socket | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_subscription_identifier | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_tcp_port | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_transport | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_transport | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_type | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::has_zeromq_number_io_threads | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::hold | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::hold | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
Definition at line 1127 of file interprocess_zeromq.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::InprocControl | ( | const InprocControl & | from | ) |
|
inlinenoexcept |
Definition at line 1131 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1270 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1260 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1274 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1280 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 158 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 585 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 264 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 477 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 915 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1168 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 544 of file interprocess_config.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessManagerHold | ( | const InterProcessManagerHold & | from | ) |
|
inlinenoexcept |
Definition at line 548 of file interprocess_config.pb.h.
|
inline |
Definition at line 111 of file interprocess_config.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::InterProcessPortalConfig | ( | const InterProcessPortalConfig & | from | ) |
|
inlinenoexcept |
Definition at line 115 of file interprocess_config.pb.h.
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ip_address | ( | ) | const |
IpCase goby::zeromq::protobuf::PROTOBUF_FINAL::ip_case | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::ipv4_address | ( | ) | const |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::manager_timeout_seconds | ( | ) | const |
|
inline |
Definition at line 223 of file interprocess_zeromq.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerRequest | ( | const ManagerRequest & | from | ) |
|
inlinenoexcept |
Definition at line 227 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 874 of file interprocess_zeromq.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::ManagerResponse | ( | const ManagerResponse & | from | ) |
|
inlinenoexcept |
Definition at line 878 of file interprocess_zeromq.pb.h.
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const InprocControl & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const InterProcessManagerHold & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const InterProcessPortalConfig & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const ManagerRequest & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const ManagerResponse & | from | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const Socket & | from | ) |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::multicast_address | ( | ) | const |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ethernet_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ip_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_ipv4_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_multicast_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_platform | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_publish_socket | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_publish_socket | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_received_data | ( | ) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_required_client | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_required_client | ( | int | index | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_socket_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_socket_name | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_subscribe_socket | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::mutable_subscription_identifier | ( | ) |
|
inline |
Definition at line 136 of file interprocess_config.pb.h.
|
inline |
Definition at line 569 of file interprocess_config.pb.h.
|
inline |
Definition at line 248 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 461 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 899 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1152 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 184 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 611 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 290 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 503 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 941 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 1194 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 188 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 615 of file interprocess_config.pb.h.
|
inlinefinal |
Definition at line 294 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 507 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 945 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 1198 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1136 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 553 of file interprocess_config.pb.h.
|
inline |
Definition at line 120 of file interprocess_config.pb.h.
|
inline |
Definition at line 232 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 883 of file interprocess_zeromq.pb.h.
Definition at line 445 of file interprocess_zeromq.pb.h.
|
inlinenoexcept |
Definition at line 1140 of file interprocess_zeromq.pb.h.
|
inlinenoexcept |
Definition at line 557 of file interprocess_config.pb.h.
|
inlinenoexcept |
Definition at line 124 of file interprocess_config.pb.h.
|
inlinenoexcept |
Definition at line 236 of file interprocess_zeromq.pb.h.
|
inlinenoexcept |
Definition at line 887 of file interprocess_zeromq.pb.h.
Definition at line 449 of file interprocess_zeromq.pb.h.
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::platform | ( | ) | const |
const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::publish_socket | ( | ) | const |
const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::publish_socket | ( | ) | const |
bool goby::zeromq::protobuf::PROTOBUF_FINAL::ready | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::receive_queue_size | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::receive_queue_size | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::received_data | ( | ) | const |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_client_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ethernet_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ip_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_ipv4_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_multicast_address | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_platform | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_publish_socket | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_publish_socket | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_received_data | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_socket_name | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_socket_name | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::release_subscribe_socket | ( | ) |
std::string* goby::zeromq::protobuf::PROTOBUF_FINAL::release_subscription_identifier | ( | ) |
::goby::zeromq::protobuf::Request goby::zeromq::protobuf::PROTOBUF_FINAL::request | ( | ) | const |
::goby::zeromq::protobuf::Request goby::zeromq::protobuf::PROTOBUF_FINAL::request | ( | ) | const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& goby::zeromq::protobuf::PROTOBUF_FINAL::required_client | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::required_client | ( | int | index | ) | const |
int goby::zeromq::protobuf::PROTOBUF_FINAL::required_client_size | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::send_queue_size | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::send_queue_size | ( | ) | const |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_client_name | ( | std::string * | client_name | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_client_name | ( | std::string * | client_name | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_client_name | ( | std::string * | client_name | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_ethernet_address | ( | std::string * | ethernet_address | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_ip_address | ( | std::string * | ip_address | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_ipv4_address | ( | std::string * | ipv4_address | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_multicast_address | ( | std::string * | multicast_address | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_platform | ( | std::string * | platform | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_publish_socket | ( | ::goby::zeromq::protobuf::Socket * | publish_socket | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_publish_socket | ( | ::goby::zeromq::protobuf::Socket * | publish_socket | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_received_data | ( | std::string * | received_data | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_socket_name | ( | std::string * | socket_name | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_socket_name | ( | std::string * | socket_name | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_subscribe_socket | ( | ::goby::zeromq::protobuf::Socket * | subscribe_socket | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_allocated_subscription_identifier | ( | std::string * | subscription_identifier | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_name | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_pid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_client_pid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_connect_or_bind | ( | ::goby::zeromq::protobuf::Socket_ConnectOrBind | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_address | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ethernet_port | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_hold | ( | bool | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_hold | ( | bool | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ip_address | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ipv4_address | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_manager_timeout_seconds | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_multicast_address | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_platform | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_ready | ( | bool | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_receive_queue_size | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_receive_queue_size | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data | ( | const void * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_received_data | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_request | ( | ::goby::zeromq::protobuf::Request | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_request | ( | ::goby::zeromq::protobuf::Request | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client | ( | int | index, |
const char * | value | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client | ( | int | index, |
const std::string & | value | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_required_client | ( | int | index, |
std::string && | value | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_send_queue_size | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_send_queue_size | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_id | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const char * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_name | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_socket_type | ( | ::goby::zeromq::protobuf::Socket_SocketType | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier | ( | const char * | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier | ( | const std::string & | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier | ( | const void * | value, |
size_t | size | ||
) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_subscription_identifier | ( | std::string && | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_tcp_port | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_transport | ( | ::goby::zeromq::protobuf::InterProcessPortalConfig_Transport | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_transport | ( | ::goby::zeromq::protobuf::Socket_Transport | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_type | ( | ::goby::zeromq::protobuf::InprocControl_InprocControlType | value | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::set_zeromq_number_io_threads | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
|
inline |
Definition at line 436 of file interprocess_zeromq.pb.h.
|
explicitprotected |
goby::zeromq::protobuf::PROTOBUF_FINAL::Socket | ( | const Socket & | from | ) |
|
inlinenoexcept |
Definition at line 440 of file interprocess_zeromq.pb.h.
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::socket_id | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::socket_name | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::socket_name | ( | ) | const |
::goby::zeromq::protobuf::Socket_SocketType goby::zeromq::protobuf::PROTOBUF_FINAL::socket_type | ( | ) | const |
|
inlinestatic |
Definition at line 569 of file interprocess_zeromq.pb.h.
Definition at line 559 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 573 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 579 of file interprocess_zeromq.pb.h.
const ::goby::zeromq::protobuf::Socket& goby::zeromq::protobuf::PROTOBUF_FINAL::subscribe_socket | ( | ) | const |
const std::string& goby::zeromq::protobuf::PROTOBUF_FINAL::subscription_identifier | ( | ) | const |
|
inline |
Definition at line 1178 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 595 of file interprocess_config.pb.h.
|
inline |
Definition at line 168 of file interprocess_config.pb.h.
|
inline |
Definition at line 274 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 925 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 487 of file interprocess_zeromq.pb.h.
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::tcp_port | ( | ) | const |
::goby::zeromq::protobuf::InterProcessPortalConfig_Transport goby::zeromq::protobuf::PROTOBUF_FINAL::transport | ( | ) | const |
::goby::zeromq::protobuf::Socket_Transport goby::zeromq::protobuf::PROTOBUF_FINAL::transport | ( | ) | const |
|
inlinestatic |
Definition at line 246 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 605 of file interprocess_zeromq.pb.h.
Definition at line 236 of file interprocess_config.pb.h.
Definition at line 595 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 250 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 609 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 256 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 615 of file interprocess_zeromq.pb.h.
::goby::zeromq::protobuf::InprocControl_InprocControlType goby::zeromq::protobuf::PROTOBUF_FINAL::type | ( | ) | const |
|
inline |
Definition at line 133 of file interprocess_config.pb.h.
|
inline |
Definition at line 566 of file interprocess_config.pb.h.
|
inline |
Definition at line 245 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 458 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 896 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1149 of file interprocess_zeromq.pb.h.
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_publish_socket | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_publish_socket | ( | ) |
::goby::zeromq::protobuf::Socket* goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_release_subscribe_socket | ( | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_publish_socket | ( | ::goby::zeromq::protobuf::Socket * | publish_socket | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_publish_socket | ( | ::goby::zeromq::protobuf::Socket * | publish_socket | ) |
void goby::zeromq::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_subscribe_socket | ( | ::goby::zeromq::protobuf::Socket * | subscribe_socket | ) |
|
inline |
Definition at line 1186 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 603 of file interprocess_config.pb.h.
|
inline |
Definition at line 176 of file interprocess_config.pb.h.
|
inline |
Definition at line 282 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 933 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 495 of file interprocess_zeromq.pb.h.
::PROTOBUF_NAMESPACE_ID::uint32 goby::zeromq::protobuf::PROTOBUF_FINAL::zeromq_number_io_threads | ( | ) | const |
|
friend |
Definition at line 510 of file interprocess_config.pb.h.
|
friend |
Definition at line 209 of file interprocess_config.pb.h.
|
friend |
Definition at line 537 of file interprocess_config.pb.h.
|
friend |
Definition at line 429 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 1175 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 592 of file interprocess_config.pb.h.
|
friend |
Definition at line 165 of file interprocess_config.pb.h.
|
friend |
Definition at line 271 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 922 of file interprocess_zeromq.pb.h.
Definition at line 484 of file interprocess_zeromq.pb.h.
::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.
::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.
::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.
::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.
|
staticconstexpr |
Definition at line 623 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 621 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 632 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 630 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 628 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 593 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 585 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1267 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1265 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1263 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 232 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 162 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 1258 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 591 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1242 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 551 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1252 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 555 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 557 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1256 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1254 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 566 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 564 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 562 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 553 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1244 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1246 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 234 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 243 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 241 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 239 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 1248 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1250 of file interprocess_zeromq.pb.h.