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 527 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 654 of file IfaceWrapper.pb.h.

Constructor & Destructor Documentation

◆ QueueEthXStats() [1/6]

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

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

◆ ~QueueEthXStats()

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

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

995 {
996 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
997 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
998 SharedDtor();
999}

◆ 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 980 of file IfaceWrapper.pb.cc.

981 : ::google::protobuf::Message(), _impl_(from._impl_) {
982 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
983 from._internal_metadata_);
984 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
985}

◆ QueueEthXStats() [4/6]

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

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

537 : QueueEthXStats() {
538 *this = ::std::move(from);
539 }

◆ QueueEthXStats() [5/6]

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

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

976 : ::google::protobuf::Message(arena) {
977 SharedCtor(arena);
978 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.QueueEthXStats)
979}
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 1911 of file IfaceWrapper.pb.h.

1911 {
1912 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1913 return _impl_.bytes_;
1914}

◆ _internal_errors()

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

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

1933 {
1934 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1935 return _impl_.errors_;
1936}

◆ _internal_packets()

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

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

1889 {
1890 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1891 return _impl_.packets_;
1892}

◆ _internal_set_bytes()

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

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

1915 {
1916 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1917 ;
1918 _impl_.bytes_ = value;
1919}

◆ _internal_set_errors()

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

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

1937 {
1938 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1939 ;
1940 _impl_.errors_ = value;
1941}

◆ _internal_set_packets()

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

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

1893 {
1894 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1895 ;
1896 _impl_.packets_ = value;
1897}

◆ _InternalParse()

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

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

1020 {
1021 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1022 return ptr;
1023}
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 1069 of file IfaceWrapper.pb.cc.

1071 {
1072 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1073 ::uint32_t cached_has_bits = 0;
1074 (void)cached_has_bits;
1075
1076 // uint64 packets = 1;
1077 if (this->_internal_packets() != 0) {
1078 target = stream->EnsureSpace(target);
1079 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1080 1, this->_internal_packets(), target);
1081 }
1082
1083 // uint64 bytes = 2;
1084 if (this->_internal_bytes() != 0) {
1085 target = stream->EnsureSpace(target);
1086 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1087 2, this->_internal_bytes(), target);
1088 }
1089
1090 // uint64 errors = 3;
1091 if (this->_internal_errors() != 0) {
1092 target = stream->EnsureSpace(target);
1093 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1094 3, this->_internal_errors(), target);
1095 }
1096
1097 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1098 target =
1099 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1100 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1101 }
1102 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.QueueEthXStats)
1103 return target;
1104}

◆ bytes()

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

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

1903 {
1904 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
1905 return _internal_bytes();
1906}

◆ ByteSizeLong()

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

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

1106 {
1107// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1108 ::size_t total_size = 0;
1109
1110 ::uint32_t cached_has_bits = 0;
1111 // Prevent compiler warnings about cached_has_bits being unused
1112 (void) cached_has_bits;
1113
1114 // uint64 packets = 1;
1115 if (this->_internal_packets() != 0) {
1116 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1117 this->_internal_packets());
1118 }
1119
1120 // uint64 bytes = 2;
1121 if (this->_internal_bytes() != 0) {
1122 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1123 this->_internal_bytes());
1124 }
1125
1126 // uint64 errors = 3;
1127 if (this->_internal_errors() != 0) {
1128 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1129 this->_internal_errors());
1130 }
1131
1132 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1133}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

1007 {
1008// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1009 ::uint32_t cached_has_bits = 0;
1010 // Prevent compiler warnings about cached_has_bits being unused
1011 (void) cached_has_bits;
1012
1013 ::memset(&_impl_.packets_, 0, static_cast<::size_t>(
1014 reinterpret_cast<char*>(&_impl_.errors_) -
1015 reinterpret_cast<char*>(&_impl_.packets_)) + sizeof(_impl_.errors_));
1016 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1017}

◆ clear_bytes()

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

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

1900 {
1901 _impl_.bytes_ = ::uint64_t{0u};
1902}

◆ clear_errors()

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

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

1922 {
1923 _impl_.errors_ = ::uint64_t{0u};
1924}

◆ clear_packets()

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

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

1878 {
1879 _impl_.packets_ = ::uint64_t{0u};
1880}

◆ CopyFrom()

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

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

1162 {
1163// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1164 if (&from == this) return;
1165 Clear();
1166 MergeFrom(from);
1167}
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 575 of file IfaceWrapper.pb.h.

575 {
577 }
static const QueueEthXStats * internal_default_instance()

◆ descriptor()

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

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

566 {
567 return GetDescriptor();
568 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ errors()

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

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

1925 {
1926 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
1927 return _internal_errors();
1928}

◆ FullMessageName()

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

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

638 {
639 return "dunedaq.dpdklibs.opmon.QueueEthXStats";
640 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1139{ return &_class_data_; }

◆ GetDescriptor()

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

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

569 {
570 return default_instance().GetMetadata().descriptor;
571 }
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 1184 of file IfaceWrapper.pb.cc.

1184 {
1185 return ::_pbi::AssignDescriptors(
1188}
::_pb::Metadata file_level_metadata_dpdklibs_2fopmon_2fIfaceWrapper_2eproto[5]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_getter()
::absl::once_flag descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_once

◆ GetReflection()

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

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

572 {
573 return default_instance().GetMetadata().reflection;
574 }

◆ internal_default_instance()

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

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

578 {
579 return reinterpret_cast<const QueueEthXStats*>(
581 }
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 1173 of file IfaceWrapper.pb.cc.

1173 {
1174 using std::swap;
1175 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1176 ::google::protobuf::internal::memswap<
1177 PROTOBUF_FIELD_OFFSET(QueueEthXStats, _impl_.errors_)
1179 - PROTOBUF_FIELD_OFFSET(QueueEthXStats, _impl_.packets_)>(
1180 reinterpret_cast<char*>(&_impl_.packets_),
1181 reinterpret_cast<char*>(&other->_impl_.packets_));
1182}

◆ IsInitialized()

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

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

1169 {
1170 return true;
1171}

◆ MergeFrom()

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

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

615 {
616 QueueEthXStats::MergeImpl(*this, from);
617 }
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 1142 of file IfaceWrapper.pb.cc.

1142 {
1143 auto* const _this = static_cast<QueueEthXStats*>(&to_msg);
1144 auto& from = static_cast<const QueueEthXStats&>(from_msg);
1145 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.QueueEthXStats)
1146 ABSL_DCHECK_NE(&from, _this);
1147 ::uint32_t cached_has_bits = 0;
1148 (void) cached_has_bits;
1149
1150 if (from._internal_packets() != 0) {
1151 _this->_internal_set_packets(from._internal_packets());
1152 }
1153 if (from._internal_bytes() != 0) {
1154 _this->_internal_set_bytes(from._internal_bytes());
1155 }
1156 if (from._internal_errors() != 0) {
1157 _this->_internal_set_errors(from._internal_errors());
1158 }
1159 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1160}

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

609 {
610 return CreateMaybeMessage<QueueEthXStats>(arena);
611 }

◆ operator=() [1/2]

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

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

541 {
542 CopyFrom(from);
543 return *this;
544 }
void CopyFrom(const QueueEthXStats &from)

◆ operator=() [2/2]

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

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

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

◆ packets()

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

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

1881 {
1882 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
1883 return _internal_packets();
1884}

◆ set_bytes()

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

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

1907 {
1908 _internal_set_bytes(value);
1909 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
1910}

◆ set_errors()

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

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

1929 {
1930 _internal_set_errors(value);
1931 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
1932}

◆ set_packets()

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

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

1885 {
1886 _internal_set_packets(value);
1887 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
1888}

◆ SetCachedSize()

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

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

1003 {
1005}
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 986 of file IfaceWrapper.pb.cc.

986 {
987 (void)arena;
988 new (&_impl_) Impl_{
989 decltype(_impl_.packets_){::uint64_t{0u}},
990 decltype(_impl_.bytes_){::uint64_t{0u}},
991 decltype(_impl_.errors_){::uint64_t{0u}},
992 /*decltype(_impl_._cached_size_)*/ {},
993 };
994}

◆ SharedDtor()

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

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

1000 {
1001 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1002}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

559 {
560 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
561 }

◆ UnsafeArenaSwap()

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

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

601 {
602 if (other == this) return;
603 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
604 InternalSwap(other);
605 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

585 {
586 a.Swap(&b);
587 }

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 645 of file IfaceWrapper.pb.h.

◆ _impl_

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

Definition at line 705 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 694 of file IfaceWrapper.pb.h.

◆ kIndexInFileMessages

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

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


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