Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::benthos::protobuf::Config Class Referencefinal

#include <goby/acomms/protobuf/benthos_atm900.pb.h>

Inheritance diagram for goby::acomms::benthos::protobuf::Config:

Public Types

enum  : int {
  kConfigFieldNumber = 3 , kConfigLoadFieldNumber = 2 , kFactoryResetFieldNumber = 1 , kStartTimeoutFieldNumber = 5 ,
  kMaxFrameSizeFieldNumber = 6
}
 

Public Member Functions

 Config ()
 
 ~Config () override
 
PROTOBUF_CONSTEXPR Config (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Config (const Config &from)
 
 Config (Config &&from) noexcept
 
Configoperator= (const Config &from)
 
Configoperator= (Config &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Config *other)
 
void UnsafeArenaSwap (Config *other)
 
ConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Config &from)
 
void MergeFrom (const Config &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
 
int config_size () const
 
void clear_config ()
 
const std::string & config (int index) const
 
std::string * mutable_config (int index)
 
void set_config (int index, const std::string &value)
 
void set_config (int index, std::string &&value)
 
void set_config (int index, const char *value)
 
void set_config (int index, const char *value, size_t size)
 
std::string * add_config ()
 
void add_config (const std::string &value)
 
void add_config (std::string &&value)
 
void add_config (const char *value)
 
void add_config (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & config () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_config ()
 
bool has_config_load () const
 
void clear_config_load ()
 
const std::string & config_load () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_config_load (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_config_load ()
 
PROTOBUF_NODISCARD std::string * release_config_load ()
 
void set_allocated_config_load (std::string *config_load)
 
bool has_factory_reset () const
 
void clear_factory_reset ()
 
bool factory_reset () const
 
void set_factory_reset (bool value)
 
bool has_start_timeout () const
 
void clear_start_timeout ()
 
int32_t start_timeout () const
 
void set_start_timeout (int32_t value)
 
bool has_max_frame_size () const
 
void clear_max_frame_size ()
 
uint32_t max_frame_size () const
 
void set_max_frame_size (uint32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_config_load (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 Configdefault_instance ()
 
static const Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 143 of file benthos_atm900.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kConfigFieldNumber 
kConfigLoadFieldNumber 
kFactoryResetFieldNumber 
kStartTimeoutFieldNumber 
kMaxFrameSizeFieldNumber 

Definition at line 270 of file benthos_atm900.pb.h.

Constructor & Destructor Documentation

◆ Config() [1/5]

goby::acomms::benthos::protobuf::Config::Config ( )
inline

Definition at line 146 of file benthos_atm900.pb.h.

◆ ~Config()

goby::acomms::benthos::protobuf::Config::~Config ( )
override

◆ Config() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::benthos::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Config() [3/5]

goby::acomms::benthos::protobuf::Config::Config ( const Config from)

◆ Config() [4/5]

goby::acomms::benthos::protobuf::Config::Config ( Config &&  from)
inlinenoexcept

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

◆ Config() [5/5]

goby::acomms::benthos::protobuf::Config::Config ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::benthos::protobuf::Config::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::benthos::protobuf::Config::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_config() [1/5]

std::string * goby::acomms::benthos::protobuf::Config::add_config ( )
inline

Definition at line 1369 of file benthos_atm900.pb.h.

◆ add_config() [2/5]

void goby::acomms::benthos::protobuf::Config::add_config ( const char *  value)
inline

Definition at line 1414 of file benthos_atm900.pb.h.

◆ add_config() [3/5]

void goby::acomms::benthos::protobuf::Config::add_config ( const char *  value,
size_t  size 
)
inline

Definition at line 1419 of file benthos_atm900.pb.h.

◆ add_config() [4/5]

void goby::acomms::benthos::protobuf::Config::add_config ( const std::string &  value)
inline

Definition at line 1406 of file benthos_atm900.pb.h.

◆ add_config() [5/5]

void goby::acomms::benthos::protobuf::Config::add_config ( std::string &&  value)
inline

Definition at line 1410 of file benthos_atm900.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::benthos::protobuf::Config::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::benthos::protobuf::Config::Clear ( )
final

◆ clear_config()

void goby::acomms::benthos::protobuf::Config::clear_config ( )
inline

Definition at line 1366 of file benthos_atm900.pb.h.

◆ clear_config_load()

void goby::acomms::benthos::protobuf::Config::clear_config_load ( )
inline

Definition at line 1299 of file benthos_atm900.pb.h.

◆ clear_factory_reset()

void goby::acomms::benthos::protobuf::Config::clear_factory_reset ( )
inline

Definition at line 1271 of file benthos_atm900.pb.h.

◆ clear_max_frame_size()

void goby::acomms::benthos::protobuf::Config::clear_max_frame_size ( )
inline

Definition at line 1470 of file benthos_atm900.pb.h.

◆ clear_start_timeout()

void goby::acomms::benthos::protobuf::Config::clear_start_timeout ( )
inline

Definition at line 1442 of file benthos_atm900.pb.h.

◆ config() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::acomms::benthos::protobuf::Config::config ( ) const
inline

Definition at line 1424 of file benthos_atm900.pb.h.

◆ config() [2/2]

const std::string & goby::acomms::benthos::protobuf::Config::config ( int  index) const
inline

Definition at line 1377 of file benthos_atm900.pb.h.

◆ config_load()

const std::string & goby::acomms::benthos::protobuf::Config::config_load ( ) const
inline

Definition at line 1303 of file benthos_atm900.pb.h.

◆ config_size()

int goby::acomms::benthos::protobuf::Config::config_size ( ) const
inline

Definition at line 1363 of file benthos_atm900.pb.h.

◆ CopyFrom()

void goby::acomms::benthos::protobuf::Config::CopyFrom ( const Config from)

◆ default_instance()

static const Config & goby::acomms::benthos::protobuf::Config::default_instance ( )
inlinestatic

Definition at line 190 of file benthos_atm900.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::Config::descriptor ( )
inlinestatic

Definition at line 181 of file benthos_atm900.pb.h.

◆ factory_reset()

bool goby::acomms::benthos::protobuf::Config::factory_reset ( ) const
inline

Definition at line 1278 of file benthos_atm900.pb.h.

◆ GetCachedSize()

int goby::acomms::benthos::protobuf::Config::GetCachedSize ( ) const
inlinefinal

Definition at line 243 of file benthos_atm900.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::benthos::protobuf::Config::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::Config::GetDescriptor ( )
inlinestatic

Definition at line 184 of file benthos_atm900.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::benthos::protobuf::Config::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::benthos::protobuf::Config::GetReflection ( )
inlinestatic

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

◆ has_config_load()

bool goby::acomms::benthos::protobuf::Config::has_config_load ( ) const
inline

Definition at line 1296 of file benthos_atm900.pb.h.

◆ has_factory_reset()

bool goby::acomms::benthos::protobuf::Config::has_factory_reset ( ) const
inline

Definition at line 1268 of file benthos_atm900.pb.h.

◆ has_max_frame_size()

bool goby::acomms::benthos::protobuf::Config::has_max_frame_size ( ) const
inline

Definition at line 1467 of file benthos_atm900.pb.h.

◆ has_start_timeout()

bool goby::acomms::benthos::protobuf::Config::has_start_timeout ( ) const
inline

Definition at line 1439 of file benthos_atm900.pb.h.

◆ internal_default_instance()

static const Config * goby::acomms::benthos::protobuf::Config::internal_default_instance ( )
inlinestatic

Definition at line 193 of file benthos_atm900.pb.h.

◆ IsInitialized()

bool goby::acomms::benthos::protobuf::Config::IsInitialized ( ) const
final

◆ max_frame_size()

uint32_t goby::acomms::benthos::protobuf::Config::max_frame_size ( ) const
inline

Definition at line 1477 of file benthos_atm900.pb.h.

◆ MergeFrom()

void goby::acomms::benthos::protobuf::Config::MergeFrom ( const Config from)
inline

Definition at line 230 of file benthos_atm900.pb.h.

◆ mutable_config() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::acomms::benthos::protobuf::Config::mutable_config ( )
inline

Definition at line 1429 of file benthos_atm900.pb.h.

◆ mutable_config() [2/2]

std::string * goby::acomms::benthos::protobuf::Config::mutable_config ( int  index)
inline

Definition at line 1381 of file benthos_atm900.pb.h.

◆ mutable_config_load()

std::string * goby::acomms::benthos::protobuf::Config::mutable_config_load ( )
inline

Definition at line 1314 of file benthos_atm900.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::benthos::protobuf::Config::mutable_unknown_fields ( )
inline

Definition at line 177 of file benthos_atm900.pb.h.

◆ New()

Config * goby::acomms::benthos::protobuf::Config::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 224 of file benthos_atm900.pb.h.

◆ operator=() [1/2]

Config & goby::acomms::benthos::protobuf::Config::operator= ( Config &&  from)
inlinenoexcept

Definition at line 160 of file benthos_atm900.pb.h.

◆ operator=() [2/2]

Config & goby::acomms::benthos::protobuf::Config::operator= ( const Config from)
inline

Definition at line 156 of file benthos_atm900.pb.h.

◆ release_config_load()

std::string * goby::acomms::benthos::protobuf::Config::release_config_load ( )
inline

Definition at line 1330 of file benthos_atm900.pb.h.

◆ set_allocated_config_load()

void goby::acomms::benthos::protobuf::Config::set_allocated_config_load ( std::string *  config_load)
inline

Definition at line 1344 of file benthos_atm900.pb.h.

◆ set_config() [1/4]

void goby::acomms::benthos::protobuf::Config::set_config ( int  index,
const char *  value 
)
inline

Definition at line 1393 of file benthos_atm900.pb.h.

◆ set_config() [2/4]

void goby::acomms::benthos::protobuf::Config::set_config ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 1398 of file benthos_atm900.pb.h.

◆ set_config() [3/4]

void goby::acomms::benthos::protobuf::Config::set_config ( int  index,
const std::string &  value 
)
inline

Definition at line 1385 of file benthos_atm900.pb.h.

◆ set_config() [4/4]

void goby::acomms::benthos::protobuf::Config::set_config ( int  index,
std::string &&  value 
)
inline

Definition at line 1389 of file benthos_atm900.pb.h.

◆ set_config_load() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::benthos::protobuf::Config::set_config_load ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_config_load() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::benthos::protobuf::Config::set_config_load ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1309 of file benthos_atm900.pb.h.

◆ set_factory_reset()

void goby::acomms::benthos::protobuf::Config::set_factory_reset ( bool  value)
inline

Definition at line 1286 of file benthos_atm900.pb.h.

◆ set_max_frame_size()

void goby::acomms::benthos::protobuf::Config::set_max_frame_size ( uint32_t  value)
inline

Definition at line 1485 of file benthos_atm900.pb.h.

◆ set_start_timeout()

void goby::acomms::benthos::protobuf::Config::set_start_timeout ( int32_t  value)
inline

Definition at line 1457 of file benthos_atm900.pb.h.

◆ start_timeout()

int32_t goby::acomms::benthos::protobuf::Config::start_timeout ( ) const
inline

Definition at line 1449 of file benthos_atm900.pb.h.

◆ Swap()

void goby::acomms::benthos::protobuf::Config::Swap ( Config other)
inline

Definition at line 203 of file benthos_atm900.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::benthos::protobuf::Config::unknown_fields ( ) const
inline

Definition at line 174 of file benthos_atm900.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::benthos::protobuf::Config::UnsafeArenaSwap ( Config other)
inline

Definition at line 216 of file benthos_atm900.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 362 of file benthos_atm900.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 252 of file benthos_atm900.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto

◆ swap

void swap ( Config a,
Config b 
)
friend

Definition at line 200 of file benthos_atm900.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::benthos::protobuf::Config::_class_data_
static

Definition at line 261 of file benthos_atm900.pb.h.

◆ _impl_

Impl_ goby::acomms::benthos::protobuf::Config::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::acomms::benthos::protobuf::Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 197 of file benthos_atm900.pb.h.


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