#include <datahandling_info.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 1745 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kChannelIdFieldNumber | |
kNumberOfTpsFieldNumber | |
Definition at line 1872 of file datahandling_info.pb.h.
1872 : int {
1875 };
@ kNumberOfTpsFieldNumber
◆ TPChannelInfo() [1/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
| ) |
|
|
inline |
◆ ~TPChannelInfo()
dunedaq::datahandlinglibs::opmon::TPChannelInfo::~TPChannelInfo |
( |
| ) |
|
|
override |
Definition at line 2602 of file datahandling_info.pb.cc.
2602 {
2603
2604 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2606}
◆ TPChannelInfo() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ TPChannelInfo() [3/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
const TPChannelInfo & | from | ) |
|
Definition at line 2588 of file datahandling_info.pb.cc.
2589 : ::google::protobuf::Message(),
_impl_(from._impl_) {
2590 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2591 from._internal_metadata_);
2592
2593}
◆ TPChannelInfo() [4/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
TPChannelInfo && | from | ) |
|
|
inlinenoexcept |
◆ TPChannelInfo() [5/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 2583 of file datahandling_info.pb.cc.
2584 : ::google::protobuf::Message(arena) {
2586
2587}
void SharedCtor(::google::protobuf::Arena *arena)
◆ TPChannelInfo() [6/6]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_channel_id()
uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_channel_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_number_of_tps()
uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_number_of_tps |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_channel_id()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_set_channel_id |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_number_of_tps()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_set_number_of_tps |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
const char * dunedaq::datahandlinglibs::opmon::TPChannelInfo::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 2626 of file datahandling_info.pb.cc.
2627 {
2628 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
2629 return ptr;
2630}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
◆ _InternalSerialize()
uint8_t * dunedaq::datahandlinglibs::opmon::TPChannelInfo::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 2669 of file datahandling_info.pb.cc.
2671 {
2672
2673 ::uint32_t cached_has_bits = 0;
2674 (void)cached_has_bits;
2675
2676
2678 target = stream->EnsureSpace(target);
2679 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2681 }
2682
2683
2685 target = stream->EnsureSpace(target);
2686 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2688 }
2689
2690 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2691 target =
2692 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2693 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2694 }
2695
2696 return target;
2697}
::uint64_t _internal_number_of_tps() const
::uint64_t _internal_channel_id() const
◆ ByteSizeLong()
size_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 2699 of file datahandling_info.pb.cc.
2699 {
2700
2701 ::size_t total_size = 0;
2702
2703 ::uint32_t cached_has_bits = 0;
2704
2705 (void) cached_has_bits;
2706
2707
2709 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2711 }
2712
2713
2715 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2717 }
2718
2720}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ channel_id()
uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::channel_id |
( |
| ) |
const |
|
inline |
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::TPChannelInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 2614 of file datahandling_info.pb.cc.
2614 {
2615
2616 ::uint32_t cached_has_bits = 0;
2617
2618 (void) cached_has_bits;
2619
2623 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2624}
◆ clear_channel_id()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::clear_channel_id |
( |
| ) |
|
|
inline |
◆ clear_number_of_tps()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::clear_number_of_tps |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::CopyFrom |
( |
const TPChannelInfo & | from | ) |
|
Definition at line 2746 of file datahandling_info.pb.cc.
2746 {
2747
2748 if (&from == this) return;
2751}
void MergeFrom(const TPChannelInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
static const TPChannelInfo & dunedaq::datahandlinglibs::opmon::TPChannelInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::TPChannelInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1784 of file datahandling_info.pb.h.
1784 {
1786 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view dunedaq::datahandlinglibs::opmon::TPChannelInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
int dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1787 of file datahandling_info.pb.h.
1787 {
1789 }
::google::protobuf::Metadata GetMetadata() const final
static const TPChannelInfo & default_instance()
◆ GetMetadata()
google::protobuf::Metadata dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 2768 of file datahandling_info.pb.cc.
2768 {
2769 return ::_pbi::AssignDescriptors(
2772}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[9]
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const TPChannelInfo * dunedaq::datahandlinglibs::opmon::TPChannelInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 1796 of file datahandling_info.pb.h.
1796 {
1799 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TPChannelInfoDefaultTypeInternal _TPChannelInfo_default_instance_
◆ InternalSwap()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::InternalSwap |
( |
TPChannelInfo * | other | ) |
|
|
private |
Definition at line 2757 of file datahandling_info.pb.cc.
2757 {
2758 using std::swap;
2759 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2760 ::google::protobuf::internal::memswap<
2765 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2766}
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::datahandlinglibs::opmon::TPChannelInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::MergeFrom |
( |
const TPChannelInfo & | from | ) |
|
|
inline |
Definition at line 1833 of file datahandling_info.pb.h.
1833 {
1835 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 2729 of file datahandling_info.pb.cc.
2729 {
2732
2733 ABSL_DCHECK_NE(&from, _this);
2734 ::uint32_t cached_has_bits = 0;
2735 (void) cached_has_bits;
2736
2737 if (from._internal_channel_id() != 0) {
2738 _this->_internal_set_channel_id(from._internal_channel_id());
2739 }
2740 if (from._internal_number_of_tps() != 0) {
2741 _this->_internal_set_number_of_tps(from._internal_number_of_tps());
2742 }
2743 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2744}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::TPChannelInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1780 of file datahandling_info.pb.h.
1780 {
1781 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1782 }
◆ New()
TPChannelInfo * dunedaq::datahandlinglibs::opmon::TPChannelInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ number_of_tps()
uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::number_of_tps |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 1763 of file datahandling_info.pb.h.
1763 {
1764 if (this == &from) return *this;
1765 if (GetOwningArena() == from.GetOwningArena()
1766 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1767 && GetOwningArena() != nullptr
1768 #endif
1769 ) {
1771 } else {
1773 }
1774 return *this;
1775 }
void InternalSwap(TPChannelInfo *other)
◆ set_channel_id()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::set_channel_id |
( |
::uint64_t | value | ) |
|
|
inline |
◆ set_number_of_tps()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::set_number_of_tps |
( |
::uint64_t | value | ) |
|
|
inline |
◆ SetCachedSize()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 2610 of file datahandling_info.pb.cc.
2610 {
2612}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::Swap |
( |
TPChannelInfo * | other | ) |
|
|
inline |
Definition at line 1806 of file datahandling_info.pb.h.
1806 {
1807 if (other == this) return;
1808 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1809 if (GetOwningArena() != nullptr &&
1810 GetOwningArena() == other->GetOwningArena()) {
1811 #else
1812 if (GetOwningArena() == other->GetOwningArena()) {
1813 #endif
1815 } else {
1816 ::google::protobuf::internal::GenericSwap(this, other);
1817 }
1818 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::TPChannelInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1777 of file datahandling_info.pb.h.
1777 {
1778 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1779 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::UnsafeArenaSwap |
( |
TPChannelInfo * | other | ) |
|
|
inline |
Definition at line 1819 of file datahandling_info.pb.h.
1819 {
1820 if (other == this) return;
1821 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1823 }
◆ ::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_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::datahandlinglibs::opmon::TPChannelInfo::_class_data_ |
|
static |
◆ _impl_
Impl_ dunedaq::datahandlinglibs::opmon::TPChannelInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::datahandlinglibs::opmon::TPChannelInfo::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
int dunedaq::datahandlinglibs::opmon::TPChannelInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: