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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readAFEReg ()
 
 ~cmd_readAFEReg () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readAFEReg (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readAFEReg (const cmd_readAFEReg &from)
 
 cmd_readAFEReg (cmd_readAFEReg &&from) noexcept
 
cmd_readAFERegoperator= (const cmd_readAFEReg &from)
 
cmd_readAFERegoperator= (cmd_readAFEReg &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readAFEReg *other)
 
void UnsafeArenaSwap (cmd_readAFEReg *other)
 
cmd_readAFERegNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readAFEReg &from)
 
void MergeFrom (const cmd_readAFEReg &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)
 
void clear_regaddress ()
 
::uint32_t regaddress () const
 
void set_regaddress (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readAFEReg (::_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_readAFERegdefault_instance ()
 
static const cmd_readAFEReginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readAFEReg (::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_readAFEReg *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)
 
::uint32_t _internal_regaddress () const
 
void _internal_set_regaddress (::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< 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_5flow_2eproto
 
void swap (cmd_readAFEReg &a, cmd_readAFEReg &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kAfeBlockFieldNumber 
kRegAddressFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_readAFEReg() [1/6]

daphne::cmd_readAFEReg::cmd_readAFEReg ( )
inline

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

◆ ~cmd_readAFEReg()

daphne::cmd_readAFEReg::~cmd_readAFEReg ( )
override

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

7811 {
7812 // @@protoc_insertion_point(destructor:daphne.cmd_readAFEReg)
7813 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7814 SharedDtor();
7815}

◆ cmd_readAFEReg() [2/6]

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

◆ cmd_readAFEReg() [3/6]

daphne::cmd_readAFEReg::cmd_readAFEReg ( const cmd_readAFEReg & from)

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

7797 : ::google::protobuf::Message(), _impl_(from._impl_) {
7798 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7799 from._internal_metadata_);
7800 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readAFEReg)
7801}

◆ cmd_readAFEReg() [4/6]

daphne::cmd_readAFEReg::cmd_readAFEReg ( cmd_readAFEReg && from)
inlinenoexcept

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

4568 : cmd_readAFEReg() {
4569 *this = ::std::move(from);
4570 }

◆ cmd_readAFEReg() [5/6]

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

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

7792 : ::google::protobuf::Message(arena) {
7793 SharedCtor(arena);
7794 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readAFEReg)
7795}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readAFEReg() [6/6]

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

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

475 : _impl_{
476 /*decltype(_impl_.id_)*/ 0,
477 /*decltype(_impl_.afeblock_)*/ 0u,
478 /*decltype(_impl_.regaddress_)*/ 0u,
479 /*decltype(_impl_._cached_size_)*/ {},
480 } {}

Member Function Documentation

◆ _internal_afeblock()

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

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

13611 {
13612 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13613 return _impl_.afeblock_;
13614}

◆ _internal_id()

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

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

13589 {
13590 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13591 return _impl_.id_;
13592}

◆ _internal_regaddress()

uint32_t daphne::cmd_readAFEReg::_internal_regaddress ( ) const
inlineprivate

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

13633 {
13634 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13635 return _impl_.regaddress_;
13636}

◆ _internal_set_afeblock()

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

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

13615 {
13616 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13617 ;
13618 _impl_.afeblock_ = value;
13619}

◆ _internal_set_id()

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

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

13593 {
13594 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13595 ;
13596 _impl_.id_ = value;
13597}

◆ _internal_set_regaddress()

void daphne::cmd_readAFEReg::_internal_set_regaddress ( ::uint32_t value)
inlineprivate

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

13637 {
13638 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13639 ;
13640 _impl_.regaddress_ = value;
13641}

◆ _InternalParse()

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

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

7836 {
7837 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7838 return ptr;
7839}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

7887 {
7888 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readAFEReg)
7889 ::uint32_t cached_has_bits = 0;
7890 (void)cached_has_bits;
7891
7892 // int32 id = 1;
7893 if (this->_internal_id() != 0) {
7894 target = ::google::protobuf::internal::WireFormatLite::
7895 WriteInt32ToArrayWithField<1>(
7896 stream, this->_internal_id(), target);
7897 }
7898
7899 // uint32 afeBlock = 2;
7900 if (this->_internal_afeblock() != 0) {
7901 target = stream->EnsureSpace(target);
7902 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7903 2, this->_internal_afeblock(), target);
7904 }
7905
7906 // uint32 regAddress = 3;
7907 if (this->_internal_regaddress() != 0) {
7908 target = stream->EnsureSpace(target);
7909 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7910 3, this->_internal_regaddress(), target);
7911 }
7912
7913 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7914 target =
7915 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7916 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7917 }
7918 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readAFEReg)
7919 return target;
7920}
::uint32_t _internal_afeblock() const
::uint32_t _internal_regaddress() const

◆ afeblock()

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

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

13603 {
13604 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEReg.afeBlock)
13605 return _internal_afeblock();
13606}

◆ ByteSizeLong()

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

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

7922 {
7923// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readAFEReg)
7924 ::size_t total_size = 0;
7925
7926 ::uint32_t cached_has_bits = 0;
7927 // Prevent compiler warnings about cached_has_bits being unused
7928 (void) cached_has_bits;
7929
7930 // int32 id = 1;
7931 if (this->_internal_id() != 0) {
7932 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
7933 this->_internal_id());
7934 }
7935
7936 // uint32 afeBlock = 2;
7937 if (this->_internal_afeblock() != 0) {
7938 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7939 this->_internal_afeblock());
7940 }
7941
7942 // uint32 regAddress = 3;
7943 if (this->_internal_regaddress() != 0) {
7944 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7945 this->_internal_regaddress());
7946 }
7947
7948 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7949}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

7823 {
7824// @@protoc_insertion_point(message_clear_start:daphne.cmd_readAFEReg)
7825 ::uint32_t cached_has_bits = 0;
7826 // Prevent compiler warnings about cached_has_bits being unused
7827 (void) cached_has_bits;
7828
7829 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
7830 reinterpret_cast<char*>(&_impl_.regaddress_) -
7831 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.regaddress_));
7832 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7833}

◆ clear_afeblock()

void daphne::cmd_readAFEReg::clear_afeblock ( )
inline

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

13600 {
13601 _impl_.afeblock_ = 0u;
13602}

◆ clear_id()

void daphne::cmd_readAFEReg::clear_id ( )
inline

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

13578 {
13579 _impl_.id_ = 0;
13580}

◆ clear_regaddress()

void daphne::cmd_readAFEReg::clear_regaddress ( )
inline

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

13622 {
13623 _impl_.regaddress_ = 0u;
13624}

◆ CopyFrom()

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

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

7978 {
7979// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readAFEReg)
7980 if (&from == this) return;
7981 Clear();
7982 MergeFrom(from);
7983}
void MergeFrom(const cmd_readAFEReg &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

4606 {
4607 return *internal_default_instance();
4608 }
static const cmd_readAFEReg * internal_default_instance()

◆ descriptor()

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

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

4597 {
4598 return GetDescriptor();
4599 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

4669 {
4670 return "daphne.cmd_readAFEReg";
4671 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7955{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

4600 {
4601 return default_instance().GetMetadata().descriptor;
4602 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readAFEReg & default_instance()

◆ GetMetadata()

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

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

8000 {
8001 return ::_pbi::AssignDescriptors(
8004}
::_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_readAFEReg::GetReflection ( )
inlinestatic

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

4603 {
4604 return default_instance().GetMetadata().reflection;
4605 }

◆ id()

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

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

13581 {
13582 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEReg.id)
13583 return _internal_id();
13584}

◆ internal_default_instance()

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

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

4609 {
4610 return reinterpret_cast<const cmd_readAFEReg*>(
4612 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readAFERegDefaultTypeInternal _cmd_readAFEReg_default_instance_

◆ InternalSwap()

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

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

7989 {
7990 using std::swap;
7991 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7992 ::google::protobuf::internal::memswap<
7993 PROTOBUF_FIELD_OFFSET(cmd_readAFEReg, _impl_.regaddress_)
7995 - PROTOBUF_FIELD_OFFSET(cmd_readAFEReg, _impl_.id_)>(
7996 reinterpret_cast<char*>(&_impl_.id_),
7997 reinterpret_cast<char*>(&other->_impl_.id_));
7998}

◆ IsInitialized()

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

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

7985 {
7986 return true;
7987}

◆ MergeFrom()

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

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

4646 {
4647 cmd_readAFEReg::MergeImpl(*this, from);
4648 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

7958 {
7959 auto* const _this = static_cast<cmd_readAFEReg*>(&to_msg);
7960 auto& from = static_cast<const cmd_readAFEReg&>(from_msg);
7961 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readAFEReg)
7962 ABSL_DCHECK_NE(&from, _this);
7963 ::uint32_t cached_has_bits = 0;
7964 (void) cached_has_bits;
7965
7966 if (from._internal_id() != 0) {
7967 _this->_internal_set_id(from._internal_id());
7968 }
7969 if (from._internal_afeblock() != 0) {
7970 _this->_internal_set_afeblock(from._internal_afeblock());
7971 }
7972 if (from._internal_regaddress() != 0) {
7973 _this->_internal_set_regaddress(from._internal_regaddress());
7974 }
7975 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7976}

◆ mutable_unknown_fields()

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

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

4593 {
4594 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4595 }

◆ New()

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

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

4640 {
4641 return CreateMaybeMessage<cmd_readAFEReg>(arena);
4642 }

◆ operator=() [1/2]

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

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

4576 {
4577 if (this == &from) return *this;
4578 if (GetOwningArena() == from.GetOwningArena()
4579 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4580 && GetOwningArena() != nullptr
4581 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4582 ) {
4583 InternalSwap(&from);
4584 } else {
4585 CopyFrom(from);
4586 }
4587 return *this;
4588 }
void CopyFrom(const cmd_readAFEReg &from)
void InternalSwap(cmd_readAFEReg *other)

◆ operator=() [2/2]

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

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

4572 {
4573 CopyFrom(from);
4574 return *this;
4575 }

◆ regaddress()

uint32_t daphne::cmd_readAFEReg::regaddress ( ) const
inline

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

13625 {
13626 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEReg.regAddress)
13627 return _internal_regaddress();
13628}

◆ set_afeblock()

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

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

13607 {
13609 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEReg.afeBlock)
13610}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

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

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

13585 {
13586 _internal_set_id(value);
13587 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEReg.id)
13588}
void _internal_set_id(::int32_t value)

◆ set_regaddress()

void daphne::cmd_readAFEReg::set_regaddress ( ::uint32_t value)
inline

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

13629 {
13631 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEReg.regAddress)
13632}
void _internal_set_regaddress(::uint32_t value)

◆ SetCachedSize()

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

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

7819 {
7820 _impl_._cached_size_.Set(size);
7821}

◆ SharedCtor()

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

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

7802 {
7803 (void)arena;
7804 new (&_impl_) Impl_{
7805 decltype(_impl_.id_){0},
7806 decltype(_impl_.afeblock_){0u},
7807 decltype(_impl_.regaddress_){0u},
7808 /*decltype(_impl_._cached_size_)*/ {},
7809 };
7810}

◆ SharedDtor()

void daphne::cmd_readAFEReg::SharedDtor ( )
inlineprivate

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

7816 {
7817 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7818}

◆ Swap()

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

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

4619 {
4620 if (other == this) return;
4621 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4622 if (GetOwningArena() != nullptr &&
4623 GetOwningArena() == other->GetOwningArena()) {
4624 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4625 if (GetOwningArena() == other->GetOwningArena()) {
4626 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4627 InternalSwap(other);
4628 } else {
4629 ::google::protobuf::internal::GenericSwap(this, other);
4630 }
4631 }

◆ unknown_fields()

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

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

4590 {
4591 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4592 }

◆ UnsafeArenaSwap()

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

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

4632 {
4633 if (other == this) return;
4634 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4635 InternalSwap(other);
4636 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

4616 {
4617 a.Swap(&b);
4618 }

Member Data Documentation

◆ [union]

union { ... } daphne::cmd_readAFEReg

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readAFEReg::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readAFEReg::kIndexInFileMessages
staticconstexpr
Initial value:
=
22

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


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