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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 }
 

Public Member Functions

 cmd_readVbiasControl ()
 
 ~cmd_readVbiasControl () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readVbiasControl (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readVbiasControl (const cmd_readVbiasControl &from)
 
 cmd_readVbiasControl (cmd_readVbiasControl &&from) noexcept
 
cmd_readVbiasControloperator= (const cmd_readVbiasControl &from)
 
cmd_readVbiasControloperator= (cmd_readVbiasControl &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readVbiasControl *other)
 
void UnsafeArenaSwap (cmd_readVbiasControl *other)
 
cmd_readVbiasControlNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readVbiasControl &from)
 
void MergeFrom (const cmd_readVbiasControl &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)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readVbiasControl (::_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_readVbiasControldefault_instance ()
 
static const cmd_readVbiasControlinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readVbiasControl (::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_readVbiasControl *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_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< 0, 1, 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_readVbiasControl &a, cmd_readVbiasControl &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 

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

8027 : int {
8028 kIdFieldNumber = 1,
8029 };

Constructor & Destructor Documentation

◆ cmd_readVbiasControl() [1/6]

daphne::cmd_readVbiasControl::cmd_readVbiasControl ( )
inline

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

◆ ~cmd_readVbiasControl()

daphne::cmd_readVbiasControl::~cmd_readVbiasControl ( )
override

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

12014 {
12015 // @@protoc_insertion_point(destructor:daphne.cmd_readVbiasControl)
12016 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
12017 SharedDtor();
12018}

◆ cmd_readVbiasControl() [2/6]

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

◆ cmd_readVbiasControl() [3/6]

daphne::cmd_readVbiasControl::cmd_readVbiasControl ( const cmd_readVbiasControl & from)

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

12002 : ::google::protobuf::Message(), _impl_(from._impl_) {
12003 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
12004 from._internal_metadata_);
12005 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readVbiasControl)
12006}

◆ cmd_readVbiasControl() [4/6]

daphne::cmd_readVbiasControl::cmd_readVbiasControl ( cmd_readVbiasControl && from)
inlinenoexcept

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

7911 *this = ::std::move(from);
7912 }

◆ cmd_readVbiasControl() [5/6]

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

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

11997 : ::google::protobuf::Message(arena) {
11998 SharedCtor(arena);
11999 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readVbiasControl)
12000}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readVbiasControl() [6/6]

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

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

828 : _impl_{
829 /*decltype(_impl_.id_)*/ 0,
830 /*decltype(_impl_._cached_size_)*/ {},
831 } {}

Member Function Documentation

◆ _internal_id()

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

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

15146 {
15147 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15148 return _impl_.id_;
15149}

◆ _internal_set_id()

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

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

15150 {
15151 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15152 ;
15153 _impl_.id_ = value;
15154}

◆ _InternalParse()

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

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

12037 {
12038 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
12039 return ptr;
12040}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

12075 {
12076 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readVbiasControl)
12077 ::uint32_t cached_has_bits = 0;
12078 (void)cached_has_bits;
12079
12080 // int32 id = 1;
12081 if (this->_internal_id() != 0) {
12082 target = ::google::protobuf::internal::WireFormatLite::
12083 WriteInt32ToArrayWithField<1>(
12084 stream, this->_internal_id(), target);
12085 }
12086
12087 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
12088 target =
12089 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
12090 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
12091 }
12092 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readVbiasControl)
12093 return target;
12094}

◆ ByteSizeLong()

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

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

12096 {
12097// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readVbiasControl)
12098 ::size_t total_size = 0;
12099
12100 ::uint32_t cached_has_bits = 0;
12101 // Prevent compiler warnings about cached_has_bits being unused
12102 (void) cached_has_bits;
12103
12104 // int32 id = 1;
12105 if (this->_internal_id() != 0) {
12106 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
12107 this->_internal_id());
12108 }
12109
12110 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
12111}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

12026 {
12027// @@protoc_insertion_point(message_clear_start:daphne.cmd_readVbiasControl)
12028 ::uint32_t cached_has_bits = 0;
12029 // Prevent compiler warnings about cached_has_bits being unused
12030 (void) cached_has_bits;
12031
12032 _impl_.id_ = 0;
12033 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
12034}

◆ clear_id()

void daphne::cmd_readVbiasControl::clear_id ( )
inline

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

15135 {
15136 _impl_.id_ = 0;
15137}

◆ CopyFrom()

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

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

12134 {
12135// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readVbiasControl)
12136 if (&from == this) return;
12137 Clear();
12138 MergeFrom(from);
12139}
void MergeFrom(const cmd_readVbiasControl &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

7948 {
7949 return *internal_default_instance();
7950 }
static const cmd_readVbiasControl * internal_default_instance()

◆ descriptor()

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

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

7939 {
7940 return GetDescriptor();
7941 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

8011 {
8012 return "daphne.cmd_readVbiasControl";
8013 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

12117{ return &_class_data_; }

◆ GetDescriptor()

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

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

7942 {
7943 return default_instance().GetMetadata().descriptor;
7944 }
static const cmd_readVbiasControl & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

12151 {
12152 return ::_pbi::AssignDescriptors(
12155}
::_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_readVbiasControl::GetReflection ( )
inlinestatic

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

7945 {
7946 return default_instance().GetMetadata().reflection;
7947 }

◆ id()

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

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

15138 {
15139 // @@protoc_insertion_point(field_get:daphne.cmd_readVbiasControl.id)
15140 return _internal_id();
15141}

◆ internal_default_instance()

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

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

7951 {
7952 return reinterpret_cast<const cmd_readVbiasControl*>(
7954 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readVbiasControlDefaultTypeInternal _cmd_readVbiasControl_default_instance_

◆ InternalSwap()

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

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

12145 {
12146 using std::swap;
12147 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
12148 swap(_impl_.id_, other->_impl_.id_);
12149}
friend void swap(cmd_readVbiasControl &a, cmd_readVbiasControl &b)

◆ IsInitialized()

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

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

12141 {
12142 return true;
12143}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

12120 {
12121 auto* const _this = static_cast<cmd_readVbiasControl*>(&to_msg);
12122 auto& from = static_cast<const cmd_readVbiasControl&>(from_msg);
12123 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readVbiasControl)
12124 ABSL_DCHECK_NE(&from, _this);
12125 ::uint32_t cached_has_bits = 0;
12126 (void) cached_has_bits;
12127
12128 if (from._internal_id() != 0) {
12129 _this->_internal_set_id(from._internal_id());
12130 }
12131 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
12132}

◆ mutable_unknown_fields()

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

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

7935 {
7936 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
7937 }

◆ New()

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

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

7982 {
7983 return CreateMaybeMessage<cmd_readVbiasControl>(arena);
7984 }

◆ operator=() [1/2]

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

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

7918 {
7919 if (this == &from) return *this;
7920 if (GetOwningArena() == from.GetOwningArena()
7921 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
7922 && GetOwningArena() != nullptr
7923 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
7924 ) {
7925 InternalSwap(&from);
7926 } else {
7927 CopyFrom(from);
7928 }
7929 return *this;
7930 }
void CopyFrom(const cmd_readVbiasControl &from)
void InternalSwap(cmd_readVbiasControl *other)

◆ operator=() [2/2]

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

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

7914 {
7915 CopyFrom(from);
7916 return *this;
7917 }

◆ set_id()

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

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

15142 {
15143 _internal_set_id(value);
15144 // @@protoc_insertion_point(field_set:daphne.cmd_readVbiasControl.id)
15145}

◆ SetCachedSize()

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

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

12022 {
12023 _impl_._cached_size_.Set(size);
12024}

◆ SharedCtor()

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

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

12007 {
12008 (void)arena;
12009 new (&_impl_) Impl_{
12010 decltype(_impl_.id_){0},
12011 /*decltype(_impl_._cached_size_)*/ {},
12012 };
12013}

◆ SharedDtor()

void daphne::cmd_readVbiasControl::SharedDtor ( )
inlineprivate

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

12019 {
12020 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
12021}

◆ Swap()

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

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

7961 {
7962 if (other == this) return;
7963 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
7964 if (GetOwningArena() != nullptr &&
7965 GetOwningArena() == other->GetOwningArena()) {
7966 #else // PROTOBUF_FORCE_COPY_IN_SWAP
7967 if (GetOwningArena() == other->GetOwningArena()) {
7968 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
7969 InternalSwap(other);
7970 } else {
7971 ::google::protobuf::internal::GenericSwap(this, other);
7972 }
7973 }

◆ unknown_fields()

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

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

7932 {
7933 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
7934 }

◆ UnsafeArenaSwap()

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

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

7974 {
7975 if (other == this) return;
7976 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
7977 InternalSwap(other);
7978 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

7958 {
7959 a.Swap(&b);
7960 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readVbiasControl::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > daphne::cmd_readVbiasControl::_table_
staticprivate
Initial value:
= {
{
0,
0,
1, 0,
offsetof(decltype(_table_), field_lookup_table),
4294967294,
offsetof(decltype(_table_), field_entries),
1,
0,
offsetof(decltype(_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
{::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(cmd_readVbiasControl, _impl_.id_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(cmd_readVbiasControl, _impl_.id_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(cmd_readVbiasControl, _impl_.id_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kInt32)},
}},
{{
}},
}

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

◆ kIndexInFileMessages

int daphne::cmd_readVbiasControl::kIndexInFileMessages
staticconstexpr
Initial value:
=
40

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


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