#include <DFOModule.pb.h>
|
static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
|
::absl::string_view | FullMessageName () |
|
|
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > | _table_ |
|
Definition at line 324 of file DFOModule.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kReceivedFieldNumber | |
kCompletedFieldNumber | |
Definition at line 451 of file DFOModule.pb.h.
◆ TriggerInfo() [1/5]
dunedaq::dfmodules::opmon::TriggerInfo::TriggerInfo |
( |
| ) |
|
|
inline |
◆ ~TriggerInfo()
dunedaq::dfmodules::opmon::TriggerInfo::~TriggerInfo |
( |
| ) |
|
|
override |
Definition at line 531 of file DFOModule.pb.cc.
531 {
532
533 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
535}
◆ TriggerInfo() [2/5]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::TriggerInfo::TriggerInfo |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ TriggerInfo() [3/5]
dunedaq::dfmodules::opmon::TriggerInfo::TriggerInfo |
( |
const TriggerInfo & | from | ) |
|
Definition at line 517 of file DFOModule.pb.cc.
518 : ::google::protobuf::Message(),
_impl_(from._impl_) {
519 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
520 from._internal_metadata_);
521
522}
◆ TriggerInfo() [4/5]
dunedaq::dfmodules::opmon::TriggerInfo::TriggerInfo |
( |
TriggerInfo && | from | ) |
|
|
inlinenoexcept |
◆ TriggerInfo() [5/5]
dunedaq::dfmodules::opmon::TriggerInfo::TriggerInfo |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 512 of file DFOModule.pb.cc.
513 : ::google::protobuf::Message(arena) {
515
516}
void SharedCtor(::google::protobuf::Arena *arena)
◆ _internal_completed()
uint64_t dunedaq::dfmodules::opmon::TriggerInfo::_internal_completed |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_received()
uint64_t dunedaq::dfmodules::opmon::TriggerInfo::_internal_received |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_completed()
void dunedaq::dfmodules::opmon::TriggerInfo::_internal_set_completed |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
Definition at line 728 of file DFOModule.pb.h.
728 {
729 PROTOBUF_TSAN_WRITE(&
_impl_._tsan_detect_race);
730 ;
732}
◆ _internal_set_received()
void dunedaq::dfmodules::opmon::TriggerInfo::_internal_set_received |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
Definition at line 706 of file DFOModule.pb.h.
706 {
707 PROTOBUF_TSAN_WRITE(&
_impl_._tsan_detect_race);
708 ;
710}
◆ _InternalParse()
const char * dunedaq::dfmodules::opmon::TriggerInfo::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
◆ _InternalSerialize()
uint8_t * dunedaq::dfmodules::opmon::TriggerInfo::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 598 of file DFOModule.pb.cc.
600 {
601
602 ::uint32_t cached_has_bits = 0;
603 (void)cached_has_bits;
604
605
607 target = stream->EnsureSpace(target);
608 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
610 }
611
612
614 target = stream->EnsureSpace(target);
615 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
617 }
618
619 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
620 target =
621 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
622 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
623 }
624
625 return target;
626}
::uint64_t _internal_received() const
::uint64_t _internal_completed() const
◆ ByteSizeLong()
size_t dunedaq::dfmodules::opmon::TriggerInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 628 of file DFOModule.pb.cc.
628 {
629
630 ::size_t total_size = 0;
631
632 ::uint32_t cached_has_bits = 0;
633
634 (void) cached_has_bits;
635
636
638 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
640 }
641
642
644 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
646 }
647
649}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::dfmodules::opmon::TriggerInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 543 of file DFOModule.pb.cc.
543 {
544
545 ::uint32_t cached_has_bits = 0;
546
547 (void) cached_has_bits;
548
552 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
553}
◆ clear_completed()
void dunedaq::dfmodules::opmon::TriggerInfo::clear_completed |
( |
| ) |
|
|
inline |
◆ clear_received()
void dunedaq::dfmodules::opmon::TriggerInfo::clear_received |
( |
| ) |
|
|
inline |
◆ completed()
uint64_t dunedaq::dfmodules::opmon::TriggerInfo::completed |
( |
| ) |
const |
|
inline |
◆ CopyFrom()
void dunedaq::dfmodules::opmon::TriggerInfo::CopyFrom |
( |
const TriggerInfo & | from | ) |
|
Definition at line 675 of file DFOModule.pb.cc.
675 {
676
677 if (&from == this) return;
680}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const TriggerInfo &from)
◆ default_instance()
static const TriggerInfo & dunedaq::dfmodules::opmon::TriggerInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 372 of file DFOModule.pb.h.
372 {
374 }
static const TriggerInfo * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::TriggerInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 363 of file DFOModule.pb.h.
363 {
365 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view dunedaq::dfmodules::opmon::TriggerInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 435 of file DFOModule.pb.h.
435 {
436 return "dunedaq.dfmodules.opmon.TriggerInfo";
437 }
◆ GetCachedSize()
int dunedaq::dfmodules::opmon::TriggerInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::dfmodules::opmon::TriggerInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::TriggerInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 366 of file DFOModule.pb.h.
366 {
368 }
::google::protobuf::Metadata GetMetadata() const final
static const TriggerInfo & default_instance()
◆ GetMetadata()
google::protobuf::Metadata dunedaq::dfmodules::opmon::TriggerInfo::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 697 of file DFOModule.pb.cc.
697 {
698 return ::_pbi::AssignDescriptors(
701}
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fDFOModule_2eproto_once
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fDFOModule_2eproto[2]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fDFOModule_2eproto_getter()
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::dfmodules::opmon::TriggerInfo::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const TriggerInfo * dunedaq::dfmodules::opmon::TriggerInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 375 of file DFOModule.pb.h.
375 {
378 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerInfoDefaultTypeInternal _TriggerInfo_default_instance_
◆ InternalSwap()
void dunedaq::dfmodules::opmon::TriggerInfo::InternalSwap |
( |
TriggerInfo * | other | ) |
|
|
private |
Definition at line 686 of file DFOModule.pb.cc.
686 {
687 using std::swap;
688 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
689 ::google::protobuf::internal::memswap<
694 reinterpret_cast<char*>(&other->_impl_.received_));
695}
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::dfmodules::opmon::TriggerInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::dfmodules::opmon::TriggerInfo::MergeFrom |
( |
const TriggerInfo & | from | ) |
|
|
inline |
Definition at line 412 of file DFOModule.pb.h.
412 {
414 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::dfmodules::opmon::TriggerInfo::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 658 of file DFOModule.pb.cc.
658 {
659 auto*
const _this =
static_cast<TriggerInfo*
>(&to_msg);
660 auto& from =
static_cast<const TriggerInfo&
>(from_msg);
661
662 ABSL_DCHECK_NE(&from, _this);
663 ::uint32_t cached_has_bits = 0;
664 (void) cached_has_bits;
665
666 if (from._internal_received() != 0) {
667 _this->_internal_set_received(from._internal_received());
668 }
669 if (from._internal_completed() != 0) {
670 _this->_internal_set_completed(from._internal_completed());
671 }
672 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
673}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::dfmodules::opmon::TriggerInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 359 of file DFOModule.pb.h.
359 {
360 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
361 }
◆ New()
TriggerInfo * dunedaq::dfmodules::opmon::TriggerInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 406 of file DFOModule.pb.h.
406 {
407 return CreateMaybeMessage<TriggerInfo>(arena);
408 }
◆ operator=() [1/2]
Definition at line 338 of file DFOModule.pb.h.
338 {
340 return *this;
341 }
void CopyFrom(const TriggerInfo &from)
◆ operator=() [2/2]
Definition at line 342 of file DFOModule.pb.h.
342 {
343 if (this == &from) return *this;
344 if (GetOwningArena() == from.GetOwningArena()
345 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
346 && GetOwningArena() != nullptr
347 #endif
348 ) {
350 } else {
352 }
353 return *this;
354 }
void InternalSwap(TriggerInfo *other)
◆ received()
uint64_t dunedaq::dfmodules::opmon::TriggerInfo::received |
( |
| ) |
const |
|
inline |
◆ set_completed()
void dunedaq::dfmodules::opmon::TriggerInfo::set_completed |
( |
::uint64_t | value | ) |
|
|
inline |
Definition at line 720 of file DFOModule.pb.h.
720 {
722
723}
void _internal_set_completed(::uint64_t value)
◆ set_received()
void dunedaq::dfmodules::opmon::TriggerInfo::set_received |
( |
::uint64_t | value | ) |
|
|
inline |
Definition at line 698 of file DFOModule.pb.h.
698 {
700
701}
void _internal_set_received(::uint64_t value)
◆ SetCachedSize()
void dunedaq::dfmodules::opmon::TriggerInfo::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 539 of file DFOModule.pb.cc.
539 {
541}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::dfmodules::opmon::TriggerInfo::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
private |
◆ SharedDtor()
void dunedaq::dfmodules::opmon::TriggerInfo::SharedDtor |
( |
| ) |
|
|
inlineprivate |
Definition at line 536 of file DFOModule.pb.cc.
536 {
537 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
538}
◆ Swap()
void dunedaq::dfmodules::opmon::TriggerInfo::Swap |
( |
TriggerInfo * | other | ) |
|
|
inline |
Definition at line 385 of file DFOModule.pb.h.
385 {
386 if (other == this) return;
387 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
388 if (GetOwningArena() != nullptr &&
389 GetOwningArena() == other->GetOwningArena()) {
390 #else
391 if (GetOwningArena() == other->GetOwningArena()) {
392 #endif
394 } else {
395 ::google::protobuf::internal::GenericSwap(this, other);
396 }
397 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::dfmodules::opmon::TriggerInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 356 of file DFOModule.pb.h.
356 {
357 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
358 }
◆ UnsafeArenaSwap()
void dunedaq::dfmodules::opmon::TriggerInfo::UnsafeArenaSwap |
( |
TriggerInfo * | other | ) |
|
|
inline |
Definition at line 398 of file DFOModule.pb.h.
398 {
399 if (other == this) return;
400 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
402 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_dfmodules_2fopmon_2fDFOModule_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::dfmodules::opmon::TriggerInfo::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::Message::CopyWithSourceCheck,
}
Definition at line 442 of file DFOModule.pb.h.
◆ _impl_
Impl_ dunedaq::dfmodules::opmon::TriggerInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::dfmodules::opmon::TriggerInfo::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
int dunedaq::dfmodules::opmon::TriggerInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/build/dfmodules/codegen/include/dfmodules/opmon/DFOModule.pb.h
- /github/workspace/dunedaq/build/dfmodules/codegen/include/dfmodules/opmon/DFOModule.pb.cc