Goby3
3.1.5a
2024.05.23
|
#include <goby/zeromq/protobuf/mosh_relay_config.pb.h>
Public Member Functions | |
MoshRelayConfig () | |
virtual | ~MoshRelayConfig () |
MoshRelayConfig (const MoshRelayConfig &from) | |
MoshRelayConfig & | operator= (const MoshRelayConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MoshRelayConfig *other) |
MoshRelayConfig * | New () const final |
MoshRelayConfig * | 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 MoshRelayConfig &from) |
void | MergeFrom (const MoshRelayConfig &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_ip_address () const |
void | clear_ip_address () |
const ::std::string & | ip_address () const |
void | set_ip_address (const ::std::string &value) |
void | set_ip_address (const char *value) |
void | set_ip_address (const char *value, size_t size) |
::std::string * | mutable_ip_address () |
::std::string * | release_ip_address () |
void | set_allocated_ip_address (::std::string *ip_address) |
bool | has_app () const |
void | clear_app () |
const ::goby::middleware::protobuf::AppConfig & | app () const |
::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
bool | has_interprocess () const |
void | clear_interprocess () |
const ::goby::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
bool | has_udp_port () const |
void | clear_udp_port () |
::google::protobuf::uint32 | udp_port () const |
void | set_udp_port (::google::protobuf::uint32 value) |
bool | has_bind () const |
void | clear_bind () |
bool | bind () const |
void | set_bind (bool value) |
bool | has_src_modem_id () const |
void | clear_src_modem_id () |
::google::protobuf::uint32 | src_modem_id () const |
void | set_src_modem_id (::google::protobuf::uint32 value) |
bool | has_dest_modem_id () const |
void | clear_dest_modem_id () |
::google::protobuf::uint32 | dest_modem_id () const |
void | set_dest_modem_id (::google::protobuf::uint32 value) |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
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 MoshRelayConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const MoshRelayConfig * | internal_default_instance () |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_ip_address_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kIpAddressFieldNumber = 3 |
static const int | kAppFieldNumber = 1 |
static const int | kInterprocessFieldNumber = 2 |
static const int | kUdpPortFieldNumber = 4 |
static const int | kBindFieldNumber = 5 |
static const int | kSrcModemIdFieldNumber = 6 |
static const int | kDestModemIdFieldNumber = 7 |
Friends | |
struct | ::protobuf_goby_2fzeromq_2fprotobuf_2fmosh_5frelay_5fconfig_2eproto::TableStruct |
void | swap (MoshRelayConfig &a, MoshRelayConfig &b) |
Additional Inherited Members | |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 82 of file mosh_relay_config.pb.h.
goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig | ( | ) |
|
virtual |
goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig | ( | const MoshRelayConfig & | from | ) |
|
inline |
Definition at line 302 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 501 of file mosh_relay_config.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_app | ( | ) |
|
inline |
Definition at line 497 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 545 of file mosh_relay_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 407 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 521 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 473 of file mosh_relay_config.pb.h.
|
final |
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::CopyFrom | ( | const MoshRelayConfig & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 549 of file mosh_relay_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 154 of file mosh_relay_config.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 290 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 488 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 536 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 344 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 398 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 512 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 464 of file mosh_relay_config.pb.h.
|
static |
|
inlinestatic |
Definition at line 119 of file mosh_relay_config.pb.h.
|
final |
|
inline |
Definition at line 356 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 411 of file mosh_relay_config.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MergeFrom | ( | const MoshRelayConfig & | from | ) |
|
final |
|
inline |
Definition at line 315 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 369 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 440 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 111 of file mosh_relay_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 133 of file mosh_relay_config.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 137 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 89 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 308 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 362 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 445 of file mosh_relay_config.pb.h.
|
final |
|
inline |
Definition at line 324 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 378 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 453 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 505 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 553 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 415 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 428 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 434 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 529 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 481 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 525 of file mosh_relay_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::Swap | ( | MoshRelayConfig * | other | ) |
|
inline |
Definition at line 477 of file mosh_relay_config.pb.h.
|
inline |
Definition at line 108 of file mosh_relay_config.pb.h.
|
friend |
Definition at line 276 of file mosh_relay_config.pb.h.
|
friend |
Definition at line 127 of file mosh_relay_config.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::_i_give_permission_to_break_this_code_default_ip_address_ |
Definition at line 267 of file mosh_relay_config.pb.h.
|
static |
Definition at line 194 of file mosh_relay_config.pb.h.
|
static |
Definition at line 225 of file mosh_relay_config.pb.h.
|
static |
Definition at line 239 of file mosh_relay_config.pb.h.
|
staticconstexpr |
Definition at line 123 of file mosh_relay_config.pb.h.
|
static |
Definition at line 206 of file mosh_relay_config.pb.h.
|
static |
Definition at line 179 of file mosh_relay_config.pb.h.
|
static |
Definition at line 232 of file mosh_relay_config.pb.h.
|
static |
Definition at line 218 of file mosh_relay_config.pb.h.