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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kAdcFieldNumber = 4 , kPgaFieldNumber = 5 , kLnaFieldNumber = 6 , kIdFieldNumber = 1 ,
  kAttenuatorsFieldNumber = 2 , kVBiasFieldNumber = 3
}
 

Public Member Functions

 AFEConfig ()
 
 ~AFEConfig () override
 
template<typename = void>
PROTOBUF_CONSTEXPR AFEConfig (::google::protobuf::internal::ConstantInitialized)
 
 AFEConfig (const AFEConfig &from)
 
 AFEConfig (AFEConfig &&from) noexcept
 
AFEConfigoperator= (const AFEConfig &from)
 
AFEConfigoperator= (AFEConfig &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AFEConfig *other)
 
void UnsafeArenaSwap (AFEConfig *other)
 
AFEConfigNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const AFEConfig &from)
 
void MergeFrom (const AFEConfig &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
 
bool has_adc () const
 
void clear_adc ()
 
const ::daphne::ADCConfigadc () const
 
PROTOBUF_NODISCARD::daphne::ADCConfig * release_adc ()
 
::daphne::ADCConfigmutable_adc ()
 
void set_allocated_adc (::daphne::ADCConfig *value)
 
void unsafe_arena_set_allocated_adc (::daphne::ADCConfig *value)
 
::daphne::ADCConfigunsafe_arena_release_adc ()
 
bool has_pga () const
 
void clear_pga ()
 
const ::daphne::PGAConfigpga () const
 
PROTOBUF_NODISCARD::daphne::PGAConfig * release_pga ()
 
::daphne::PGAConfigmutable_pga ()
 
void set_allocated_pga (::daphne::PGAConfig *value)
 
void unsafe_arena_set_allocated_pga (::daphne::PGAConfig *value)
 
::daphne::PGAConfigunsafe_arena_release_pga ()
 
bool has_lna () const
 
void clear_lna ()
 
const ::daphne::LNAConfiglna () const
 
PROTOBUF_NODISCARD::daphne::LNAConfig * release_lna ()
 
::daphne::LNAConfigmutable_lna ()
 
void set_allocated_lna (::daphne::LNAConfig *value)
 
void unsafe_arena_set_allocated_lna (::daphne::LNAConfig *value)
 
::daphne::LNAConfigunsafe_arena_release_lna ()
 
void clear_id ()
 
::uint32_t id () const
 
void set_id (::uint32_t value)
 
void clear_attenuators ()
 
::uint32_t attenuators () const
 
void set_attenuators (::uint32_t value)
 
void clear_v_bias ()
 
::uint32_t v_bias () const
 
void set_v_bias (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR AFEConfig (::_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 AFEConfigdefault_instance ()
 
static const AFEConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 AFEConfig (::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 (AFEConfig *other)
 
const ::daphne::ADCConfig_internal_adc () const
 
::daphne::ADCConfig_internal_mutable_adc ()
 
const ::daphne::PGAConfig_internal_pga () const
 
::daphne::PGAConfig_internal_mutable_pga ()
 
const ::daphne::LNAConfig_internal_lna () const
 
::daphne::LNAConfig_internal_mutable_lna ()
 
::uint32_t _internal_id () const
 
void _internal_set_id (::uint32_t value)
 
::uint32_t _internal_attenuators () const
 
void _internal_set_attenuators (::uint32_t value)
 
::uint32_t _internal_v_bias () const
 
void _internal_set_v_bias (::uint32_t 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< 3, 6, 3, 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 (AFEConfig &a, AFEConfig &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAdcFieldNumber 
kPgaFieldNumber 
kLnaFieldNumber 
kIdFieldNumber 
kAttenuatorsFieldNumber 
kVBiasFieldNumber 

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

Constructor & Destructor Documentation

◆ AFEConfig() [1/6]

daphne::AFEConfig::AFEConfig ( )
inline

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

◆ ~AFEConfig()

daphne::AFEConfig::~AFEConfig ( )
override

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

2203 {
2204 // @@protoc_insertion_point(destructor:daphne.AFEConfig)
2205 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2206 SharedDtor();
2207}

◆ AFEConfig() [2/6]

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

◆ AFEConfig() [3/6]

daphne::AFEConfig::AFEConfig ( const AFEConfig & from)

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

2160 : ::google::protobuf::Message() {
2161 AFEConfig* const _this = this;
2162 (void)_this;
2163 new (&_impl_) Impl_{
2164 decltype(_impl_._has_bits_){from._impl_._has_bits_},
2165 /*decltype(_impl_._cached_size_)*/ {},
2166 decltype(_impl_.adc_){nullptr},
2167 decltype(_impl_.pga_){nullptr},
2168 decltype(_impl_.lna_){nullptr},
2169 decltype(_impl_.id_){},
2170 decltype(_impl_.attenuators_){},
2171 decltype(_impl_.v_bias_){},
2172 };
2173 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2174 from._internal_metadata_);
2175 if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) {
2176 _this->_impl_.adc_ = new ::daphne::ADCConfig(*from._impl_.adc_);
2177 }
2178 if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) {
2179 _this->_impl_.pga_ = new ::daphne::PGAConfig(*from._impl_.pga_);
2180 }
2181 if ((from._impl_._has_bits_[0] & 0x00000004u) != 0) {
2182 _this->_impl_.lna_ = new ::daphne::LNAConfig(*from._impl_.lna_);
2183 }
2184 ::memcpy(&_impl_.id_, &from._impl_.id_,
2185 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.v_bias_) -
2186 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.v_bias_));
2187
2188 // @@protoc_insertion_point(copy_constructor:daphne.AFEConfig)
2189}
::google::protobuf::internal::HasBits< 1 > _has_bits_

◆ AFEConfig() [4/6]

daphne::AFEConfig::AFEConfig ( AFEConfig && from)
inlinenoexcept

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

925 : AFEConfig() {
926 *this = ::std::move(from);
927 }

◆ AFEConfig() [5/6]

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

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

2156 : ::google::protobuf::Message(arena) {
2157 SharedCtor(arena);
2158 // @@protoc_insertion_point(arena_constructor:daphne.AFEConfig)
2159}
void SharedCtor(::google::protobuf::Arena *arena)

◆ AFEConfig() [6/6]

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

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

84 : _impl_{
85 /*decltype(_impl_._has_bits_)*/ {},
86 /*decltype(_impl_._cached_size_)*/ {},
87 /*decltype(_impl_.adc_)*/ nullptr,
88 /*decltype(_impl_.pga_)*/ nullptr,
89 /*decltype(_impl_.lna_)*/ nullptr,
90 /*decltype(_impl_.id_)*/ 0u,
91 /*decltype(_impl_.attenuators_)*/ 0u,
92 /*decltype(_impl_.v_bias_)*/ 0u,
93 } {}

Member Function Documentation

◆ _internal_adc()

const::daphne::ADCConfig & daphne::AFEConfig::_internal_adc ( ) const
inlineprivate

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

6693 {
6694 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6695 const ::daphne::ADCConfig* p = _impl_.adc_;
6696 return p != nullptr ? *p : reinterpret_cast<const ::daphne::ADCConfig&>(::daphne::_ADCConfig_default_instance_);
6697}
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ADCConfigDefaultTypeInternal _ADCConfig_default_instance_

◆ _internal_attenuators()

uint32_t daphne::AFEConfig::_internal_attenuators ( ) const
inlineprivate

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

6651 {
6652 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6653 return _impl_.attenuators_;
6654}

◆ _internal_id()

uint32_t daphne::AFEConfig::_internal_id ( ) const
inlineprivate

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

6629 {
6630 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6631 return _impl_.id_;
6632}

◆ _internal_lna()

const::daphne::LNAConfig & daphne::AFEConfig::_internal_lna ( ) const
inlineprivate

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

6885 {
6886 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6887 const ::daphne::LNAConfig* p = _impl_.lna_;
6888 return p != nullptr ? *p : reinterpret_cast<const ::daphne::LNAConfig&>(::daphne::_LNAConfig_default_instance_);
6889}
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LNAConfigDefaultTypeInternal _LNAConfig_default_instance_

◆ _internal_mutable_adc()

daphne::ADCConfig * daphne::AFEConfig::_internal_mutable_adc ( )
inlineprivate

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

6743 {
6744 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6745 _impl_._has_bits_[0] |= 0x00000001u;
6746 if (_impl_.adc_ == nullptr) {
6747 auto* p = CreateMaybeMessage<::daphne::ADCConfig>(GetArenaForAllocation());
6748 _impl_.adc_ = reinterpret_cast<::daphne::ADCConfig*>(p);
6749 }
6750 return _impl_.adc_;
6751}

◆ _internal_mutable_lna()

daphne::LNAConfig * daphne::AFEConfig::_internal_mutable_lna ( )
inlineprivate

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

6935 {
6936 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6937 _impl_._has_bits_[0] |= 0x00000004u;
6938 if (_impl_.lna_ == nullptr) {
6939 auto* p = CreateMaybeMessage<::daphne::LNAConfig>(GetArenaForAllocation());
6940 _impl_.lna_ = reinterpret_cast<::daphne::LNAConfig*>(p);
6941 }
6942 return _impl_.lna_;
6943}

◆ _internal_mutable_pga()

daphne::PGAConfig * daphne::AFEConfig::_internal_mutable_pga ( )
inlineprivate

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

6839 {
6840 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6841 _impl_._has_bits_[0] |= 0x00000002u;
6842 if (_impl_.pga_ == nullptr) {
6843 auto* p = CreateMaybeMessage<::daphne::PGAConfig>(GetArenaForAllocation());
6844 _impl_.pga_ = reinterpret_cast<::daphne::PGAConfig*>(p);
6845 }
6846 return _impl_.pga_;
6847}

◆ _internal_pga()

const::daphne::PGAConfig & daphne::AFEConfig::_internal_pga ( ) const
inlineprivate

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

6789 {
6790 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6791 const ::daphne::PGAConfig* p = _impl_.pga_;
6792 return p != nullptr ? *p : reinterpret_cast<const ::daphne::PGAConfig&>(::daphne::_PGAConfig_default_instance_);
6793}
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PGAConfigDefaultTypeInternal _PGAConfig_default_instance_

◆ _internal_set_attenuators()

void daphne::AFEConfig::_internal_set_attenuators ( ::uint32_t value)
inlineprivate

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

6655 {
6656 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6657 ;
6658 _impl_.attenuators_ = value;
6659}

◆ _internal_set_id()

void daphne::AFEConfig::_internal_set_id ( ::uint32_t value)
inlineprivate

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

6633 {
6634 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6635 ;
6636 _impl_.id_ = value;
6637}

◆ _internal_set_v_bias()

void daphne::AFEConfig::_internal_set_v_bias ( ::uint32_t value)
inlineprivate

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

6677 {
6678 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6679 ;
6680 _impl_.v_bias_ = value;
6681}

◆ _internal_v_bias()

uint32_t daphne::AFEConfig::_internal_v_bias ( ) const
inlineprivate

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

6673 {
6674 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6675 return _impl_.v_bias_;
6676}

◆ _InternalParse()

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

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

2247 {
2248 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2249 return ptr;
2250}
static const ::google::protobuf::internal::TcParseTable< 3, 6, 3, 0, 2 > _table_

◆ _InternalSerialize()

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

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

2319 {
2320 // @@protoc_insertion_point(serialize_to_array_start:daphne.AFEConfig)
2321 ::uint32_t cached_has_bits = 0;
2322 (void)cached_has_bits;
2323
2324 // uint32 id = 1;
2325 if (this->_internal_id() != 0) {
2326 target = stream->EnsureSpace(target);
2327 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2328 1, this->_internal_id(), target);
2329 }
2330
2331 // uint32 attenuators = 2;
2332 if (this->_internal_attenuators() != 0) {
2333 target = stream->EnsureSpace(target);
2334 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2335 2, this->_internal_attenuators(), target);
2336 }
2337
2338 // uint32 v_bias = 3;
2339 if (this->_internal_v_bias() != 0) {
2340 target = stream->EnsureSpace(target);
2341 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2342 3, this->_internal_v_bias(), target);
2343 }
2344
2345 cached_has_bits = _impl_._has_bits_[0];
2346 // .daphne.ADCConfig adc = 4;
2347 if (cached_has_bits & 0x00000001u) {
2348 target = ::google::protobuf::internal::WireFormatLite::
2349 InternalWriteMessage(4, _Internal::adc(this),
2350 _Internal::adc(this).GetCachedSize(), target, stream);
2351 }
2352
2353 // .daphne.PGAConfig pga = 5;
2354 if (cached_has_bits & 0x00000002u) {
2355 target = ::google::protobuf::internal::WireFormatLite::
2356 InternalWriteMessage(5, _Internal::pga(this),
2357 _Internal::pga(this).GetCachedSize(), target, stream);
2358 }
2359
2360 // .daphne.LNAConfig lna = 6;
2361 if (cached_has_bits & 0x00000004u) {
2362 target = ::google::protobuf::internal::WireFormatLite::
2363 InternalWriteMessage(6, _Internal::lna(this),
2364 _Internal::lna(this).GetCachedSize(), target, stream);
2365 }
2366
2367 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2368 target =
2369 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2370 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2371 }
2372 // @@protoc_insertion_point(serialize_to_array_end:daphne.AFEConfig)
2373 return target;
2374}
static const ::daphne::PGAConfig & pga(const AFEConfig *msg)
static const ::daphne::LNAConfig & lna(const AFEConfig *msg)
static const ::daphne::ADCConfig & adc(const AFEConfig *msg)
::uint32_t _internal_id() const
int GetCachedSize() const final
::uint32_t _internal_attenuators() const
::uint32_t _internal_v_bias() const

◆ adc()

const::daphne::ADCConfig & daphne::AFEConfig::adc ( ) const
inline

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

6698 {
6699 // @@protoc_insertion_point(field_get:daphne.AFEConfig.adc)
6700 return _internal_adc();
6701}
const ::daphne::ADCConfig & _internal_adc() const

◆ attenuators()

uint32_t daphne::AFEConfig::attenuators ( ) const
inline

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

6643 {
6644 // @@protoc_insertion_point(field_get:daphne.AFEConfig.attenuators)
6645 return _internal_attenuators();
6646}

◆ ByteSizeLong()

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

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

2376 {
2377// @@protoc_insertion_point(message_byte_size_start:daphne.AFEConfig)
2378 ::size_t total_size = 0;
2379
2380 ::uint32_t cached_has_bits = 0;
2381 // Prevent compiler warnings about cached_has_bits being unused
2382 (void) cached_has_bits;
2383
2384 cached_has_bits = _impl_._has_bits_[0];
2385 if (cached_has_bits & 0x00000007u) {
2386 // .daphne.ADCConfig adc = 4;
2387 if (cached_has_bits & 0x00000001u) {
2388 total_size += 1 +
2389 ::google::protobuf::internal::WireFormatLite::MessageSize(
2390 *_impl_.adc_);
2391 }
2392
2393 // .daphne.PGAConfig pga = 5;
2394 if (cached_has_bits & 0x00000002u) {
2395 total_size += 1 +
2396 ::google::protobuf::internal::WireFormatLite::MessageSize(
2397 *_impl_.pga_);
2398 }
2399
2400 // .daphne.LNAConfig lna = 6;
2401 if (cached_has_bits & 0x00000004u) {
2402 total_size += 1 +
2403 ::google::protobuf::internal::WireFormatLite::MessageSize(
2404 *_impl_.lna_);
2405 }
2406
2407 }
2408 // uint32 id = 1;
2409 if (this->_internal_id() != 0) {
2410 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2411 this->_internal_id());
2412 }
2413
2414 // uint32 attenuators = 2;
2415 if (this->_internal_attenuators() != 0) {
2416 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2417 this->_internal_attenuators());
2418 }
2419
2420 // uint32 v_bias = 3;
2421 if (this->_internal_v_bias() != 0) {
2422 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2423 this->_internal_v_bias());
2424 }
2425
2426 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2427}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

2218 {
2219// @@protoc_insertion_point(message_clear_start:daphne.AFEConfig)
2220 ::uint32_t cached_has_bits = 0;
2221 // Prevent compiler warnings about cached_has_bits being unused
2222 (void) cached_has_bits;
2223
2224 cached_has_bits = _impl_._has_bits_[0];
2225 if (cached_has_bits & 0x00000007u) {
2226 if (cached_has_bits & 0x00000001u) {
2227 ABSL_DCHECK(_impl_.adc_ != nullptr);
2228 _impl_.adc_->Clear();
2229 }
2230 if (cached_has_bits & 0x00000002u) {
2231 ABSL_DCHECK(_impl_.pga_ != nullptr);
2232 _impl_.pga_->Clear();
2233 }
2234 if (cached_has_bits & 0x00000004u) {
2235 ABSL_DCHECK(_impl_.lna_ != nullptr);
2236 _impl_.lna_->Clear();
2237 }
2238 }
2239 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
2240 reinterpret_cast<char*>(&_impl_.v_bias_) -
2241 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.v_bias_));
2242 _impl_._has_bits_.Clear();
2243 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2244}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ clear_adc()

void daphne::AFEConfig::clear_adc ( )
inline

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

6689 {
6690 if (_impl_.adc_ != nullptr) _impl_.adc_->Clear();
6691 _impl_._has_bits_[0] &= ~0x00000001u;
6692}

◆ clear_attenuators()

void daphne::AFEConfig::clear_attenuators ( )
inline

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

6640 {
6641 _impl_.attenuators_ = 0u;
6642}

◆ clear_id()

void daphne::AFEConfig::clear_id ( )
inline

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

6618 {
6619 _impl_.id_ = 0u;
6620}

◆ clear_lna()

void daphne::AFEConfig::clear_lna ( )
inline

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

6881 {
6882 if (_impl_.lna_ != nullptr) _impl_.lna_->Clear();
6883 _impl_._has_bits_[0] &= ~0x00000004u;
6884}

◆ clear_pga()

void daphne::AFEConfig::clear_pga ( )
inline

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

6785 {
6786 if (_impl_.pga_ != nullptr) _impl_.pga_->Clear();
6787 _impl_._has_bits_[0] &= ~0x00000002u;
6788}

◆ clear_v_bias()

void daphne::AFEConfig::clear_v_bias ( )
inline

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

6662 {
6663 _impl_.v_bias_ = 0u;
6664}

◆ CopyFrom()

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

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

2471 {
2472// @@protoc_insertion_point(class_specific_copy_from_start:daphne.AFEConfig)
2473 if (&from == this) return;
2474 Clear();
2475 MergeFrom(from);
2476}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const AFEConfig &from)

◆ default_instance()

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

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

963 {
965 }
static const AFEConfig * internal_default_instance()

◆ descriptor()

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

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

954 {
955 return GetDescriptor();
956 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1026 {
1027 return "daphne.AFEConfig";
1028 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2433{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

957 {
958 return default_instance().GetMetadata().descriptor;
959 }
static const AFEConfig & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

2494 {
2495 return ::_pbi::AssignDescriptors(
2498}
::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::AFEConfig::GetReflection ( )
inlinestatic

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

960 {
961 return default_instance().GetMetadata().reflection;
962 }

◆ has_adc()

bool daphne::AFEConfig::has_adc ( ) const
inline

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

6684 {
6685 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
6686 PROTOBUF_ASSUME(!value || _impl_.adc_ != nullptr);
6687 return value;
6688}

◆ has_lna()

bool daphne::AFEConfig::has_lna ( ) const
inline

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

6876 {
6877 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
6878 PROTOBUF_ASSUME(!value || _impl_.lna_ != nullptr);
6879 return value;
6880}

◆ has_pga()

bool daphne::AFEConfig::has_pga ( ) const
inline

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

6780 {
6781 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
6782 PROTOBUF_ASSUME(!value || _impl_.pga_ != nullptr);
6783 return value;
6784}

◆ id()

uint32_t daphne::AFEConfig::id ( ) const
inline

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

6621 {
6622 // @@protoc_insertion_point(field_get:daphne.AFEConfig.id)
6623 return _internal_id();
6624}

◆ internal_default_instance()

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

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

966 {
967 return reinterpret_cast<const AFEConfig*>(
969 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AFEConfigDefaultTypeInternal _AFEConfig_default_instance_

◆ InternalSwap()

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

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

2482 {
2483 using std::swap;
2484 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2485 swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
2486 ::google::protobuf::internal::memswap<
2487 PROTOBUF_FIELD_OFFSET(AFEConfig, _impl_.v_bias_)
2488 + sizeof(AFEConfig::_impl_.v_bias_)
2489 - PROTOBUF_FIELD_OFFSET(AFEConfig, _impl_.adc_)>(
2490 reinterpret_cast<char*>(&_impl_.adc_),
2491 reinterpret_cast<char*>(&other->_impl_.adc_));
2492}
friend void swap(AFEConfig &a, AFEConfig &b)

◆ IsInitialized()

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

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

2478 {
2479 return true;
2480}

◆ lna()

const::daphne::LNAConfig & daphne::AFEConfig::lna ( ) const
inline

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

6890 {
6891 // @@protoc_insertion_point(field_get:daphne.AFEConfig.lna)
6892 return _internal_lna();
6893}
const ::daphne::LNAConfig & _internal_lna() const

◆ MergeFrom()

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

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

1003 {
1004 AFEConfig::MergeImpl(*this, from);
1005 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

2436 {
2437 auto* const _this = static_cast<AFEConfig*>(&to_msg);
2438 auto& from = static_cast<const AFEConfig&>(from_msg);
2439 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.AFEConfig)
2440 ABSL_DCHECK_NE(&from, _this);
2441 ::uint32_t cached_has_bits = 0;
2442 (void) cached_has_bits;
2443
2444 cached_has_bits = from._impl_._has_bits_[0];
2445 if (cached_has_bits & 0x00000007u) {
2446 if (cached_has_bits & 0x00000001u) {
2447 _this->_internal_mutable_adc()->::daphne::ADCConfig::MergeFrom(
2448 from._internal_adc());
2449 }
2450 if (cached_has_bits & 0x00000002u) {
2451 _this->_internal_mutable_pga()->::daphne::PGAConfig::MergeFrom(
2452 from._internal_pga());
2453 }
2454 if (cached_has_bits & 0x00000004u) {
2455 _this->_internal_mutable_lna()->::daphne::LNAConfig::MergeFrom(
2456 from._internal_lna());
2457 }
2458 }
2459 if (from._internal_id() != 0) {
2460 _this->_internal_set_id(from._internal_id());
2461 }
2462 if (from._internal_attenuators() != 0) {
2463 _this->_internal_set_attenuators(from._internal_attenuators());
2464 }
2465 if (from._internal_v_bias() != 0) {
2466 _this->_internal_set_v_bias(from._internal_v_bias());
2467 }
2468 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2469}

◆ mutable_adc()

daphne::ADCConfig * daphne::AFEConfig::mutable_adc ( )
inline

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

6752 {
6754 // @@protoc_insertion_point(field_mutable:daphne.AFEConfig.adc)
6755 return _msg;
6756}
::daphne::ADCConfig * _internal_mutable_adc()

◆ mutable_lna()

daphne::LNAConfig * daphne::AFEConfig::mutable_lna ( )
inline

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

6944 {
6946 // @@protoc_insertion_point(field_mutable:daphne.AFEConfig.lna)
6947 return _msg;
6948}
::daphne::LNAConfig * _internal_mutable_lna()

◆ mutable_pga()

daphne::PGAConfig * daphne::AFEConfig::mutable_pga ( )
inline

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

6848 {
6850 // @@protoc_insertion_point(field_mutable:daphne.AFEConfig.pga)
6851 return _msg;
6852}
::daphne::PGAConfig * _internal_mutable_pga()

◆ mutable_unknown_fields()

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

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

950 {
951 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
952 }

◆ New()

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

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

997 {
998 return CreateMaybeMessage<AFEConfig>(arena);
999 }

◆ operator=() [1/2]

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

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

933 {
934 if (this == &from) return *this;
935 if (GetOwningArena() == from.GetOwningArena()
936 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
937 && GetOwningArena() != nullptr
938 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
939 ) {
940 InternalSwap(&from);
941 } else {
942 CopyFrom(from);
943 }
944 return *this;
945 }
void InternalSwap(AFEConfig *other)
void CopyFrom(const AFEConfig &from)

◆ operator=() [2/2]

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

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

929 {
930 CopyFrom(from);
931 return *this;
932 }

◆ pga()

const::daphne::PGAConfig & daphne::AFEConfig::pga ( ) const
inline

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

6794 {
6795 // @@protoc_insertion_point(field_get:daphne.AFEConfig.pga)
6796 return _internal_pga();
6797}
const ::daphne::PGAConfig & _internal_pga() const

◆ release_adc()

daphne::ADCConfig * daphne::AFEConfig::release_adc ( )
inline

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

6715 {
6716 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6717
6718 _impl_._has_bits_[0] &= ~0x00000001u;
6719 ::daphne::ADCConfig* released = _impl_.adc_;
6720 _impl_.adc_ = nullptr;
6721#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
6722 auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
6723 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6724 if (GetArenaForAllocation() == nullptr) {
6725 delete old;
6726 }
6727#else // PROTOBUF_FORCE_COPY_IN_RELEASE
6728 if (GetArenaForAllocation() != nullptr) {
6729 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6730 }
6731#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
6732 return released;
6733}

◆ release_lna()

daphne::LNAConfig * daphne::AFEConfig::release_lna ( )
inline

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

6907 {
6908 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6909
6910 _impl_._has_bits_[0] &= ~0x00000004u;
6911 ::daphne::LNAConfig* released = _impl_.lna_;
6912 _impl_.lna_ = nullptr;
6913#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
6914 auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
6915 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6916 if (GetArenaForAllocation() == nullptr) {
6917 delete old;
6918 }
6919#else // PROTOBUF_FORCE_COPY_IN_RELEASE
6920 if (GetArenaForAllocation() != nullptr) {
6921 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6922 }
6923#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
6924 return released;
6925}

◆ release_pga()

daphne::PGAConfig * daphne::AFEConfig::release_pga ( )
inline

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

6811 {
6812 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6813
6814 _impl_._has_bits_[0] &= ~0x00000002u;
6815 ::daphne::PGAConfig* released = _impl_.pga_;
6816 _impl_.pga_ = nullptr;
6817#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
6818 auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
6819 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6820 if (GetArenaForAllocation() == nullptr) {
6821 delete old;
6822 }
6823#else // PROTOBUF_FORCE_COPY_IN_RELEASE
6824 if (GetArenaForAllocation() != nullptr) {
6825 released = ::google::protobuf::internal::DuplicateIfNonNull(released);
6826 }
6827#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
6828 return released;
6829}

◆ set_allocated_adc()

void daphne::AFEConfig::set_allocated_adc ( ::daphne::ADCConfig * value)
inline

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

6757 {
6758 ::google::protobuf::Arena* message_arena = GetArenaForAllocation();
6759 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6760 if (message_arena == nullptr) {
6761 delete reinterpret_cast<::daphne::ADCConfig*>(_impl_.adc_);
6762 }
6763
6764 if (value != nullptr) {
6765 ::google::protobuf::Arena* submessage_arena =
6766 ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::daphne::ADCConfig*>(value));
6767 if (message_arena != submessage_arena) {
6768 value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
6769 }
6770 _impl_._has_bits_[0] |= 0x00000001u;
6771 } else {
6772 _impl_._has_bits_[0] &= ~0x00000001u;
6773 }
6774
6775 _impl_.adc_ = reinterpret_cast<::daphne::ADCConfig*>(value);
6776 // @@protoc_insertion_point(field_set_allocated:daphne.AFEConfig.adc)
6777}

◆ set_allocated_lna()

void daphne::AFEConfig::set_allocated_lna ( ::daphne::LNAConfig * value)
inline

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

6949 {
6950 ::google::protobuf::Arena* message_arena = GetArenaForAllocation();
6951 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6952 if (message_arena == nullptr) {
6953 delete reinterpret_cast<::daphne::LNAConfig*>(_impl_.lna_);
6954 }
6955
6956 if (value != nullptr) {
6957 ::google::protobuf::Arena* submessage_arena =
6958 ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::daphne::LNAConfig*>(value));
6959 if (message_arena != submessage_arena) {
6960 value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
6961 }
6962 _impl_._has_bits_[0] |= 0x00000004u;
6963 } else {
6964 _impl_._has_bits_[0] &= ~0x00000004u;
6965 }
6966
6967 _impl_.lna_ = reinterpret_cast<::daphne::LNAConfig*>(value);
6968 // @@protoc_insertion_point(field_set_allocated:daphne.AFEConfig.lna)
6969}

◆ set_allocated_pga()

void daphne::AFEConfig::set_allocated_pga ( ::daphne::PGAConfig * value)
inline

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

6853 {
6854 ::google::protobuf::Arena* message_arena = GetArenaForAllocation();
6855 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6856 if (message_arena == nullptr) {
6857 delete reinterpret_cast<::daphne::PGAConfig*>(_impl_.pga_);
6858 }
6859
6860 if (value != nullptr) {
6861 ::google::protobuf::Arena* submessage_arena =
6862 ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::daphne::PGAConfig*>(value));
6863 if (message_arena != submessage_arena) {
6864 value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
6865 }
6866 _impl_._has_bits_[0] |= 0x00000002u;
6867 } else {
6868 _impl_._has_bits_[0] &= ~0x00000002u;
6869 }
6870
6871 _impl_.pga_ = reinterpret_cast<::daphne::PGAConfig*>(value);
6872 // @@protoc_insertion_point(field_set_allocated:daphne.AFEConfig.pga)
6873}

◆ set_attenuators()

void daphne::AFEConfig::set_attenuators ( ::uint32_t value)
inline

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

6647 {
6649 // @@protoc_insertion_point(field_set:daphne.AFEConfig.attenuators)
6650}
void _internal_set_attenuators(::uint32_t value)

◆ set_id()

void daphne::AFEConfig::set_id ( ::uint32_t value)
inline

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

6625 {
6626 _internal_set_id(value);
6627 // @@protoc_insertion_point(field_set:daphne.AFEConfig.id)
6628}
void _internal_set_id(::uint32_t value)

◆ set_v_bias()

void daphne::AFEConfig::set_v_bias ( ::uint32_t value)
inline

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

6669 {
6670 _internal_set_v_bias(value);
6671 // @@protoc_insertion_point(field_set:daphne.AFEConfig.v_bias)
6672}
void _internal_set_v_bias(::uint32_t value)

◆ SetCachedSize()

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

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

2214 {
2215 _impl_._cached_size_.Set(size);
2216}

◆ SharedCtor()

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

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

2190 {
2191 (void)arena;
2192 new (&_impl_) Impl_{
2193 decltype(_impl_._has_bits_){},
2194 /*decltype(_impl_._cached_size_)*/ {},
2195 decltype(_impl_.adc_){nullptr},
2196 decltype(_impl_.pga_){nullptr},
2197 decltype(_impl_.lna_){nullptr},
2198 decltype(_impl_.id_){0u},
2199 decltype(_impl_.attenuators_){0u},
2200 decltype(_impl_.v_bias_){0u},
2201 };
2202}

◆ SharedDtor()

void daphne::AFEConfig::SharedDtor ( )
inlineprivate

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

2208 {
2209 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2210 if (this != internal_default_instance()) delete _impl_.adc_;
2211 if (this != internal_default_instance()) delete _impl_.pga_;
2212 if (this != internal_default_instance()) delete _impl_.lna_;
2213}

◆ Swap()

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

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

976 {
977 if (other == this) return;
978 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
979 if (GetOwningArena() != nullptr &&
980 GetOwningArena() == other->GetOwningArena()) {
981 #else // PROTOBUF_FORCE_COPY_IN_SWAP
982 if (GetOwningArena() == other->GetOwningArena()) {
983 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
984 InternalSwap(other);
985 } else {
986 ::google::protobuf::internal::GenericSwap(this, other);
987 }
988 }

◆ unknown_fields()

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

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

947 {
948 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
949 }

◆ unsafe_arena_release_adc()

daphne::ADCConfig * daphne::AFEConfig::unsafe_arena_release_adc ( )
inline

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

6734 {
6735 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6736 // @@protoc_insertion_point(field_release:daphne.AFEConfig.adc)
6737
6738 _impl_._has_bits_[0] &= ~0x00000001u;
6740 _impl_.adc_ = nullptr;
6741 return temp;
6742}
temp(obj)
Definition io.py:404

◆ unsafe_arena_release_lna()

daphne::LNAConfig * daphne::AFEConfig::unsafe_arena_release_lna ( )
inline

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

6926 {
6927 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6928 // @@protoc_insertion_point(field_release:daphne.AFEConfig.lna)
6929
6930 _impl_._has_bits_[0] &= ~0x00000004u;
6932 _impl_.lna_ = nullptr;
6933 return temp;
6934}

◆ unsafe_arena_release_pga()

daphne::PGAConfig * daphne::AFEConfig::unsafe_arena_release_pga ( )
inline

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

6830 {
6831 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6832 // @@protoc_insertion_point(field_release:daphne.AFEConfig.pga)
6833
6834 _impl_._has_bits_[0] &= ~0x00000002u;
6836 _impl_.pga_ = nullptr;
6837 return temp;
6838}

◆ unsafe_arena_set_allocated_adc()

void daphne::AFEConfig::unsafe_arena_set_allocated_adc ( ::daphne::ADCConfig * value)
inline

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

6702 {
6703 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6704 if (GetArenaForAllocation() == nullptr) {
6705 delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.adc_);
6706 }
6707 _impl_.adc_ = reinterpret_cast<::daphne::ADCConfig*>(value);
6708 if (value != nullptr) {
6709 _impl_._has_bits_[0] |= 0x00000001u;
6710 } else {
6711 _impl_._has_bits_[0] &= ~0x00000001u;
6712 }
6713 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:daphne.AFEConfig.adc)
6714}

◆ unsafe_arena_set_allocated_lna()

void daphne::AFEConfig::unsafe_arena_set_allocated_lna ( ::daphne::LNAConfig * value)
inline

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

6894 {
6895 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6896 if (GetArenaForAllocation() == nullptr) {
6897 delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.lna_);
6898 }
6899 _impl_.lna_ = reinterpret_cast<::daphne::LNAConfig*>(value);
6900 if (value != nullptr) {
6901 _impl_._has_bits_[0] |= 0x00000004u;
6902 } else {
6903 _impl_._has_bits_[0] &= ~0x00000004u;
6904 }
6905 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:daphne.AFEConfig.lna)
6906}

◆ unsafe_arena_set_allocated_pga()

void daphne::AFEConfig::unsafe_arena_set_allocated_pga ( ::daphne::PGAConfig * value)
inline

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

6798 {
6799 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6800 if (GetArenaForAllocation() == nullptr) {
6801 delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.pga_);
6802 }
6803 _impl_.pga_ = reinterpret_cast<::daphne::PGAConfig*>(value);
6804 if (value != nullptr) {
6805 _impl_._has_bits_[0] |= 0x00000002u;
6806 } else {
6807 _impl_._has_bits_[0] &= ~0x00000002u;
6808 }
6809 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:daphne.AFEConfig.pga)
6810}

◆ UnsafeArenaSwap()

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

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

989 {
990 if (other == this) return;
991 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
992 InternalSwap(other);
993 }

◆ v_bias()

uint32_t daphne::AFEConfig::v_bias ( ) const
inline

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

6665 {
6666 // @@protoc_insertion_point(field_get:daphne.AFEConfig.v_bias)
6667 return _internal_v_bias();
6668}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

973 {
974 a.Swap(&b);
975 }

Member Data Documentation

◆ [union]

union { ... } daphne::AFEConfig

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::AFEConfig::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::AFEConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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


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