#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 1787 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kChannelIdFieldNumber | |
kNumberOfTpsFieldNumber | |
Definition at line 1914 of file datahandling_info.pb.h.
1914 : int {
1917 };
@ kNumberOfTpsFieldNumber
◆ TPChannelInfo() [1/6]
dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo |
( |
| ) |
|
|
inline |
◆ ~TPChannelInfo()
dunedaq::datahandlinglibs::opmon::TPChannelInfo::~TPChannelInfo |
( |
| ) |
|
|
override |
Definition at line 2747 of file datahandling_info.pb.cc.
2747 {
2748
2749 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2751}
◆ 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 2733 of file datahandling_info.pb.cc.
2734 : ::google::protobuf::Message(),
_impl_(from._impl_) {
2735 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2736 from._internal_metadata_);
2737
2738}
◆ 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 2728 of file datahandling_info.pb.cc.
2729 : ::google::protobuf::Message(arena) {
2731
2732}
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 2771 of file datahandling_info.pb.cc.
2772 {
2773 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
2774 return ptr;
2775}
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 2814 of file datahandling_info.pb.cc.
2816 {
2817
2818 ::uint32_t cached_has_bits = 0;
2819 (void)cached_has_bits;
2820
2821
2823 target = stream->EnsureSpace(target);
2824 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2826 }
2827
2828
2830 target = stream->EnsureSpace(target);
2831 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2833 }
2834
2835 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2836 target =
2837 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2838 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2839 }
2840
2841 return target;
2842}
::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 2844 of file datahandling_info.pb.cc.
2844 {
2845
2846 ::size_t total_size = 0;
2847
2848 ::uint32_t cached_has_bits = 0;
2849
2850 (void) cached_has_bits;
2851
2852
2854 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2856 }
2857
2858
2860 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2862 }
2863
2865}
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 2759 of file datahandling_info.pb.cc.
2759 {
2760
2761 ::uint32_t cached_has_bits = 0;
2762
2763 (void) cached_has_bits;
2764
2768 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2769}
◆ 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 2891 of file datahandling_info.pb.cc.
2891 {
2892
2893 if (&from == this) return;
2896}
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 1826 of file datahandling_info.pb.h.
1826 {
1828 }
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 1829 of file datahandling_info.pb.h.
1829 {
1831 }
::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 2913 of file datahandling_info.pb.cc.
2913 {
2914 return ::_pbi::AssignDescriptors(
2917}
::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 1838 of file datahandling_info.pb.h.
1838 {
1841 }
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 2902 of file datahandling_info.pb.cc.
2902 {
2903 using std::swap;
2904 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2905 ::google::protobuf::internal::memswap<
2910 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2911}
◆ 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 1875 of file datahandling_info.pb.h.
1875 {
1877 }
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 2874 of file datahandling_info.pb.cc.
2874 {
2877
2878 ABSL_DCHECK_NE(&from, _this);
2879 ::uint32_t cached_has_bits = 0;
2880 (void) cached_has_bits;
2881
2882 if (from._internal_channel_id() != 0) {
2883 _this->_internal_set_channel_id(from._internal_channel_id());
2884 }
2885 if (from._internal_number_of_tps() != 0) {
2886 _this->_internal_set_number_of_tps(from._internal_number_of_tps());
2887 }
2888 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2889}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::TPChannelInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1822 of file datahandling_info.pb.h.
1822 {
1823 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1824 }
◆ 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 1805 of file datahandling_info.pb.h.
1805 {
1806 if (this == &from) return *this;
1807 if (GetOwningArena() == from.GetOwningArena()
1808 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1809 && GetOwningArena() != nullptr
1810 #endif
1811 ) {
1813 } else {
1815 }
1816 return *this;
1817 }
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 2755 of file datahandling_info.pb.cc.
2755 {
2757}
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 1848 of file datahandling_info.pb.h.
1848 {
1849 if (other == this) return;
1850 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1851 if (GetOwningArena() != nullptr &&
1852 GetOwningArena() == other->GetOwningArena()) {
1853 #else
1854 if (GetOwningArena() == other->GetOwningArena()) {
1855 #endif
1857 } else {
1858 ::google::protobuf::internal::GenericSwap(this, other);
1859 }
1860 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::TPChannelInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1819 of file datahandling_info.pb.h.
1819 {
1820 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1821 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::TPChannelInfo::UnsafeArenaSwap |
( |
TPChannelInfo * | other | ) |
|
|
inline |
Definition at line 1861 of file datahandling_info.pb.h.
1861 {
1862 if (other == this) return;
1863 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1865 }
◆ ::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: