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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 }
 

Public Member Functions

 cmd_doAFEReset ()
 
 ~cmd_doAFEReset () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_doAFEReset (::google::protobuf::internal::ConstantInitialized)
 
 cmd_doAFEReset (const cmd_doAFEReset &from)
 
 cmd_doAFEReset (cmd_doAFEReset &&from) noexcept
 
cmd_doAFEResetoperator= (const cmd_doAFEReset &from)
 
cmd_doAFEResetoperator= (cmd_doAFEReset &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_doAFEReset *other)
 
void UnsafeArenaSwap (cmd_doAFEReset *other)
 
cmd_doAFEResetNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_doAFEReset &from)
 
void MergeFrom (const cmd_doAFEReset &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_doAFEReset (::_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_doAFEResetdefault_instance ()
 
static const cmd_doAFEResetinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

9471 : int {
9472 kIdFieldNumber = 1,
9473 };

Constructor & Destructor Documentation

◆ cmd_doAFEReset() [1/6]

daphne::cmd_doAFEReset::cmd_doAFEReset ( )
inline

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

◆ ~cmd_doAFEReset()

daphne::cmd_doAFEReset::~cmd_doAFEReset ( )
override

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

13816 {
13817 // @@protoc_insertion_point(destructor:daphne.cmd_doAFEReset)
13818 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
13819 SharedDtor();
13820}

◆ cmd_doAFEReset() [2/6]

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

◆ cmd_doAFEReset() [3/6]

daphne::cmd_doAFEReset::cmd_doAFEReset ( const cmd_doAFEReset & from)

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

13804 : ::google::protobuf::Message(), _impl_(from._impl_) {
13805 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
13806 from._internal_metadata_);
13807 // @@protoc_insertion_point(copy_constructor:daphne.cmd_doAFEReset)
13808}

◆ cmd_doAFEReset() [4/6]

daphne::cmd_doAFEReset::cmd_doAFEReset ( cmd_doAFEReset && from)
inlinenoexcept

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

9354 : cmd_doAFEReset() {
9355 *this = ::std::move(from);
9356 }

◆ cmd_doAFEReset() [5/6]

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

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

13799 : ::google::protobuf::Message(arena) {
13800 SharedCtor(arena);
13801 // @@protoc_insertion_point(arena_constructor:daphne.cmd_doAFEReset)
13802}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_doAFEReset() [6/6]

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

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

981 : _impl_{
982 /*decltype(_impl_.id_)*/ 0,
983 /*decltype(_impl_._cached_size_)*/ {},
984 } {}

Member Function Documentation

◆ _internal_id()

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

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

15756 {
15757 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15758 return _impl_.id_;
15759}

◆ _internal_set_id()

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

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

15760 {
15761 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15762 ;
15763 _impl_.id_ = value;
15764}

◆ _InternalParse()

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

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

13839 {
13840 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
13841 return ptr;
13842}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

13877 {
13878 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_doAFEReset)
13879 ::uint32_t cached_has_bits = 0;
13880 (void)cached_has_bits;
13881
13882 // int32 id = 1;
13883 if (this->_internal_id() != 0) {
13884 target = ::google::protobuf::internal::WireFormatLite::
13885 WriteInt32ToArrayWithField<1>(
13886 stream, this->_internal_id(), target);
13887 }
13888
13889 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
13890 target =
13891 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
13892 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
13893 }
13894 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_doAFEReset)
13895 return target;
13896}

◆ ByteSizeLong()

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

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

13898 {
13899// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_doAFEReset)
13900 ::size_t total_size = 0;
13901
13902 ::uint32_t cached_has_bits = 0;
13903 // Prevent compiler warnings about cached_has_bits being unused
13904 (void) cached_has_bits;
13905
13906 // int32 id = 1;
13907 if (this->_internal_id() != 0) {
13908 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
13909 this->_internal_id());
13910 }
13911
13912 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
13913}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

13828 {
13829// @@protoc_insertion_point(message_clear_start:daphne.cmd_doAFEReset)
13830 ::uint32_t cached_has_bits = 0;
13831 // Prevent compiler warnings about cached_has_bits being unused
13832 (void) cached_has_bits;
13833
13834 _impl_.id_ = 0;
13835 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
13836}

◆ clear_id()

void daphne::cmd_doAFEReset::clear_id ( )
inline

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

15745 {
15746 _impl_.id_ = 0;
15747}

◆ CopyFrom()

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

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

13936 {
13937// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_doAFEReset)
13938 if (&from == this) return;
13939 Clear();
13940 MergeFrom(from);
13941}
void MergeFrom(const cmd_doAFEReset &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

9392 {
9393 return *internal_default_instance();
9394 }
static const cmd_doAFEReset * internal_default_instance()

◆ descriptor()

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

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

9383 {
9384 return GetDescriptor();
9385 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

9455 {
9456 return "daphne.cmd_doAFEReset";
9457 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

13919{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

9386 {
9387 return default_instance().GetMetadata().descriptor;
9388 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_doAFEReset & default_instance()

◆ GetMetadata()

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

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

13953 {
13954 return ::_pbi::AssignDescriptors(
13957}
::_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_doAFEReset::GetReflection ( )
inlinestatic

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

9389 {
9390 return default_instance().GetMetadata().reflection;
9391 }

◆ id()

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

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

15748 {
15749 // @@protoc_insertion_point(field_get:daphne.cmd_doAFEReset.id)
15750 return _internal_id();
15751}

◆ internal_default_instance()

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

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

9395 {
9396 return reinterpret_cast<const cmd_doAFEReset*>(
9398 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_doAFEResetDefaultTypeInternal _cmd_doAFEReset_default_instance_

◆ InternalSwap()

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

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

13947 {
13948 using std::swap;
13949 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
13950 swap(_impl_.id_, other->_impl_.id_);
13951}
friend void swap(cmd_doAFEReset &a, cmd_doAFEReset &b)

◆ IsInitialized()

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

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

13943 {
13944 return true;
13945}

◆ MergeFrom()

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

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

9432 {
9433 cmd_doAFEReset::MergeImpl(*this, from);
9434 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

13922 {
13923 auto* const _this = static_cast<cmd_doAFEReset*>(&to_msg);
13924 auto& from = static_cast<const cmd_doAFEReset&>(from_msg);
13925 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_doAFEReset)
13926 ABSL_DCHECK_NE(&from, _this);
13927 ::uint32_t cached_has_bits = 0;
13928 (void) cached_has_bits;
13929
13930 if (from._internal_id() != 0) {
13931 _this->_internal_set_id(from._internal_id());
13932 }
13933 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
13934}

◆ mutable_unknown_fields()

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

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

9379 {
9380 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
9381 }

◆ New()

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

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

9426 {
9427 return CreateMaybeMessage<cmd_doAFEReset>(arena);
9428 }

◆ operator=() [1/2]

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

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

9362 {
9363 if (this == &from) return *this;
9364 if (GetOwningArena() == from.GetOwningArena()
9365 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
9366 && GetOwningArena() != nullptr
9367 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
9368 ) {
9369 InternalSwap(&from);
9370 } else {
9371 CopyFrom(from);
9372 }
9373 return *this;
9374 }
void CopyFrom(const cmd_doAFEReset &from)
void InternalSwap(cmd_doAFEReset *other)

◆ operator=() [2/2]

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

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

9358 {
9359 CopyFrom(from);
9360 return *this;
9361 }

◆ set_id()

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

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

15752 {
15753 _internal_set_id(value);
15754 // @@protoc_insertion_point(field_set:daphne.cmd_doAFEReset.id)
15755}
void _internal_set_id(::int32_t value)

◆ SetCachedSize()

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

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

13824 {
13825 _impl_._cached_size_.Set(size);
13826}

◆ SharedCtor()

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

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

13809 {
13810 (void)arena;
13811 new (&_impl_) Impl_{
13812 decltype(_impl_.id_){0},
13813 /*decltype(_impl_._cached_size_)*/ {},
13814 };
13815}

◆ SharedDtor()

void daphne::cmd_doAFEReset::SharedDtor ( )
inlineprivate

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

13821 {
13822 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
13823}

◆ Swap()

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

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

9405 {
9406 if (other == this) return;
9407 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
9408 if (GetOwningArena() != nullptr &&
9409 GetOwningArena() == other->GetOwningArena()) {
9410 #else // PROTOBUF_FORCE_COPY_IN_SWAP
9411 if (GetOwningArena() == other->GetOwningArena()) {
9412 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
9413 InternalSwap(other);
9414 } else {
9415 ::google::protobuf::internal::GenericSwap(this, other);
9416 }
9417 }

◆ unknown_fields()

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

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

9376 {
9377 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
9378 }

◆ UnsafeArenaSwap()

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

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

9418 {
9419 if (other == this) return;
9420 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
9421 InternalSwap(other);
9422 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

9402 {
9403 a.Swap(&b);
9404 }

Member Data Documentation

◆ [union]

union { ... } daphne::cmd_doAFEReset

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_doAFEReset::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > daphne::cmd_doAFEReset::_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_doAFEReset, _impl_.id_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(cmd_doAFEReset, _impl_.id_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(cmd_doAFEReset, _impl_.id_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kInt32)},
}},
{{
}},
}

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

◆ kIndexInFileMessages

int daphne::cmd_doAFEReset::kIndexInFileMessages
staticconstexpr
Initial value:
=
48

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


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