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 1513 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kClampFieldNumber 
kGainFieldNumber 
kIntegratorDisableFieldNumber 

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

Constructor & Destructor Documentation

◆ LNAConfig() [1/6]

daphne::LNAConfig::LNAConfig ( )
inline

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

◆ ~LNAConfig()

daphne::LNAConfig::~LNAConfig ( )
override

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

2960 {
2961 // @@protoc_insertion_point(destructor:daphne.LNAConfig)
2962 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2963 SharedDtor();
2964}

◆ 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 2945 of file daphne_control_high.pb.cc.

2946 : ::google::protobuf::Message(), _impl_(from._impl_) {
2947 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2948 from._internal_metadata_);
2949 // @@protoc_insertion_point(copy_constructor:daphne.LNAConfig)
2950}

◆ LNAConfig() [4/6]

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

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

1523 : LNAConfig() {
1524 *this = ::std::move(from);
1525 }

◆ LNAConfig() [5/6]

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

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

2941 : ::google::protobuf::Message(arena) {
2942 SharedCtor(arena);
2943 // @@protoc_insertion_point(arena_constructor:daphne.LNAConfig)
2944}
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 7127 of file daphne_control_high.pb.h.

7127 {
7128 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7129 return _impl_.clamp_;
7130}

◆ _internal_gain()

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

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

7149 {
7150 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7151 return _impl_.gain_;
7152}

◆ _internal_integrator_disable()

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

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

7171 {
7172 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7174}

◆ _internal_set_clamp()

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

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

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

◆ _internal_set_gain()

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

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

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

◆ _internal_set_integrator_disable()

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

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

7175 {
7176 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7177 ;
7179}

◆ _InternalParse()

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

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

2985 {
2986 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2987 return ptr;
2988}
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 3034 of file daphne_control_high.pb.cc.

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

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

◆ clamp()

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

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

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

◆ Clear()

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

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

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

◆ clear_clamp()

void daphne::LNAConfig::clear_clamp ( )
inline

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

7116 {
7117 _impl_.clamp_ = 0u;
7118}

◆ clear_gain()

void daphne::LNAConfig::clear_gain ( )
inline

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

7138 {
7139 _impl_.gain_ = 0u;
7140}

◆ clear_integrator_disable()

void daphne::LNAConfig::clear_integrator_disable ( )
inline

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

7160 {
7162}

◆ CopyFrom()

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

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

3126 {
3127// @@protoc_insertion_point(class_specific_copy_from_start:daphne.LNAConfig)
3128 if (&from == this) return;
3129 Clear();
3130 MergeFrom(from);
3131}
void MergeFrom(const LNAConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

1561 {
1562 return *internal_default_instance();
1563 }
static const LNAConfig * internal_default_instance()

◆ descriptor()

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

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

1552 {
1553 return GetDescriptor();
1554 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1624 {
1625 return "daphne.LNAConfig";
1626 }

◆ gain()

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

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

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

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

3103{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

3148 {
3149 return ::_pbi::AssignDescriptors(
3152}
::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 1558 of file daphne_control_high.pb.h.

1558 {
1559 return default_instance().GetMetadata().reflection;
1560 }

◆ integrator_disable()

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

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

7163 {
7164 // @@protoc_insertion_point(field_get:daphne.LNAConfig.integrator_disable)
7166}

◆ internal_default_instance()

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

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

1564 {
1565 return reinterpret_cast<const LNAConfig*>(
1567 }
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 3137 of file daphne_control_high.pb.cc.

3137 {
3138 using std::swap;
3139 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
3140 ::google::protobuf::internal::memswap<
3141 PROTOBUF_FIELD_OFFSET(LNAConfig, _impl_.integrator_disable_)
3143 - PROTOBUF_FIELD_OFFSET(LNAConfig, _impl_.clamp_)>(
3144 reinterpret_cast<char*>(&_impl_.clamp_),
3145 reinterpret_cast<char*>(&other->_impl_.clamp_));
3146}

◆ IsInitialized()

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

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

3133 {
3134 return true;
3135}

◆ MergeFrom()

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

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

1601 {
1602 LNAConfig::MergeImpl(*this, from);
1603 }
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 3106 of file daphne_control_high.pb.cc.

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

1595 {
1596 return CreateMaybeMessage<LNAConfig>(arena);
1597 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ set_clamp()

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

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

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

◆ set_gain()

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

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

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

◆ set_integrator_disable()

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

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

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

◆ SetCachedSize()

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

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

2968 {
2969 _impl_._cached_size_.Set(size);
2970}

◆ SharedCtor()

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

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

2951 {
2952 (void)arena;
2953 new (&_impl_) Impl_{
2954 decltype(_impl_.clamp_){0u},
2955 decltype(_impl_.gain_){0u},
2956 decltype(_impl_.integrator_disable_){false},
2957 /*decltype(_impl_._cached_size_)*/ {},
2958 };
2959}

◆ SharedDtor()

void daphne::LNAConfig::SharedDtor ( )
inlineprivate

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

2965 {
2966 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2967}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

1571 {
1572 a.Swap(&b);
1573 }

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 1631 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::LNAConfig::_impl_

Definition at line 1691 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 1680 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

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

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


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