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

#include <IfaceWrapper.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kPacketsFieldNumber = 1 , kBytesFieldNumber = 2 , kErrorsFieldNumber = 3 }
 

Public Member Functions

 QueueEthXStats ()
 
 ~QueueEthXStats () override
 
template<typename = void>
PROTOBUF_CONSTEXPR QueueEthXStats (::google::protobuf::internal::ConstantInitialized)
 
 QueueEthXStats (const QueueEthXStats &from)
 
 QueueEthXStats (QueueEthXStats &&from) noexcept
 
QueueEthXStatsoperator= (const QueueEthXStats &from)
 
QueueEthXStatsoperator= (QueueEthXStats &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (QueueEthXStats *other)
 
void UnsafeArenaSwap (QueueEthXStats *other)
 
QueueEthXStatsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const QueueEthXStats &from)
 
void MergeFrom (const QueueEthXStats &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_packets ()
 
::uint64_t packets () const
 
void set_packets (::uint64_t value)
 
void clear_bytes ()
 
::uint64_t bytes () const
 
void set_bytes (::uint64_t value)
 
void clear_errors ()
 
::uint64_t errors () const
 
void set_errors (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR QueueEthXStats (::_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 QueueEthXStatsdefault_instance ()
 
static const QueueEthXStatsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 QueueEthXStats (::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 (QueueEthXStats *other)
 
::uint64_t _internal_packets () const
 
void _internal_set_packets (::uint64_t value)
 
::uint64_t _internal_bytes () const
 
void _internal_set_bytes (::uint64_t value)
 
::uint64_t _internal_errors () const
 
void _internal_set_errors (::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< 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 (QueueEthXStats &a, QueueEthXStats &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPacketsFieldNumber 
kBytesFieldNumber 
kErrorsFieldNumber 

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

Constructor & Destructor Documentation

◆ QueueEthXStats() [1/6]

dunedaq::dpdklibs::opmon::QueueEthXStats::QueueEthXStats ( )
inline

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

◆ ~QueueEthXStats()

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

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

1029 {
1030 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
1031 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1032 SharedDtor();
1033}

◆ QueueEthXStats() [2/6]

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

◆ QueueEthXStats() [3/6]

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

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

1015 : ::google::protobuf::Message(), _impl_(from._impl_) {
1016 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1017 from._internal_metadata_);
1018 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
1019}

◆ QueueEthXStats() [4/6]

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

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

540 : QueueEthXStats() {
541 *this = ::std::move(from);
542 }

◆ QueueEthXStats() [5/6]

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

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

1010 : ::google::protobuf::Message(arena) {
1011 SharedCtor(arena);
1012 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
1013}
void SharedCtor(::google::protobuf::Arena *arena)

◆ QueueEthXStats() [6/6]

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

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

70 : _impl_{
71 /*decltype(_impl_.packets_)*/ ::uint64_t{0u},
72 /*decltype(_impl_.bytes_)*/ ::uint64_t{0u},
73 /*decltype(_impl_.errors_)*/ ::uint64_t{0u},
74 /*decltype(_impl_._cached_size_)*/ {},
75 } {}

Member Function Documentation

◆ _internal_bytes()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_bytes ( ) const
inlineprivate

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

2096 {
2097 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2098 return _impl_.bytes_;
2099}

◆ _internal_errors()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_errors ( ) const
inlineprivate

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

2118 {
2119 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2120 return _impl_.errors_;
2121}

◆ _internal_packets()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_packets ( ) const
inlineprivate

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

2074 {
2075 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2076 return _impl_.packets_;
2077}

◆ _internal_set_bytes()

void dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_set_bytes ( ::uint64_t value)
inlineprivate

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

2100 {
2101 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2102 ;
2103 _impl_.bytes_ = value;
2104}

◆ _internal_set_errors()

void dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_set_errors ( ::uint64_t value)
inlineprivate

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

2122 {
2123 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2124 ;
2125 _impl_.errors_ = value;
2126}

◆ _internal_set_packets()

void dunedaq::dpdklibs::opmon::QueueEthXStats::_internal_set_packets ( ::uint64_t value)
inlineprivate

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

2078 {
2079 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2080 ;
2081 _impl_.packets_ = value;
2082}

◆ _InternalParse()

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

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

1054 {
1055 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1056 return ptr;
1057}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

1105 {
1106 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1107 ::uint32_t cached_has_bits = 0;
1108 (void)cached_has_bits;
1109
1110 // uint64 packets = 1;
1111 if (this->_internal_packets() != 0) {
1112 target = stream->EnsureSpace(target);
1113 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1114 1, this->_internal_packets(), target);
1115 }
1116
1117 // uint64 bytes = 2;
1118 if (this->_internal_bytes() != 0) {
1119 target = stream->EnsureSpace(target);
1120 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1121 2, this->_internal_bytes(), target);
1122 }
1123
1124 // uint64 errors = 3;
1125 if (this->_internal_errors() != 0) {
1126 target = stream->EnsureSpace(target);
1127 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1128 3, this->_internal_errors(), target);
1129 }
1130
1131 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1132 target =
1133 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1134 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1135 }
1136 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.QueueEthXStats)
1137 return target;
1138}

◆ bytes()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::bytes ( ) const
inline

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

2088 {
2089 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
2090 return _internal_bytes();
2091}

◆ ByteSizeLong()

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

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

1140 {
1141// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1142 ::size_t total_size = 0;
1143
1144 ::uint32_t cached_has_bits = 0;
1145 // Prevent compiler warnings about cached_has_bits being unused
1146 (void) cached_has_bits;
1147
1148 // uint64 packets = 1;
1149 if (this->_internal_packets() != 0) {
1150 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1151 this->_internal_packets());
1152 }
1153
1154 // uint64 bytes = 2;
1155 if (this->_internal_bytes() != 0) {
1156 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1157 this->_internal_bytes());
1158 }
1159
1160 // uint64 errors = 3;
1161 if (this->_internal_errors() != 0) {
1162 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1163 this->_internal_errors());
1164 }
1165
1166 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1167}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

1041 {
1042// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1043 ::uint32_t cached_has_bits = 0;
1044 // Prevent compiler warnings about cached_has_bits being unused
1045 (void) cached_has_bits;
1046
1047 ::memset(&_impl_.packets_, 0, static_cast<::size_t>(
1048 reinterpret_cast<char*>(&_impl_.errors_) -
1049 reinterpret_cast<char*>(&_impl_.packets_)) + sizeof(_impl_.errors_));
1050 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1051}

◆ clear_bytes()

void dunedaq::dpdklibs::opmon::QueueEthXStats::clear_bytes ( )
inline

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

2085 {
2086 _impl_.bytes_ = ::uint64_t{0u};
2087}

◆ clear_errors()

void dunedaq::dpdklibs::opmon::QueueEthXStats::clear_errors ( )
inline

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

2107 {
2108 _impl_.errors_ = ::uint64_t{0u};
2109}

◆ clear_packets()

void dunedaq::dpdklibs::opmon::QueueEthXStats::clear_packets ( )
inline

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

2063 {
2064 _impl_.packets_ = ::uint64_t{0u};
2065}

◆ CopyFrom()

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

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

1196 {
1197// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1198 if (&from == this) return;
1199 Clear();
1200 MergeFrom(from);
1201}
void MergeFrom(const QueueEthXStats &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

578 {
580 }
static const QueueEthXStats * internal_default_instance()

◆ descriptor()

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

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

569 {
570 return GetDescriptor();
571 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ errors()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::errors ( ) const
inline

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

2110 {
2111 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
2112 return _internal_errors();
2113}

◆ FullMessageName()

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

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

641 {
642 return "dunedaq.dpdklibs.opmon.QueueEthXStats";
643 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1173{ return &_class_data_; }

◆ GetDescriptor()

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

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

572 {
573 return default_instance().GetMetadata().descriptor;
574 }
static const QueueEthXStats & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

1218 {
1219 return ::_pbi::AssignDescriptors(
1222}
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::QueueEthXStats::GetReflection ( )
inlinestatic

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

575 {
576 return default_instance().GetMetadata().reflection;
577 }

◆ internal_default_instance()

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

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

581 {
582 return reinterpret_cast<const QueueEthXStats*>(
584 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueEthXStatsDefaultTypeInternal _QueueEthXStats_default_instance_

◆ InternalSwap()

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

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

1207 {
1208 using std::swap;
1209 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1210 ::google::protobuf::internal::memswap<
1211 PROTOBUF_FIELD_OFFSET(QueueEthXStats, _impl_.errors_)
1213 - PROTOBUF_FIELD_OFFSET(QueueEthXStats, _impl_.packets_)>(
1214 reinterpret_cast<char*>(&_impl_.packets_),
1215 reinterpret_cast<char*>(&other->_impl_.packets_));
1216}

◆ IsInitialized()

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

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

1203 {
1204 return true;
1205}

◆ MergeFrom()

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

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

618 {
619 QueueEthXStats::MergeImpl(*this, from);
620 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

1176 {
1177 auto* const _this = static_cast<QueueEthXStats*>(&to_msg);
1178 auto& from = static_cast<const QueueEthXStats&>(from_msg);
1179 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1180 ABSL_DCHECK_NE(&from, _this);
1181 ::uint32_t cached_has_bits = 0;
1182 (void) cached_has_bits;
1183
1184 if (from._internal_packets() != 0) {
1185 _this->_internal_set_packets(from._internal_packets());
1186 }
1187 if (from._internal_bytes() != 0) {
1188 _this->_internal_set_bytes(from._internal_bytes());
1189 }
1190 if (from._internal_errors() != 0) {
1191 _this->_internal_set_errors(from._internal_errors());
1192 }
1193 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1194}

◆ mutable_unknown_fields()

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

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

565 {
566 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
567 }

◆ New()

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

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

612 {
613 return CreateMaybeMessage<QueueEthXStats>(arena);
614 }

◆ operator=() [1/2]

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

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

544 {
545 CopyFrom(from);
546 return *this;
547 }
void CopyFrom(const QueueEthXStats &from)

◆ operator=() [2/2]

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

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

548 {
549 if (this == &from) return *this;
550 if (GetOwningArena() == from.GetOwningArena()
551 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
552 && GetOwningArena() != nullptr
553 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
554 ) {
555 InternalSwap(&from);
556 } else {
557 CopyFrom(from);
558 }
559 return *this;
560 }

◆ packets()

uint64_t dunedaq::dpdklibs::opmon::QueueEthXStats::packets ( ) const
inline

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

2066 {
2067 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
2068 return _internal_packets();
2069}

◆ set_bytes()

void dunedaq::dpdklibs::opmon::QueueEthXStats::set_bytes ( ::uint64_t value)
inline

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

2092 {
2093 _internal_set_bytes(value);
2094 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
2095}

◆ set_errors()

void dunedaq::dpdklibs::opmon::QueueEthXStats::set_errors ( ::uint64_t value)
inline

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

2114 {
2115 _internal_set_errors(value);
2116 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
2117}

◆ set_packets()

void dunedaq::dpdklibs::opmon::QueueEthXStats::set_packets ( ::uint64_t value)
inline

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

2070 {
2071 _internal_set_packets(value);
2072 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
2073}

◆ SetCachedSize()

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

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

1037 {
1039}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

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

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

1020 {
1021 (void)arena;
1022 new (&_impl_) Impl_{
1023 decltype(_impl_.packets_){::uint64_t{0u}},
1024 decltype(_impl_.bytes_){::uint64_t{0u}},
1025 decltype(_impl_.errors_){::uint64_t{0u}},
1026 /*decltype(_impl_._cached_size_)*/ {},
1027 };
1028}

◆ SharedDtor()

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

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

1034 {
1035 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1036}

◆ Swap()

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

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

591 {
592 if (other == this) return;
593 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
594 if (GetOwningArena() != nullptr &&
595 GetOwningArena() == other->GetOwningArena()) {
596 #else // PROTOBUF_FORCE_COPY_IN_SWAP
597 if (GetOwningArena() == other->GetOwningArena()) {
598 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
599 InternalSwap(other);
600 } else {
601 ::google::protobuf::internal::GenericSwap(this, other);
602 }
603 }

◆ unknown_fields()

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

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

562 {
563 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
564 }

◆ UnsafeArenaSwap()

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

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

604 {
605 if (other == this) return;
606 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
607 InternalSwap(other);
608 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

588 {
589 a.Swap(&b);
590 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dpdklibs::opmon::QueueEthXStats::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::dpdklibs::opmon::QueueEthXStats::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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