#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 1763 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kChannelIdFieldNumber | |
kNumberOfTpsFieldNumber | |
Definition at line 1890 of file datahandling_info.pb.h.
1890 : int {
1893 };
@ kNumberOfTpsFieldNumber
◆ TPChannelInfo() [1/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
| ) |
|
|
inline |
◆ ~TPChannelInfo()
dunedaq::datahandlinglibs::opmon::TPChannelInfo::~TPChannelInfo |
( |
| ) |
|
|
override |
Definition at line 2698 of file datahandling_info.pb.cc.
2698 {
2699
2700 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2702}
◆ 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 2684 of file datahandling_info.pb.cc.
2685 : ::google::protobuf::Message(),
_impl_(from._impl_) {
2686 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2687 from._internal_metadata_);
2688
2689}
◆ 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 2679 of file datahandling_info.pb.cc.
2680 : ::google::protobuf::Message(arena) {
2682
2683}
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 2722 of file datahandling_info.pb.cc.
2723 {
2724 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
2725 return ptr;
2726}
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 2765 of file datahandling_info.pb.cc.
2767 {
2768
2769 ::uint32_t cached_has_bits = 0;
2770 (void)cached_has_bits;
2771
2772
2774 target = stream->EnsureSpace(target);
2775 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2777 }
2778
2779
2781 target = stream->EnsureSpace(target);
2782 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2784 }
2785
2786 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2787 target =
2788 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2789 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2790 }
2791
2792 return target;
2793}
::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 2795 of file datahandling_info.pb.cc.
2795 {
2796
2797 ::size_t total_size = 0;
2798
2799 ::uint32_t cached_has_bits = 0;
2800
2801 (void) cached_has_bits;
2802
2803
2805 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2807 }
2808
2809
2811 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2813 }
2814
2816}
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 2710 of file datahandling_info.pb.cc.
2710 {
2711
2712 ::uint32_t cached_has_bits = 0;
2713
2714 (void) cached_has_bits;
2715
2719 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2720}
◆ 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 2842 of file datahandling_info.pb.cc.
2842 {
2843
2844 if (&from == this) return;
2847}
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 1802 of file datahandling_info.pb.h.
1802 {
1804 }
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 1805 of file datahandling_info.pb.h.
1805 {
1807 }
::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 2864 of file datahandling_info.pb.cc.
2864 {
2865 return ::_pbi::AssignDescriptors(
2868}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[11]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()
◆ 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 1814 of file datahandling_info.pb.h.
1814 {
1817 }
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 2853 of file datahandling_info.pb.cc.
2853 {
2854 using std::swap;
2855 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2856 ::google::protobuf::internal::memswap<
2861 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2862}
◆ 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 1851 of file datahandling_info.pb.h.
1851 {
1853 }
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 2825 of file datahandling_info.pb.cc.
2825 {
2828
2829 ABSL_DCHECK_NE(&from, _this);
2830 ::uint32_t cached_has_bits = 0;
2831 (void) cached_has_bits;
2832
2833 if (from._internal_channel_id() != 0) {
2834 _this->_internal_set_channel_id(from._internal_channel_id());
2835 }
2836 if (from._internal_number_of_tps() != 0) {
2837 _this->_internal_set_number_of_tps(from._internal_number_of_tps());
2838 }
2839 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2840}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::TPChannelInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1798 of file datahandling_info.pb.h.
1798 {
1799 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1800 }
◆ 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 1781 of file datahandling_info.pb.h.
1781 {
1782 if (this == &from) return *this;
1783 if (GetOwningArena() == from.GetOwningArena()
1784 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1785 && GetOwningArena() != nullptr
1786 #endif
1787 ) {
1789 } else {
1791 }
1792 return *this;
1793 }
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 2706 of file datahandling_info.pb.cc.
2706 {
2708}
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 1824 of file datahandling_info.pb.h.
1824 {
1825 if (other == this) return;
1826 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1827 if (GetOwningArena() != nullptr &&
1828 GetOwningArena() == other->GetOwningArena()) {
1829 #else
1830 if (GetOwningArena() == other->GetOwningArena()) {
1831 #endif
1833 } else {
1834 ::google::protobuf::internal::GenericSwap(this, other);
1835 }
1836 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::TPChannelInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1795 of file datahandling_info.pb.h.
1795 {
1796 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1797 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::UnsafeArenaSwap |
( |
TPChannelInfo * | other | ) |
|
|
inline |
Definition at line 1837 of file datahandling_info.pb.h.
1837 {
1838 if (other == this) return;
1839 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1841 }
◆ ::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: