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 1787 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 1914 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 2747 of file datahandling_info.pb.cc.

2747 {
2748 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2749 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2750 SharedDtor();
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 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2738}

◆ TPChannelInfo() [4/6]

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

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

1797 : TPChannelInfo() {
1798 *this = ::std::move(from);
1799 }

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

◆ TPChannelInfo() [6/6]

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

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

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

Member Function Documentation

◆ _internal_channel_id()

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

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

3358 {
3359 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3360 return _impl_.channel_id_;
3361}

◆ _internal_number_of_tps()

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

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

3380 {
3381 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3382 return _impl_.number_of_tps_;
3383}

◆ _internal_set_channel_id()

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

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

3362 {
3363 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3364 ;
3365 _impl_.channel_id_ = value;
3366}

◆ _internal_set_number_of_tps()

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

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

3384 {
3385 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3386 ;
3387 _impl_.number_of_tps_ = value;
3388}

◆ _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 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2818 ::uint32_t cached_has_bits = 0;
2819 (void)cached_has_bits;
2820
2821 // uint64 channel_id = 1;
2822 if (this->_internal_channel_id() != 0) {
2823 target = stream->EnsureSpace(target);
2824 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2825 1, this->_internal_channel_id(), target);
2826 }
2827
2828 // uint64 number_of_tps = 2;
2829 if (this->_internal_number_of_tps() != 0) {
2830 target = stream->EnsureSpace(target);
2831 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2832 2, this->_internal_number_of_tps(), target);
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 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2841 return target;
2842}

◆ ByteSizeLong()

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

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

2844 {
2845// @@protoc_insertion_point(message_byte_size_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2846 ::size_t total_size = 0;
2847
2848 ::uint32_t cached_has_bits = 0;
2849 // Prevent compiler warnings about cached_has_bits being unused
2850 (void) cached_has_bits;
2851
2852 // uint64 channel_id = 1;
2853 if (this->_internal_channel_id() != 0) {
2854 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2855 this->_internal_channel_id());
2856 }
2857
2858 // uint64 number_of_tps = 2;
2859 if (this->_internal_number_of_tps() != 0) {
2860 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2861 this->_internal_number_of_tps());
2862 }
2863
2864 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2865}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channel_id()

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

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

3350 {
3351 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
3352 return _internal_channel_id();
3353}

◆ Clear()

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

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

2759 {
2760// @@protoc_insertion_point(message_clear_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2761 ::uint32_t cached_has_bits = 0;
2762 // Prevent compiler warnings about cached_has_bits being unused
2763 (void) cached_has_bits;
2764
2765 ::memset(&_impl_.channel_id_, 0, static_cast<::size_t>(
2766 reinterpret_cast<char*>(&_impl_.number_of_tps_) -
2767 reinterpret_cast<char*>(&_impl_.channel_id_)) + sizeof(_impl_.number_of_tps_));
2768 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2769}

◆ clear_channel_id()

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

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

3347 {
3348 _impl_.channel_id_ = ::uint64_t{0u};
3349}

◆ clear_number_of_tps()

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

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

3369 {
3370 _impl_.number_of_tps_ = ::uint64_t{0u};
3371}

◆ CopyFrom()

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

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

2891 {
2892// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
2893 if (&from == this) return;
2894 Clear();
2895 MergeFrom(from);
2896}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

1835 {
1836 return *internal_default_instance();
1837 }

◆ descriptor()

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

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

1826 {
1827 return GetDescriptor();
1828 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1898 {
1899 return "dunedaq.datahandlinglibs.opmon.TPChannelInfo";
1900 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

1829 {
1830 return default_instance().GetMetadata().descriptor;
1831 }
::google::protobuf::Metadata GetMetadata() const final

◆ 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

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

1832 {
1833 return default_instance().GetMetadata().reflection;
1834 }

◆ 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 {
1839 return reinterpret_cast<const TPChannelInfo*>(
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<
2906 PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.number_of_tps_)
2908 - PROTOBUF_FIELD_OFFSET(TPChannelInfo, _impl_.channel_id_)>(
2909 reinterpret_cast<char*>(&_impl_.channel_id_),
2910 reinterpret_cast<char*>(&other->_impl_.channel_id_));
2911}

◆ IsInitialized()

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

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

2898 {
2899 return true;
2900}

◆ MergeFrom()

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

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

1875 {
1876 TPChannelInfo::MergeImpl(*this, from);
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 {
2875 auto* const _this = static_cast<TPChannelInfo*>(&to_msg);
2876 auto& from = static_cast<const TPChannelInfo&>(from_msg);
2877 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.datahandlinglibs.opmon.TPChannelInfo)
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

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

1869 {
1870 return CreateMaybeMessage<TPChannelInfo>(arena);
1871 }

◆ number_of_tps()

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

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

3372 {
3373 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
3374 return _internal_number_of_tps();
3375}

◆ operator=() [1/2]

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

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

1801 {
1802 CopyFrom(from);
1803 return *this;
1804 }

◆ operator=() [2/2]

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

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 // !PROTOBUF_FORCE_COPY_IN_MOVE
1811 ) {
1812 InternalSwap(&from);
1813 } else {
1814 CopyFrom(from);
1815 }
1816 return *this;
1817 }

◆ set_channel_id()

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

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

3354 {
3356 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.channel_id)
3357}

◆ set_number_of_tps()

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

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

3376 {
3378 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.TPChannelInfo.number_of_tps)
3379}

◆ 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

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

2739 {
2740 (void)arena;
2741 new (&_impl_) Impl_{
2742 decltype(_impl_.channel_id_){::uint64_t{0u}},
2743 decltype(_impl_.number_of_tps_){::uint64_t{0u}},
2744 /*decltype(_impl_._cached_size_)*/ {},
2745 };
2746}

◆ SharedDtor()

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

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

2752 {
2753 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2754}

◆ 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 // PROTOBUF_FORCE_COPY_IN_SWAP
1854 if (GetOwningArena() == other->GetOwningArena()) {
1855 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1856 InternalSwap(other);
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());
1864 InternalSwap(other);
1865 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto

◆ swap

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

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

1845 {
1846 a.Swap(&b);
1847 }

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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