Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::acomms::protobuf::MoshRelayConfig Class Referencefinal

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

Inheritance diagram for goby::apps::zeromq::acomms::protobuf::MoshRelayConfig:

Public Types

enum  : int {
  kIpAddressFieldNumber = 3 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kUdpPortFieldNumber = 4 ,
  kBindFieldNumber = 5 , kSrcModemIdFieldNumber = 6 , kDestModemIdFieldNumber = 7
}
 

Public Member Functions

 MoshRelayConfig ()
 
 ~MoshRelayConfig () override
 
PROTOBUF_CONSTEXPR MoshRelayConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 MoshRelayConfig (const MoshRelayConfig &from)
 
 MoshRelayConfig (MoshRelayConfig &&from) noexcept
 
MoshRelayConfigoperator= (const MoshRelayConfig &from)
 
MoshRelayConfigoperator= (MoshRelayConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MoshRelayConfig *other)
 
void UnsafeArenaSwap (MoshRelayConfig *other)
 
MoshRelayConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const MoshRelayConfig &from)
 
void MergeFrom (const MoshRelayConfig &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
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_ip_address () const
 
void clear_ip_address ()
 
const std::string & ip_address () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_ip_address (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_ip_address ()
 
PROTOBUF_NODISCARD 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
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
::goby::zeromq::protobuf::InterProcessPortalConfigunsafe_arena_release_interprocess ()
 
bool has_udp_port () const
 
void clear_udp_port ()
 
uint32_t udp_port () const
 
void set_udp_port (uint32_t 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 ()
 
uint32_t src_modem_id () const
 
void set_src_modem_id (uint32_t value)
 
bool has_dest_modem_id () const
 
void clear_dest_modem_id ()
 
uint32_t dest_modem_id () const
 
void set_dest_modem_id (uint32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_ip_address (ArgT0 &&arg0, ArgT... args)
 

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 MoshRelayConfigdefault_instance ()
 
static const MoshRelayConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 MoshRelayConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2fzeromq_2fprotobuf_2fmosh_5frelay_5fconfig_2eproto
 
void swap (MoshRelayConfig &a, MoshRelayConfig &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIpAddressFieldNumber 
kAppFieldNumber 
kInterprocessFieldNumber 
kUdpPortFieldNumber 
kBindFieldNumber 
kSrcModemIdFieldNumber 
kDestModemIdFieldNumber 

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

Constructor & Destructor Documentation

◆ MoshRelayConfig() [1/5]

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

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

◆ ~MoshRelayConfig()

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

◆ MoshRelayConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ MoshRelayConfig() [3/5]

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

◆ MoshRelayConfig() [4/5]

goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig ( MoshRelayConfig &&  from)
inlinenoexcept

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

◆ MoshRelayConfig() [5/5]

goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::MoshRelayConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

uint8_t * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ app()

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

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

◆ bind()

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

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

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::Clear ( )
final

◆ 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 625 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 681 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 538 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 653 of file mosh_relay_config.pb.h.

◆ clear_udp_port()

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

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dest_modem_id()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::GetReflection ( )
inlinestatic

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

◆ has_app()

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

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

◆ has_bind()

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

Definition at line 622 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 678 of file mosh_relay_config.pb.h.

◆ has_interprocess()

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

Definition at line 449 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 535 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 650 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 594 of file mosh_relay_config.pb.h.

◆ internal_default_instance()

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

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

◆ interprocess()

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

Definition at line 457 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 542 of file mosh_relay_config.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_app()

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

Definition at line 417 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 504 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 554 of file mosh_relay_config.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

MoshRelayConfig * goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

Definition at line 95 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 387 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 474 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 570 of file mosh_relay_config.pb.h.

◆ set_allocated_app()

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

Definition at line 422 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 509 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 579 of file mosh_relay_config.pb.h.

◆ set_bind()

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

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

◆ set_dest_modem_id()

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

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

◆ set_ip_address() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_ip_address ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_ip_address() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::set_ip_address ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_src_modem_id()

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

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

◆ set_udp_port()

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

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

◆ src_modem_id()

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

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

◆ Swap()

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

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

◆ udp_port()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

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

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

◆ unsafe_arena_release_interprocess()

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

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

◆ unsafe_arena_set_allocated_app()

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

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

◆ unsafe_arena_set_allocated_interprocess()

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

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

◆ UnsafeArenaSwap()

void goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::UnsafeArenaSwap ( MoshRelayConfig other)
inline

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fmosh_5frelay_5fconfig_2eproto

◆ swap

void swap ( MoshRelayConfig a,
MoshRelayConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::_class_data_
static

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

◆ _impl_

Impl_ goby::apps::zeromq::acomms::protobuf::MoshRelayConfig::_impl_

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

◆ kIndexInFileMessages

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

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


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