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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readAFEBiasSet ()
 
 ~cmd_readAFEBiasSet () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readAFEBiasSet (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readAFEBiasSet (const cmd_readAFEBiasSet &from)
 
 cmd_readAFEBiasSet (cmd_readAFEBiasSet &&from) noexcept
 
cmd_readAFEBiasSetoperator= (const cmd_readAFEBiasSet &from)
 
cmd_readAFEBiasSetoperator= (cmd_readAFEBiasSet &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readAFEBiasSet *other)
 
void UnsafeArenaSwap (cmd_readAFEBiasSet *other)
 
cmd_readAFEBiasSetNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readAFEBiasSet &from)
 
void MergeFrom (const cmd_readAFEBiasSet &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_readAFEBiasSet (::_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_readAFEBiasSetdefault_instance ()
 
static const cmd_readAFEBiasSetinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readAFEBiasSet (::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_readAFEBiasSet *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_readAFEBiasSet &a, cmd_readAFEBiasSet &b)
 

Detailed Description

Definition at line 5322 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 5449 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readAFEBiasSet() [1/6]

daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet ( )
inline

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

◆ ~cmd_readAFEBiasSet()

daphne::cmd_readAFEBiasSet::~cmd_readAFEBiasSet ( )
override

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

8801 {
8802 // @@protoc_insertion_point(destructor:daphne.cmd_readAFEBiasSet)
8803 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8804 SharedDtor();
8805}

◆ cmd_readAFEBiasSet() [2/6]

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

◆ cmd_readAFEBiasSet() [3/6]

daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet ( const cmd_readAFEBiasSet & from)

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

8788 : ::google::protobuf::Message(), _impl_(from._impl_) {
8789 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8790 from._internal_metadata_);
8791 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readAFEBiasSet)
8792}

◆ cmd_readAFEBiasSet() [4/6]

daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet ( cmd_readAFEBiasSet && from)
inlinenoexcept

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

5332 : cmd_readAFEBiasSet() {
5333 *this = ::std::move(from);
5334 }

◆ cmd_readAFEBiasSet() [5/6]

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

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

8783 : ::google::protobuf::Message(arena) {
8784 SharedCtor(arena);
8785 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readAFEBiasSet)
8786}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readAFEBiasSet() [6/6]

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

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

555 : _impl_{
556 /*decltype(_impl_.id_)*/ 0,
557 /*decltype(_impl_.afeblock_)*/ 0u,
558 /*decltype(_impl_._cached_size_)*/ {},
559 } {}

Member Function Documentation

◆ _internal_afeblock()

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

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

13993 {
13994 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13995 return _impl_.afeblock_;
13996}

◆ _internal_id()

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

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

13971 {
13972 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13973 return _impl_.id_;
13974}

◆ _internal_set_afeblock()

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

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

13997 {
13998 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13999 ;
14000 _impl_.afeblock_ = value;
14001}

◆ _internal_set_id()

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

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

13975 {
13976 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13977 ;
13978 _impl_.id_ = value;
13979}

◆ _InternalParse()

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

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

8826 {
8827 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8828 return ptr;
8829}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

8870 {
8871 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readAFEBiasSet)
8872 ::uint32_t cached_has_bits = 0;
8873 (void)cached_has_bits;
8874
8875 // int32 id = 1;
8876 if (this->_internal_id() != 0) {
8877 target = ::google::protobuf::internal::WireFormatLite::
8878 WriteInt32ToArrayWithField<1>(
8879 stream, this->_internal_id(), target);
8880 }
8881
8882 // uint32 afeBlock = 2;
8883 if (this->_internal_afeblock() != 0) {
8884 target = stream->EnsureSpace(target);
8885 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
8886 2, this->_internal_afeblock(), target);
8887 }
8888
8889 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8890 target =
8891 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8892 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8893 }
8894 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readAFEBiasSet)
8895 return target;
8896}

◆ afeblock()

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

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

13985 {
13986 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEBiasSet.afeBlock)
13987 return _internal_afeblock();
13988}

◆ ByteSizeLong()

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

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

8898 {
8899// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readAFEBiasSet)
8900 ::size_t total_size = 0;
8901
8902 ::uint32_t cached_has_bits = 0;
8903 // Prevent compiler warnings about cached_has_bits being unused
8904 (void) cached_has_bits;
8905
8906 // int32 id = 1;
8907 if (this->_internal_id() != 0) {
8908 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
8909 this->_internal_id());
8910 }
8911
8912 // uint32 afeBlock = 2;
8913 if (this->_internal_afeblock() != 0) {
8914 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
8915 this->_internal_afeblock());
8916 }
8917
8918 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8919}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

8813 {
8814// @@protoc_insertion_point(message_clear_start:daphne.cmd_readAFEBiasSet)
8815 ::uint32_t cached_has_bits = 0;
8816 // Prevent compiler warnings about cached_has_bits being unused
8817 (void) cached_has_bits;
8818
8819 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
8820 reinterpret_cast<char*>(&_impl_.afeblock_) -
8821 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.afeblock_));
8822 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8823}

◆ clear_afeblock()

void daphne::cmd_readAFEBiasSet::clear_afeblock ( )
inline

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

13982 {
13983 _impl_.afeblock_ = 0u;
13984}

◆ clear_id()

void daphne::cmd_readAFEBiasSet::clear_id ( )
inline

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

13960 {
13961 _impl_.id_ = 0;
13962}

◆ CopyFrom()

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

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

8945 {
8946// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readAFEBiasSet)
8947 if (&from == this) return;
8948 Clear();
8949 MergeFrom(from);
8950}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readAFEBiasSet &from)

◆ default_instance()

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

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

5370 {
5371 return *internal_default_instance();
5372 }
static const cmd_readAFEBiasSet * internal_default_instance()

◆ descriptor()

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

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

5361 {
5362 return GetDescriptor();
5363 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

5433 {
5434 return "daphne.cmd_readAFEBiasSet";
5435 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

8925{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

5364 {
5365 return default_instance().GetMetadata().descriptor;
5366 }
static const cmd_readAFEBiasSet & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

8967 {
8968 return ::_pbi::AssignDescriptors(
8971}
::_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_readAFEBiasSet::GetReflection ( )
inlinestatic

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

5367 {
5368 return default_instance().GetMetadata().reflection;
5369 }

◆ id()

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

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

13963 {
13964 // @@protoc_insertion_point(field_get:daphne.cmd_readAFEBiasSet.id)
13965 return _internal_id();
13966}

◆ internal_default_instance()

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

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

5373 {
5374 return reinterpret_cast<const cmd_readAFEBiasSet*>(
5376 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readAFEBiasSetDefaultTypeInternal _cmd_readAFEBiasSet_default_instance_

◆ InternalSwap()

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

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

8956 {
8957 using std::swap;
8958 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8959 ::google::protobuf::internal::memswap<
8960 PROTOBUF_FIELD_OFFSET(cmd_readAFEBiasSet, _impl_.afeblock_)
8962 - PROTOBUF_FIELD_OFFSET(cmd_readAFEBiasSet, _impl_.id_)>(
8963 reinterpret_cast<char*>(&_impl_.id_),
8964 reinterpret_cast<char*>(&other->_impl_.id_));
8965}

◆ IsInitialized()

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

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

8952 {
8953 return true;
8954}

◆ MergeFrom()

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

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

5410 {
5411 cmd_readAFEBiasSet::MergeImpl(*this, from);
5412 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

8928 {
8929 auto* const _this = static_cast<cmd_readAFEBiasSet*>(&to_msg);
8930 auto& from = static_cast<const cmd_readAFEBiasSet&>(from_msg);
8931 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readAFEBiasSet)
8932 ABSL_DCHECK_NE(&from, _this);
8933 ::uint32_t cached_has_bits = 0;
8934 (void) cached_has_bits;
8935
8936 if (from._internal_id() != 0) {
8937 _this->_internal_set_id(from._internal_id());
8938 }
8939 if (from._internal_afeblock() != 0) {
8940 _this->_internal_set_afeblock(from._internal_afeblock());
8941 }
8942 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8943}

◆ mutable_unknown_fields()

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

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

5357 {
5358 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5359 }

◆ New()

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

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

5404 {
5405 return CreateMaybeMessage<cmd_readAFEBiasSet>(arena);
5406 }

◆ operator=() [1/2]

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

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

5340 {
5341 if (this == &from) return *this;
5342 if (GetOwningArena() == from.GetOwningArena()
5343 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5344 && GetOwningArena() != nullptr
5345 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
5346 ) {
5347 InternalSwap(&from);
5348 } else {
5349 CopyFrom(from);
5350 }
5351 return *this;
5352 }
void InternalSwap(cmd_readAFEBiasSet *other)
void CopyFrom(const cmd_readAFEBiasSet &from)

◆ operator=() [2/2]

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

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

5336 {
5337 CopyFrom(from);
5338 return *this;
5339 }

◆ set_afeblock()

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

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

13989 {
13991 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEBiasSet.afeBlock)
13992}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

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

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

13967 {
13968 _internal_set_id(value);
13969 // @@protoc_insertion_point(field_set:daphne.cmd_readAFEBiasSet.id)
13970}
void _internal_set_id(::int32_t value)

◆ SetCachedSize()

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

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

8809 {
8810 _impl_._cached_size_.Set(size);
8811}

◆ SharedCtor()

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

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

8793 {
8794 (void)arena;
8795 new (&_impl_) Impl_{
8796 decltype(_impl_.id_){0},
8797 decltype(_impl_.afeblock_){0u},
8798 /*decltype(_impl_._cached_size_)*/ {},
8799 };
8800}

◆ SharedDtor()

void daphne::cmd_readAFEBiasSet::SharedDtor ( )
inlineprivate

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

8806 {
8807 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8808}

◆ Swap()

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

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

5383 {
5384 if (other == this) return;
5385 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5386 if (GetOwningArena() != nullptr &&
5387 GetOwningArena() == other->GetOwningArena()) {
5388 #else // PROTOBUF_FORCE_COPY_IN_SWAP
5389 if (GetOwningArena() == other->GetOwningArena()) {
5390 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
5391 InternalSwap(other);
5392 } else {
5393 ::google::protobuf::internal::GenericSwap(this, other);
5394 }
5395 }

◆ unknown_fields()

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

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

5354 {
5355 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5356 }

◆ UnsafeArenaSwap()

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

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

5396 {
5397 if (other == this) return;
5398 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5399 InternalSwap(other);
5400 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

5380 {
5381 a.Swap(&b);
5382 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readAFEBiasSet::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readAFEBiasSet::kIndexInFileMessages
staticconstexpr
Initial value:
=
26

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


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