#include <CTBModule.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< 0, 1, 0, 0, 2 > | _table_ |
|
Definition at line 348 of file CTBModule.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ TriggerInfo() [1/7]
dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo |
( |
| ) |
|
|
inline |
◆ ~TriggerInfo()
dunedaq::ctbmodules::opmon::TriggerInfo::~TriggerInfo |
( |
| ) |
|
|
override |
Definition at line 588 of file CTBModule.pb.cc.
588 {
589
590 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
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
580}
◆ TriggerInfo() [4/7]
dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo |
( |
TriggerInfo && | from | ) |
|
|
inlinenoexcept |
◆ 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) {
573
574}
void SharedCtor(::google::protobuf::Arena *arena)
◆ TriggerInfo() [6/7]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ TriggerInfo() [7/7]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::ctbmodules::opmon::TriggerInfo::TriggerInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
Definition at line 50 of file DFOModule.pb.cc.
52 ::uint64_t{0u},
53 ::uint64_t{0u},
54 {},
55 } {}
◆ _internal_count()
uint64_t dunedaq::ctbmodules::opmon::TriggerInfo::_internal_count |
( |
| ) |
const |
|
inlineprivate |
◆ _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 ;
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
651 ::uint32_t cached_has_bits = 0;
652 (void)cached_has_bits;
653
654
656 target = stream->EnsureSpace(target);
657 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
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
667 return target;
668}
::uint64_t _internal_count() const
◆ ByteSizeLong()
size_t dunedaq::ctbmodules::opmon::TriggerInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 670 of file CTBModule.pb.cc.
670 {
671
672 ::size_t total_size = 0;
673
674 ::uint32_t cached_has_bits = 0;
675
676 (void) cached_has_bits;
677
678
680 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
682 }
683
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
602 ::uint32_t cached_has_bits = 0;
603
604 (void) cached_has_bits;
605
607 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
608}
◆ clear_count()
void dunedaq::ctbmodules::opmon::TriggerInfo::clear_count |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::ctbmodules::opmon::TriggerInfo::CopyFrom |
( |
const TriggerInfo & | from | ) |
|
Definition at line 708 of file CTBModule.pb.cc.
708 {
709
710 if (&from == this) return;
713}
void MergeFrom(const TriggerInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ count()
uint64_t dunedaq::ctbmodules::opmon::TriggerInfo::count |
( |
| ) |
const |
|
inline |
◆ 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 {
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 |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::ctbmodules::opmon::TriggerInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::ctbmodules::opmon::TriggerInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 390 of file CTBModule.pb.h.
390 {
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 |
◆ internal_default_instance()
static const TriggerInfo * dunedaq::ctbmodules::opmon::TriggerInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 399 of file CTBModule.pb.h.
399 {
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_);
723}
friend void swap(TriggerInfo &a, TriggerInfo &b)
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::ctbmodules::opmon::TriggerInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::ctbmodules::opmon::TriggerInfo::MergeFrom |
( |
const TriggerInfo & | from | ) |
|
|
inline |
Definition at line 436 of file CTBModule.pb.h.
436 {
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
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]
Definition at line 362 of file CTBModule.pb.h.
362 {
364 return *this;
365 }
void CopyFrom(const TriggerInfo &from)
◆ operator=() [2/2]
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
372 ) {
374 } else {
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 {
756
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
415 if (GetOwningArena() == other->GetOwningArena()) {
416 #endif
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());
426 }
◆ ::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_ctbmodules_2fopmon_2fCTBModule_2eproto
◆ swap
◆ [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_ |
◆ _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,
}, {{
}}, {{
65535, 65535
}}, {{
(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 |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/build/ctbmodules/codegen/include/ctbmodules/opmon/CTBModule.pb.h
- /github/workspace/dunedaq/build/ctbmodules/codegen/include/ctbmodules/opmon/CTBModule.pb.cc
- /github/workspace/dunedaq/build/dfmodules/codegen/include/dfmodules/opmon/DFOModule.pb.cc