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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readBiasVoltageMonitor ()
 
 ~cmd_readBiasVoltageMonitor () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readBiasVoltageMonitor (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readBiasVoltageMonitor (const cmd_readBiasVoltageMonitor &from)
 
 cmd_readBiasVoltageMonitor (cmd_readBiasVoltageMonitor &&from) noexcept
 
cmd_readBiasVoltageMonitoroperator= (const cmd_readBiasVoltageMonitor &from)
 
cmd_readBiasVoltageMonitoroperator= (cmd_readBiasVoltageMonitor &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readBiasVoltageMonitor *other)
 
void UnsafeArenaSwap (cmd_readBiasVoltageMonitor *other)
 
cmd_readBiasVoltageMonitorNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readBiasVoltageMonitor &from)
 
void MergeFrom (const cmd_readBiasVoltageMonitor &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_readBiasVoltageMonitor (::_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_readBiasVoltageMonitordefault_instance ()
 
static const cmd_readBiasVoltageMonitorinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ cmd_readBiasVoltageMonitor() [1/6]

daphne::cmd_readBiasVoltageMonitor::cmd_readBiasVoltageMonitor ( )
inline

◆ ~cmd_readBiasVoltageMonitor()

daphne::cmd_readBiasVoltageMonitor::~cmd_readBiasVoltageMonitor ( )
override

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

12902 {
12903 // @@protoc_insertion_point(destructor:daphne.cmd_readBiasVoltageMonitor)
12904 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
12905 SharedDtor();
12906}

◆ cmd_readBiasVoltageMonitor() [2/6]

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

◆ cmd_readBiasVoltageMonitor() [3/6]

daphne::cmd_readBiasVoltageMonitor::cmd_readBiasVoltageMonitor ( const cmd_readBiasVoltageMonitor & from)

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

12889 : ::google::protobuf::Message(), _impl_(from._impl_) {
12890 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
12891 from._internal_metadata_);
12892 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readBiasVoltageMonitor)
12893}

◆ cmd_readBiasVoltageMonitor() [4/6]

daphne::cmd_readBiasVoltageMonitor::cmd_readBiasVoltageMonitor ( cmd_readBiasVoltageMonitor && from)
inlinenoexcept

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

8627 *this = ::std::move(from);
8628 }

◆ cmd_readBiasVoltageMonitor() [5/6]

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

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

12884 : ::google::protobuf::Message(arena) {
12885 SharedCtor(arena);
12886 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readBiasVoltageMonitor)
12887}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readBiasVoltageMonitor() [6/6]

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

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

904 : _impl_{
905 /*decltype(_impl_.id_)*/ 0,
906 /*decltype(_impl_.afeblock_)*/ 0u,
907 /*decltype(_impl_._cached_size_)*/ {},
908 } {}

Member Function Documentation

◆ _internal_afeblock()

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

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

15462 {
15463 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15464 return _impl_.afeblock_;
15465}

◆ _internal_id()

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

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

15440 {
15441 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15442 return _impl_.id_;
15443}

◆ _internal_set_afeblock()

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

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

15466 {
15467 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15468 ;
15469 _impl_.afeblock_ = value;
15470}

◆ _internal_set_id()

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

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

15444 {
15445 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15446 ;
15447 _impl_.id_ = value;
15448}

◆ _InternalParse()

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

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

12927 {
12928 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
12929 return ptr;
12930}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

12971 {
12972 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readBiasVoltageMonitor)
12973 ::uint32_t cached_has_bits = 0;
12974 (void)cached_has_bits;
12975
12976 // int32 id = 1;
12977 if (this->_internal_id() != 0) {
12978 target = ::google::protobuf::internal::WireFormatLite::
12979 WriteInt32ToArrayWithField<1>(
12980 stream, this->_internal_id(), target);
12981 }
12982
12983 // uint32 afeBlock = 2;
12984 if (this->_internal_afeblock() != 0) {
12985 target = stream->EnsureSpace(target);
12986 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
12987 2, this->_internal_afeblock(), target);
12988 }
12989
12990 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
12991 target =
12992 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
12993 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
12994 }
12995 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readBiasVoltageMonitor)
12996 return target;
12997}

◆ afeblock()

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

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

15454 {
15455 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor.afeBlock)
15456 return _internal_afeblock();
15457}

◆ ByteSizeLong()

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

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

12999 {
13000// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readBiasVoltageMonitor)
13001 ::size_t total_size = 0;
13002
13003 ::uint32_t cached_has_bits = 0;
13004 // Prevent compiler warnings about cached_has_bits being unused
13005 (void) cached_has_bits;
13006
13007 // int32 id = 1;
13008 if (this->_internal_id() != 0) {
13009 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
13010 this->_internal_id());
13011 }
13012
13013 // uint32 afeBlock = 2;
13014 if (this->_internal_afeblock() != 0) {
13015 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
13016 this->_internal_afeblock());
13017 }
13018
13019 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
13020}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

12914 {
12915// @@protoc_insertion_point(message_clear_start:daphne.cmd_readBiasVoltageMonitor)
12916 ::uint32_t cached_has_bits = 0;
12917 // Prevent compiler warnings about cached_has_bits being unused
12918 (void) cached_has_bits;
12919
12920 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
12921 reinterpret_cast<char*>(&_impl_.afeblock_) -
12922 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.afeblock_));
12923 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
12924}

◆ clear_afeblock()

void daphne::cmd_readBiasVoltageMonitor::clear_afeblock ( )
inline

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

15451 {
15452 _impl_.afeblock_ = 0u;
15453}

◆ clear_id()

void daphne::cmd_readBiasVoltageMonitor::clear_id ( )
inline

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

15429 {
15430 _impl_.id_ = 0;
15431}

◆ CopyFrom()

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

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

13046 {
13047// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readBiasVoltageMonitor)
13048 if (&from == this) return;
13049 Clear();
13050 MergeFrom(from);
13051}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readBiasVoltageMonitor &from)

◆ default_instance()

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

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

8664 {
8665 return *internal_default_instance();
8666 }
static const cmd_readBiasVoltageMonitor * internal_default_instance()

◆ descriptor()

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

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

8655 {
8656 return GetDescriptor();
8657 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

8727 {
8728 return "daphne.cmd_readBiasVoltageMonitor";
8729 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

13026{ return &_class_data_; }

◆ GetDescriptor()

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

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

8658 {
8659 return default_instance().GetMetadata().descriptor;
8660 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readBiasVoltageMonitor & default_instance()

◆ GetMetadata()

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

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

13068 {
13069 return ::_pbi::AssignDescriptors(
13072}
::_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_readBiasVoltageMonitor::GetReflection ( )
inlinestatic

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

8661 {
8662 return default_instance().GetMetadata().reflection;
8663 }

◆ id()

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

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

15432 {
15433 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor.id)
15434 return _internal_id();
15435}

◆ internal_default_instance()

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

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

8667 {
8668 return reinterpret_cast<const cmd_readBiasVoltageMonitor*>(
8670 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readBiasVoltageMonitorDefaultTypeInternal _cmd_readBiasVoltageMonitor_default_instance_

◆ InternalSwap()

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

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

13057 {
13058 using std::swap;
13059 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
13060 ::google::protobuf::internal::memswap<
13061 PROTOBUF_FIELD_OFFSET(cmd_readBiasVoltageMonitor, _impl_.afeblock_)
13063 - PROTOBUF_FIELD_OFFSET(cmd_readBiasVoltageMonitor, _impl_.id_)>(
13064 reinterpret_cast<char*>(&_impl_.id_),
13065 reinterpret_cast<char*>(&other->_impl_.id_));
13066}

◆ IsInitialized()

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

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

13053 {
13054 return true;
13055}

◆ MergeFrom()

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

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

8704 {
8706 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

13029 {
13030 auto* const _this = static_cast<cmd_readBiasVoltageMonitor*>(&to_msg);
13031 auto& from = static_cast<const cmd_readBiasVoltageMonitor&>(from_msg);
13032 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readBiasVoltageMonitor)
13033 ABSL_DCHECK_NE(&from, _this);
13034 ::uint32_t cached_has_bits = 0;
13035 (void) cached_has_bits;
13036
13037 if (from._internal_id() != 0) {
13038 _this->_internal_set_id(from._internal_id());
13039 }
13040 if (from._internal_afeblock() != 0) {
13041 _this->_internal_set_afeblock(from._internal_afeblock());
13042 }
13043 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
13044}

◆ mutable_unknown_fields()

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

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

8651 {
8652 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
8653 }

◆ New()

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

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

8698 {
8699 return CreateMaybeMessage<cmd_readBiasVoltageMonitor>(arena);
8700 }

◆ operator=() [1/2]

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

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

8634 {
8635 if (this == &from) return *this;
8636 if (GetOwningArena() == from.GetOwningArena()
8637 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
8638 && GetOwningArena() != nullptr
8639 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
8640 ) {
8641 InternalSwap(&from);
8642 } else {
8643 CopyFrom(from);
8644 }
8645 return *this;
8646 }
void CopyFrom(const cmd_readBiasVoltageMonitor &from)
void InternalSwap(cmd_readBiasVoltageMonitor *other)

◆ operator=() [2/2]

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

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

8630 {
8631 CopyFrom(from);
8632 return *this;
8633 }

◆ set_afeblock()

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

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

15458 {
15460 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor.afeBlock)
15461}

◆ set_id()

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

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

15436 {
15437 _internal_set_id(value);
15438 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor.id)
15439}

◆ SetCachedSize()

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

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

12910 {
12911 _impl_._cached_size_.Set(size);
12912}

◆ SharedCtor()

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

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

12894 {
12895 (void)arena;
12896 new (&_impl_) Impl_{
12897 decltype(_impl_.id_){0},
12898 decltype(_impl_.afeblock_){0u},
12899 /*decltype(_impl_._cached_size_)*/ {},
12900 };
12901}

◆ SharedDtor()

void daphne::cmd_readBiasVoltageMonitor::SharedDtor ( )
inlineprivate

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

12907 {
12908 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
12909}

◆ Swap()

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

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

8677 {
8678 if (other == this) return;
8679 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
8680 if (GetOwningArena() != nullptr &&
8681 GetOwningArena() == other->GetOwningArena()) {
8682 #else // PROTOBUF_FORCE_COPY_IN_SWAP
8683 if (GetOwningArena() == other->GetOwningArena()) {
8684 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
8685 InternalSwap(other);
8686 } else {
8687 ::google::protobuf::internal::GenericSwap(this, other);
8688 }
8689 }

◆ unknown_fields()

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

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

8648 {
8649 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
8650 }

◆ UnsafeArenaSwap()

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

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

8690 {
8691 if (other == this) return;
8692 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8693 InternalSwap(other);
8694 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

8674 {
8675 a.Swap(&b);
8676 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readBiasVoltageMonitor::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readBiasVoltageMonitor::kIndexInFileMessages
staticconstexpr
Initial value:
=
44

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


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