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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kResolutionFieldNumber = 1 , kOutputFormatFieldNumber = 2 , kSbFirstFieldNumber = 3 }
 

Public Member Functions

 ADCConfig ()
 
 ~ADCConfig () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ADCConfig (::google::protobuf::internal::ConstantInitialized)
 
 ADCConfig (const ADCConfig &from)
 
 ADCConfig (ADCConfig &&from) noexcept
 
ADCConfigoperator= (const ADCConfig &from)
 
ADCConfigoperator= (ADCConfig &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ADCConfig *other)
 
void UnsafeArenaSwap (ADCConfig *other)
 
ADCConfigNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ADCConfig &from)
 
void MergeFrom (const ADCConfig &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_resolution ()
 
bool resolution () const
 
void set_resolution (bool value)
 
void clear_output_format ()
 
bool output_format () const
 
void set_output_format (bool value)
 
void clear_sb_first ()
 
bool sb_first () const
 
void set_sb_first (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR ADCConfig (::_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 ADCConfigdefault_instance ()
 
static const ADCConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ADCConfig (::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 (ADCConfig *other)
 
bool _internal_resolution () const
 
void _internal_set_resolution (bool value)
 
bool _internal_output_format () const
 
void _internal_set_output_format (bool value)
 
bool _internal_sb_first () const
 
void _internal_set_sb_first (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 (ADCConfig &a, ADCConfig &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kResolutionFieldNumber 
kOutputFormatFieldNumber 
kSbFirstFieldNumber 

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

Constructor & Destructor Documentation

◆ ADCConfig() [1/6]

daphne::ADCConfig::ADCConfig ( )
inline

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

◆ ~ADCConfig()

daphne::ADCConfig::~ADCConfig ( )
override

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

2525 {
2526 // @@protoc_insertion_point(destructor:daphne.ADCConfig)
2527 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2528 SharedDtor();
2529}

◆ ADCConfig() [2/6]

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

◆ ADCConfig() [3/6]

daphne::ADCConfig::ADCConfig ( const ADCConfig & from)

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

2511 : ::google::protobuf::Message(), _impl_(from._impl_) {
2512 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2513 from._internal_metadata_);
2514 // @@protoc_insertion_point(copy_constructor:daphne.ADCConfig)
2515}

◆ ADCConfig() [4/6]

daphne::ADCConfig::ADCConfig ( ADCConfig && from)
inlinenoexcept

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

1159 : ADCConfig() {
1160 *this = ::std::move(from);
1161 }

◆ ADCConfig() [5/6]

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

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

2506 : ::google::protobuf::Message(arena) {
2507 SharedCtor(arena);
2508 // @@protoc_insertion_point(arena_constructor:daphne.ADCConfig)
2509}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ADCConfig() [6/6]

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

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

106 : _impl_{
107 /*decltype(_impl_.resolution_)*/ false,
108 /*decltype(_impl_.output_format_)*/ false,
109 /*decltype(_impl_.sb_first_)*/ false,
110 /*decltype(_impl_._cached_size_)*/ {},
111 } {}

Member Function Documentation

◆ _internal_output_format()

bool daphne::ADCConfig::_internal_output_format ( ) const
inlineprivate

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

7009 {
7010 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7011 return _impl_.output_format_;
7012}

◆ _internal_resolution()

bool daphne::ADCConfig::_internal_resolution ( ) const
inlineprivate

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

6987 {
6988 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6989 return _impl_.resolution_;
6990}

◆ _internal_sb_first()

bool daphne::ADCConfig::_internal_sb_first ( ) const
inlineprivate

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

7031 {
7032 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7033 return _impl_.sb_first_;
7034}

◆ _internal_set_output_format()

void daphne::ADCConfig::_internal_set_output_format ( bool value)
inlineprivate

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

7013 {
7014 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7015 ;
7016 _impl_.output_format_ = value;
7017}

◆ _internal_set_resolution()

void daphne::ADCConfig::_internal_set_resolution ( bool value)
inlineprivate

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

6991 {
6992 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6993 ;
6994 _impl_.resolution_ = value;
6995}

◆ _internal_set_sb_first()

void daphne::ADCConfig::_internal_set_sb_first ( bool value)
inlineprivate

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

7035 {
7036 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7037 ;
7038 _impl_.sb_first_ = value;
7039}

◆ _InternalParse()

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

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

2550 {
2551 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2552 return ptr;
2553}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

2601 {
2602 // @@protoc_insertion_point(serialize_to_array_start:daphne.ADCConfig)
2603 ::uint32_t cached_has_bits = 0;
2604 (void)cached_has_bits;
2605
2606 // bool resolution = 1;
2607 if (this->_internal_resolution() != 0) {
2608 target = stream->EnsureSpace(target);
2609 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2610 1, this->_internal_resolution(), target);
2611 }
2612
2613 // bool output_format = 2;
2614 if (this->_internal_output_format() != 0) {
2615 target = stream->EnsureSpace(target);
2616 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2617 2, this->_internal_output_format(), target);
2618 }
2619
2620 // bool sb_first = 3;
2621 if (this->_internal_sb_first() != 0) {
2622 target = stream->EnsureSpace(target);
2623 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2624 3, this->_internal_sb_first(), target);
2625 }
2626
2627 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2628 target =
2629 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2630 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2631 }
2632 // @@protoc_insertion_point(serialize_to_array_end:daphne.ADCConfig)
2633 return target;
2634}

◆ ByteSizeLong()

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

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

2636 {
2637// @@protoc_insertion_point(message_byte_size_start:daphne.ADCConfig)
2638 ::size_t total_size = 0;
2639
2640 ::uint32_t cached_has_bits = 0;
2641 // Prevent compiler warnings about cached_has_bits being unused
2642 (void) cached_has_bits;
2643
2644 // bool resolution = 1;
2645 if (this->_internal_resolution() != 0) {
2646 total_size += 2;
2647 }
2648
2649 // bool output_format = 2;
2650 if (this->_internal_output_format() != 0) {
2651 total_size += 2;
2652 }
2653
2654 // bool sb_first = 3;
2655 if (this->_internal_sb_first() != 0) {
2656 total_size += 2;
2657 }
2658
2659 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2660}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

2537 {
2538// @@protoc_insertion_point(message_clear_start:daphne.ADCConfig)
2539 ::uint32_t cached_has_bits = 0;
2540 // Prevent compiler warnings about cached_has_bits being unused
2541 (void) cached_has_bits;
2542
2543 ::memset(&_impl_.resolution_, 0, static_cast<::size_t>(
2544 reinterpret_cast<char*>(&_impl_.sb_first_) -
2545 reinterpret_cast<char*>(&_impl_.resolution_)) + sizeof(_impl_.sb_first_));
2546 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2547}

◆ clear_output_format()

void daphne::ADCConfig::clear_output_format ( )
inline

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

6998 {
6999 _impl_.output_format_ = false;
7000}

◆ clear_resolution()

void daphne::ADCConfig::clear_resolution ( )
inline

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

6976 {
6977 _impl_.resolution_ = false;
6978}

◆ clear_sb_first()

void daphne::ADCConfig::clear_sb_first ( )
inline

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

7020 {
7021 _impl_.sb_first_ = false;
7022}

◆ CopyFrom()

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

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

2689 {
2690// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ADCConfig)
2691 if (&from == this) return;
2692 Clear();
2693 MergeFrom(from);
2694}
void MergeFrom(const ADCConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

1197 {
1198 return *internal_default_instance();
1199 }
static const ADCConfig * internal_default_instance()

◆ descriptor()

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

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

1188 {
1189 return GetDescriptor();
1190 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1260 {
1261 return "daphne.ADCConfig";
1262 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2666{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

1191 {
1192 return default_instance().GetMetadata().descriptor;
1193 }
static const ADCConfig & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

2711 {
2712 return ::_pbi::AssignDescriptors(
2715}
::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::ADCConfig::GetReflection ( )
inlinestatic

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

1194 {
1195 return default_instance().GetMetadata().reflection;
1196 }

◆ internal_default_instance()

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

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

1200 {
1201 return reinterpret_cast<const ADCConfig*>(
1203 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ADCConfigDefaultTypeInternal _ADCConfig_default_instance_

◆ InternalSwap()

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

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

2700 {
2701 using std::swap;
2702 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2703 ::google::protobuf::internal::memswap<
2704 PROTOBUF_FIELD_OFFSET(ADCConfig, _impl_.sb_first_)
2706 - PROTOBUF_FIELD_OFFSET(ADCConfig, _impl_.resolution_)>(
2707 reinterpret_cast<char*>(&_impl_.resolution_),
2708 reinterpret_cast<char*>(&other->_impl_.resolution_));
2709}

◆ IsInitialized()

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

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

2696 {
2697 return true;
2698}

◆ MergeFrom()

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

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

1237 {
1238 ADCConfig::MergeImpl(*this, from);
1239 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

2669 {
2670 auto* const _this = static_cast<ADCConfig*>(&to_msg);
2671 auto& from = static_cast<const ADCConfig&>(from_msg);
2672 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ADCConfig)
2673 ABSL_DCHECK_NE(&from, _this);
2674 ::uint32_t cached_has_bits = 0;
2675 (void) cached_has_bits;
2676
2677 if (from._internal_resolution() != 0) {
2678 _this->_internal_set_resolution(from._internal_resolution());
2679 }
2680 if (from._internal_output_format() != 0) {
2681 _this->_internal_set_output_format(from._internal_output_format());
2682 }
2683 if (from._internal_sb_first() != 0) {
2684 _this->_internal_set_sb_first(from._internal_sb_first());
2685 }
2686 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2687}

◆ mutable_unknown_fields()

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

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

1184 {
1185 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1186 }

◆ New()

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

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

1231 {
1232 return CreateMaybeMessage<ADCConfig>(arena);
1233 }

◆ operator=() [1/2]

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

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

1167 {
1168 if (this == &from) return *this;
1169 if (GetOwningArena() == from.GetOwningArena()
1170 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1171 && GetOwningArena() != nullptr
1172 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1173 ) {
1174 InternalSwap(&from);
1175 } else {
1176 CopyFrom(from);
1177 }
1178 return *this;
1179 }
void CopyFrom(const ADCConfig &from)
void InternalSwap(ADCConfig *other)

◆ operator=() [2/2]

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

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

1163 {
1164 CopyFrom(from);
1165 return *this;
1166 }

◆ output_format()

bool daphne::ADCConfig::output_format ( ) const
inline

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

7001 {
7002 // @@protoc_insertion_point(field_get:daphne.ADCConfig.output_format)
7003 return _internal_output_format();
7004}

◆ resolution()

bool daphne::ADCConfig::resolution ( ) const
inline

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

6979 {
6980 // @@protoc_insertion_point(field_get:daphne.ADCConfig.resolution)
6981 return _internal_resolution();
6982}

◆ sb_first()

bool daphne::ADCConfig::sb_first ( ) const
inline

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

7023 {
7024 // @@protoc_insertion_point(field_get:daphne.ADCConfig.sb_first)
7025 return _internal_sb_first();
7026}

◆ set_output_format()

void daphne::ADCConfig::set_output_format ( bool value)
inline

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

7005 {
7007 // @@protoc_insertion_point(field_set:daphne.ADCConfig.output_format)
7008}
void _internal_set_output_format(bool value)

◆ set_resolution()

void daphne::ADCConfig::set_resolution ( bool value)
inline

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

6983 {
6985 // @@protoc_insertion_point(field_set:daphne.ADCConfig.resolution)
6986}
void _internal_set_resolution(bool value)

◆ set_sb_first()

void daphne::ADCConfig::set_sb_first ( bool value)
inline

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

7027 {
7029 // @@protoc_insertion_point(field_set:daphne.ADCConfig.sb_first)
7030}
void _internal_set_sb_first(bool value)

◆ SetCachedSize()

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

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

2533 {
2534 _impl_._cached_size_.Set(size);
2535}

◆ SharedCtor()

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

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

2516 {
2517 (void)arena;
2518 new (&_impl_) Impl_{
2519 decltype(_impl_.resolution_){false},
2520 decltype(_impl_.output_format_){false},
2521 decltype(_impl_.sb_first_){false},
2522 /*decltype(_impl_._cached_size_)*/ {},
2523 };
2524}

◆ SharedDtor()

void daphne::ADCConfig::SharedDtor ( )
inlineprivate

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

2530 {
2531 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2532}

◆ Swap()

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

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

1210 {
1211 if (other == this) return;
1212 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1213 if (GetOwningArena() != nullptr &&
1214 GetOwningArena() == other->GetOwningArena()) {
1215 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1216 if (GetOwningArena() == other->GetOwningArena()) {
1217 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1218 InternalSwap(other);
1219 } else {
1220 ::google::protobuf::internal::GenericSwap(this, other);
1221 }
1222 }

◆ unknown_fields()

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

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

1181 {
1182 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1183 }

◆ UnsafeArenaSwap()

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

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

1223 {
1224 if (other == this) return;
1225 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1226 InternalSwap(other);
1227 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

1207 {
1208 a.Swap(&b);
1209 }

Member Data Documentation

◆ [union]

union { ... } daphne::ADCConfig

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::ADCConfig::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::ADCConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

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


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