DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::ctbmodules::opmon::TriggerInfo Class Referencefinal

#include <CTBModule.pb.h>

Inheritance diagram for dunedaq::ctbmodules::opmon::TriggerInfo:
[legend]
Collaboration diagram for dunedaq::ctbmodules::opmon::TriggerInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kCountFieldNumber = 1 }
 

Public Member Functions

 TriggerInfo ()
 
 ~TriggerInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TriggerInfo (::google::protobuf::internal::ConstantInitialized)
 
 TriggerInfo (const TriggerInfo &from)
 
 TriggerInfo (TriggerInfo &&from) noexcept
 
TriggerInfooperator= (const TriggerInfo &from)
 
TriggerInfooperator= (TriggerInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TriggerInfo *other)
 
void UnsafeArenaSwap (TriggerInfo *other)
 
TriggerInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TriggerInfo &from)
 
void MergeFrom (const TriggerInfo &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_count ()
 
::uint64_t count () const
 
void set_count (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TriggerInfo (::_pbi::ConstantInitialized)
 
template<typename >
PROTOBUF_CONSTEXPR TriggerInfo (::_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 TriggerInfodefault_instance ()
 
static const TriggerInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TriggerInfo (::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 (TriggerInfo *other)
 
::uint64_t _internal_count () const
 
void _internal_set_count (::uint64_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_ctbmodules_2fopmon_2fCTBModule_2eproto
 
void swap (TriggerInfo &a, TriggerInfo &b)
 

Detailed Description

Definition at line 348 of file CTBModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCountFieldNumber 

Definition at line 475 of file CTBModule.pb.h.

Constructor & Destructor Documentation

◆ TriggerInfo() [1/7]

dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( )
inline

Definition at line 351 of file CTBModule.pb.h.

◆ ~TriggerInfo()

dunedaq::ctbmodules::opmon::TriggerInfo::~TriggerInfo ( )
override

Definition at line 588 of file CTBModule.pb.cc.

588 {
589 // @@protoc_insertion_point(destructor:dunedaq.ctbmodules.opmon.TriggerInfo)
590 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
591 SharedDtor();
592}

◆ TriggerInfo() [2/7]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ TriggerInfo() [3/7]

dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( const TriggerInfo & from)

Definition at line 575 of file CTBModule.pb.cc.

576 : ::google::protobuf::Message(), _impl_(from._impl_) {
577 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
578 from._internal_metadata_);
579 // @@protoc_insertion_point(copy_constructor:dunedaq.ctbmodules.opmon.TriggerInfo)
580}

◆ TriggerInfo() [4/7]

dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( TriggerInfo && from)
inlinenoexcept

Definition at line 357 of file CTBModule.pb.h.

358 : TriggerInfo() {
359 *this = ::std::move(from);
360 }

◆ TriggerInfo() [5/7]

dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 570 of file CTBModule.pb.cc.

571 : ::google::protobuf::Message(arena) {
572 SharedCtor(arena);
573 // @@protoc_insertion_point(arena_constructor:dunedaq.ctbmodules.opmon.TriggerInfo)
574}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TriggerInfo() [6/7]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( ::_pbi::ConstantInitialized )

Definition at line 52 of file CTBModule.pb.cc.

53 : _impl_{
54 /*decltype(_impl_.count_)*/ ::uint64_t{0u},
55 /*decltype(_impl_._cached_size_)*/ {},
56 } {}

◆ TriggerInfo() [7/7]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo ( ::_pbi::ConstantInitialized )

Definition at line 50 of file DFOModule.pb.cc.

51 : _impl_{
52 /*decltype(_impl_.received_)*/ ::uint64_t{0u},
53 /*decltype(_impl_.completed_)*/ ::uint64_t{0u},
54 /*decltype(_impl_._cached_size_)*/ {},
55 } {}

Member Function Documentation

◆ _internal_count()

uint64_t dunedaq::ctbmodules::opmon::TriggerInfo::_internal_count ( ) const
inlineprivate

Definition at line 758 of file CTBModule.pb.h.

758 {
759 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
760 return _impl_.count_;
761}

◆ _internal_set_count()

void dunedaq::ctbmodules::opmon::TriggerInfo::_internal_set_count ( ::uint64_t value)
inlineprivate

Definition at line 762 of file CTBModule.pb.h.

762 {
763 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
764 ;
765 _impl_.count_ = value;
766}

◆ _InternalParse()

const char * dunedaq::ctbmodules::opmon::TriggerInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * dunedaq::ctbmodules::opmon::TriggerInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 647 of file CTBModule.pb.cc.

649 {
650 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.ctbmodules.opmon.TriggerInfo)
651 ::uint32_t cached_has_bits = 0;
652 (void)cached_has_bits;
653
654 // uint64 count = 1;
655 if (this->_internal_count() != 0) {
656 target = stream->EnsureSpace(target);
657 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
658 1, this->_internal_count(), target);
659 }
660
661 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
662 target =
663 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
664 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
665 }
666 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.ctbmodules.opmon.TriggerInfo)
667 return target;
668}

◆ ByteSizeLong()

size_t dunedaq::ctbmodules::opmon::TriggerInfo::ByteSizeLong ( ) const
final

Definition at line 670 of file CTBModule.pb.cc.

670 {
671// @@protoc_insertion_point(message_byte_size_start:dunedaq.ctbmodules.opmon.TriggerInfo)
672 ::size_t total_size = 0;
673
674 ::uint32_t cached_has_bits = 0;
675 // Prevent compiler warnings about cached_has_bits being unused
676 (void) cached_has_bits;
677
678 // uint64 count = 1;
679 if (this->_internal_count() != 0) {
680 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
681 this->_internal_count());
682 }
683
684 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
685}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::ctbmodules::opmon::TriggerInfo::Clear ( )
final

Definition at line 600 of file CTBModule.pb.cc.

600 {
601// @@protoc_insertion_point(message_clear_start:dunedaq.ctbmodules.opmon.TriggerInfo)
602 ::uint32_t cached_has_bits = 0;
603 // Prevent compiler warnings about cached_has_bits being unused
604 (void) cached_has_bits;
605
606 _impl_.count_ = ::uint64_t{0u};
607 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
608}

◆ clear_count()

void dunedaq::ctbmodules::opmon::TriggerInfo::clear_count ( )
inline

Definition at line 747 of file CTBModule.pb.h.

747 {
748 _impl_.count_ = ::uint64_t{0u};
749}

◆ CopyFrom()

void dunedaq::ctbmodules::opmon::TriggerInfo::CopyFrom ( const TriggerInfo & from)

Definition at line 708 of file CTBModule.pb.cc.

708 {
709// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.ctbmodules.opmon.TriggerInfo)
710 if (&from == this) return;
711 Clear();
712 MergeFrom(from);
713}
void MergeFrom(const TriggerInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ count()

uint64_t dunedaq::ctbmodules::opmon::TriggerInfo::count ( ) const
inline

Definition at line 750 of file CTBModule.pb.h.

750 {
751 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.TriggerInfo.count)
752 return _internal_count();
753}

◆ default_instance()

static const TriggerInfo & dunedaq::ctbmodules::opmon::TriggerInfo::default_instance ( )
inlinestatic

Definition at line 396 of file CTBModule.pb.h.

396 {
398 }
static const TriggerInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::ctbmodules::opmon::TriggerInfo::descriptor ( )
inlinestatic

Definition at line 387 of file CTBModule.pb.h.

387 {
388 return GetDescriptor();
389 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::ctbmodules::opmon::TriggerInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 459 of file CTBModule.pb.h.

459 {
460 return "dunedaq.ctbmodules.opmon.TriggerInfo";
461 }

◆ GetCachedSize()

int dunedaq::ctbmodules::opmon::TriggerInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 449 of file CTBModule.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::ctbmodules::opmon::TriggerInfo::GetClassData ( ) const
final

Definition at line 691 of file CTBModule.pb.cc.

691{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::ctbmodules::opmon::TriggerInfo::GetDescriptor ( )
inlinestatic

Definition at line 390 of file CTBModule.pb.h.

390 {
391 return default_instance().GetMetadata().descriptor;
392 }
::google::protobuf::Metadata GetMetadata() const final
static const TriggerInfo & default_instance()

◆ GetMetadata()

google::protobuf::Metadata dunedaq::ctbmodules::opmon::TriggerInfo::GetMetadata ( ) const
final

Definition at line 725 of file CTBModule.pb.cc.

725 {
726 return ::_pbi::AssignDescriptors(
729}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_ctbmodules_2fopmon_2fCTBModule_2eproto_getter()
::absl::once_flag descriptor_table_ctbmodules_2fopmon_2fCTBModule_2eproto_once
::_pb::Metadata file_level_metadata_ctbmodules_2fopmon_2fCTBModule_2eproto[2]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::ctbmodules::opmon::TriggerInfo::GetReflection ( )
inlinestatic

Definition at line 393 of file CTBModule.pb.h.

393 {
394 return default_instance().GetMetadata().reflection;
395 }

◆ internal_default_instance()

static const TriggerInfo * dunedaq::ctbmodules::opmon::TriggerInfo::internal_default_instance ( )
inlinestatic

Definition at line 399 of file CTBModule.pb.h.

399 {
400 return reinterpret_cast<const TriggerInfo*>(
402 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerInfoDefaultTypeInternal _TriggerInfo_default_instance_

◆ InternalSwap()

void dunedaq::ctbmodules::opmon::TriggerInfo::InternalSwap ( TriggerInfo * other)
private

Definition at line 719 of file CTBModule.pb.cc.

719 {
720 using std::swap;
721 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
722 swap(_impl_.count_, other->_impl_.count_);
723}
friend void swap(TriggerInfo &a, TriggerInfo &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::ctbmodules::opmon::TriggerInfo::IsInitialized ( ) const
final

Definition at line 715 of file CTBModule.pb.cc.

715 {
716 return true;
717}

◆ MergeFrom()

void dunedaq::ctbmodules::opmon::TriggerInfo::MergeFrom ( const TriggerInfo & from)
inline

Definition at line 436 of file CTBModule.pb.h.

436 {
437 TriggerInfo::MergeImpl(*this, from);
438 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::ctbmodules::opmon::TriggerInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 694 of file CTBModule.pb.cc.

694 {
695 auto* const _this = static_cast<TriggerInfo*>(&to_msg);
696 auto& from = static_cast<const TriggerInfo&>(from_msg);
697 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.ctbmodules.opmon.TriggerInfo)
698 ABSL_DCHECK_NE(&from, _this);
699 ::uint32_t cached_has_bits = 0;
700 (void) cached_has_bits;
701
702 if (from._internal_count() != 0) {
703 _this->_internal_set_count(from._internal_count());
704 }
705 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
706}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::ctbmodules::opmon::TriggerInfo::mutable_unknown_fields ( )
inline

Definition at line 383 of file CTBModule.pb.h.

383 {
384 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
385 }

◆ New()

TriggerInfo * dunedaq::ctbmodules::opmon::TriggerInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 430 of file CTBModule.pb.h.

430 {
431 return CreateMaybeMessage<TriggerInfo>(arena);
432 }

◆ operator=() [1/2]

TriggerInfo & dunedaq::ctbmodules::opmon::TriggerInfo::operator= ( const TriggerInfo & from)
inline

Definition at line 362 of file CTBModule.pb.h.

362 {
363 CopyFrom(from);
364 return *this;
365 }
void CopyFrom(const TriggerInfo &from)

◆ operator=() [2/2]

TriggerInfo & dunedaq::ctbmodules::opmon::TriggerInfo::operator= ( TriggerInfo && from)
inlinenoexcept

Definition at line 366 of file CTBModule.pb.h.

366 {
367 if (this == &from) return *this;
368 if (GetOwningArena() == from.GetOwningArena()
369 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
370 && GetOwningArena() != nullptr
371 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
372 ) {
373 InternalSwap(&from);
374 } else {
375 CopyFrom(from);
376 }
377 return *this;
378 }
void InternalSwap(TriggerInfo *other)

◆ set_count()

void dunedaq::ctbmodules::opmon::TriggerInfo::set_count ( ::uint64_t value)
inline

Definition at line 754 of file CTBModule.pb.h.

754 {
755 _internal_set_count(value);
756 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.TriggerInfo.count)
757}
void _internal_set_count(::uint64_t value)

◆ SetCachedSize()

void dunedaq::ctbmodules::opmon::TriggerInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 596 of file CTBModule.pb.cc.

596 {
598}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::ctbmodules::opmon::TriggerInfo::SharedCtor ( ::google::protobuf::Arena * arena)
private

◆ SharedDtor()

void dunedaq::ctbmodules::opmon::TriggerInfo::SharedDtor ( )
inlineprivate

Definition at line 593 of file CTBModule.pb.cc.

593 {
594 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
595}

◆ Swap()

void dunedaq::ctbmodules::opmon::TriggerInfo::Swap ( TriggerInfo * other)
inline

Definition at line 409 of file CTBModule.pb.h.

409 {
410 if (other == this) return;
411 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
412 if (GetOwningArena() != nullptr &&
413 GetOwningArena() == other->GetOwningArena()) {
414 #else // PROTOBUF_FORCE_COPY_IN_SWAP
415 if (GetOwningArena() == other->GetOwningArena()) {
416 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
417 InternalSwap(other);
418 } else {
419 ::google::protobuf::internal::GenericSwap(this, other);
420 }
421 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::ctbmodules::opmon::TriggerInfo::unknown_fields ( ) const
inline

Definition at line 380 of file CTBModule.pb.h.

380 {
381 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
382 }

◆ UnsafeArenaSwap()

void dunedaq::ctbmodules::opmon::TriggerInfo::UnsafeArenaSwap ( TriggerInfo * other)
inline

Definition at line 422 of file CTBModule.pb.h.

422 {
423 if (other == this) return;
424 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
425 InternalSwap(other);
426 }

Friends And Related Symbol Documentation

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

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

Definition at line 494 of file CTBModule.pb.h.

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

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

Definition at line 458 of file CTBModule.pb.h.

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

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

Definition at line 492 of file CTBModule.pb.h.

◆ ::TableStruct_ctbmodules_2fopmon_2fCTBModule_2eproto

Definition at line 503 of file CTBModule.pb.h.

◆ swap

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

Definition at line 406 of file CTBModule.pb.h.

406 {
407 a.Swap(&b);
408 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::ctbmodules::opmon::TriggerInfo::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 466 of file CTBModule.pb.h.

◆ _impl_

Impl_ dunedaq::ctbmodules::opmon::TriggerInfo::_impl_

Definition at line 502 of file CTBModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::ctbmodules::opmon::TriggerInfo::_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<::uint64_t, offsetof(TriggerInfo, _impl_.count_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(TriggerInfo, _impl_.count_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(TriggerInfo, _impl_.count_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
}},
{{
}},
}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

Definition at line 493 of file CTBModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::ctbmodules::opmon::TriggerInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 403 of file CTBModule.pb.h.


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