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

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

Inheritance diagram for goby::acomms::protobuf::DCCLConfig:

Public Types

enum  : int { kSkipCryptoForIdFieldNumber = 3 , kCryptoPassphraseFieldNumber = 2 , kIdCodecFieldNumber = 4 }
 

Public Member Functions

 DCCLConfig ()
 
 ~DCCLConfig () override
 
PROTOBUF_CONSTEXPR DCCLConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DCCLConfig (const DCCLConfig &from)
 
 DCCLConfig (DCCLConfig &&from) noexcept
 
DCCLConfigoperator= (const DCCLConfig &from)
 
DCCLConfigoperator= (DCCLConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DCCLConfig *other)
 
void UnsafeArenaSwap (DCCLConfig *other)
 
DCCLConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DCCLConfig &from)
 
void MergeFrom (const DCCLConfig &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 skip_crypto_for_id_size () const
 
void clear_skip_crypto_for_id ()
 
uint32_t skip_crypto_for_id (int index) const
 
void set_skip_crypto_for_id (int index, uint32_t value)
 
void add_skip_crypto_for_id (uint32_t value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > & skip_crypto_for_id () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > * mutable_skip_crypto_for_id ()
 
bool has_crypto_passphrase () const
 
void clear_crypto_passphrase ()
 
const std::string & crypto_passphrase () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_crypto_passphrase (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_crypto_passphrase ()
 
PROTOBUF_NODISCARD std::string * release_crypto_passphrase ()
 
void set_allocated_crypto_passphrase (std::string *crypto_passphrase)
 
bool has_id_codec () const
 
void clear_id_codec ()
 
const std::string & id_codec () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_id_codec (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_id_codec ()
 
PROTOBUF_NODISCARD std::string * release_id_codec ()
 
void set_allocated_id_codec (std::string *id_codec)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_crypto_passphrase (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_id_codec (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 DCCLConfigdefault_instance ()
 
static const DCCLConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 74 of file dccl.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSkipCryptoForIdFieldNumber 
kCryptoPassphraseFieldNumber 
kIdCodecFieldNumber 

Definition at line 201 of file dccl.pb.h.

Constructor & Destructor Documentation

◆ DCCLConfig() [1/5]

goby::acomms::protobuf::DCCLConfig::DCCLConfig ( )
inline

Definition at line 77 of file dccl.pb.h.

◆ ~DCCLConfig()

goby::acomms::protobuf::DCCLConfig::~DCCLConfig ( )
override

◆ DCCLConfig() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::DCCLConfig::DCCLConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ DCCLConfig() [3/5]

goby::acomms::protobuf::DCCLConfig::DCCLConfig ( const DCCLConfig from)

◆ DCCLConfig() [4/5]

goby::acomms::protobuf::DCCLConfig::DCCLConfig ( DCCLConfig &&  from)
inlinenoexcept

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

◆ DCCLConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_skip_crypto_for_id()

void goby::acomms::protobuf::DCCLConfig::add_skip_crypto_for_id ( uint32_t  value)
inline

Definition at line 642 of file dccl.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::protobuf::DCCLConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::DCCLConfig::Clear ( )
final

◆ clear_crypto_passphrase()

void goby::acomms::protobuf::DCCLConfig::clear_crypto_passphrase ( )
inline

Definition at line 558 of file dccl.pb.h.

◆ clear_id_codec()

void goby::acomms::protobuf::DCCLConfig::clear_id_codec ( )
inline

Definition at line 673 of file dccl.pb.h.

◆ clear_skip_crypto_for_id()

void goby::acomms::protobuf::DCCLConfig::clear_skip_crypto_for_id ( )
inline

Definition at line 625 of file dccl.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::DCCLConfig::CopyFrom ( const DCCLConfig from)

◆ crypto_passphrase()

const std::string & goby::acomms::protobuf::DCCLConfig::crypto_passphrase ( ) const
inline

Definition at line 562 of file dccl.pb.h.

◆ default_instance()

static const DCCLConfig & goby::acomms::protobuf::DCCLConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ GetCachedSize()

int goby::acomms::protobuf::DCCLConfig::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 115 of file dccl.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::DCCLConfig::GetMetadata ( ) const
final

◆ GetReflection()

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

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

◆ has_crypto_passphrase()

bool goby::acomms::protobuf::DCCLConfig::has_crypto_passphrase ( ) const
inline

Definition at line 555 of file dccl.pb.h.

◆ has_id_codec()

bool goby::acomms::protobuf::DCCLConfig::has_id_codec ( ) const
inline

Definition at line 670 of file dccl.pb.h.

◆ id_codec()

const std::string & goby::acomms::protobuf::DCCLConfig::id_codec ( ) const
inline

Definition at line 677 of file dccl.pb.h.

◆ internal_default_instance()

static const DCCLConfig * goby::acomms::protobuf::DCCLConfig::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::acomms::protobuf::DCCLConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::DCCLConfig::MergeFrom ( const DCCLConfig from)
inline

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

◆ mutable_crypto_passphrase()

std::string * goby::acomms::protobuf::DCCLConfig::mutable_crypto_passphrase ( )
inline

Definition at line 573 of file dccl.pb.h.

◆ mutable_id_codec()

std::string * goby::acomms::protobuf::DCCLConfig::mutable_id_codec ( )
inline

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

◆ mutable_skip_crypto_for_id()

PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > * goby::acomms::protobuf::DCCLConfig::mutable_skip_crypto_for_id ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::DCCLConfig::mutable_unknown_fields ( )
inline

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

◆ New()

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

Definition at line 155 of file dccl.pb.h.

◆ operator=() [1/2]

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

Definition at line 87 of file dccl.pb.h.

◆ operator=() [2/2]

DCCLConfig & goby::acomms::protobuf::DCCLConfig::operator= ( DCCLConfig &&  from)
inlinenoexcept

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

◆ release_crypto_passphrase()

std::string * goby::acomms::protobuf::DCCLConfig::release_crypto_passphrase ( )
inline

Definition at line 589 of file dccl.pb.h.

◆ release_id_codec()

std::string * goby::acomms::protobuf::DCCLConfig::release_id_codec ( )
inline

Definition at line 704 of file dccl.pb.h.

◆ set_allocated_crypto_passphrase()

void goby::acomms::protobuf::DCCLConfig::set_allocated_crypto_passphrase ( std::string *  crypto_passphrase)
inline

Definition at line 603 of file dccl.pb.h.

◆ set_allocated_id_codec()

void goby::acomms::protobuf::DCCLConfig::set_allocated_id_codec ( std::string *  id_codec)
inline

Definition at line 718 of file dccl.pb.h.

◆ set_crypto_passphrase() [1/2]

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

◆ set_crypto_passphrase() [2/2]

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

Definition at line 568 of file dccl.pb.h.

◆ set_id_codec() [1/2]

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

◆ set_id_codec() [2/2]

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

Definition at line 683 of file dccl.pb.h.

◆ set_skip_crypto_for_id()

void goby::acomms::protobuf::DCCLConfig::set_skip_crypto_for_id ( int  index,
uint32_t  value 
)
inline

Definition at line 635 of file dccl.pb.h.

◆ skip_crypto_for_id() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > & goby::acomms::protobuf::DCCLConfig::skip_crypto_for_id ( ) const
inline

Definition at line 651 of file dccl.pb.h.

◆ skip_crypto_for_id() [2/2]

uint32_t goby::acomms::protobuf::DCCLConfig::skip_crypto_for_id ( int  index) const
inline

Definition at line 631 of file dccl.pb.h.

◆ skip_crypto_for_id_size()

int goby::acomms::protobuf::DCCLConfig::skip_crypto_for_id_size ( ) const
inline

Definition at line 622 of file dccl.pb.h.

◆ Swap()

void goby::acomms::protobuf::DCCLConfig::Swap ( DCCLConfig other)
inline

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

◆ unknown_fields()

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

Definition at line 105 of file dccl.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::DCCLConfig::UnsafeArenaSwap ( DCCLConfig other)
inline

Definition at line 147 of file dccl.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 268 of file dccl.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 183 of file dccl.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fdccl_2eproto

◆ swap

void swap ( DCCLConfig a,
DCCLConfig b 
)
friend

Definition at line 131 of file dccl.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::DCCLConfig::_class_data_
static

Definition at line 192 of file dccl.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::DCCLConfig::_impl_

Definition at line 278 of file dccl.pb.h.

◆ kIndexInFileMessages

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

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


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