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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kLevelFieldNumber = 1 }
 

Public Member Functions

 InfoRequest ()
 
 ~InfoRequest () override
 
template<typename = void>
PROTOBUF_CONSTEXPR InfoRequest (::google::protobuf::internal::ConstantInitialized)
 
 InfoRequest (const InfoRequest &from)
 
 InfoRequest (InfoRequest &&from) noexcept
 
InfoRequestoperator= (const InfoRequest &from)
 
InfoRequestoperator= (InfoRequest &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InfoRequest *other)
 
void UnsafeArenaSwap (InfoRequest *other)
 
InfoRequestNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const InfoRequest &from)
 
void MergeFrom (const InfoRequest &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_level ()
 
::uint32_t level () const
 
void set_level (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR InfoRequest (::_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 InfoRequestdefault_instance ()
 
static const InfoRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 InfoRequest (::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 (InfoRequest *other)
 
::uint32_t _internal_level () const
 
void _internal_set_level (::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< 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_5fhigh_2eproto
 
void swap (InfoRequest &a, InfoRequest &b)
 

Detailed Description

Definition at line 3489 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLevelFieldNumber 

Definition at line 3616 of file daphne_control_high.pb.h.

3616 : int {
3618 };

Constructor & Destructor Documentation

◆ InfoRequest() [1/6]

daphne::InfoRequest::InfoRequest ( )
inline

Definition at line 3492 of file daphne_control_high.pb.h.

◆ ~InfoRequest()

daphne::InfoRequest::~InfoRequest ( )
override

Definition at line 5592 of file daphne_control_high.pb.cc.

5592 {
5593 // @@protoc_insertion_point(destructor:daphne.InfoRequest)
5594 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
5595 SharedDtor();
5596}

◆ InfoRequest() [2/6]

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

◆ InfoRequest() [3/6]

daphne::InfoRequest::InfoRequest ( const InfoRequest & from)

Definition at line 5579 of file daphne_control_high.pb.cc.

5580 : ::google::protobuf::Message(), _impl_(from._impl_) {
5581 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
5582 from._internal_metadata_);
5583 // @@protoc_insertion_point(copy_constructor:daphne.InfoRequest)
5584}

◆ InfoRequest() [4/6]

daphne::InfoRequest::InfoRequest ( InfoRequest && from)
inlinenoexcept

Definition at line 3498 of file daphne_control_high.pb.h.

3499 : InfoRequest() {
3500 *this = ::std::move(from);
3501 }

◆ InfoRequest() [5/6]

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

Definition at line 5574 of file daphne_control_high.pb.cc.

5575 : ::google::protobuf::Message(arena) {
5576 SharedCtor(arena);
5577 // @@protoc_insertion_point(arena_constructor:daphne.InfoRequest)
5578}
void SharedCtor(::google::protobuf::Arena *arena)

◆ InfoRequest() [6/6]

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

Definition at line 348 of file daphne_control_high.pb.cc.

349 : _impl_{
350 /*decltype(_impl_.level_)*/ 0u,
351 /*decltype(_impl_._cached_size_)*/ {},
352 } {}

Member Function Documentation

◆ _internal_level()

uint32_t daphne::InfoRequest::_internal_level ( ) const
inlineprivate

Definition at line 8586 of file daphne_control_high.pb.h.

8586 {
8587 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8588 return _impl_.level_;
8589}

◆ _internal_set_level()

void daphne::InfoRequest::_internal_set_level ( ::uint32_t value)
inlineprivate

Definition at line 8590 of file daphne_control_high.pb.h.

8590 {
8591 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8592 ;
8593 _impl_.level_ = value;
8594}

◆ _InternalParse()

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

Definition at line 5614 of file daphne_control_high.pb.cc.

5615 {
5616 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
5617 return ptr;
5618}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 5651 of file daphne_control_high.pb.cc.

5653 {
5654 // @@protoc_insertion_point(serialize_to_array_start:daphne.InfoRequest)
5655 ::uint32_t cached_has_bits = 0;
5656 (void)cached_has_bits;
5657
5658 // uint32 level = 1;
5659 if (this->_internal_level() != 0) {
5660 target = stream->EnsureSpace(target);
5661 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
5662 1, this->_internal_level(), target);
5663 }
5664
5665 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
5666 target =
5667 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
5668 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
5669 }
5670 // @@protoc_insertion_point(serialize_to_array_end:daphne.InfoRequest)
5671 return target;
5672}
::uint32_t _internal_level() const

◆ ByteSizeLong()

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

Definition at line 5674 of file daphne_control_high.pb.cc.

5674 {
5675// @@protoc_insertion_point(message_byte_size_start:daphne.InfoRequest)
5676 ::size_t total_size = 0;
5677
5678 ::uint32_t cached_has_bits = 0;
5679 // Prevent compiler warnings about cached_has_bits being unused
5680 (void) cached_has_bits;
5681
5682 // uint32 level = 1;
5683 if (this->_internal_level() != 0) {
5684 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5685 this->_internal_level());
5686 }
5687
5688 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
5689}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

Definition at line 5604 of file daphne_control_high.pb.cc.

5604 {
5605// @@protoc_insertion_point(message_clear_start:daphne.InfoRequest)
5606 ::uint32_t cached_has_bits = 0;
5607 // Prevent compiler warnings about cached_has_bits being unused
5608 (void) cached_has_bits;
5609
5610 _impl_.level_ = 0u;
5611 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
5612}

◆ clear_level()

void daphne::InfoRequest::clear_level ( )
inline

Definition at line 8575 of file daphne_control_high.pb.h.

8575 {
8576 _impl_.level_ = 0u;
8577}

◆ CopyFrom()

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

Definition at line 5712 of file daphne_control_high.pb.cc.

5712 {
5713// @@protoc_insertion_point(class_specific_copy_from_start:daphne.InfoRequest)
5714 if (&from == this) return;
5715 Clear();
5716 MergeFrom(from);
5717}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const InfoRequest &from)

◆ default_instance()

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

Definition at line 3537 of file daphne_control_high.pb.h.

3537 {
3538 return *internal_default_instance();
3539 }
static const InfoRequest * internal_default_instance()

◆ descriptor()

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

Definition at line 3528 of file daphne_control_high.pb.h.

3528 {
3529 return GetDescriptor();
3530 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

Definition at line 3600 of file daphne_control_high.pb.h.

3600 {
3601 return "daphne.InfoRequest";
3602 }

◆ GetCachedSize()

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

Definition at line 3590 of file daphne_control_high.pb.h.

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

◆ GetClassData()

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

Definition at line 5695 of file daphne_control_high.pb.cc.

5695{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

Definition at line 3531 of file daphne_control_high.pb.h.

3531 {
3532 return default_instance().GetMetadata().descriptor;
3533 }
::google::protobuf::Metadata GetMetadata() const final
static const InfoRequest & default_instance()

◆ GetMetadata()

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

Definition at line 5729 of file daphne_control_high.pb.cc.

5729 {
5730 return ::_pbi::AssignDescriptors(
5733}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::InfoRequest::GetReflection ( )
inlinestatic

Definition at line 3534 of file daphne_control_high.pb.h.

3534 {
3535 return default_instance().GetMetadata().reflection;
3536 }

◆ internal_default_instance()

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

Definition at line 3540 of file daphne_control_high.pb.h.

3540 {
3541 return reinterpret_cast<const InfoRequest*>(
3543 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InfoRequestDefaultTypeInternal _InfoRequest_default_instance_

◆ InternalSwap()

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

Definition at line 5723 of file daphne_control_high.pb.cc.

5723 {
5724 using std::swap;
5725 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
5726 swap(_impl_.level_, other->_impl_.level_);
5727}
friend void swap(InfoRequest &a, InfoRequest &b)

◆ IsInitialized()

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

Definition at line 5719 of file daphne_control_high.pb.cc.

5719 {
5720 return true;
5721}

◆ level()

uint32_t daphne::InfoRequest::level ( ) const
inline

Definition at line 8578 of file daphne_control_high.pb.h.

8578 {
8579 // @@protoc_insertion_point(field_get:daphne.InfoRequest.level)
8580 return _internal_level();
8581}

◆ MergeFrom()

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

Definition at line 3577 of file daphne_control_high.pb.h.

3577 {
3578 InfoRequest::MergeImpl(*this, from);
3579 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 5698 of file daphne_control_high.pb.cc.

5698 {
5699 auto* const _this = static_cast<InfoRequest*>(&to_msg);
5700 auto& from = static_cast<const InfoRequest&>(from_msg);
5701 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.InfoRequest)
5702 ABSL_DCHECK_NE(&from, _this);
5703 ::uint32_t cached_has_bits = 0;
5704 (void) cached_has_bits;
5705
5706 if (from._internal_level() != 0) {
5707 _this->_internal_set_level(from._internal_level());
5708 }
5709 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
5710}

◆ mutable_unknown_fields()

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

Definition at line 3524 of file daphne_control_high.pb.h.

3524 {
3525 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3526 }

◆ New()

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

Definition at line 3571 of file daphne_control_high.pb.h.

3571 {
3572 return CreateMaybeMessage<InfoRequest>(arena);
3573 }

◆ operator=() [1/2]

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

Definition at line 3503 of file daphne_control_high.pb.h.

3503 {
3504 CopyFrom(from);
3505 return *this;
3506 }
void CopyFrom(const InfoRequest &from)

◆ operator=() [2/2]

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

Definition at line 3507 of file daphne_control_high.pb.h.

3507 {
3508 if (this == &from) return *this;
3509 if (GetOwningArena() == from.GetOwningArena()
3510 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3511 && GetOwningArena() != nullptr
3512 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
3513 ) {
3514 InternalSwap(&from);
3515 } else {
3516 CopyFrom(from);
3517 }
3518 return *this;
3519 }
void InternalSwap(InfoRequest *other)

◆ set_level()

void daphne::InfoRequest::set_level ( ::uint32_t value)
inline

Definition at line 8582 of file daphne_control_high.pb.h.

8582 {
8583 _internal_set_level(value);
8584 // @@protoc_insertion_point(field_set:daphne.InfoRequest.level)
8585}
void _internal_set_level(::uint32_t value)

◆ SetCachedSize()

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

Definition at line 5600 of file daphne_control_high.pb.cc.

5600 {
5601 _impl_._cached_size_.Set(size);
5602}

◆ SharedCtor()

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

Definition at line 5585 of file daphne_control_high.pb.cc.

5585 {
5586 (void)arena;
5587 new (&_impl_) Impl_{
5588 decltype(_impl_.level_){0u},
5589 /*decltype(_impl_._cached_size_)*/ {},
5590 };
5591}

◆ SharedDtor()

void daphne::InfoRequest::SharedDtor ( )
inlineprivate

Definition at line 5597 of file daphne_control_high.pb.cc.

5597 {
5598 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
5599}

◆ Swap()

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

Definition at line 3550 of file daphne_control_high.pb.h.

3550 {
3551 if (other == this) return;
3552 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3553 if (GetOwningArena() != nullptr &&
3554 GetOwningArena() == other->GetOwningArena()) {
3555 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3556 if (GetOwningArena() == other->GetOwningArena()) {
3557 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3558 InternalSwap(other);
3559 } else {
3560 ::google::protobuf::internal::GenericSwap(this, other);
3561 }
3562 }

◆ unknown_fields()

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

Definition at line 3521 of file daphne_control_high.pb.h.

3521 {
3522 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3523 }

◆ UnsafeArenaSwap()

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

Definition at line 3563 of file daphne_control_high.pb.h.

3563 {
3564 if (other == this) return;
3565 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3566 InternalSwap(other);
3567 }

Friends And Related Symbol Documentation

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

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

Definition at line 3635 of file daphne_control_high.pb.h.

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

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

Definition at line 3599 of file daphne_control_high.pb.h.

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

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

Definition at line 3633 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

Definition at line 3547 of file daphne_control_high.pb.h.

3547 {
3548 a.Swap(&b);
3549 }

Member Data Documentation

◆ [union]

union { ... } daphne::InfoRequest

◆ _class_data_

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

Definition at line 3607 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::InfoRequest::_impl_

Definition at line 3643 of file daphne_control_high.pb.h.

◆ _table_

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

Definition at line 3634 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::InfoRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
15

Definition at line 3544 of file daphne_control_high.pb.h.


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