DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne::LNAConfig Class Referencefinal

#include <daphne_control_high.pb.h>

Inheritance diagram for daphne::LNAConfig:
[legend]
Collaboration diagram for daphne::LNAConfig:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kClampFieldNumber = 1 , kGainFieldNumber = 2 , kIntegratorDisableFieldNumber = 3 }
 

Public Member Functions

 LNAConfig ()
 
 ~LNAConfig () override
 
template<typename = void>
PROTOBUF_CONSTEXPR LNAConfig (::google::protobuf::internal::ConstantInitialized)
 
 LNAConfig (const LNAConfig &from)
 
 LNAConfig (LNAConfig &&from) noexcept
 
LNAConfigoperator= (const LNAConfig &from)
 
LNAConfigoperator= (LNAConfig &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LNAConfig *other)
 
void UnsafeArenaSwap (LNAConfig *other)
 
LNAConfigNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const LNAConfig &from)
 
void MergeFrom (const LNAConfig &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_clamp ()
 
::uint32_t clamp () const
 
void set_clamp (::uint32_t value)
 
void clear_gain ()
 
::uint32_t gain () const
 
void set_gain (::uint32_t value)
 
void clear_integrator_disable ()
 
bool integrator_disable () const
 
void set_integrator_disable (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR LNAConfig (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const LNAConfigdefault_instance ()
 
static const LNAConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LNAConfig (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (LNAConfig *other)
 
::uint32_t _internal_clamp () const
 
void _internal_set_clamp (::uint32_t value)
 
::uint32_t _internal_gain () const
 
void _internal_set_gain (::uint32_t value)
 
bool _internal_integrator_disable () const
 
void _internal_set_integrator_disable (bool value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto
 
void swap (LNAConfig &a, LNAConfig &b)
 

Detailed Description

Definition at line 1511 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 1681 of file daphne_control_high.pb.h.

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kClampFieldNumber 
kGainFieldNumber 
kIntegratorDisableFieldNumber 

Definition at line 1638 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ LNAConfig() [1/6]

daphne::LNAConfig::LNAConfig ( )
inline

Definition at line 1514 of file daphne_control_high.pb.h.

◆ ~LNAConfig()

daphne::LNAConfig::~LNAConfig ( )
override

Definition at line 2956 of file daphne_control_high.pb.cc.

2956 {
2957 // @@protoc_insertion_point(destructor:daphne.LNAConfig)
2958 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2959 SharedDtor();
2960}

◆ LNAConfig() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::LNAConfig::LNAConfig ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ LNAConfig() [3/6]

daphne::LNAConfig::LNAConfig ( const LNAConfig & from)

Definition at line 2941 of file daphne_control_high.pb.cc.

2942 : ::google::protobuf::Message(), _impl_(from._impl_) {
2943 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2944 from._internal_metadata_);
2945 // @@protoc_insertion_point(copy_constructor:daphne.LNAConfig)
2946}

◆ LNAConfig() [4/6]

daphne::LNAConfig::LNAConfig ( LNAConfig && from)
inlinenoexcept

Definition at line 1520 of file daphne_control_high.pb.h.

1521 : LNAConfig() {
1522 *this = ::std::move(from);
1523 }

◆ LNAConfig() [5/6]

daphne::LNAConfig::LNAConfig ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 2936 of file daphne_control_high.pb.cc.

2937 : ::google::protobuf::Message(arena) {
2938 SharedCtor(arena);
2939 // @@protoc_insertion_point(arena_constructor:daphne.LNAConfig)
2940}
void SharedCtor(::google::protobuf::Arena *arena)

◆ LNAConfig() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::LNAConfig::LNAConfig ( ::_pbi::ConstantInitialized )

Definition at line 141 of file daphne_control_high.pb.cc.

142 : _impl_{
143 /*decltype(_impl_.clamp_)*/ 0u,
144 /*decltype(_impl_.gain_)*/ 0u,
145 /*decltype(_impl_.integrator_disable_)*/ false,
146 /*decltype(_impl_._cached_size_)*/ {},
147 } {}

Member Function Documentation

◆ _internal_clamp()

uint32_t daphne::LNAConfig::_internal_clamp ( ) const
inlineprivate

Definition at line 7125 of file daphne_control_high.pb.h.

7125 {
7126 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7127 return _impl_.clamp_;
7128}

◆ _internal_gain()

uint32_t daphne::LNAConfig::_internal_gain ( ) const
inlineprivate

Definition at line 7147 of file daphne_control_high.pb.h.

7147 {
7148 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7149 return _impl_.gain_;
7150}

◆ _internal_integrator_disable()

bool daphne::LNAConfig::_internal_integrator_disable ( ) const
inlineprivate

Definition at line 7169 of file daphne_control_high.pb.h.

7169 {
7170 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7172}

◆ _internal_set_clamp()

void daphne::LNAConfig::_internal_set_clamp ( ::uint32_t value)
inlineprivate

Definition at line 7129 of file daphne_control_high.pb.h.

7129 {
7130 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7131 ;
7132 _impl_.clamp_ = value;
7133}

◆ _internal_set_gain()

void daphne::LNAConfig::_internal_set_gain ( ::uint32_t value)
inlineprivate

Definition at line 7151 of file daphne_control_high.pb.h.

7151 {
7152 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7153 ;
7154 _impl_.gain_ = value;
7155}

◆ _internal_set_integrator_disable()

void daphne::LNAConfig::_internal_set_integrator_disable ( bool value)
inlineprivate

Definition at line 7173 of file daphne_control_high.pb.h.

7173 {
7174 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7175 ;
7177}

◆ _InternalParse()

const char * daphne::LNAConfig::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 2980 of file daphne_control_high.pb.cc.

2981 {
2982 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2983 return ptr;
2984}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::LNAConfig::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 3030 of file daphne_control_high.pb.cc.

3032 {
3033 // @@protoc_insertion_point(serialize_to_array_start:daphne.LNAConfig)
3034 ::uint32_t cached_has_bits = 0;
3035 (void)cached_has_bits;
3036
3037 // uint32 clamp = 1;
3038 if (this->_internal_clamp() != 0) {
3039 target = stream->EnsureSpace(target);
3040 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
3041 1, this->_internal_clamp(), target);
3042 }
3043
3044 // uint32 gain = 2;
3045 if (this->_internal_gain() != 0) {
3046 target = stream->EnsureSpace(target);
3047 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
3048 2, this->_internal_gain(), target);
3049 }
3050
3051 // bool integrator_disable = 3;
3052 if (this->_internal_integrator_disable() != 0) {
3053 target = stream->EnsureSpace(target);
3054 target = ::_pbi::WireFormatLite::WriteBoolToArray(
3055 3, this->_internal_integrator_disable(), target);
3056 }
3057
3058 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
3059 target =
3060 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
3061 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
3062 }
3063 // @@protoc_insertion_point(serialize_to_array_end:daphne.LNAConfig)
3064 return target;
3065}
::uint32_t _internal_gain() const
::uint32_t _internal_clamp() const
bool _internal_integrator_disable() const

◆ ByteSizeLong()

size_t daphne::LNAConfig::ByteSizeLong ( ) const
final

Definition at line 3067 of file daphne_control_high.pb.cc.

3067 {
3068// @@protoc_insertion_point(message_byte_size_start:daphne.LNAConfig)
3069 ::size_t total_size = 0;
3070
3071 ::uint32_t cached_has_bits = 0;
3072 // Prevent compiler warnings about cached_has_bits being unused
3073 (void) cached_has_bits;
3074
3075 // uint32 clamp = 1;
3076 if (this->_internal_clamp() != 0) {
3077 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
3078 this->_internal_clamp());
3079 }
3080
3081 // uint32 gain = 2;
3082 if (this->_internal_gain() != 0) {
3083 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
3084 this->_internal_gain());
3085 }
3086
3087 // bool integrator_disable = 3;
3088 if (this->_internal_integrator_disable() != 0) {
3089 total_size += 2;
3090 }
3091
3092 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
3093}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ clamp()

uint32_t daphne::LNAConfig::clamp ( ) const
inline

Definition at line 7117 of file daphne_control_high.pb.h.

7117 {
7118 // @@protoc_insertion_point(field_get:daphne.LNAConfig.clamp)
7119 return _internal_clamp();
7120}

◆ Clear()

PROTOBUF_NOINLINE void daphne::LNAConfig::Clear ( )
final

Definition at line 2968 of file daphne_control_high.pb.cc.

2968 {
2969// @@protoc_insertion_point(message_clear_start:daphne.LNAConfig)
2970 ::uint32_t cached_has_bits = 0;
2971 // Prevent compiler warnings about cached_has_bits being unused
2972 (void) cached_has_bits;
2973
2974 ::memset(&_impl_.clamp_, 0, static_cast<::size_t>(
2975 reinterpret_cast<char*>(&_impl_.integrator_disable_) -
2976 reinterpret_cast<char*>(&_impl_.clamp_)) + sizeof(_impl_.integrator_disable_));
2977 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2978}

◆ clear_clamp()

void daphne::LNAConfig::clear_clamp ( )
inline

Definition at line 7114 of file daphne_control_high.pb.h.

7114 {
7115 _impl_.clamp_ = 0u;
7116}

◆ clear_gain()

void daphne::LNAConfig::clear_gain ( )
inline

Definition at line 7136 of file daphne_control_high.pb.h.

7136 {
7137 _impl_.gain_ = 0u;
7138}

◆ clear_integrator_disable()

void daphne::LNAConfig::clear_integrator_disable ( )
inline

Definition at line 7158 of file daphne_control_high.pb.h.

7158 {
7160}

◆ CopyFrom()

void daphne::LNAConfig::CopyFrom ( const LNAConfig & from)

Definition at line 3122 of file daphne_control_high.pb.cc.

3122 {
3123// @@protoc_insertion_point(class_specific_copy_from_start:daphne.LNAConfig)
3124 if (&from == this) return;
3125 Clear();
3126 MergeFrom(from);
3127}
void MergeFrom(const LNAConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const LNAConfig & daphne::LNAConfig::default_instance ( )
inlinestatic

Definition at line 1559 of file daphne_control_high.pb.h.

1559 {
1560 return *internal_default_instance();
1561 }
static const LNAConfig * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::LNAConfig::descriptor ( )
inlinestatic

Definition at line 1550 of file daphne_control_high.pb.h.

1550 {
1551 return GetDescriptor();
1552 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::LNAConfig::FullMessageName ( )
inlinestaticprivate

Definition at line 1622 of file daphne_control_high.pb.h.

1622 {
1623 return "daphne.LNAConfig";
1624 }

◆ gain()

uint32_t daphne::LNAConfig::gain ( ) const
inline

Definition at line 7139 of file daphne_control_high.pb.h.

7139 {
7140 // @@protoc_insertion_point(field_get:daphne.LNAConfig.gain)
7141 return _internal_gain();
7142}

◆ GetCachedSize()

int daphne::LNAConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 1612 of file daphne_control_high.pb.h.

1612{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::LNAConfig::GetClassData ( ) const
final

Definition at line 3099 of file daphne_control_high.pb.cc.

3099{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::LNAConfig::GetDescriptor ( )
inlinestatic

Definition at line 1553 of file daphne_control_high.pb.h.

1553 {
1554 return default_instance().GetMetadata().descriptor;
1555 }
::google::protobuf::Metadata GetMetadata() const final
static const LNAConfig & default_instance()

◆ GetMetadata()

google::protobuf::Metadata daphne::LNAConfig::GetMetadata ( ) const
final

Definition at line 3144 of file daphne_control_high.pb.cc.

3144 {
3145 return ::_pbi::AssignDescriptors(
3148}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::LNAConfig::GetReflection ( )
inlinestatic

Definition at line 1556 of file daphne_control_high.pb.h.

1556 {
1557 return default_instance().GetMetadata().reflection;
1558 }

◆ integrator_disable()

bool daphne::LNAConfig::integrator_disable ( ) const
inline

Definition at line 7161 of file daphne_control_high.pb.h.

7161 {
7162 // @@protoc_insertion_point(field_get:daphne.LNAConfig.integrator_disable)
7164}

◆ internal_default_instance()

static const LNAConfig * daphne::LNAConfig::internal_default_instance ( )
inlinestatic

Definition at line 1562 of file daphne_control_high.pb.h.

1562 {
1563 return reinterpret_cast<const LNAConfig*>(
1565 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LNAConfigDefaultTypeInternal _LNAConfig_default_instance_

◆ InternalSwap()

void daphne::LNAConfig::InternalSwap ( LNAConfig * other)
private

Definition at line 3133 of file daphne_control_high.pb.cc.

3133 {
3134 using std::swap;
3135 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
3136 ::google::protobuf::internal::memswap<
3137 PROTOBUF_FIELD_OFFSET(LNAConfig, _impl_.integrator_disable_)
3139 - PROTOBUF_FIELD_OFFSET(LNAConfig, _impl_.clamp_)>(
3140 reinterpret_cast<char*>(&_impl_.clamp_),
3141 reinterpret_cast<char*>(&other->_impl_.clamp_));
3142}

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::LNAConfig::IsInitialized ( ) const
final

Definition at line 3129 of file daphne_control_high.pb.cc.

3129 {
3130 return true;
3131}

◆ MergeFrom()

void daphne::LNAConfig::MergeFrom ( const LNAConfig & from)
inline

Definition at line 1599 of file daphne_control_high.pb.h.

1599 {
1600 LNAConfig::MergeImpl(*this, from);
1601 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void daphne::LNAConfig::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 3102 of file daphne_control_high.pb.cc.

3102 {
3103 auto* const _this = static_cast<LNAConfig*>(&to_msg);
3104 auto& from = static_cast<const LNAConfig&>(from_msg);
3105 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.LNAConfig)
3106 ABSL_DCHECK_NE(&from, _this);
3107 ::uint32_t cached_has_bits = 0;
3108 (void) cached_has_bits;
3109
3110 if (from._internal_clamp() != 0) {
3111 _this->_internal_set_clamp(from._internal_clamp());
3112 }
3113 if (from._internal_gain() != 0) {
3114 _this->_internal_set_gain(from._internal_gain());
3115 }
3116 if (from._internal_integrator_disable() != 0) {
3117 _this->_internal_set_integrator_disable(from._internal_integrator_disable());
3118 }
3119 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
3120}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::LNAConfig::mutable_unknown_fields ( )
inline

Definition at line 1546 of file daphne_control_high.pb.h.

1546 {
1547 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1548 }

◆ New()

LNAConfig * daphne::LNAConfig::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 1593 of file daphne_control_high.pb.h.

1593 {
1594 return CreateMaybeMessage<LNAConfig>(arena);
1595 }

◆ operator=() [1/2]

LNAConfig & daphne::LNAConfig::operator= ( const LNAConfig & from)
inline

Definition at line 1525 of file daphne_control_high.pb.h.

1525 {
1526 CopyFrom(from);
1527 return *this;
1528 }
void CopyFrom(const LNAConfig &from)

◆ operator=() [2/2]

LNAConfig & daphne::LNAConfig::operator= ( LNAConfig && from)
inlinenoexcept

Definition at line 1529 of file daphne_control_high.pb.h.

1529 {
1530 if (this == &from) return *this;
1531 if (GetOwningArena() == from.GetOwningArena()
1532 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1533 && GetOwningArena() != nullptr
1534 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1535 ) {
1536 InternalSwap(&from);
1537 } else {
1538 CopyFrom(from);
1539 }
1540 return *this;
1541 }
void InternalSwap(LNAConfig *other)

◆ set_clamp()

void daphne::LNAConfig::set_clamp ( ::uint32_t value)
inline

Definition at line 7121 of file daphne_control_high.pb.h.

7121 {
7122 _internal_set_clamp(value);
7123 // @@protoc_insertion_point(field_set:daphne.LNAConfig.clamp)
7124}
void _internal_set_clamp(::uint32_t value)

◆ set_gain()

void daphne::LNAConfig::set_gain ( ::uint32_t value)
inline

Definition at line 7143 of file daphne_control_high.pb.h.

7143 {
7144 _internal_set_gain(value);
7145 // @@protoc_insertion_point(field_set:daphne.LNAConfig.gain)
7146}
void _internal_set_gain(::uint32_t value)

◆ set_integrator_disable()

void daphne::LNAConfig::set_integrator_disable ( bool value)
inline

Definition at line 7165 of file daphne_control_high.pb.h.

7165 {
7167 // @@protoc_insertion_point(field_set:daphne.LNAConfig.integrator_disable)
7168}
void _internal_set_integrator_disable(bool value)

◆ SetCachedSize()

void daphne::LNAConfig::SetCachedSize ( int size) const
finalprivate

Definition at line 2964 of file daphne_control_high.pb.cc.

2964 {
2965 _impl_._cached_size_.Set(size);
2966}

◆ SharedCtor()

void daphne::LNAConfig::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 2947 of file daphne_control_high.pb.cc.

2947 {
2948 (void)arena;
2949 new (&_impl_) Impl_{
2950 decltype(_impl_.clamp_){0u},
2951 decltype(_impl_.gain_){0u},
2952 decltype(_impl_.integrator_disable_){false},
2953 /*decltype(_impl_._cached_size_)*/ {},
2954 };
2955}

◆ SharedDtor()

void daphne::LNAConfig::SharedDtor ( )
inlineprivate

Definition at line 2961 of file daphne_control_high.pb.cc.

2961 {
2962 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2963}

◆ Swap()

void daphne::LNAConfig::Swap ( LNAConfig * other)
inline

Definition at line 1572 of file daphne_control_high.pb.h.

1572 {
1573 if (other == this) return;
1574 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1575 if (GetOwningArena() != nullptr &&
1576 GetOwningArena() == other->GetOwningArena()) {
1577 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1578 if (GetOwningArena() == other->GetOwningArena()) {
1579 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1580 InternalSwap(other);
1581 } else {
1582 ::google::protobuf::internal::GenericSwap(this, other);
1583 }
1584 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::LNAConfig::unknown_fields ( ) const
inline

Definition at line 1543 of file daphne_control_high.pb.h.

1543 {
1544 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1545 }

◆ UnsafeArenaSwap()

void daphne::LNAConfig::UnsafeArenaSwap ( LNAConfig * other)
inline

Definition at line 1585 of file daphne_control_high.pb.h.

1585 {
1586 if (other == this) return;
1587 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1588 InternalSwap(other);
1589 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 1679 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 1621 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 1677 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

void swap ( LNAConfig & a,
LNAConfig & b )
friend

Definition at line 1569 of file daphne_control_high.pb.h.

1569 {
1570 a.Swap(&b);
1571 }

Member Data Documentation

◆ [union]

union { ... } daphne::LNAConfig

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::LNAConfig::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 1629 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::LNAConfig::_impl_

Definition at line 1689 of file daphne_control_high.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > daphne::LNAConfig::_table_
staticprivate

Definition at line 1678 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::LNAConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

Definition at line 1566 of file daphne_control_high.pb.h.


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