Goby3  3.1.5a
2024.05.23
goby::apps::zeromq::acomms::protobuf::MoshRelayConfig Class Reference

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

Inheritance diagram for goby::apps::zeromq::acomms::protobuf::MoshRelayConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 MoshRelayConfig ()
 
virtual ~MoshRelayConfig ()
 
 MoshRelayConfig (const MoshRelayConfig &from)
 
MoshRelayConfigoperator= (const MoshRelayConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MoshRelayConfig *other)
 
MoshRelayConfigNew () const final
 
MoshRelayConfigNew (::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::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_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 ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const MoshRelayConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MoshRelayConfiginternal_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)
 

Detailed Description

Definition at line 82 of file mosh_relay_config.pb.h.

Constructor & Destructor Documentation

◆ MoshRelayConfig() [1/2]

goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig ( )

◆ ~MoshRelayConfig()

virtual goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::~MoshRelayConfig ( )
virtual

◆ MoshRelayConfig() [2/2]

goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig ( const MoshRelayConfig from)

Member Function Documentation

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::app ( ) const
inline

Definition at line 302 of file mosh_relay_config.pb.h.

◆ bind()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::bind ( ) const
inline

Definition at line 501 of file mosh_relay_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_app ( )

◆ clear_bind()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_bind ( )
inline

Definition at line 497 of file mosh_relay_config.pb.h.

◆ clear_dest_modem_id()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_dest_modem_id ( )
inline

Definition at line 545 of file mosh_relay_config.pb.h.

◆ clear_interprocess()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_interprocess ( )

◆ clear_ip_address()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_ip_address ( )
inline

Definition at line 407 of file mosh_relay_config.pb.h.

◆ clear_src_modem_id()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_src_modem_id ( )
inline

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

◆ clear_udp_port()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::clear_udp_port ( )
inline

Definition at line 473 of file mosh_relay_config.pb.h.

◆ CopyFrom() [1/2]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::CopyFrom ( const MoshRelayConfig from)

◆ default_instance()

static const MoshRelayConfig& goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::descriptor ( )
static

◆ dest_modem_id()

google::protobuf::uint32 goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::dest_modem_id ( ) const
inline

Definition at line 549 of file mosh_relay_config.pb.h.

◆ GetCachedSize()

int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetMetadata ( ) const
finalvirtual

◆ has_app()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_app ( ) const
inline

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

◆ has_bind()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_bind ( ) const
inline

Definition at line 488 of file mosh_relay_config.pb.h.

◆ has_dest_modem_id()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_dest_modem_id ( ) const
inline

Definition at line 536 of file mosh_relay_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_interprocess ( ) const
inline

Definition at line 344 of file mosh_relay_config.pb.h.

◆ has_ip_address()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_ip_address ( ) const
inline

Definition at line 398 of file mosh_relay_config.pb.h.

◆ has_src_modem_id()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_src_modem_id ( ) const
inline

Definition at line 512 of file mosh_relay_config.pb.h.

◆ has_udp_port()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::has_udp_port ( ) const
inline

Definition at line 464 of file mosh_relay_config.pb.h.

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const MoshRelayConfig* goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::internal_default_instance ( )
inlinestatic

Definition at line 119 of file mosh_relay_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::interprocess ( ) const
inline

Definition at line 356 of file mosh_relay_config.pb.h.

◆ ip_address()

const ::std::string & goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::ip_address ( ) const
inline

Definition at line 411 of file mosh_relay_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MergeFrom ( const MoshRelayConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::mutable_app ( )
inline

Definition at line 315 of file mosh_relay_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::mutable_interprocess ( )
inline

Definition at line 369 of file mosh_relay_config.pb.h.

◆ mutable_ip_address()

std::string * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::mutable_ip_address ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

MoshRelayConfig* goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

MoshRelayConfig* goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 137 of file mosh_relay_config.pb.h.

◆ operator=()

MoshRelayConfig& goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::operator= ( const MoshRelayConfig from)
inline

Definition at line 89 of file mosh_relay_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::release_app ( )
inline

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

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::release_interprocess ( )
inline

Definition at line 362 of file mosh_relay_config.pb.h.

◆ release_ip_address()

std::string * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::release_ip_address ( )
inline

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

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 324 of file mosh_relay_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 378 of file mosh_relay_config.pb.h.

◆ set_allocated_ip_address()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_allocated_ip_address ( ::std::string *  ip_address)
inline

Definition at line 453 of file mosh_relay_config.pb.h.

◆ set_bind()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_bind ( bool  value)
inline

Definition at line 505 of file mosh_relay_config.pb.h.

◆ set_dest_modem_id()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_dest_modem_id ( ::google::protobuf::uint32  value)
inline

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

◆ set_ip_address() [1/3]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_ip_address ( const ::std::string &  value)
inline

Definition at line 415 of file mosh_relay_config.pb.h.

◆ set_ip_address() [2/3]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_ip_address ( const char value)
inline

Definition at line 428 of file mosh_relay_config.pb.h.

◆ set_ip_address() [3/3]

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_ip_address ( const char value,
size_t  size 
)
inline

Definition at line 434 of file mosh_relay_config.pb.h.

◆ set_src_modem_id()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_src_modem_id ( ::google::protobuf::uint32  value)
inline

Definition at line 529 of file mosh_relay_config.pb.h.

◆ set_udp_port()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_udp_port ( ::google::protobuf::uint32  value)
inline

Definition at line 481 of file mosh_relay_config.pb.h.

◆ src_modem_id()

google::protobuf::uint32 goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::src_modem_id ( ) const
inline

Definition at line 525 of file mosh_relay_config.pb.h.

◆ Swap()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::Swap ( MoshRelayConfig other)

◆ udp_port()

google::protobuf::uint32 goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::udp_port ( ) const
inline

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fmosh_5frelay_5fconfig_2eproto::TableStruct

◆ swap

void swap ( MoshRelayConfig a,
MoshRelayConfig b 
)
friend

Definition at line 127 of file mosh_relay_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_ip_address_

::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.

◆ kAppFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kAppFieldNumber = 1
static

Definition at line 194 of file mosh_relay_config.pb.h.

◆ kBindFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kBindFieldNumber = 5
static

Definition at line 225 of file mosh_relay_config.pb.h.

◆ kDestModemIdFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kDestModemIdFieldNumber = 7
static

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

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kInterprocessFieldNumber = 2
static

Definition at line 206 of file mosh_relay_config.pb.h.

◆ kIpAddressFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kIpAddressFieldNumber = 3
static

Definition at line 179 of file mosh_relay_config.pb.h.

◆ kSrcModemIdFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kSrcModemIdFieldNumber = 6
static

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

◆ kUdpPortFieldNumber

const int goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::kUdpPortFieldNumber = 4
static

Definition at line 218 of file mosh_relay_config.pb.h.


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