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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 , kAfeBlockFieldNumber = 2 }
 

Public Member Functions

 cmd_readAFEVgain ()
 
 ~cmd_readAFEVgain () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readAFEVgain (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readAFEVgain (const cmd_readAFEVgain &from)
 
 cmd_readAFEVgain (cmd_readAFEVgain &&from) noexcept
 
cmd_readAFEVgainoperator= (const cmd_readAFEVgain &from)
 
cmd_readAFEVgainoperator= (cmd_readAFEVgain &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readAFEVgain *other)
 
void UnsafeArenaSwap (cmd_readAFEVgain *other)
 
cmd_readAFEVgainNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readAFEVgain &from)
 
void MergeFrom (const cmd_readAFEVgain &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_id ()
 
::int32_t id () const
 
void set_id (::int32_t value)
 
void clear_afeblock ()
 
::uint32_t afeblock () const
 
void set_afeblock (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readAFEVgain (::_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 cmd_readAFEVgaindefault_instance ()
 
static const cmd_readAFEVgaininternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readAFEVgain (::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 (cmd_readAFEVgain *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_afeblock () const
 
void _internal_set_afeblock (::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< 1, 2, 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_5flow_2eproto
 
void swap (cmd_readAFEVgain &a, cmd_readAFEVgain &b)
 

Detailed Description

Definition at line 4952 of file daphne_control_low.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kAfeBlockFieldNumber 

Definition at line 5079 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readAFEVgain() [1/6]

daphne::cmd_readAFEVgain::cmd_readAFEVgain ( )
inline

Definition at line 4955 of file daphne_control_low.pb.h.

◆ ~cmd_readAFEVgain()

daphne::cmd_readAFEVgain::~cmd_readAFEVgain ( )
override

Definition at line 8331 of file daphne_control_low.pb.cc.

8331 {
8332 // @@protoc_insertion_point(destructor:daphne.cmd_readAFEVgain)
8333 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8334 SharedDtor();
8335}

◆ cmd_readAFEVgain() [2/6]

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

◆ cmd_readAFEVgain() [3/6]

daphne::cmd_readAFEVgain::cmd_readAFEVgain ( const cmd_readAFEVgain & from)

Definition at line 8317 of file daphne_control_low.pb.cc.

8318 : ::google::protobuf::Message(), _impl_(from._impl_) {
8319 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8320 from._internal_metadata_);
8321 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readAFEVgain)
8322}

◆ cmd_readAFEVgain() [4/6]

daphne::cmd_readAFEVgain::cmd_readAFEVgain ( cmd_readAFEVgain && from)
inlinenoexcept

Definition at line 4961 of file daphne_control_low.pb.h.

4962 : cmd_readAFEVgain() {
4963 *this = ::std::move(from);
4964 }

◆ cmd_readAFEVgain() [5/6]

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

Definition at line 8312 of file daphne_control_low.pb.cc.

8313 : ::google::protobuf::Message(arena) {
8314 SharedCtor(arena);
8315 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readAFEVgain)
8316}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readAFEVgain() [6/6]

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

Definition at line 515 of file daphne_control_low.pb.cc.

516 : _impl_{
517 /*decltype(_impl_.id_)*/ 0,
518 /*decltype(_impl_.afeblock_)*/ 0u,
519 /*decltype(_impl_._cached_size_)*/ {},
520 } {}

Member Function Documentation

◆ _internal_afeblock()

uint32_t daphne::cmd_readAFEVgain::_internal_afeblock ( ) const
inlineprivate

Definition at line 13824 of file daphne_control_low.pb.h.

13824 {
13825 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13826 return _impl_.afeblock_;
13827}

◆ _internal_id()

int32_t daphne::cmd_readAFEVgain::_internal_id ( ) const
inlineprivate

Definition at line 13802 of file daphne_control_low.pb.h.

13802 {
13803 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13804 return _impl_.id_;
13805}

◆ _internal_set_afeblock()

void daphne::cmd_readAFEVgain::_internal_set_afeblock ( ::uint32_t value)
inlineprivate

Definition at line 13828 of file daphne_control_low.pb.h.

13828 {
13829 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13830 ;
13831 _impl_.afeblock_ = value;
13832}

◆ _internal_set_id()

void daphne::cmd_readAFEVgain::_internal_set_id ( ::int32_t value)
inlineprivate

Definition at line 13806 of file daphne_control_low.pb.h.

13806 {
13807 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13808 ;
13809 _impl_.id_ = value;
13810}

◆ _InternalParse()

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

Definition at line 8355 of file daphne_control_low.pb.cc.

8356 {
8357 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8358 return ptr;
8359}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 8398 of file daphne_control_low.pb.cc.

8400 {
8401 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readAFEVgain)
8402 ::uint32_t cached_has_bits = 0;
8403 (void)cached_has_bits;
8404
8405 // int32 id = 1;
8406 if (this->_internal_id() != 0) {
8407 target = ::google::protobuf::internal::WireFormatLite::
8408 WriteInt32ToArrayWithField<1>(
8409 stream, this->_internal_id(), target);
8410 }
8411
8412 // uint32 afeBlock = 2;
8413 if (this->_internal_afeblock() != 0) {
8414 target = stream->EnsureSpace(target);
8415 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
8416 2, this->_internal_afeblock(), target);
8417 }
8418
8419 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8420 target =
8421 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8422 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8423 }
8424 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readAFEVgain)
8425 return target;
8426}

◆ afeblock()

uint32_t daphne::cmd_readAFEVgain::afeblock ( ) const
inline

Definition at line 13816 of file daphne_control_low.pb.h.

13816 {
13817 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEVgain.afeBlock)
13818 return _internal_afeblock();
13819}

◆ ByteSizeLong()

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

Definition at line 8428 of file daphne_control_low.pb.cc.

8428 {
8429// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readAFEVgain)
8430 ::size_t total_size = 0;
8431
8432 ::uint32_t cached_has_bits = 0;
8433 // Prevent compiler warnings about cached_has_bits being unused
8434 (void) cached_has_bits;
8435
8436 // int32 id = 1;
8437 if (this->_internal_id() != 0) {
8438 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
8439 this->_internal_id());
8440 }
8441
8442 // uint32 afeBlock = 2;
8443 if (this->_internal_afeblock() != 0) {
8444 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
8445 this->_internal_afeblock());
8446 }
8447
8448 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8449}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

Definition at line 8343 of file daphne_control_low.pb.cc.

8343 {
8344// @@protoc_insertion_point(message_clear_start:daphne.cmd_readAFEVgain)
8345 ::uint32_t cached_has_bits = 0;
8346 // Prevent compiler warnings about cached_has_bits being unused
8347 (void) cached_has_bits;
8348
8349 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
8350 reinterpret_cast<char*>(&_impl_.afeblock_) -
8351 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.afeblock_));
8352 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8353}

◆ clear_afeblock()

void daphne::cmd_readAFEVgain::clear_afeblock ( )
inline

Definition at line 13813 of file daphne_control_low.pb.h.

13813 {
13814 _impl_.afeblock_ = 0u;
13815}

◆ clear_id()

void daphne::cmd_readAFEVgain::clear_id ( )
inline

Definition at line 13791 of file daphne_control_low.pb.h.

13791 {
13792 _impl_.id_ = 0;
13793}

◆ CopyFrom()

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

Definition at line 8475 of file daphne_control_low.pb.cc.

8475 {
8476// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readAFEVgain)
8477 if (&from == this) return;
8478 Clear();
8479 MergeFrom(from);
8480}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readAFEVgain &from)

◆ default_instance()

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

Definition at line 5000 of file daphne_control_low.pb.h.

5000 {
5001 return *internal_default_instance();
5002 }
static const cmd_readAFEVgain * internal_default_instance()

◆ descriptor()

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

Definition at line 4991 of file daphne_control_low.pb.h.

4991 {
4992 return GetDescriptor();
4993 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

Definition at line 5063 of file daphne_control_low.pb.h.

5063 {
5064 return "daphne.cmd_readAFEVgain";
5065 }

◆ GetCachedSize()

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

Definition at line 5053 of file daphne_control_low.pb.h.

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

◆ GetClassData()

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

Definition at line 8455 of file daphne_control_low.pb.cc.

8455{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

Definition at line 4994 of file daphne_control_low.pb.h.

4994 {
4995 return default_instance().GetMetadata().descriptor;
4996 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readAFEVgain & default_instance()

◆ GetMetadata()

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

Definition at line 8497 of file daphne_control_low.pb.cc.

8497 {
8498 return ::_pbi::AssignDescriptors(
8501}
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto[59]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_getter()
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_once

◆ GetReflection()

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

Definition at line 4997 of file daphne_control_low.pb.h.

4997 {
4998 return default_instance().GetMetadata().reflection;
4999 }

◆ id()

int32_t daphne::cmd_readAFEVgain::id ( ) const
inline

Definition at line 13794 of file daphne_control_low.pb.h.

13794 {
13795 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEVgain.id)
13796 return _internal_id();
13797}

◆ internal_default_instance()

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

Definition at line 5003 of file daphne_control_low.pb.h.

5003 {
5004 return reinterpret_cast<const cmd_readAFEVgain*>(
5006 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readAFEVgainDefaultTypeInternal _cmd_readAFEVgain_default_instance_

◆ InternalSwap()

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

Definition at line 8486 of file daphne_control_low.pb.cc.

8486 {
8487 using std::swap;
8488 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8489 ::google::protobuf::internal::memswap<
8490 PROTOBUF_FIELD_OFFSET(cmd_readAFEVgain, _impl_.afeblock_)
8492 - PROTOBUF_FIELD_OFFSET(cmd_readAFEVgain, _impl_.id_)>(
8493 reinterpret_cast<char*>(&_impl_.id_),
8494 reinterpret_cast<char*>(&other->_impl_.id_));
8495}

◆ IsInitialized()

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

Definition at line 8482 of file daphne_control_low.pb.cc.

8482 {
8483 return true;
8484}

◆ MergeFrom()

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

Definition at line 5040 of file daphne_control_low.pb.h.

5040 {
5041 cmd_readAFEVgain::MergeImpl(*this, from);
5042 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 8458 of file daphne_control_low.pb.cc.

8458 {
8459 auto* const _this = static_cast<cmd_readAFEVgain*>(&to_msg);
8460 auto& from = static_cast<const cmd_readAFEVgain&>(from_msg);
8461 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readAFEVgain)
8462 ABSL_DCHECK_NE(&from, _this);
8463 ::uint32_t cached_has_bits = 0;
8464 (void) cached_has_bits;
8465
8466 if (from._internal_id() != 0) {
8467 _this->_internal_set_id(from._internal_id());
8468 }
8469 if (from._internal_afeblock() != 0) {
8470 _this->_internal_set_afeblock(from._internal_afeblock());
8471 }
8472 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8473}

◆ mutable_unknown_fields()

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

Definition at line 4987 of file daphne_control_low.pb.h.

4987 {
4988 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4989 }

◆ New()

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

Definition at line 5034 of file daphne_control_low.pb.h.

5034 {
5035 return CreateMaybeMessage<cmd_readAFEVgain>(arena);
5036 }

◆ operator=() [1/2]

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

Definition at line 4970 of file daphne_control_low.pb.h.

4970 {
4971 if (this == &from) return *this;
4972 if (GetOwningArena() == from.GetOwningArena()
4973 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4974 && GetOwningArena() != nullptr
4975 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4976 ) {
4977 InternalSwap(&from);
4978 } else {
4979 CopyFrom(from);
4980 }
4981 return *this;
4982 }
void CopyFrom(const cmd_readAFEVgain &from)
void InternalSwap(cmd_readAFEVgain *other)

◆ operator=() [2/2]

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

Definition at line 4966 of file daphne_control_low.pb.h.

4966 {
4967 CopyFrom(from);
4968 return *this;
4969 }

◆ set_afeblock()

void daphne::cmd_readAFEVgain::set_afeblock ( ::uint32_t value)
inline

Definition at line 13820 of file daphne_control_low.pb.h.

13820 {
13822 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEVgain.afeBlock)
13823}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

void daphne::cmd_readAFEVgain::set_id ( ::int32_t value)
inline

Definition at line 13798 of file daphne_control_low.pb.h.

13798 {
13799 _internal_set_id(value);
13800 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEVgain.id)
13801}
void _internal_set_id(::int32_t value)

◆ SetCachedSize()

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

Definition at line 8339 of file daphne_control_low.pb.cc.

8339 {
8340 _impl_._cached_size_.Set(size);
8341}

◆ SharedCtor()

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

Definition at line 8323 of file daphne_control_low.pb.cc.

8323 {
8324 (void)arena;
8325 new (&_impl_) Impl_{
8326 decltype(_impl_.id_){0},
8327 decltype(_impl_.afeblock_){0u},
8328 /*decltype(_impl_._cached_size_)*/ {},
8329 };
8330}

◆ SharedDtor()

void daphne::cmd_readAFEVgain::SharedDtor ( )
inlineprivate

Definition at line 8336 of file daphne_control_low.pb.cc.

8336 {
8337 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8338}

◆ Swap()

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

Definition at line 5013 of file daphne_control_low.pb.h.

5013 {
5014 if (other == this) return;
5015 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5016 if (GetOwningArena() != nullptr &&
5017 GetOwningArena() == other->GetOwningArena()) {
5018 #else // PROTOBUF_FORCE_COPY_IN_SWAP
5019 if (GetOwningArena() == other->GetOwningArena()) {
5020 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
5021 InternalSwap(other);
5022 } else {
5023 ::google::protobuf::internal::GenericSwap(this, other);
5024 }
5025 }

◆ unknown_fields()

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

Definition at line 4984 of file daphne_control_low.pb.h.

4984 {
4985 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4986 }

◆ UnsafeArenaSwap()

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

Definition at line 5026 of file daphne_control_low.pb.h.

5026 {
5027 if (other == this) return;
5028 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5029 InternalSwap(other);
5030 }

Friends And Related Symbol Documentation

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

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

Definition at line 5109 of file daphne_control_low.pb.h.

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

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

Definition at line 5062 of file daphne_control_low.pb.h.

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

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

Definition at line 5107 of file daphne_control_low.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

Definition at line 5010 of file daphne_control_low.pb.h.

5010 {
5011 a.Swap(&b);
5012 }

Member Data Documentation

◆ [union]

union { ... } daphne::cmd_readAFEVgain

◆ _class_data_

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

Definition at line 5070 of file daphne_control_low.pb.h.

◆ _impl_

Impl_ daphne::cmd_readAFEVgain::_impl_

Definition at line 5118 of file daphne_control_low.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readAFEVgain::_table_
staticprivate

Definition at line 5108 of file daphne_control_low.pb.h.

◆ kIndexInFileMessages

int daphne::cmd_readAFEVgain::kIndexInFileMessages
staticconstexpr
Initial value:
=
24

Definition at line 5007 of file daphne_control_low.pb.h.


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