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

#include <IfaceWrapper.pb.h>

Inheritance diagram for dunedaq::dpdklibs::opmon::RTEWorkerInfo:
[legend]
Collaboration diagram for dunedaq::dpdklibs::opmon::RTEWorkerInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kNumUnhandledNonIpv4FieldNumber = 1 , kNumUnhandledNonUdpFieldNumber = 2 , kNumUnhandledNonJumboUdpFieldNumber = 3 }
 

Public Member Functions

 RTEWorkerInfo ()
 
 ~RTEWorkerInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR RTEWorkerInfo (::google::protobuf::internal::ConstantInitialized)
 
 RTEWorkerInfo (const RTEWorkerInfo &from)
 
 RTEWorkerInfo (RTEWorkerInfo &&from) noexcept
 
RTEWorkerInfooperator= (const RTEWorkerInfo &from)
 
RTEWorkerInfooperator= (RTEWorkerInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RTEWorkerInfo *other)
 
void UnsafeArenaSwap (RTEWorkerInfo *other)
 
RTEWorkerInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const RTEWorkerInfo &from)
 
void MergeFrom (const RTEWorkerInfo &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_num_unhandled_non_ipv4 ()
 
::uint32_t num_unhandled_non_ipv4 () const
 
void set_num_unhandled_non_ipv4 (::uint32_t value)
 
void clear_num_unhandled_non_udp ()
 
::uint32_t num_unhandled_non_udp () const
 
void set_num_unhandled_non_udp (::uint32_t value)
 
void clear_num_unhandled_non_jumbo_udp ()
 
::uint32_t num_unhandled_non_jumbo_udp () const
 
void set_num_unhandled_non_jumbo_udp (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR RTEWorkerInfo (::_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 RTEWorkerInfodefault_instance ()
 
static const RTEWorkerInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RTEWorkerInfo (::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 (RTEWorkerInfo *other)
 
::uint32_t _internal_num_unhandled_non_ipv4 () const
 
void _internal_set_num_unhandled_non_ipv4 (::uint32_t value)
 
::uint32_t _internal_num_unhandled_non_udp () const
 
void _internal_set_num_unhandled_non_udp (::uint32_t value)
 
::uint32_t _internal_num_unhandled_non_jumbo_udp () const
 
void _internal_set_num_unhandled_non_jumbo_udp (::uint32_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< 2, 3, 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_dpdklibs_2fopmon_2fIfaceWrapper_2eproto
 
void swap (RTEWorkerInfo &a, RTEWorkerInfo &b)
 

Detailed Description

Definition at line 1592 of file IfaceWrapper.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNumUnhandledNonIpv4FieldNumber 
kNumUnhandledNonUdpFieldNumber 
kNumUnhandledNonJumboUdpFieldNumber 

Definition at line 1719 of file IfaceWrapper.pb.h.

Constructor & Destructor Documentation

◆ RTEWorkerInfo() [1/6]

dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( )
inline

Definition at line 1595 of file IfaceWrapper.pb.h.

◆ ~RTEWorkerInfo()

dunedaq::dpdklibs::opmon::RTEWorkerInfo::~RTEWorkerInfo ( )
override

Definition at line 2646 of file IfaceWrapper.pb.cc.

2646 {
2647 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2648 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2649 SharedDtor();
2650}

◆ RTEWorkerInfo() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ RTEWorkerInfo() [3/6]

dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( const RTEWorkerInfo & from)

Definition at line 2631 of file IfaceWrapper.pb.cc.

2632 : ::google::protobuf::Message(), _impl_(from._impl_) {
2633 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2634 from._internal_metadata_);
2635 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2636}

◆ RTEWorkerInfo() [4/6]

dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( RTEWorkerInfo && from)
inlinenoexcept

Definition at line 1601 of file IfaceWrapper.pb.h.

1602 : RTEWorkerInfo() {
1603 *this = ::std::move(from);
1604 }

◆ RTEWorkerInfo() [5/6]

dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 2626 of file IfaceWrapper.pb.cc.

2627 : ::google::protobuf::Message(arena) {
2628 SharedCtor(arena);
2629 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2630}
void SharedCtor(::google::protobuf::Arena *arena)

◆ RTEWorkerInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::RTEWorkerInfo::RTEWorkerInfo ( ::_pbi::ConstantInitialized )

Definition at line 166 of file IfaceWrapper.pb.cc.

167 : _impl_{
168 /*decltype(_impl_.num_unhandled_non_ipv4_)*/ 0u,
169 /*decltype(_impl_.num_unhandled_non_udp_)*/ 0u,
170 /*decltype(_impl_.num_unhandled_non_jumbo_udp_)*/ 0u,
171 /*decltype(_impl_._cached_size_)*/ {},
172 } {}

Member Function Documentation

◆ _internal_num_unhandled_non_ipv4()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_num_unhandled_non_ipv4 ( ) const
inlineprivate

Definition at line 3230 of file IfaceWrapper.pb.h.

3230 {
3231 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3233}

◆ _internal_num_unhandled_non_jumbo_udp()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_num_unhandled_non_jumbo_udp ( ) const
inlineprivate

Definition at line 3274 of file IfaceWrapper.pb.h.

3274 {
3275 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3277}

◆ _internal_num_unhandled_non_udp()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_num_unhandled_non_udp ( ) const
inlineprivate

Definition at line 3252 of file IfaceWrapper.pb.h.

3252 {
3253 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3255}

◆ _internal_set_num_unhandled_non_ipv4()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_set_num_unhandled_non_ipv4 ( ::uint32_t value)
inlineprivate

Definition at line 3234 of file IfaceWrapper.pb.h.

3234 {
3235 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3236 ;
3238}

◆ _internal_set_num_unhandled_non_jumbo_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_set_num_unhandled_non_jumbo_udp ( ::uint32_t value)
inlineprivate

Definition at line 3278 of file IfaceWrapper.pb.h.

3278 {
3279 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3280 ;
3282}

◆ _internal_set_num_unhandled_non_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::_internal_set_num_unhandled_non_udp ( ::uint32_t value)
inlineprivate

Definition at line 3256 of file IfaceWrapper.pb.h.

3256 {
3257 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3258 ;
3260}

◆ _InternalParse()

const char * dunedaq::dpdklibs::opmon::RTEWorkerInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 2670 of file IfaceWrapper.pb.cc.

2671 {
2672 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2673 return ptr;
2674}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * dunedaq::dpdklibs::opmon::RTEWorkerInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 2720 of file IfaceWrapper.pb.cc.

2722 {
2723 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2724 ::uint32_t cached_has_bits = 0;
2725 (void)cached_has_bits;
2726
2727 // uint32 num_unhandled_non_ipv4 = 1;
2728 if (this->_internal_num_unhandled_non_ipv4() != 0) {
2729 target = stream->EnsureSpace(target);
2730 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2731 1, this->_internal_num_unhandled_non_ipv4(), target);
2732 }
2733
2734 // uint32 num_unhandled_non_udp = 2;
2735 if (this->_internal_num_unhandled_non_udp() != 0) {
2736 target = stream->EnsureSpace(target);
2737 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2738 2, this->_internal_num_unhandled_non_udp(), target);
2739 }
2740
2741 // uint32 num_unhandled_non_jumbo_udp = 3;
2742 if (this->_internal_num_unhandled_non_jumbo_udp() != 0) {
2743 target = stream->EnsureSpace(target);
2744 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2745 3, this->_internal_num_unhandled_non_jumbo_udp(), target);
2746 }
2747
2748 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2749 target =
2750 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2751 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2752 }
2753 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2754 return target;
2755}
::uint32_t _internal_num_unhandled_non_jumbo_udp() const

◆ ByteSizeLong()

size_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::ByteSizeLong ( ) const
final

Definition at line 2757 of file IfaceWrapper.pb.cc.

2757 {
2758// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2759 ::size_t total_size = 0;
2760
2761 ::uint32_t cached_has_bits = 0;
2762 // Prevent compiler warnings about cached_has_bits being unused
2763 (void) cached_has_bits;
2764
2765 // uint32 num_unhandled_non_ipv4 = 1;
2766 if (this->_internal_num_unhandled_non_ipv4() != 0) {
2767 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2769 }
2770
2771 // uint32 num_unhandled_non_udp = 2;
2772 if (this->_internal_num_unhandled_non_udp() != 0) {
2773 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2775 }
2776
2777 // uint32 num_unhandled_non_jumbo_udp = 3;
2778 if (this->_internal_num_unhandled_non_jumbo_udp() != 0) {
2779 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2781 }
2782
2783 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2784}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dpdklibs::opmon::RTEWorkerInfo::Clear ( )
final

Definition at line 2658 of file IfaceWrapper.pb.cc.

2658 {
2659// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2660 ::uint32_t cached_has_bits = 0;
2661 // Prevent compiler warnings about cached_has_bits being unused
2662 (void) cached_has_bits;
2663
2664 ::memset(&_impl_.num_unhandled_non_ipv4_, 0, static_cast<::size_t>(
2665 reinterpret_cast<char*>(&_impl_.num_unhandled_non_jumbo_udp_) -
2666 reinterpret_cast<char*>(&_impl_.num_unhandled_non_ipv4_)) + sizeof(_impl_.num_unhandled_non_jumbo_udp_));
2667 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2668}

◆ clear_num_unhandled_non_ipv4()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::clear_num_unhandled_non_ipv4 ( )
inline

Definition at line 3219 of file IfaceWrapper.pb.h.

3219 {
3221}

◆ clear_num_unhandled_non_jumbo_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::clear_num_unhandled_non_jumbo_udp ( )
inline

Definition at line 3263 of file IfaceWrapper.pb.h.

3263 {
3265}

◆ clear_num_unhandled_non_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::clear_num_unhandled_non_udp ( )
inline

Definition at line 3241 of file IfaceWrapper.pb.h.

3241 {
3243}

◆ CopyFrom()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::CopyFrom ( const RTEWorkerInfo & from)

Definition at line 2813 of file IfaceWrapper.pb.cc.

2813 {
2814// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2815 if (&from == this) return;
2816 Clear();
2817 MergeFrom(from);
2818}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const RTEWorkerInfo &from)

◆ default_instance()

static const RTEWorkerInfo & dunedaq::dpdklibs::opmon::RTEWorkerInfo::default_instance ( )
inlinestatic

Definition at line 1640 of file IfaceWrapper.pb.h.

1640 {
1641 return *internal_default_instance();
1642 }
static const RTEWorkerInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::RTEWorkerInfo::descriptor ( )
inlinestatic

Definition at line 1631 of file IfaceWrapper.pb.h.

1631 {
1632 return GetDescriptor();
1633 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::dpdklibs::opmon::RTEWorkerInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 1703 of file IfaceWrapper.pb.h.

1703 {
1704 return "dunedaq.dpdklibs.opmon.RTEWorkerInfo";
1705 }

◆ GetCachedSize()

int dunedaq::dpdklibs::opmon::RTEWorkerInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 1693 of file IfaceWrapper.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dpdklibs::opmon::RTEWorkerInfo::GetClassData ( ) const
final

Definition at line 2790 of file IfaceWrapper.pb.cc.

2790{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::RTEWorkerInfo::GetDescriptor ( )
inlinestatic

Definition at line 1634 of file IfaceWrapper.pb.h.

1634 {
1635 return default_instance().GetMetadata().descriptor;
1636 }
::google::protobuf::Metadata GetMetadata() const final
static const RTEWorkerInfo & default_instance()

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dpdklibs::opmon::RTEWorkerInfo::GetMetadata ( ) const
final

Definition at line 2835 of file IfaceWrapper.pb.cc.

2835 {
2836 return ::_pbi::AssignDescriptors(
2839}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_getter()
::absl::once_flag descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_once
::_pb::Metadata file_level_metadata_dpdklibs_2fopmon_2fIfaceWrapper_2eproto[6]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dpdklibs::opmon::RTEWorkerInfo::GetReflection ( )
inlinestatic

Definition at line 1637 of file IfaceWrapper.pb.h.

1637 {
1638 return default_instance().GetMetadata().reflection;
1639 }

◆ internal_default_instance()

static const RTEWorkerInfo * dunedaq::dpdklibs::opmon::RTEWorkerInfo::internal_default_instance ( )
inlinestatic

Definition at line 1643 of file IfaceWrapper.pb.h.

1643 {
1644 return reinterpret_cast<const RTEWorkerInfo*>(
1646 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RTEWorkerInfoDefaultTypeInternal _RTEWorkerInfo_default_instance_

◆ InternalSwap()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::InternalSwap ( RTEWorkerInfo * other)
private

Definition at line 2824 of file IfaceWrapper.pb.cc.

2824 {
2825 using std::swap;
2826 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2827 ::google::protobuf::internal::memswap<
2828 PROTOBUF_FIELD_OFFSET(RTEWorkerInfo, _impl_.num_unhandled_non_jumbo_udp_)
2830 - PROTOBUF_FIELD_OFFSET(RTEWorkerInfo, _impl_.num_unhandled_non_ipv4_)>(
2831 reinterpret_cast<char*>(&_impl_.num_unhandled_non_ipv4_),
2832 reinterpret_cast<char*>(&other->_impl_.num_unhandled_non_ipv4_));
2833}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dpdklibs::opmon::RTEWorkerInfo::IsInitialized ( ) const
final

Definition at line 2820 of file IfaceWrapper.pb.cc.

2820 {
2821 return true;
2822}

◆ MergeFrom()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::MergeFrom ( const RTEWorkerInfo & from)
inline

Definition at line 1680 of file IfaceWrapper.pb.h.

1680 {
1681 RTEWorkerInfo::MergeImpl(*this, from);
1682 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 2793 of file IfaceWrapper.pb.cc.

2793 {
2794 auto* const _this = static_cast<RTEWorkerInfo*>(&to_msg);
2795 auto& from = static_cast<const RTEWorkerInfo&>(from_msg);
2796 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.RTEWorkerInfo)
2797 ABSL_DCHECK_NE(&from, _this);
2798 ::uint32_t cached_has_bits = 0;
2799 (void) cached_has_bits;
2800
2801 if (from._internal_num_unhandled_non_ipv4() != 0) {
2802 _this->_internal_set_num_unhandled_non_ipv4(from._internal_num_unhandled_non_ipv4());
2803 }
2804 if (from._internal_num_unhandled_non_udp() != 0) {
2805 _this->_internal_set_num_unhandled_non_udp(from._internal_num_unhandled_non_udp());
2806 }
2807 if (from._internal_num_unhandled_non_jumbo_udp() != 0) {
2808 _this->_internal_set_num_unhandled_non_jumbo_udp(from._internal_num_unhandled_non_jumbo_udp());
2809 }
2810 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2811}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dpdklibs::opmon::RTEWorkerInfo::mutable_unknown_fields ( )
inline

Definition at line 1627 of file IfaceWrapper.pb.h.

1627 {
1628 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1629 }

◆ New()

RTEWorkerInfo * dunedaq::dpdklibs::opmon::RTEWorkerInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 1674 of file IfaceWrapper.pb.h.

1674 {
1675 return CreateMaybeMessage<RTEWorkerInfo>(arena);
1676 }

◆ num_unhandled_non_ipv4()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::num_unhandled_non_ipv4 ( ) const
inline

Definition at line 3222 of file IfaceWrapper.pb.h.

3222 {
3223 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_ipv4)
3225}

◆ num_unhandled_non_jumbo_udp()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::num_unhandled_non_jumbo_udp ( ) const
inline

Definition at line 3266 of file IfaceWrapper.pb.h.

3266 {
3267 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_jumbo_udp)
3269}

◆ num_unhandled_non_udp()

uint32_t dunedaq::dpdklibs::opmon::RTEWorkerInfo::num_unhandled_non_udp ( ) const
inline

Definition at line 3244 of file IfaceWrapper.pb.h.

3244 {
3245 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_udp)
3247}

◆ operator=() [1/2]

RTEWorkerInfo & dunedaq::dpdklibs::opmon::RTEWorkerInfo::operator= ( const RTEWorkerInfo & from)
inline

Definition at line 1606 of file IfaceWrapper.pb.h.

1606 {
1607 CopyFrom(from);
1608 return *this;
1609 }
void CopyFrom(const RTEWorkerInfo &from)

◆ operator=() [2/2]

RTEWorkerInfo & dunedaq::dpdklibs::opmon::RTEWorkerInfo::operator= ( RTEWorkerInfo && from)
inlinenoexcept

Definition at line 1610 of file IfaceWrapper.pb.h.

1610 {
1611 if (this == &from) return *this;
1612 if (GetOwningArena() == from.GetOwningArena()
1613 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1614 && GetOwningArena() != nullptr
1615 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1616 ) {
1617 InternalSwap(&from);
1618 } else {
1619 CopyFrom(from);
1620 }
1621 return *this;
1622 }

◆ set_num_unhandled_non_ipv4()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::set_num_unhandled_non_ipv4 ( ::uint32_t value)
inline

Definition at line 3226 of file IfaceWrapper.pb.h.

3226 {
3228 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_ipv4)
3229}
void _internal_set_num_unhandled_non_ipv4(::uint32_t value)

◆ set_num_unhandled_non_jumbo_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::set_num_unhandled_non_jumbo_udp ( ::uint32_t value)
inline

Definition at line 3270 of file IfaceWrapper.pb.h.

3270 {
3272 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_jumbo_udp)
3273}
void _internal_set_num_unhandled_non_jumbo_udp(::uint32_t value)

◆ set_num_unhandled_non_udp()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::set_num_unhandled_non_udp ( ::uint32_t value)
inline

Definition at line 3248 of file IfaceWrapper.pb.h.

3248 {
3250 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.RTEWorkerInfo.num_unhandled_non_udp)
3251}
void _internal_set_num_unhandled_non_udp(::uint32_t value)

◆ SetCachedSize()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 2654 of file IfaceWrapper.pb.cc.

2654 {
2656}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 2637 of file IfaceWrapper.pb.cc.

2637 {
2638 (void)arena;
2639 new (&_impl_) Impl_{
2640 decltype(_impl_.num_unhandled_non_ipv4_){0u},
2641 decltype(_impl_.num_unhandled_non_udp_){0u},
2643 /*decltype(_impl_._cached_size_)*/ {},
2644 };
2645}

◆ SharedDtor()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::SharedDtor ( )
inlineprivate

Definition at line 2651 of file IfaceWrapper.pb.cc.

2651 {
2652 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2653}

◆ Swap()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::Swap ( RTEWorkerInfo * other)
inline

Definition at line 1653 of file IfaceWrapper.pb.h.

1653 {
1654 if (other == this) return;
1655 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1656 if (GetOwningArena() != nullptr &&
1657 GetOwningArena() == other->GetOwningArena()) {
1658 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1659 if (GetOwningArena() == other->GetOwningArena()) {
1660 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1661 InternalSwap(other);
1662 } else {
1663 ::google::protobuf::internal::GenericSwap(this, other);
1664 }
1665 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::dpdklibs::opmon::RTEWorkerInfo::unknown_fields ( ) const
inline

Definition at line 1624 of file IfaceWrapper.pb.h.

1624 {
1625 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1626 }

◆ UnsafeArenaSwap()

void dunedaq::dpdklibs::opmon::RTEWorkerInfo::UnsafeArenaSwap ( RTEWorkerInfo * other)
inline

Definition at line 1666 of file IfaceWrapper.pb.h.

1666 {
1667 if (other == this) return;
1668 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1669 InternalSwap(other);
1670 }

Friends And Related Symbol Documentation

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

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

Definition at line 1760 of file IfaceWrapper.pb.h.

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

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

Definition at line 1702 of file IfaceWrapper.pb.h.

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

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

Definition at line 1758 of file IfaceWrapper.pb.h.

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

Definition at line 1771 of file IfaceWrapper.pb.h.

◆ swap

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

Definition at line 1650 of file IfaceWrapper.pb.h.

1650 {
1651 a.Swap(&b);
1652 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 1710 of file IfaceWrapper.pb.h.

◆ _impl_

Impl_ dunedaq::dpdklibs::opmon::RTEWorkerInfo::_impl_

Definition at line 1770 of file IfaceWrapper.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > dunedaq::dpdklibs::opmon::RTEWorkerInfo::_table_
staticprivate

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

◆ kIndexInFileMessages

int dunedaq::dpdklibs::opmon::RTEWorkerInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

Definition at line 1647 of file IfaceWrapper.pb.h.


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