Goby3
3.0.17
2023.07.28
|
#include <goby/zeromq/protobuf/interprocess_config.pb.h>
Public Types | |
typedef InterProcessPortalConfig_Transport | Transport |
![]() | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
InterProcessPortalConfig () | |
virtual | ~InterProcessPortalConfig () |
InterProcessPortalConfig (const InterProcessPortalConfig &from) | |
InterProcessPortalConfig & | operator= (const InterProcessPortalConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (InterProcessPortalConfig *other) |
InterProcessPortalConfig * | New () const final |
InterProcessPortalConfig * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const InterProcessPortalConfig &from) |
void | MergeFrom (const InterProcessPortalConfig &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_platform () const |
void | clear_platform () |
const ::std::string & | platform () const |
void | set_platform (const ::std::string &value) |
void | set_platform (const char *value) |
void | set_platform (const char *value, size_t size) |
::std::string * | mutable_platform () |
::std::string * | release_platform () |
void | set_allocated_platform (::std::string *platform) |
bool | has_socket_name () const |
void | clear_socket_name () |
const ::std::string & | socket_name () const |
void | set_socket_name (const ::std::string &value) |
void | set_socket_name (const char *value) |
void | set_socket_name (const char *value, size_t size) |
::std::string * | mutable_socket_name () |
::std::string * | release_socket_name () |
void | set_allocated_socket_name (::std::string *socket_name) |
bool | has_ipv4_address () const |
void | clear_ipv4_address () |
const ::std::string & | ipv4_address () const |
void | set_ipv4_address (const ::std::string &value) |
void | set_ipv4_address (const char *value) |
void | set_ipv4_address (const char *value, size_t size) |
::std::string * | mutable_ipv4_address () |
::std::string * | release_ipv4_address () |
void | set_allocated_ipv4_address (::std::string *ipv4_address) |
bool | has_client_name () const |
void | clear_client_name () |
const ::std::string & | client_name () const |
void | set_client_name (const ::std::string &value) |
void | set_client_name (const char *value) |
void | set_client_name (const char *value, size_t size) |
::std::string * | mutable_client_name () |
::std::string * | release_client_name () |
void | set_allocated_client_name (::std::string *client_name) |
bool | has_transport () const |
void | clear_transport () |
::goby::zeromq::protobuf::InterProcessPortalConfig_Transport | transport () const |
void | set_transport (::goby::zeromq::protobuf::InterProcessPortalConfig_Transport value) |
bool | has_tcp_port () const |
void | clear_tcp_port () |
::google::protobuf::uint32 | tcp_port () const |
void | set_tcp_port (::google::protobuf::uint32 value) |
bool | has_send_queue_size () const |
void | clear_send_queue_size () |
::google::protobuf::uint32 | send_queue_size () const |
void | set_send_queue_size (::google::protobuf::uint32 value) |
bool | has_receive_queue_size () const |
void | clear_receive_queue_size () |
::google::protobuf::uint32 | receive_queue_size () const |
void | set_receive_queue_size (::google::protobuf::uint32 value) |
bool | has_zeromq_number_io_threads () const |
void | clear_zeromq_number_io_threads () |
::google::protobuf::uint32 | zeromq_number_io_threads () const |
void | set_zeromq_number_io_threads (::google::protobuf::uint32 value) |
bool | has_manager_timeout_seconds () const |
void | clear_manager_timeout_seconds () |
::google::protobuf::uint32 | manager_timeout_seconds () const |
void | set_manager_timeout_seconds (::google::protobuf::uint32 value) |
![]() | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
![]() | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const InterProcessPortalConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const InterProcessPortalConfig * | internal_default_instance () |
static bool | Transport_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | Transport_descriptor () |
static const ::std::string & | Transport_Name (Transport value) |
static bool | Transport_Parse (const ::std::string &name, Transport *value) |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_platform_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_ipv4_address_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const Transport | IPC |
static const Transport | TCP |
static const Transport | Transport_MIN |
static const Transport | Transport_MAX |
static const int | Transport_ARRAYSIZE |
static const int | kPlatformFieldNumber = 1 |
static const int | kSocketNameFieldNumber = 3 |
static const int | kIpv4AddressFieldNumber = 4 |
static const int | kClientNameFieldNumber = 20 |
static const int | kTransportFieldNumber = 2 |
static const int | kTcpPortFieldNumber = 5 |
static const int | kSendQueueSizeFieldNumber = 6 |
static const int | kReceiveQueueSizeFieldNumber = 7 |
static const int | kZeromqNumberIoThreadsFieldNumber = 8 |
static const int | kManagerTimeoutSecondsFieldNumber = 10 |
Friends | |
struct | ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fconfig_2eproto::TableStruct |
void | swap (InterProcessPortalConfig &a, InterProcessPortalConfig &b) |
Additional Inherited Members | |
![]() | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 97 of file interprocess_config.pb.h.
typedef InterProcessPortalConfig_Transport goby::zeromq::protobuf::InterProcessPortalConfig::Transport |
Definition at line 189 of file interprocess_config.pb.h.
goby::zeromq::protobuf::InterProcessPortalConfig::InterProcessPortalConfig | ( | ) |
|
virtual |
goby::zeromq::protobuf::InterProcessPortalConfig::InterProcessPortalConfig | ( | const InterProcessPortalConfig & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 854 of file interprocess_config.pb.h.
|
inline |
Definition at line 668 of file interprocess_config.pb.h.
|
inline |
Definition at line 830 of file interprocess_config.pb.h.
|
inline |
Definition at line 511 of file interprocess_config.pb.h.
|
inline |
Definition at line 782 of file interprocess_config.pb.h.
|
inline |
Definition at line 758 of file interprocess_config.pb.h.
|
inline |
Definition at line 602 of file interprocess_config.pb.h.
|
inline |
Definition at line 734 of file interprocess_config.pb.h.
|
inline |
Definition at line 577 of file interprocess_config.pb.h.
|
inline |
Definition at line 806 of file interprocess_config.pb.h.
|
inline |
Definition at line 858 of file interprocess_config.pb.h.
|
final |
void goby::zeromq::protobuf::InterProcessPortalConfig::CopyFrom | ( | const InterProcessPortalConfig & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 169 of file interprocess_config.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 845 of file interprocess_config.pb.h.
|
inline |
Definition at line 659 of file interprocess_config.pb.h.
|
inline |
Definition at line 821 of file interprocess_config.pb.h.
|
inline |
Definition at line 502 of file interprocess_config.pb.h.
|
inline |
Definition at line 773 of file interprocess_config.pb.h.
|
inline |
Definition at line 749 of file interprocess_config.pb.h.
|
inline |
Definition at line 593 of file interprocess_config.pb.h.
|
inline |
Definition at line 725 of file interprocess_config.pb.h.
|
inline |
Definition at line 568 of file interprocess_config.pb.h.
|
inline |
Definition at line 797 of file interprocess_config.pb.h.
|
static |
|
inlinestatic |
Definition at line 134 of file interprocess_config.pb.h.
|
final |
|
inline |
Definition at line 672 of file interprocess_config.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 834 of file interprocess_config.pb.h.
|
final |
void goby::zeromq::protobuf::InterProcessPortalConfig::MergeFrom | ( | const InterProcessPortalConfig & | from | ) |
|
final |
|
inline |
Definition at line 887 of file interprocess_config.pb.h.
|
inline |
Definition at line 701 of file interprocess_config.pb.h.
|
inline |
Definition at line 544 of file interprocess_config.pb.h.
|
inline |
Definition at line 635 of file interprocess_config.pb.h.
|
inline |
Definition at line 126 of file interprocess_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 148 of file interprocess_config.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 152 of file interprocess_config.pb.h.
|
inline |
Definition at line 104 of file interprocess_config.pb.h.
|
inline |
Definition at line 515 of file interprocess_config.pb.h.
|
inline |
Definition at line 786 of file interprocess_config.pb.h.
|
inline |
Definition at line 892 of file interprocess_config.pb.h.
|
inline |
Definition at line 706 of file interprocess_config.pb.h.
|
inline |
Definition at line 549 of file interprocess_config.pb.h.
|
inline |
Definition at line 640 of file interprocess_config.pb.h.
|
inline |
Definition at line 762 of file interprocess_config.pb.h.
|
final |
|
inline |
Definition at line 900 of file interprocess_config.pb.h.
|
inline |
Definition at line 714 of file interprocess_config.pb.h.
|
inline |
Definition at line 557 of file interprocess_config.pb.h.
|
inline |
Definition at line 648 of file interprocess_config.pb.h.
|
inline |
Definition at line 862 of file interprocess_config.pb.h.
|
inline |
Definition at line 875 of file interprocess_config.pb.h.
|
inline |
Definition at line 881 of file interprocess_config.pb.h.
|
inline |
Definition at line 676 of file interprocess_config.pb.h.
|
inline |
Definition at line 689 of file interprocess_config.pb.h.
|
inline |
Definition at line 695 of file interprocess_config.pb.h.
|
inline |
Definition at line 838 of file interprocess_config.pb.h.
|
inline |
Definition at line 519 of file interprocess_config.pb.h.
|
inline |
Definition at line 532 of file interprocess_config.pb.h.
|
inline |
Definition at line 538 of file interprocess_config.pb.h.
|
inline |
Definition at line 790 of file interprocess_config.pb.h.
|
inline |
Definition at line 766 of file interprocess_config.pb.h.
|
inline |
Definition at line 610 of file interprocess_config.pb.h.
|
inline |
Definition at line 623 of file interprocess_config.pb.h.
|
inline |
Definition at line 629 of file interprocess_config.pb.h.
|
inline |
Definition at line 742 of file interprocess_config.pb.h.
|
inline |
Definition at line 585 of file interprocess_config.pb.h.
|
inline |
Definition at line 814 of file interprocess_config.pb.h.
|
inline |
Definition at line 606 of file interprocess_config.pb.h.
void goby::zeromq::protobuf::InterProcessPortalConfig::Swap | ( | InterProcessPortalConfig * | other | ) |
|
inline |
Definition at line 738 of file interprocess_config.pb.h.
|
inline |
Definition at line 581 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 204 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 194 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 207 of file interprocess_config.pb.h.
|
inlinestatic |
Definition at line 210 of file interprocess_config.pb.h.
|
inline |
Definition at line 123 of file interprocess_config.pb.h.
|
inline |
Definition at line 810 of file interprocess_config.pb.h.
|
friend |
Definition at line 361 of file interprocess_config.pb.h.
|
friend |
Definition at line 142 of file interprocess_config.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::InterProcessPortalConfig::_i_give_permission_to_break_this_code_default_ipv4_address_ |
Definition at line 351 of file interprocess_config.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::InterProcessPortalConfig::_i_give_permission_to_break_this_code_default_platform_ |
Definition at line 346 of file interprocess_config.pb.h.
|
static |
Definition at line 190 of file interprocess_config.pb.h.
|
static |
Definition at line 265 of file interprocess_config.pb.h.
|
staticconstexpr |
Definition at line 138 of file interprocess_config.pb.h.
|
static |
Definition at line 250 of file interprocess_config.pb.h.
|
static |
Definition at line 315 of file interprocess_config.pb.h.
|
static |
Definition at line 220 of file interprocess_config.pb.h.
|
static |
Definition at line 301 of file interprocess_config.pb.h.
|
static |
Definition at line 294 of file interprocess_config.pb.h.
|
static |
Definition at line 235 of file interprocess_config.pb.h.
|
static |
Definition at line 287 of file interprocess_config.pb.h.
|
static |
Definition at line 280 of file interprocess_config.pb.h.
|
static |
Definition at line 308 of file interprocess_config.pb.h.
|
static |
Definition at line 192 of file interprocess_config.pb.h.
|
static |
Definition at line 201 of file interprocess_config.pb.h.
|
static |
Definition at line 199 of file interprocess_config.pb.h.
|
static |
Definition at line 197 of file interprocess_config.pb.h.