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

#include <FragmentAggregatorModule.pb.h>

Inheritance diagram for dunedaq::dfmodules::opmon::FAFragmentsCounterInfo:
[legend]
Collaboration diagram for dunedaq::dfmodules::opmon::FAFragmentsCounterInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kFragmentsReceivedFieldNumber = 1 , kFragmentsProcessedFieldNumber = 2 , kFragmentsFailedFieldNumber = 3 , kFragmentsEmptyFieldNumber = 4 ,
  kFragmentsIncompleteFieldNumber = 5 , kFragmentsInvalidFieldNumber = 6
}
 

Public Member Functions

 FAFragmentsCounterInfo ()
 
 ~FAFragmentsCounterInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR FAFragmentsCounterInfo (::google::protobuf::internal::ConstantInitialized)
 
 FAFragmentsCounterInfo (const FAFragmentsCounterInfo &from)
 
 FAFragmentsCounterInfo (FAFragmentsCounterInfo &&from) noexcept
 
FAFragmentsCounterInfooperator= (const FAFragmentsCounterInfo &from)
 
FAFragmentsCounterInfooperator= (FAFragmentsCounterInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FAFragmentsCounterInfo *other)
 
void UnsafeArenaSwap (FAFragmentsCounterInfo *other)
 
FAFragmentsCounterInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const FAFragmentsCounterInfo &from)
 
void MergeFrom (const FAFragmentsCounterInfo &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_fragments_received ()
 
::uint64_t fragments_received () const
 
void set_fragments_received (::uint64_t value)
 
void clear_fragments_processed ()
 
::uint64_t fragments_processed () const
 
void set_fragments_processed (::uint64_t value)
 
void clear_fragments_failed ()
 
::uint64_t fragments_failed () const
 
void set_fragments_failed (::uint64_t value)
 
void clear_fragments_empty ()
 
::uint64_t fragments_empty () const
 
void set_fragments_empty (::uint64_t value)
 
void clear_fragments_incomplete ()
 
::uint64_t fragments_incomplete () const
 
void set_fragments_incomplete (::uint64_t value)
 
void clear_fragments_invalid ()
 
::uint64_t fragments_invalid () const
 
void set_fragments_invalid (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR FAFragmentsCounterInfo (::_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 FAFragmentsCounterInfodefault_instance ()
 
static const FAFragmentsCounterInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 FAFragmentsCounterInfo (::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 (FAFragmentsCounterInfo *other)
 
::uint64_t _internal_fragments_received () const
 
void _internal_set_fragments_received (::uint64_t value)
 
::uint64_t _internal_fragments_processed () const
 
void _internal_set_fragments_processed (::uint64_t value)
 
::uint64_t _internal_fragments_failed () const
 
void _internal_set_fragments_failed (::uint64_t value)
 
::uint64_t _internal_fragments_empty () const
 
void _internal_set_fragments_empty (::uint64_t value)
 
::uint64_t _internal_fragments_incomplete () const
 
void _internal_set_fragments_incomplete (::uint64_t value)
 
::uint64_t _internal_fragments_invalid () const
 
void _internal_set_fragments_invalid (::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< 3, 6, 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_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto
 
void swap (FAFragmentsCounterInfo &a, FAFragmentsCounterInfo &b)
 

Detailed Description

Definition at line 267 of file FragmentAggregatorModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

Constructor & Destructor Documentation

◆ FAFragmentsCounterInfo() [1/6]

dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo ( )
inline

◆ ~FAFragmentsCounterInfo()

dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::~FAFragmentsCounterInfo ( )
override

Definition at line 445 of file FragmentAggregatorModule.pb.cc.

445 {
446 // @@protoc_insertion_point(destructor:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
447 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
448 SharedDtor();
449}

◆ FAFragmentsCounterInfo() [2/6]

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

◆ FAFragmentsCounterInfo() [3/6]

dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo ( const FAFragmentsCounterInfo & from)

Definition at line 427 of file FragmentAggregatorModule.pb.cc.

428 : ::google::protobuf::Message(), _impl_(from._impl_) {
429 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
430 from._internal_metadata_);
431 // @@protoc_insertion_point(copy_constructor:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
432}

◆ FAFragmentsCounterInfo() [4/6]

dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo ( FAFragmentsCounterInfo && from)
inlinenoexcept

Definition at line 276 of file FragmentAggregatorModule.pb.h.

278 *this = ::std::move(from);
279 }

◆ FAFragmentsCounterInfo() [5/6]

dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 422 of file FragmentAggregatorModule.pb.cc.

423 : ::google::protobuf::Message(arena) {
424 SharedCtor(arena);
425 // @@protoc_insertion_point(arena_constructor:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
426}

◆ FAFragmentsCounterInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo ( ::_pbi::ConstantInitialized )

Definition at line 45 of file FragmentAggregatorModule.pb.cc.

46 : _impl_{
47 /*decltype(_impl_.fragments_received_)*/ ::uint64_t{0u},
48 /*decltype(_impl_.fragments_processed_)*/ ::uint64_t{0u},
49 /*decltype(_impl_.fragments_failed_)*/ ::uint64_t{0u},
50 /*decltype(_impl_.fragments_empty_)*/ ::uint64_t{0u},
51 /*decltype(_impl_.fragments_incomplete_)*/ ::uint64_t{0u},
52 /*decltype(_impl_.fragments_invalid_)*/ ::uint64_t{0u},
53 /*decltype(_impl_._cached_size_)*/ {},
54 } {}

Member Function Documentation

◆ _internal_fragments_empty()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_empty ( ) const
inlineprivate

Definition at line 831 of file FragmentAggregatorModule.pb.h.

831 {
832 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
834}

◆ _internal_fragments_failed()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_failed ( ) const
inlineprivate

Definition at line 809 of file FragmentAggregatorModule.pb.h.

809 {
810 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
812}

◆ _internal_fragments_incomplete()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_incomplete ( ) const
inlineprivate

Definition at line 853 of file FragmentAggregatorModule.pb.h.

853 {
854 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
856}

◆ _internal_fragments_invalid()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_invalid ( ) const
inlineprivate

Definition at line 875 of file FragmentAggregatorModule.pb.h.

875 {
876 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
878}

◆ _internal_fragments_processed()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_processed ( ) const
inlineprivate

Definition at line 787 of file FragmentAggregatorModule.pb.h.

787 {
788 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
790}

◆ _internal_fragments_received()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_fragments_received ( ) const
inlineprivate

Definition at line 765 of file FragmentAggregatorModule.pb.h.

765 {
766 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
768}

◆ _internal_set_fragments_empty()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_empty ( ::uint64_t value)
inlineprivate

Definition at line 835 of file FragmentAggregatorModule.pb.h.

835 {
836 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
837 ;
838 _impl_.fragments_empty_ = value;
839}

◆ _internal_set_fragments_failed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_failed ( ::uint64_t value)
inlineprivate

Definition at line 813 of file FragmentAggregatorModule.pb.h.

813 {
814 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
815 ;
817}

◆ _internal_set_fragments_incomplete()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_incomplete ( ::uint64_t value)
inlineprivate

Definition at line 857 of file FragmentAggregatorModule.pb.h.

857 {
858 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
859 ;
861}

◆ _internal_set_fragments_invalid()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_invalid ( ::uint64_t value)
inlineprivate

Definition at line 879 of file FragmentAggregatorModule.pb.h.

879 {
880 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
881 ;
883}

◆ _internal_set_fragments_processed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_processed ( ::uint64_t value)
inlineprivate

Definition at line 791 of file FragmentAggregatorModule.pb.h.

791 {
792 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
793 ;
795}

◆ _internal_set_fragments_received()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_internal_set_fragments_received ( ::uint64_t value)
inlineprivate

Definition at line 769 of file FragmentAggregatorModule.pb.h.

769 {
770 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
771 ;
773}

◆ _InternalParse()

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

Definition at line 469 of file FragmentAggregatorModule.pb.cc.

470 {
471 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
472 return ptr;
473}
static const ::google::protobuf::internal::TcParseTable< 3, 6, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 538 of file FragmentAggregatorModule.pb.cc.

540 {
541 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
542 ::uint32_t cached_has_bits = 0;
543 (void)cached_has_bits;
544
545 // uint64 fragments_received = 1;
546 if (this->_internal_fragments_received() != 0) {
547 target = stream->EnsureSpace(target);
548 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
549 1, this->_internal_fragments_received(), target);
550 }
551
552 // uint64 fragments_processed = 2;
553 if (this->_internal_fragments_processed() != 0) {
554 target = stream->EnsureSpace(target);
555 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
556 2, this->_internal_fragments_processed(), target);
557 }
558
559 // uint64 fragments_failed = 3;
560 if (this->_internal_fragments_failed() != 0) {
561 target = stream->EnsureSpace(target);
562 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
563 3, this->_internal_fragments_failed(), target);
564 }
565
566 // uint64 fragments_empty = 4;
567 if (this->_internal_fragments_empty() != 0) {
568 target = stream->EnsureSpace(target);
569 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
570 4, this->_internal_fragments_empty(), target);
571 }
572
573 // uint64 fragments_incomplete = 5;
574 if (this->_internal_fragments_incomplete() != 0) {
575 target = stream->EnsureSpace(target);
576 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
577 5, this->_internal_fragments_incomplete(), target);
578 }
579
580 // uint64 fragments_invalid = 6;
581 if (this->_internal_fragments_invalid() != 0) {
582 target = stream->EnsureSpace(target);
583 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
584 6, this->_internal_fragments_invalid(), target);
585 }
586
587 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
588 target =
589 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
590 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
591 }
592 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
593 return target;
594}

◆ ByteSizeLong()

size_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::ByteSizeLong ( ) const
final

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

596 {
597// @@protoc_insertion_point(message_byte_size_start:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
598 ::size_t total_size = 0;
599
600 ::uint32_t cached_has_bits = 0;
601 // Prevent compiler warnings about cached_has_bits being unused
602 (void) cached_has_bits;
603
604 // uint64 fragments_received = 1;
605 if (this->_internal_fragments_received() != 0) {
606 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
608 }
609
610 // uint64 fragments_processed = 2;
611 if (this->_internal_fragments_processed() != 0) {
612 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
614 }
615
616 // uint64 fragments_failed = 3;
617 if (this->_internal_fragments_failed() != 0) {
618 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
620 }
621
622 // uint64 fragments_empty = 4;
623 if (this->_internal_fragments_empty() != 0) {
624 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
626 }
627
628 // uint64 fragments_incomplete = 5;
629 if (this->_internal_fragments_incomplete() != 0) {
630 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
632 }
633
634 // uint64 fragments_invalid = 6;
635 if (this->_internal_fragments_invalid() != 0) {
636 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
638 }
639
640 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
641}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::Clear ( )
final

Definition at line 457 of file FragmentAggregatorModule.pb.cc.

457 {
458// @@protoc_insertion_point(message_clear_start:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
459 ::uint32_t cached_has_bits = 0;
460 // Prevent compiler warnings about cached_has_bits being unused
461 (void) cached_has_bits;
462
463 ::memset(&_impl_.fragments_received_, 0, static_cast<::size_t>(
464 reinterpret_cast<char*>(&_impl_.fragments_invalid_) -
465 reinterpret_cast<char*>(&_impl_.fragments_received_)) + sizeof(_impl_.fragments_invalid_));
466 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
467}

◆ clear_fragments_empty()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_empty ( )
inline

Definition at line 820 of file FragmentAggregatorModule.pb.h.

820 {
821 _impl_.fragments_empty_ = ::uint64_t{0u};
822}

◆ clear_fragments_failed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_failed ( )
inline

Definition at line 798 of file FragmentAggregatorModule.pb.h.

798 {
799 _impl_.fragments_failed_ = ::uint64_t{0u};
800}

◆ clear_fragments_incomplete()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_incomplete ( )
inline

Definition at line 842 of file FragmentAggregatorModule.pb.h.

842 {
843 _impl_.fragments_incomplete_ = ::uint64_t{0u};
844}

◆ clear_fragments_invalid()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_invalid ( )
inline

Definition at line 864 of file FragmentAggregatorModule.pb.h.

864 {
865 _impl_.fragments_invalid_ = ::uint64_t{0u};
866}

◆ clear_fragments_processed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_processed ( )
inline

Definition at line 776 of file FragmentAggregatorModule.pb.h.

776 {
777 _impl_.fragments_processed_ = ::uint64_t{0u};
778}

◆ clear_fragments_received()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::clear_fragments_received ( )
inline

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

754 {
755 _impl_.fragments_received_ = ::uint64_t{0u};
756}

◆ CopyFrom()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::CopyFrom ( const FAFragmentsCounterInfo & from)

Definition at line 679 of file FragmentAggregatorModule.pb.cc.

679 {
680// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
681 if (&from == this) return;
682 Clear();
683 MergeFrom(from);
684}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const FAFragmentsCounterInfo & dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::default_instance ( )
inlinestatic

Definition at line 315 of file FragmentAggregatorModule.pb.h.

315 {
317 }
static const FAFragmentsCounterInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::descriptor ( )
inlinestatic

Definition at line 306 of file FragmentAggregatorModule.pb.h.

306 {
307 return GetDescriptor();
308 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ fragments_empty()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_empty ( ) const
inline

Definition at line 823 of file FragmentAggregatorModule.pb.h.

823 {
824 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_empty)
826}

◆ fragments_failed()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_failed ( ) const
inline

Definition at line 801 of file FragmentAggregatorModule.pb.h.

801 {
802 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_failed)
804}

◆ fragments_incomplete()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_incomplete ( ) const
inline

Definition at line 845 of file FragmentAggregatorModule.pb.h.

845 {
846 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_incomplete)
848}

◆ fragments_invalid()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_invalid ( ) const
inline

Definition at line 867 of file FragmentAggregatorModule.pb.h.

867 {
868 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_invalid)
870}

◆ fragments_processed()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_processed ( ) const
inline

Definition at line 779 of file FragmentAggregatorModule.pb.h.

779 {
780 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_processed)
782}

◆ fragments_received()

uint64_t dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::fragments_received ( ) const
inline

Definition at line 757 of file FragmentAggregatorModule.pb.h.

757 {
758 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_received)
760}

◆ FullMessageName()

::absl::string_view dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 378 of file FragmentAggregatorModule.pb.h.

378 {
379 return "dunedaq.dfmodules.opmon.FAFragmentsCounterInfo";
380 }

◆ GetCachedSize()

int dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 368 of file FragmentAggregatorModule.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::GetClassData ( ) const
final

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

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::GetDescriptor ( )
inlinestatic

Definition at line 309 of file FragmentAggregatorModule.pb.h.

309 {
310 return default_instance().GetMetadata().descriptor;
311 }
::google::protobuf::Metadata GetMetadata() const final
static const FAFragmentsCounterInfo & default_instance()

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::GetMetadata ( ) const
final

Definition at line 701 of file FragmentAggregatorModule.pb.cc.

701 {
702 return ::_pbi::AssignDescriptors(
705}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto_getter()
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto_once
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto[3]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::GetReflection ( )
inlinestatic

Definition at line 312 of file FragmentAggregatorModule.pb.h.

312 {
313 return default_instance().GetMetadata().reflection;
314 }

◆ internal_default_instance()

static const FAFragmentsCounterInfo * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::internal_default_instance ( )
inlinestatic

Definition at line 318 of file FragmentAggregatorModule.pb.h.

318 {
319 return reinterpret_cast<const FAFragmentsCounterInfo*>(
321 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FAFragmentsCounterInfoDefaultTypeInternal _FAFragmentsCounterInfo_default_instance_

◆ InternalSwap()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::InternalSwap ( FAFragmentsCounterInfo * other)
private

Definition at line 690 of file FragmentAggregatorModule.pb.cc.

690 {
691 using std::swap;
692 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
693 ::google::protobuf::internal::memswap<
694 PROTOBUF_FIELD_OFFSET(FAFragmentsCounterInfo, _impl_.fragments_invalid_)
696 - PROTOBUF_FIELD_OFFSET(FAFragmentsCounterInfo, _impl_.fragments_received_)>(
697 reinterpret_cast<char*>(&_impl_.fragments_received_),
698 reinterpret_cast<char*>(&other->_impl_.fragments_received_));
699}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::IsInitialized ( ) const
final

Definition at line 686 of file FragmentAggregatorModule.pb.cc.

686 {
687 return true;
688}

◆ MergeFrom()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::MergeFrom ( const FAFragmentsCounterInfo & from)
inline

Definition at line 355 of file FragmentAggregatorModule.pb.h.

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

◆ MergeImpl()

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

Definition at line 650 of file FragmentAggregatorModule.pb.cc.

650 {
651 auto* const _this = static_cast<FAFragmentsCounterInfo*>(&to_msg);
652 auto& from = static_cast<const FAFragmentsCounterInfo&>(from_msg);
653 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo)
654 ABSL_DCHECK_NE(&from, _this);
655 ::uint32_t cached_has_bits = 0;
656 (void) cached_has_bits;
657
658 if (from._internal_fragments_received() != 0) {
659 _this->_internal_set_fragments_received(from._internal_fragments_received());
660 }
661 if (from._internal_fragments_processed() != 0) {
662 _this->_internal_set_fragments_processed(from._internal_fragments_processed());
663 }
664 if (from._internal_fragments_failed() != 0) {
665 _this->_internal_set_fragments_failed(from._internal_fragments_failed());
666 }
667 if (from._internal_fragments_empty() != 0) {
668 _this->_internal_set_fragments_empty(from._internal_fragments_empty());
669 }
670 if (from._internal_fragments_incomplete() != 0) {
671 _this->_internal_set_fragments_incomplete(from._internal_fragments_incomplete());
672 }
673 if (from._internal_fragments_invalid() != 0) {
674 _this->_internal_set_fragments_invalid(from._internal_fragments_invalid());
675 }
676 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
677}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::mutable_unknown_fields ( )
inline

Definition at line 302 of file FragmentAggregatorModule.pb.h.

302 {
303 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
304 }

◆ New()

FAFragmentsCounterInfo * dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 349 of file FragmentAggregatorModule.pb.h.

349 {
350 return CreateMaybeMessage<FAFragmentsCounterInfo>(arena);
351 }

◆ operator=() [1/2]

FAFragmentsCounterInfo & dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::operator= ( const FAFragmentsCounterInfo & from)
inline

Definition at line 281 of file FragmentAggregatorModule.pb.h.

281 {
282 CopyFrom(from);
283 return *this;
284 }

◆ operator=() [2/2]

FAFragmentsCounterInfo & dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::operator= ( FAFragmentsCounterInfo && from)
inlinenoexcept

Definition at line 285 of file FragmentAggregatorModule.pb.h.

285 {
286 if (this == &from) return *this;
287 if (GetOwningArena() == from.GetOwningArena()
288 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
289 && GetOwningArena() != nullptr
290 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
291 ) {
292 InternalSwap(&from);
293 } else {
294 CopyFrom(from);
295 }
296 return *this;
297 }

◆ set_fragments_empty()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_empty ( ::uint64_t value)
inline

Definition at line 827 of file FragmentAggregatorModule.pb.h.

827 {
829 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_empty)
830}

◆ set_fragments_failed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_failed ( ::uint64_t value)
inline

Definition at line 805 of file FragmentAggregatorModule.pb.h.

805 {
807 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_failed)
808}

◆ set_fragments_incomplete()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_incomplete ( ::uint64_t value)
inline

Definition at line 849 of file FragmentAggregatorModule.pb.h.

849 {
851 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_incomplete)
852}

◆ set_fragments_invalid()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_invalid ( ::uint64_t value)
inline

Definition at line 871 of file FragmentAggregatorModule.pb.h.

871 {
873 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_invalid)
874}

◆ set_fragments_processed()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_processed ( ::uint64_t value)
inline

Definition at line 783 of file FragmentAggregatorModule.pb.h.

783 {
785 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_processed)
786}

◆ set_fragments_received()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::set_fragments_received ( ::uint64_t value)
inline

Definition at line 761 of file FragmentAggregatorModule.pb.h.

761 {
763 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.FAFragmentsCounterInfo.fragments_received)
764}

◆ SetCachedSize()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 453 of file FragmentAggregatorModule.pb.cc.

453 {
455}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 433 of file FragmentAggregatorModule.pb.cc.

433 {
434 (void)arena;
435 new (&_impl_) Impl_{
436 decltype(_impl_.fragments_received_){::uint64_t{0u}},
437 decltype(_impl_.fragments_processed_){::uint64_t{0u}},
438 decltype(_impl_.fragments_failed_){::uint64_t{0u}},
439 decltype(_impl_.fragments_empty_){::uint64_t{0u}},
440 decltype(_impl_.fragments_incomplete_){::uint64_t{0u}},
441 decltype(_impl_.fragments_invalid_){::uint64_t{0u}},
442 /*decltype(_impl_._cached_size_)*/ {},
443 };
444}

◆ SharedDtor()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::SharedDtor ( )
inlineprivate

Definition at line 450 of file FragmentAggregatorModule.pb.cc.

450 {
451 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
452}

◆ Swap()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::Swap ( FAFragmentsCounterInfo * other)
inline

Definition at line 328 of file FragmentAggregatorModule.pb.h.

328 {
329 if (other == this) return;
330 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
331 if (GetOwningArena() != nullptr &&
332 GetOwningArena() == other->GetOwningArena()) {
333 #else // PROTOBUF_FORCE_COPY_IN_SWAP
334 if (GetOwningArena() == other->GetOwningArena()) {
335 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
336 InternalSwap(other);
337 } else {
338 ::google::protobuf::internal::GenericSwap(this, other);
339 }
340 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::unknown_fields ( ) const
inline

Definition at line 299 of file FragmentAggregatorModule.pb.h.

299 {
300 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
301 }

◆ UnsafeArenaSwap()

void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::UnsafeArenaSwap ( FAFragmentsCounterInfo * other)
inline

Definition at line 341 of file FragmentAggregatorModule.pb.h.

341 {
342 if (other == this) return;
343 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
344 InternalSwap(other);
345 }

Friends And Related Symbol Documentation

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

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

Definition at line 468 of file FragmentAggregatorModule.pb.h.

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

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

Definition at line 377 of file FragmentAggregatorModule.pb.h.

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

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

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

◆ ::TableStruct_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto

◆ swap

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

Definition at line 325 of file FragmentAggregatorModule.pb.h.

325 {
326 a.Swap(&b);
327 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 385 of file FragmentAggregatorModule.pb.h.

◆ _impl_

Impl_ dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_impl_

Definition at line 481 of file FragmentAggregatorModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 6, 0, 0, 2 > dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_table_
staticprivate

Definition at line 467 of file FragmentAggregatorModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 322 of file FragmentAggregatorModule.pb.h.


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