DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::datahandlinglibs::opmon::TPChannelInfo Class Referencefinal

#include <datahandling_info.pb.h>

Inheritance diagram for dunedaq::datahandlinglibs::opmon::TPChannelInfo:
[legend]
Collaboration diagram for dunedaq::datahandlinglibs::opmon::TPChannelInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kChannelIdFieldNumber = 1 , kNumberOfTpsFieldNumber = 2 }
 

Public Member Functions

 TPChannelInfo ()
 
 ~TPChannelInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TPChannelInfo (::google::protobuf::internal::ConstantInitialized)
 
 TPChannelInfo (const TPChannelInfo &from)
 
 TPChannelInfo (TPChannelInfo &&from) noexcept
 
TPChannelInfooperator= (const TPChannelInfo &from)
 
TPChannelInfooperator= (TPChannelInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TPChannelInfo *other)
 
void UnsafeArenaSwap (TPChannelInfo *other)
 
TPChannelInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TPChannelInfo &from)
 
void MergeFrom (const TPChannelInfo &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_channel_id ()
 
::uint64_t channel_id () const
 
void set_channel_id (::uint64_t value)
 
void clear_number_of_tps ()
 
::uint64_t number_of_tps () const
 
void set_number_of_tps (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TPChannelInfo (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const TPChannelInfodefault_instance ()
 
static const TPChannelInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TPChannelInfo (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (TPChannelInfo *other)
 
::uint64_t _internal_channel_id () const
 
void _internal_set_channel_id (::uint64_t value)
 
::uint64_t _internal_number_of_tps () const
 
void _internal_set_number_of_tps (::uint64_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto
 
void swap (TPChannelInfo &a, TPChannelInfo &b)
 

Detailed Description

Definition at line 1745 of file datahandling_info.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChannelIdFieldNumber 
kNumberOfTpsFieldNumber 

Definition at line 1872 of file datahandling_info.pb.h.

Constructor & Destructor Documentation

◆ 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 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2604 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2605 SharedDtor();
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 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2593}

◆ TPChannelInfo() [4/6]

dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo ( TPChannelInfo && from)
inlinenoexcept

Definition at line 1754 of file datahandling_info.pb.h.

1755 : TPChannelInfo() {
1756 *this = ::std::move(from);
1757 }

◆ 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) {
2585 SharedCtor(arena);
2586 // @@protoc_insertion_point(arena_constructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2587}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TPChannelInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::TPChannelInfo::TPChannelInfo ( ::_pbi::ConstantInitialized )

Definition at line 189 of file datahandling_info.pb.cc.

190 : _impl_{
191 /*decltype(_impl_.channel_id_)*/ ::uint64_t{0u},
192 /*decltype(_impl_.number_of_tps_)*/ ::uint64_t{0u},
193 /*decltype(_impl_._cached_size_)*/ {},
194 } {}

Member Function Documentation

◆ _internal_channel_id()

uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_channel_id ( ) const
inlineprivate

Definition at line 2862 of file datahandling_info.pb.h.

2862 {
2863 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2864 return _impl_.channel_id_;
2865}

◆ _internal_number_of_tps()

uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_number_of_tps ( ) const
inlineprivate

Definition at line 2884 of file datahandling_info.pb.h.

2884 {
2885 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2886 return _impl_.number_of_tps_;
2887}

◆ _internal_set_channel_id()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_set_channel_id ( ::uint64_t value)
inlineprivate

Definition at line 2866 of file datahandling_info.pb.h.

2866 {
2867 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2868 ;
2869 _impl_.channel_id_ = value;
2870}

◆ _internal_set_number_of_tps()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::_internal_set_number_of_tps ( ::uint64_t value)
inlineprivate

Definition at line 2888 of file datahandling_info.pb.h.

2888 {
2889 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2890 ;
2891 _impl_.number_of_tps_ = value;
2892}

◆ _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 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2673 ::uint32_t cached_has_bits = 0;
2674 (void)cached_has_bits;
2675
2676 // uint64 channel_id = 1;
2677 if (this->_internal_channel_id() != 0) {
2678 target = stream->EnsureSpace(target);
2679 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2680 1, this->_internal_channel_id(), target);
2681 }
2682
2683 // uint64 number_of_tps = 2;
2684 if (this->_internal_number_of_tps() != 0) {
2685 target = stream->EnsureSpace(target);
2686 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2687 2, this->_internal_number_of_tps(), target);
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 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2696 return target;
2697}

◆ ByteSizeLong()

size_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::ByteSizeLong ( ) const
final

Definition at line 2699 of file datahandling_info.pb.cc.

2699 {
2700// @@protoc_insertion_point(message_byte_size_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2701 ::size_t total_size = 0;
2702
2703 ::uint32_t cached_has_bits = 0;
2704 // Prevent compiler warnings about cached_has_bits being unused
2705 (void) cached_has_bits;
2706
2707 // uint64 channel_id = 1;
2708 if (this->_internal_channel_id() != 0) {
2709 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2710 this->_internal_channel_id());
2711 }
2712
2713 // uint64 number_of_tps = 2;
2714 if (this->_internal_number_of_tps() != 0) {
2715 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2716 this->_internal_number_of_tps());
2717 }
2718
2719 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2720}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channel_id()

uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::channel_id ( ) const
inline

Definition at line 2854 of file datahandling_info.pb.h.

2854 {
2855 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
2856 return _internal_channel_id();
2857}

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::TPChannelInfo::Clear ( )
final

Definition at line 2614 of file datahandling_info.pb.cc.

2614 {
2615// @@protoc_insertion_point(message_clear_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2616 ::uint32_t cached_has_bits = 0;
2617 // Prevent compiler warnings about cached_has_bits being unused
2618 (void) cached_has_bits;
2619
2620 ::memset(&_impl_.channel_id_, 0, static_cast<::size_t>(
2621 reinterpret_cast<char*>(&_impl_.number_of_tps_) -
2622 reinterpret_cast<char*>(&_impl_.channel_id_)) + sizeof(_impl_.number_of_tps_));
2623 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2624}

◆ clear_channel_id()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::clear_channel_id ( )
inline

Definition at line 2851 of file datahandling_info.pb.h.

2851 {
2852 _impl_.channel_id_ = ::uint64_t{0u};
2853}

◆ clear_number_of_tps()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::clear_number_of_tps ( )
inline

Definition at line 2873 of file datahandling_info.pb.h.

2873 {
2874 _impl_.number_of_tps_ = ::uint64_t{0u};
2875}

◆ CopyFrom()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::CopyFrom ( const TPChannelInfo & from)

Definition at line 2746 of file datahandling_info.pb.cc.

2746 {
2747// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2748 if (&from == this) return;
2749 Clear();
2750 MergeFrom(from);
2751}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const TPChannelInfo & dunedaq::datahandlinglibs::opmon::TPChannelInfo::default_instance ( )
inlinestatic

Definition at line 1793 of file datahandling_info.pb.h.

1793 {
1794 return *internal_default_instance();
1795 }

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::TPChannelInfo::descriptor ( )
inlinestatic

Definition at line 1784 of file datahandling_info.pb.h.

1784 {
1785 return GetDescriptor();
1786 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::datahandlinglibs::opmon::TPChannelInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 1856 of file datahandling_info.pb.h.

1856 {
1857 return "dunedaq.datahandlinglibs.opmon.TPChannelInfo";
1858 }

◆ GetCachedSize()

int dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 1846 of file datahandling_info.pb.h.

1846{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetClassData ( ) const
final

Definition at line 2726 of file datahandling_info.pb.cc.

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::TPChannelInfo::GetDescriptor ( )
inlinestatic

Definition at line 1787 of file datahandling_info.pb.h.

1787 {
1788 return default_instance().GetMetadata().descriptor;
1789 }
::google::protobuf::Metadata GetMetadata() const final

◆ 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

Definition at line 1790 of file datahandling_info.pb.h.

1790 {
1791 return default_instance().GetMetadata().reflection;
1792 }

◆ 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 {
1797 return reinterpret_cast<const TPChannelInfo*>(
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<
2761 PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.number_of_tps_)
2763 - PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.channel_id_)>(
2764 reinterpret_cast<char*>(&_impl_.channel_id_),
2765 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2766}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::datahandlinglibs::opmon::TPChannelInfo::IsInitialized ( ) const
final

Definition at line 2753 of file datahandling_info.pb.cc.

2753 {
2754 return true;
2755}

◆ MergeFrom()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::MergeFrom ( const TPChannelInfo & from)
inline

Definition at line 1833 of file datahandling_info.pb.h.

1833 {
1834 TPChannelInfo::MergeImpl(*this, from);
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 {
2730 auto* const _this = static_cast<TPChannelInfo*>(&to_msg);
2731 auto& from = static_cast<const TPChannelInfo&>(from_msg);
2732 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
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

Definition at line 1827 of file datahandling_info.pb.h.

1827 {
1828 return CreateMaybeMessage<TPChannelInfo>(arena);
1829 }

◆ number_of_tps()

uint64_t dunedaq::datahandlinglibs::opmon::TPChannelInfo::number_of_tps ( ) const
inline

Definition at line 2876 of file datahandling_info.pb.h.

2876 {
2877 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
2878 return _internal_number_of_tps();
2879}

◆ operator=() [1/2]

TPChannelInfo & dunedaq::datahandlinglibs::opmon::TPChannelInfo::operator= ( const TPChannelInfo & from)
inline

Definition at line 1759 of file datahandling_info.pb.h.

1759 {
1760 CopyFrom(from);
1761 return *this;
1762 }

◆ operator=() [2/2]

TPChannelInfo & dunedaq::datahandlinglibs::opmon::TPChannelInfo::operator= ( TPChannelInfo && from)
inlinenoexcept

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 // !PROTOBUF_FORCE_COPY_IN_MOVE
1769 ) {
1770 InternalSwap(&from);
1771 } else {
1772 CopyFrom(from);
1773 }
1774 return *this;
1775 }

◆ set_channel_id()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::set_channel_id ( ::uint64_t value)
inline

Definition at line 2858 of file datahandling_info.pb.h.

2858 {
2860 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
2861}

◆ set_number_of_tps()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::set_number_of_tps ( ::uint64_t value)
inline

Definition at line 2880 of file datahandling_info.pb.h.

2880 {
2882 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
2883}

◆ 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

Definition at line 2594 of file datahandling_info.pb.cc.

2594 {
2595 (void)arena;
2596 new (&_impl_) Impl_{
2597 decltype(_impl_.channel_id_){::uint64_t{0u}},
2598 decltype(_impl_.number_of_tps_){::uint64_t{0u}},
2599 /*decltype(_impl_._cached_size_)*/ {},
2600 };
2601}

◆ SharedDtor()

void dunedaq::datahandlinglibs::opmon::TPChannelInfo::SharedDtor ( )
inlineprivate

Definition at line 2607 of file datahandling_info.pb.cc.

2607 {
2608 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2609}

◆ 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 // PROTOBUF_FORCE_COPY_IN_SWAP
1812 if (GetOwningArena() == other->GetOwningArena()) {
1813 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1814 InternalSwap(other);
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());
1822 InternalSwap(other);
1823 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 1902 of file datahandling_info.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 1855 of file datahandling_info.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 1900 of file datahandling_info.pb.h.

◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto

◆ swap

void swap ( TPChannelInfo & a,
TPChannelInfo & b )
friend

Definition at line 1803 of file datahandling_info.pb.h.

1803 {
1804 a.Swap(&b);
1805 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::datahandlinglibs::opmon::TPChannelInfo::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 1863 of file datahandling_info.pb.h.

◆ _impl_

Impl_ dunedaq::datahandlinglibs::opmon::TPChannelInfo::_impl_

Definition at line 1911 of file datahandling_info.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::datahandlinglibs::opmon::TPChannelInfo::_table_
staticprivate

Definition at line 1901 of file datahandling_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::datahandlinglibs::opmon::TPChannelInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

Definition at line 1800 of file datahandling_info.pb.h.


The documentation for this class was generated from the following files: