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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kResolutionFieldNumber 
kOutputFormatFieldNumber 
kSbFirstFieldNumber 

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

Constructor & Destructor Documentation

◆ ADCConfig() [1/6]

daphne::ADCConfig::ADCConfig ( )
inline

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

◆ ~ADCConfig()

daphne::ADCConfig::~ADCConfig ( )
override

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

2521 {
2522 // @@protoc_insertion_point(destructor:daphne.ADCConfig)
2523 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2524 SharedDtor();
2525}

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

2507 : ::google::protobuf::Message(), _impl_(from._impl_) {
2508 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2509 from._internal_metadata_);
2510 // @@protoc_insertion_point(copy_constructor:daphne.ADCConfig)
2511}

◆ ADCConfig() [4/6]

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

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

1157 : ADCConfig() {
1158 *this = ::std::move(from);
1159 }

◆ ADCConfig() [5/6]

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

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

2502 : ::google::protobuf::Message(arena) {
2503 SharedCtor(arena);
2504 // @@protoc_insertion_point(arena_constructor:daphne.ADCConfig)
2505}
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 7007 of file daphne_control_high.pb.h.

7007 {
7008 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7009 return _impl_.output_format_;
7010}

◆ _internal_resolution()

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

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

6985 {
6986 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6987 return _impl_.resolution_;
6988}

◆ _internal_sb_first()

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

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

7029 {
7030 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7031 return _impl_.sb_first_;
7032}

◆ _internal_set_output_format()

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

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

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

◆ _internal_set_resolution()

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

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

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

◆ _internal_set_sb_first()

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

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

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

◆ _InternalParse()

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

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

2546 {
2547 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2548 return ptr;
2549}
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 2595 of file daphne_control_high.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_output_format()

void daphne::ADCConfig::clear_output_format ( )
inline

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

6996 {
6997 _impl_.output_format_ = false;
6998}

◆ clear_resolution()

void daphne::ADCConfig::clear_resolution ( )
inline

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

6974 {
6975 _impl_.resolution_ = false;
6976}

◆ clear_sb_first()

void daphne::ADCConfig::clear_sb_first ( )
inline

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

7018 {
7019 _impl_.sb_first_ = false;
7020}

◆ CopyFrom()

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

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

2685 {
2686// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ADCConfig)
2687 if (&from == this) return;
2688 Clear();
2689 MergeFrom(from);
2690}
void MergeFrom(const ADCConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

1195 {
1196 return *internal_default_instance();
1197 }
static const ADCConfig * internal_default_instance()

◆ descriptor()

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

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

1186 {
1187 return GetDescriptor();
1188 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1258 {
1259 return "daphne.ADCConfig";
1260 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2662{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

2707 {
2708 return ::_pbi::AssignDescriptors(
2711}
::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 1192 of file daphne_control_high.pb.h.

1192 {
1193 return default_instance().GetMetadata().reflection;
1194 }

◆ internal_default_instance()

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

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

1198 {
1199 return reinterpret_cast<const ADCConfig*>(
1201 }
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 2696 of file daphne_control_high.pb.cc.

2696 {
2697 using std::swap;
2698 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2699 ::google::protobuf::internal::memswap<
2700 PROTOBUF_FIELD_OFFSET(ADCConfig, _impl_.sb_first_)
2702 - PROTOBUF_FIELD_OFFSET(ADCConfig, _impl_.resolution_)>(
2703 reinterpret_cast<char*>(&_impl_.resolution_),
2704 reinterpret_cast<char*>(&other->_impl_.resolution_));
2705}

◆ IsInitialized()

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

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

2692 {
2693 return true;
2694}

◆ MergeFrom()

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

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

1235 {
1236 ADCConfig::MergeImpl(*this, from);
1237 }
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 2665 of file daphne_control_high.pb.cc.

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

1229 {
1230 return CreateMaybeMessage<ADCConfig>(arena);
1231 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

1161 {
1162 CopyFrom(from);
1163 return *this;
1164 }

◆ output_format()

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

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

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

◆ resolution()

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

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

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

◆ sb_first()

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

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

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

◆ set_output_format()

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

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

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

◆ set_resolution()

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

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

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

◆ set_sb_first()

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

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

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

◆ SetCachedSize()

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

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

2529 {
2530 _impl_._cached_size_.Set(size);
2531}

◆ SharedCtor()

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

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

2512 {
2513 (void)arena;
2514 new (&_impl_) Impl_{
2515 decltype(_impl_.resolution_){false},
2516 decltype(_impl_.output_format_){false},
2517 decltype(_impl_.sb_first_){false},
2518 /*decltype(_impl_._cached_size_)*/ {},
2519 };
2520}

◆ SharedDtor()

void daphne::ADCConfig::SharedDtor ( )
inlineprivate

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

2526 {
2527 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2528}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

1205 {
1206 a.Swap(&b);
1207 }

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

◆ _impl_

Impl_ daphne::ADCConfig::_impl_

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

◆ kIndexInFileMessages

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

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


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