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 1763 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 1890 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 2698 of file datahandling_info.pb.cc.

2698 {
2699 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2700 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2701 SharedDtor();
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 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2689}

◆ TPChannelInfo() [4/6]

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

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

1773 : TPChannelInfo() {
1774 *this = ::std::move(from);
1775 }

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

◆ TPChannelInfo() [6/6]

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

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

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

Member Function Documentation

◆ _internal_channel_id()

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

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

3290 {
3291 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3292 return _impl_.channel_id_;
3293}

◆ _internal_number_of_tps()

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

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

3312 {
3313 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3314 return _impl_.number_of_tps_;
3315}

◆ _internal_set_channel_id()

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

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

3294 {
3295 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3296 ;
3297 _impl_.channel_id_ = value;
3298}

◆ _internal_set_number_of_tps()

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

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

3316 {
3317 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3318 ;
3319 _impl_.number_of_tps_ = value;
3320}

◆ _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 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2769 ::uint32_t cached_has_bits = 0;
2770 (void)cached_has_bits;
2771
2772 // uint64 channel_id = 1;
2773 if (this->_internal_channel_id() != 0) {
2774 target = stream->EnsureSpace(target);
2775 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2776 1, this->_internal_channel_id(), target);
2777 }
2778
2779 // uint64 number_of_tps = 2;
2780 if (this->_internal_number_of_tps() != 0) {
2781 target = stream->EnsureSpace(target);
2782 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2783 2, this->_internal_number_of_tps(), target);
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 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2792 return target;
2793}

◆ ByteSizeLong()

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

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

2795 {
2796// @@protoc_insertion_point(message_byte_size_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2797 ::size_t total_size = 0;
2798
2799 ::uint32_t cached_has_bits = 0;
2800 // Prevent compiler warnings about cached_has_bits being unused
2801 (void) cached_has_bits;
2802
2803 // uint64 channel_id = 1;
2804 if (this->_internal_channel_id() != 0) {
2805 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2806 this->_internal_channel_id());
2807 }
2808
2809 // uint64 number_of_tps = 2;
2810 if (this->_internal_number_of_tps() != 0) {
2811 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2812 this->_internal_number_of_tps());
2813 }
2814
2815 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2816}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channel_id()

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

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

3282 {
3283 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
3284 return _internal_channel_id();
3285}

◆ Clear()

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

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

2710 {
2711// @@protoc_insertion_point(message_clear_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2712 ::uint32_t cached_has_bits = 0;
2713 // Prevent compiler warnings about cached_has_bits being unused
2714 (void) cached_has_bits;
2715
2716 ::memset(&_impl_.channel_id_, 0, static_cast<::size_t>(
2717 reinterpret_cast<char*>(&_impl_.number_of_tps_) -
2718 reinterpret_cast<char*>(&_impl_.channel_id_)) + sizeof(_impl_.number_of_tps_));
2719 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2720}

◆ clear_channel_id()

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

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

3279 {
3280 _impl_.channel_id_ = ::uint64_t{0u};
3281}

◆ clear_number_of_tps()

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

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

3301 {
3302 _impl_.number_of_tps_ = ::uint64_t{0u};
3303}

◆ CopyFrom()

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

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

2842 {
2843// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2844 if (&from == this) return;
2845 Clear();
2846 MergeFrom(from);
2847}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

1811 {
1812 return *internal_default_instance();
1813 }

◆ descriptor()

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

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

1802 {
1803 return GetDescriptor();
1804 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1874 {
1875 return "dunedaq.datahandlinglibs.opmon.TPChannelInfo";
1876 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

1805 {
1806 return default_instance().GetMetadata().descriptor;
1807 }
::google::protobuf::Metadata GetMetadata() const final

◆ 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

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

1808 {
1809 return default_instance().GetMetadata().reflection;
1810 }

◆ 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 {
1815 return reinterpret_cast<const TPChannelInfo*>(
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<
2857 PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.number_of_tps_)
2859 - PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.channel_id_)>(
2860 reinterpret_cast<char*>(&_impl_.channel_id_),
2861 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2862}

◆ IsInitialized()

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

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

2849 {
2850 return true;
2851}

◆ MergeFrom()

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

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

1851 {
1852 TPChannelInfo::MergeImpl(*this, from);
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 {
2826 auto* const _this = static_cast<TPChannelInfo*>(&to_msg);
2827 auto& from = static_cast<const TPChannelInfo&>(from_msg);
2828 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
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

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

1845 {
1846 return CreateMaybeMessage<TPChannelInfo>(arena);
1847 }

◆ number_of_tps()

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

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

3304 {
3305 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
3306 return _internal_number_of_tps();
3307}

◆ operator=() [1/2]

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

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

1777 {
1778 CopyFrom(from);
1779 return *this;
1780 }

◆ operator=() [2/2]

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

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 // !PROTOBUF_FORCE_COPY_IN_MOVE
1787 ) {
1788 InternalSwap(&from);
1789 } else {
1790 CopyFrom(from);
1791 }
1792 return *this;
1793 }

◆ set_channel_id()

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

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

3286 {
3288 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
3289}

◆ set_number_of_tps()

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

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

3308 {
3310 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
3311}

◆ 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

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

2690 {
2691 (void)arena;
2692 new (&_impl_) Impl_{
2693 decltype(_impl_.channel_id_){::uint64_t{0u}},
2694 decltype(_impl_.number_of_tps_){::uint64_t{0u}},
2695 /*decltype(_impl_._cached_size_)*/ {},
2696 };
2697}

◆ SharedDtor()

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

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

2703 {
2704 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2705}

◆ 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 // PROTOBUF_FORCE_COPY_IN_SWAP
1830 if (GetOwningArena() == other->GetOwningArena()) {
1831 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1832 InternalSwap(other);
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());
1840 InternalSwap(other);
1841 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto

◆ swap

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

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

1821 {
1822 a.Swap(&b);
1823 }

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 1881 of file datahandling_info.pb.h.

◆ _impl_

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

Definition at line 1929 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 1919 of file datahandling_info.pb.h.

◆ kIndexInFileMessages

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

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


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