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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Member Functions

 cmd_alignAFEs ()
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_alignAFEs (::google::protobuf::internal::ConstantInitialized)
 
 cmd_alignAFEs (const cmd_alignAFEs &from)
 
 cmd_alignAFEs (cmd_alignAFEs &&from) noexcept
 
cmd_alignAFEsoperator= (const cmd_alignAFEs &from)
 
cmd_alignAFEsoperator= (cmd_alignAFEs &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_alignAFEs *other)
 
void UnsafeArenaSwap (cmd_alignAFEs *other)
 
cmd_alignAFEsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_alignAFEs &from)
 
void MergeFrom (const cmd_alignAFEs &from)
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
template<typename >
PROTOBUF_CONSTEXPR cmd_alignAFEs (::_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_alignAFEsdefault_instance ()
 
static const cmd_alignAFEsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_alignAFEs (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Static Private Member Functions

::absl::string_view FullMessageName ()
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto
 
void swap (cmd_alignAFEs &a, cmd_alignAFEs &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Constructor & Destructor Documentation

◆ cmd_alignAFEs() [1/6]

daphne::cmd_alignAFEs::cmd_alignAFEs ( )
inline

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

◆ cmd_alignAFEs() [2/6]

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

◆ cmd_alignAFEs() [3/6]

daphne::cmd_alignAFEs::cmd_alignAFEs ( const cmd_alignAFEs & from)

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

14631 : ::google::protobuf::internal::ZeroFieldsBase() {
14632 cmd_alignAFEs* const _this = this;
14633 (void)_this;
14634 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
14635 from._internal_metadata_);
14636
14637 // @@protoc_insertion_point(copy_constructor:daphne.cmd_alignAFEs)
14638}

◆ cmd_alignAFEs() [4/6]

daphne::cmd_alignAFEs::cmd_alignAFEs ( cmd_alignAFEs && from)
inlinenoexcept

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

10045 : cmd_alignAFEs() {
10046 *this = ::std::move(from);
10047 }

◆ cmd_alignAFEs() [5/6]

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

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

14628 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
14629 // @@protoc_insertion_point(arena_constructor:daphne.cmd_alignAFEs)
14630}

◆ cmd_alignAFEs() [6/6]

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

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

1054{}

Member Function Documentation

◆ CopyFrom()

void daphne::cmd_alignAFEs::CopyFrom ( const cmd_alignAFEs & from)
inline

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

10121 {
10122 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
10123 }

◆ default_instance()

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

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

10083 {
10084 return *internal_default_instance();
10085 }
static const cmd_alignAFEs * internal_default_instance()

◆ descriptor()

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

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

10074 {
10075 return GetDescriptor();
10076 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

10132 {
10133 return "daphne.cmd_alignAFEs";
10134 }

◆ GetClassData()

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

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

14647{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

10077 {
10078 return default_instance().GetMetadata().descriptor;
10079 }
static const cmd_alignAFEs & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

14655 {
14656 return ::_pbi::AssignDescriptors(
14659}
::_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_alignAFEs::GetReflection ( )
inlinestatic

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

10080 {
10081 return default_instance().GetMetadata().reflection;
10082 }

◆ internal_default_instance()

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

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

10086 {
10087 return reinterpret_cast<const cmd_alignAFEs*>(
10089 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_alignAFEsDefaultTypeInternal _cmd_alignAFEs_default_instance_

◆ MergeFrom()

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

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

10125 {
10126 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
10127 }

◆ mutable_unknown_fields()

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

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

10070 {
10071 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
10072 }

◆ New()

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

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

10117 {
10118 return CreateMaybeMessage<cmd_alignAFEs>(arena);
10119 }

◆ operator=() [1/2]

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

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

10053 {
10054 if (this == &from) return *this;
10055 if (GetOwningArena() == from.GetOwningArena()
10056 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
10057 && GetOwningArena() != nullptr
10058 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
10059 ) {
10060 InternalSwap(&from);
10061 } else {
10062 CopyFrom(from);
10063 }
10064 return *this;
10065 }
void CopyFrom(const cmd_alignAFEs &from)

◆ operator=() [2/2]

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

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

10049 {
10050 CopyFrom(from);
10051 return *this;
10052 }

◆ Swap()

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

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

10096 {
10097 if (other == this) return;
10098 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
10099 if (GetOwningArena() != nullptr &&
10100 GetOwningArena() == other->GetOwningArena()) {
10101 #else // PROTOBUF_FORCE_COPY_IN_SWAP
10102 if (GetOwningArena() == other->GetOwningArena()) {
10103 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
10104 InternalSwap(other);
10105 } else {
10106 ::google::protobuf::internal::GenericSwap(this, other);
10107 }
10108 }

◆ unknown_fields()

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

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

10067 {
10068 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
10069 }

◆ UnsafeArenaSwap()

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

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

10109 {
10110 if (other == this) return;
10111 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
10112 InternalSwap(other);
10113 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

10093 {
10094 a.Swap(&b);
10095 }

Member Data Documentation

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::cmd_alignAFEs::_class_data_
static
Initial value:
= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}

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

◆ kIndexInFileMessages

int daphne::cmd_alignAFEs::kIndexInFileMessages
staticconstexpr
Initial value:
=
52

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


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