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

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

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

Public Types

enum  : int { kEnableBarFieldNumber = 2 , kEnableFooFieldNumber = 1 }
 

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
 
bool has_enable_bar () const
 
void clear_enable_bar ()
 
bool enable_bar () const
 
void set_enable_bar (bool value)
 
bool has_enable_foo () const
 
void clear_enable_foo ()
 
bool enable_foo () const
 
void set_enable_foo (bool value)
 

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

Detailed Description

Definition at line 73 of file abc_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEnableBarFieldNumber 
kEnableFooFieldNumber 

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

Constructor & Destructor Documentation

◆ Config() [1/5]

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

Definition at line 76 of file abc_driver.pb.h.

◆ ~Config()

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

◆ Config() [2/5]

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

◆ Config() [3/5]

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

◆ Config() [4/5]

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

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

◆ Config() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_enable_bar()

void goby::acomms::abc::protobuf::Config::clear_enable_bar ( )
inline

Definition at line 297 of file abc_driver.pb.h.

◆ clear_enable_foo()

void goby::acomms::abc::protobuf::Config::clear_enable_foo ( )
inline

Definition at line 269 of file abc_driver.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 120 of file abc_driver.pb.h.

◆ descriptor()

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

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

◆ enable_bar()

bool goby::acomms::abc::protobuf::Config::enable_bar ( ) const
inline

Definition at line 304 of file abc_driver.pb.h.

◆ enable_foo()

bool goby::acomms::abc::protobuf::Config::enable_foo ( ) const
inline

Definition at line 276 of file abc_driver.pb.h.

◆ GetCachedSize()

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

Definition at line 173 of file abc_driver.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 117 of file abc_driver.pb.h.

◆ has_enable_bar()

bool goby::acomms::abc::protobuf::Config::has_enable_bar ( ) const
inline

Definition at line 294 of file abc_driver.pb.h.

◆ has_enable_foo()

bool goby::acomms::abc::protobuf::Config::has_enable_foo ( ) const
inline

Definition at line 266 of file abc_driver.pb.h.

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

Definition at line 107 of file abc_driver.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 90 of file abc_driver.pb.h.

◆ operator=() [2/2]

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

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

◆ set_enable_bar()

void goby::acomms::abc::protobuf::Config::set_enable_bar ( bool  value)
inline

Definition at line 312 of file abc_driver.pb.h.

◆ set_enable_foo()

void goby::acomms::abc::protobuf::Config::set_enable_foo ( bool  value)
inline

Definition at line 284 of file abc_driver.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 104 of file abc_driver.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 146 of file abc_driver.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 234 of file abc_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 182 of file abc_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fabc_5fdriver_2eproto

◆ swap

void swap ( Config a,
Config b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

Definition at line 191 of file abc_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::abc::protobuf::Config::_impl_

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

◆ kIndexInFileMessages

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

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


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