Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig Class Referencefinal

#include <goby/moos/protobuf/moos_gateway_config.pb.h>

Inheritance diagram for goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig:

Public Types

enum  : int { kServerFieldNumber = 3 , kUseBinaryProtobufFieldNumber = 109 , kPortFieldNumber = 4 , kMoosParserTechniqueFieldNumber = 110 }
 

Public Member Functions

 GobyMOOSGatewayConfig_MOOSConfig ()
 
 ~GobyMOOSGatewayConfig_MOOSConfig () override
 
PROTOBUF_CONSTEXPR GobyMOOSGatewayConfig_MOOSConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GobyMOOSGatewayConfig_MOOSConfig (const GobyMOOSGatewayConfig_MOOSConfig &from)
 
 GobyMOOSGatewayConfig_MOOSConfig (GobyMOOSGatewayConfig_MOOSConfig &&from) noexcept
 
GobyMOOSGatewayConfig_MOOSConfigoperator= (const GobyMOOSGatewayConfig_MOOSConfig &from)
 
GobyMOOSGatewayConfig_MOOSConfigoperator= (GobyMOOSGatewayConfig_MOOSConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyMOOSGatewayConfig_MOOSConfig *other)
 
void UnsafeArenaSwap (GobyMOOSGatewayConfig_MOOSConfig *other)
 
GobyMOOSGatewayConfig_MOOSConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GobyMOOSGatewayConfig_MOOSConfig &from)
 
void MergeFrom (const GobyMOOSGatewayConfig_MOOSConfig &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_server () const
 
void clear_server ()
 
const std::string & server () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_server (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_server ()
 
PROTOBUF_NODISCARD std::string * release_server ()
 
void set_allocated_server (std::string *server)
 
bool has_use_binary_protobuf () const
 
void clear_use_binary_protobuf ()
 
bool use_binary_protobuf () const
 
void set_use_binary_protobuf (bool value)
 
bool has_port () const
 
void clear_port ()
 
int32_t port () const
 
void set_port (int32_t value)
 
bool has_moos_parser_technique () const
 
void clear_moos_parser_technique ()
 
::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique moos_parser_technique () const
 
void set_moos_parser_technique (::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_server (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 GobyMOOSGatewayConfig_MOOSConfigdefault_instance ()
 
static const GobyMOOSGatewayConfig_MOOSConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 GobyMOOSGatewayConfig_MOOSConfig (::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_2fmoos_2fprotobuf_2fmoos_5fgateway_5fconfig_2eproto
 
void swap (GobyMOOSGatewayConfig_MOOSConfig &a, GobyMOOSGatewayConfig_MOOSConfig &b)
 

Detailed Description

Definition at line 80 of file moos_gateway_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kServerFieldNumber 
kUseBinaryProtobufFieldNumber 
kPortFieldNumber 
kMoosParserTechniqueFieldNumber 

Definition at line 207 of file moos_gateway_config.pb.h.

Constructor & Destructor Documentation

◆ GobyMOOSGatewayConfig_MOOSConfig() [1/5]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GobyMOOSGatewayConfig_MOOSConfig ( )
inline

Definition at line 83 of file moos_gateway_config.pb.h.

◆ ~GobyMOOSGatewayConfig_MOOSConfig()

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::~GobyMOOSGatewayConfig_MOOSConfig ( )
override

◆ GobyMOOSGatewayConfig_MOOSConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GobyMOOSGatewayConfig_MOOSConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ GobyMOOSGatewayConfig_MOOSConfig() [3/5]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GobyMOOSGatewayConfig_MOOSConfig ( const GobyMOOSGatewayConfig_MOOSConfig from)

◆ GobyMOOSGatewayConfig_MOOSConfig() [4/5]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GobyMOOSGatewayConfig_MOOSConfig ( GobyMOOSGatewayConfig_MOOSConfig &&  from)
inlinenoexcept

Definition at line 88 of file moos_gateway_config.pb.h.

◆ GobyMOOSGatewayConfig_MOOSConfig() [5/5]

goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GobyMOOSGatewayConfig_MOOSConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::Clear ( )
final

◆ clear_moos_parser_technique()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::clear_moos_parser_technique ( )
inline

Definition at line 837 of file moos_gateway_config.pb.h.

◆ clear_port()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::clear_port ( )
inline

Definition at line 781 of file moos_gateway_config.pb.h.

◆ clear_server()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::clear_server ( )
inline

Definition at line 722 of file moos_gateway_config.pb.h.

◆ clear_use_binary_protobuf()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::clear_use_binary_protobuf ( )
inline

Definition at line 809 of file moos_gateway_config.pb.h.

◆ CopyFrom()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::CopyFrom ( const GobyMOOSGatewayConfig_MOOSConfig from)

◆ default_instance()

static const GobyMOOSGatewayConfig_MOOSConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::descriptor ( )
inlinestatic

Definition at line 118 of file moos_gateway_config.pb.h.

◆ GetCachedSize()

int goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file moos_gateway_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GetDescriptor ( )
inlinestatic

Definition at line 121 of file moos_gateway_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::GetReflection ( )
inlinestatic

Definition at line 124 of file moos_gateway_config.pb.h.

◆ has_moos_parser_technique()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::has_moos_parser_technique ( ) const
inline

Definition at line 834 of file moos_gateway_config.pb.h.

◆ has_port()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::has_port ( ) const
inline

Definition at line 778 of file moos_gateway_config.pb.h.

◆ has_server()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::has_server ( ) const
inline

Definition at line 719 of file moos_gateway_config.pb.h.

◆ has_use_binary_protobuf()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::has_use_binary_protobuf ( ) const
inline

Definition at line 806 of file moos_gateway_config.pb.h.

◆ internal_default_instance()

static const GobyMOOSGatewayConfig_MOOSConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::internal_default_instance ( )
inlinestatic

Definition at line 130 of file moos_gateway_config.pb.h.

◆ IsInitialized()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::MergeFrom ( const GobyMOOSGatewayConfig_MOOSConfig from)
inline

Definition at line 167 of file moos_gateway_config.pb.h.

◆ moos_parser_technique()

goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::moos_parser_technique ( ) const
inline

Definition at line 844 of file moos_gateway_config.pb.h.

◆ mutable_server()

std::string * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::mutable_server ( )
inline

Definition at line 738 of file moos_gateway_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::mutable_unknown_fields ( )
inline

Definition at line 114 of file moos_gateway_config.pb.h.

◆ New()

GobyMOOSGatewayConfig_MOOSConfig * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 161 of file moos_gateway_config.pb.h.

◆ operator=() [1/2]

GobyMOOSGatewayConfig_MOOSConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::operator= ( const GobyMOOSGatewayConfig_MOOSConfig from)
inline

Definition at line 93 of file moos_gateway_config.pb.h.

◆ operator=() [2/2]

GobyMOOSGatewayConfig_MOOSConfig & goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::operator= ( GobyMOOSGatewayConfig_MOOSConfig &&  from)
inlinenoexcept

Definition at line 97 of file moos_gateway_config.pb.h.

◆ port()

int32_t goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::port ( ) const
inline

Definition at line 788 of file moos_gateway_config.pb.h.

◆ release_server()

std::string * goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::release_server ( )
inline

Definition at line 754 of file moos_gateway_config.pb.h.

◆ server()

const std::string & goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::server ( ) const
inline

Definition at line 726 of file moos_gateway_config.pb.h.

◆ set_allocated_server()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_allocated_server ( std::string *  server)
inline

Definition at line 763 of file moos_gateway_config.pb.h.

◆ set_moos_parser_technique()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_moos_parser_technique ( ::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique  value)
inline

Definition at line 853 of file moos_gateway_config.pb.h.

◆ set_port()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_port ( int32_t  value)
inline

Definition at line 796 of file moos_gateway_config.pb.h.

◆ set_server() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_server ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_server() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_server ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 733 of file moos_gateway_config.pb.h.

◆ set_use_binary_protobuf()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::set_use_binary_protobuf ( bool  value)
inline

Definition at line 824 of file moos_gateway_config.pb.h.

◆ Swap()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::Swap ( GobyMOOSGatewayConfig_MOOSConfig other)
inline

Definition at line 140 of file moos_gateway_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::UnsafeArenaSwap ( GobyMOOSGatewayConfig_MOOSConfig other)
inline

Definition at line 153 of file moos_gateway_config.pb.h.

◆ use_binary_protobuf()

bool goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::use_binary_protobuf ( ) const
inline

Definition at line 816 of file moos_gateway_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 274 of file moos_gateway_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 189 of file moos_gateway_config.pb.h.

◆ ::TableStruct_goby_2fmoos_2fprotobuf_2fmoos_5fgateway_5fconfig_2eproto

◆ swap

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

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::_class_data_
static

Definition at line 198 of file moos_gateway_config.pb.h.

◆ _impl_

Impl_ goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::_impl_

Definition at line 286 of file moos_gateway_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::moos::protobuf::GobyMOOSGatewayConfig_MOOSConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file moos_gateway_config.pb.h.


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