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

#include <IfaceWrapper.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kPacketsReceivedFieldNumber = 1 , kBytesReceivedFieldNumber = 2 , kFullRxBurstFieldNumber = 3 , kMaxBurstSizeFieldNumber = 4 }
 

Public Member Functions

 QueueInfo ()
 
 ~QueueInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR QueueInfo (::google::protobuf::internal::ConstantInitialized)
 
 QueueInfo (const QueueInfo &from)
 
 QueueInfo (QueueInfo &&from) noexcept
 
QueueInfooperator= (const QueueInfo &from)
 
QueueInfooperator= (QueueInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (QueueInfo *other)
 
void UnsafeArenaSwap (QueueInfo *other)
 
QueueInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const QueueInfo &from)
 
void MergeFrom (const QueueInfo &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_received ()
 
::uint64_t packets_received () const
 
void set_packets_received (::uint64_t value)
 
void clear_bytes_received ()
 
::uint64_t bytes_received () const
 
void set_bytes_received (::uint64_t value)
 
void clear_full_rx_burst ()
 
::uint64_t full_rx_burst () const
 
void set_full_rx_burst (::uint64_t value)
 
void clear_max_burst_size ()
 
::uint32_t max_burst_size () const
 
void set_max_burst_size (::uint32_t value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const QueueInfodefault_instance ()
 
static const QueueInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 QueueInfo (::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 (QueueInfo *other)
 
::uint64_t _internal_packets_received () const
 
void _internal_set_packets_received (::uint64_t value)
 
::uint64_t _internal_bytes_received () const
 
void _internal_set_bytes_received (::uint64_t value)
 
::uint64_t _internal_full_rx_burst () const
 
void _internal_set_full_rx_burst (::uint64_t value)
 
::uint32_t _internal_max_burst_size () const
 
void _internal_set_max_burst_size (::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, 4, 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 (QueueInfo &a, QueueInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPacketsReceivedFieldNumber 
kBytesReceivedFieldNumber 
kFullRxBurstFieldNumber 
kMaxBurstSizeFieldNumber 

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

Constructor & Destructor Documentation

◆ QueueInfo() [1/5]

dunedaq::dpdklibs::opmon::QueueInfo::QueueInfo ( )
inline

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

◆ ~QueueInfo()

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

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

788 {
789 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.QueueInfo)
790 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
791 SharedDtor();
792}

◆ QueueInfo() [2/5]

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

◆ QueueInfo() [3/5]

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

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

773 : ::google::protobuf::Message(), _impl_(from._impl_) {
774 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
775 from._internal_metadata_);
776 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.QueueInfo)
777}

◆ QueueInfo() [4/5]

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

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

346 : QueueInfo() {
347 *this = ::std::move(from);
348 }

◆ QueueInfo() [5/5]

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

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

768 : ::google::protobuf::Message(arena) {
769 SharedCtor(arena);
770 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.QueueInfo)
771}
void SharedCtor(::google::protobuf::Arena *arena)

Member Function Documentation

◆ _internal_bytes_received()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::_internal_bytes_received ( ) const
inlineprivate

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

2004 {
2005 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2006 return _impl_.bytes_received_;
2007}

◆ _internal_full_rx_burst()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::_internal_full_rx_burst ( ) const
inlineprivate

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

2026 {
2027 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2028 return _impl_.full_rx_burst_;
2029}

◆ _internal_max_burst_size()

uint32_t dunedaq::dpdklibs::opmon::QueueInfo::_internal_max_burst_size ( ) const
inlineprivate

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

2048 {
2049 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2050 return _impl_.max_burst_size_;
2051}

◆ _internal_packets_received()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::_internal_packets_received ( ) const
inlineprivate

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

1982 {
1983 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1985}

◆ _internal_set_bytes_received()

void dunedaq::dpdklibs::opmon::QueueInfo::_internal_set_bytes_received ( ::uint64_t value)
inlineprivate

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

2008 {
2009 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2010 ;
2011 _impl_.bytes_received_ = value;
2012}

◆ _internal_set_full_rx_burst()

void dunedaq::dpdklibs::opmon::QueueInfo::_internal_set_full_rx_burst ( ::uint64_t value)
inlineprivate

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

2030 {
2031 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2032 ;
2033 _impl_.full_rx_burst_ = value;
2034}

◆ _internal_set_max_burst_size()

void dunedaq::dpdklibs::opmon::QueueInfo::_internal_set_max_burst_size ( ::uint32_t value)
inlineprivate

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

2052 {
2053 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2054 ;
2055 _impl_.max_burst_size_ = value;
2056}

◆ _internal_set_packets_received()

void dunedaq::dpdklibs::opmon::QueueInfo::_internal_set_packets_received ( ::uint64_t value)
inlineprivate

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

1986 {
1987 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1988 ;
1989 _impl_.packets_received_ = value;
1990}

◆ _InternalParse()

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

◆ _InternalSerialize()

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

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

869 {
870 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.QueueInfo)
871 ::uint32_t cached_has_bits = 0;
872 (void)cached_has_bits;
873
874 // uint64 packets_received = 1;
875 if (this->_internal_packets_received() != 0) {
876 target = stream->EnsureSpace(target);
877 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
878 1, this->_internal_packets_received(), target);
879 }
880
881 // uint64 bytes_received = 2;
882 if (this->_internal_bytes_received() != 0) {
883 target = stream->EnsureSpace(target);
884 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
885 2, this->_internal_bytes_received(), target);
886 }
887
888 // uint64 full_rx_burst = 3;
889 if (this->_internal_full_rx_burst() != 0) {
890 target = stream->EnsureSpace(target);
891 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
892 3, this->_internal_full_rx_burst(), target);
893 }
894
895 // uint32 max_burst_size = 4;
896 if (this->_internal_max_burst_size() != 0) {
897 target = stream->EnsureSpace(target);
898 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
899 4, this->_internal_max_burst_size(), target);
900 }
901
902 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
903 target =
904 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
905 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
906 }
907 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.QueueInfo)
908 return target;
909}

◆ bytes_received()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::bytes_received ( ) const
inline

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

1996 {
1997 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1998 return _internal_bytes_received();
1999}

◆ ByteSizeLong()

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

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

911 {
912// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.QueueInfo)
913 ::size_t total_size = 0;
914
915 ::uint32_t cached_has_bits = 0;
916 // Prevent compiler warnings about cached_has_bits being unused
917 (void) cached_has_bits;
918
919 // uint64 packets_received = 1;
920 if (this->_internal_packets_received() != 0) {
921 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
923 }
924
925 // uint64 bytes_received = 2;
926 if (this->_internal_bytes_received() != 0) {
927 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
929 }
930
931 // uint64 full_rx_burst = 3;
932 if (this->_internal_full_rx_burst() != 0) {
933 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
935 }
936
937 // uint32 max_burst_size = 4;
938 if (this->_internal_max_burst_size() != 0) {
939 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
941 }
942
943 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
944}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

800 {
801// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.QueueInfo)
802 ::uint32_t cached_has_bits = 0;
803 // Prevent compiler warnings about cached_has_bits being unused
804 (void) cached_has_bits;
805
806 ::memset(&_impl_.packets_received_, 0, static_cast<::size_t>(
807 reinterpret_cast<char*>(&_impl_.max_burst_size_) -
808 reinterpret_cast<char*>(&_impl_.packets_received_)) + sizeof(_impl_.max_burst_size_));
809 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
810}

◆ clear_bytes_received()

void dunedaq::dpdklibs::opmon::QueueInfo::clear_bytes_received ( )
inline

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

1993 {
1994 _impl_.bytes_received_ = ::uint64_t{0u};
1995}

◆ clear_full_rx_burst()

void dunedaq::dpdklibs::opmon::QueueInfo::clear_full_rx_burst ( )
inline

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

2015 {
2016 _impl_.full_rx_burst_ = ::uint64_t{0u};
2017}

◆ clear_max_burst_size()

void dunedaq::dpdklibs::opmon::QueueInfo::clear_max_burst_size ( )
inline

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

2037 {
2039}

◆ clear_packets_received()

void dunedaq::dpdklibs::opmon::QueueInfo::clear_packets_received ( )
inline

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

1971 {
1972 _impl_.packets_received_ = ::uint64_t{0u};
1973}

◆ CopyFrom()

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

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

976 {
977// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.QueueInfo)
978 if (&from == this) return;
979 Clear();
980 MergeFrom(from);
981}
void MergeFrom(const QueueInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

384 {
386 }
static const QueueInfo * internal_default_instance()

◆ descriptor()

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

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

375 {
376 return GetDescriptor();
377 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ full_rx_burst()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::full_rx_burst ( ) const
inline

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

2018 {
2019 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
2020 return _internal_full_rx_burst();
2021}

◆ FullMessageName()

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

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

447 {
448 return "dunedaq.dpdklibs.opmon.QueueInfo";
449 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

950{ return &_class_data_; }

◆ GetDescriptor()

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

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

378 {
379 return default_instance().GetMetadata().descriptor;
380 }
::google::protobuf::Metadata GetMetadata() const final
static const QueueInfo & default_instance()

◆ GetMetadata()

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

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

998 {
999 return ::_pbi::AssignDescriptors(
1002}
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::QueueInfo::GetReflection ( )
inlinestatic

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

381 {
382 return default_instance().GetMetadata().reflection;
383 }

◆ internal_default_instance()

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

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

387 {
388 return reinterpret_cast<const QueueInfo*>(
390 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueInfoDefaultTypeInternal _QueueInfo_default_instance_

◆ InternalSwap()

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

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

987 {
988 using std::swap;
989 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
990 ::google::protobuf::internal::memswap<
991 PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.max_burst_size_)
993 - PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.packets_received_)>(
994 reinterpret_cast<char*>(&_impl_.packets_received_),
995 reinterpret_cast<char*>(&other->_impl_.packets_received_));
996}

◆ IsInitialized()

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

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

983 {
984 return true;
985}

◆ max_burst_size()

uint32_t dunedaq::dpdklibs::opmon::QueueInfo::max_burst_size ( ) const
inline

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

2040 {
2041 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
2042 return _internal_max_burst_size();
2043}

◆ MergeFrom()

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

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

424 {
425 QueueInfo::MergeImpl(*this, from);
426 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

953 {
954 auto* const _this = static_cast<QueueInfo*>(&to_msg);
955 auto& from = static_cast<const QueueInfo&>(from_msg);
956 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.QueueInfo)
957 ABSL_DCHECK_NE(&from, _this);
958 ::uint32_t cached_has_bits = 0;
959 (void) cached_has_bits;
960
961 if (from._internal_packets_received() != 0) {
962 _this->_internal_set_packets_received(from._internal_packets_received());
963 }
964 if (from._internal_bytes_received() != 0) {
965 _this->_internal_set_bytes_received(from._internal_bytes_received());
966 }
967 if (from._internal_full_rx_burst() != 0) {
968 _this->_internal_set_full_rx_burst(from._internal_full_rx_burst());
969 }
970 if (from._internal_max_burst_size() != 0) {
971 _this->_internal_set_max_burst_size(from._internal_max_burst_size());
972 }
973 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
974}

◆ mutable_unknown_fields()

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

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

371 {
372 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
373 }

◆ New()

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

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

418 {
419 return CreateMaybeMessage<QueueInfo>(arena);
420 }

◆ operator=() [1/2]

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

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

350 {
351 CopyFrom(from);
352 return *this;
353 }
void CopyFrom(const QueueInfo &from)

◆ operator=() [2/2]

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

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

354 {
355 if (this == &from) return *this;
356 if (GetOwningArena() == from.GetOwningArena()
357 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
358 && GetOwningArena() != nullptr
359 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
360 ) {
361 InternalSwap(&from);
362 } else {
363 CopyFrom(from);
364 }
365 return *this;
366 }

◆ packets_received()

uint64_t dunedaq::dpdklibs::opmon::QueueInfo::packets_received ( ) const
inline

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

1974 {
1975 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1977}

◆ set_bytes_received()

void dunedaq::dpdklibs::opmon::QueueInfo::set_bytes_received ( ::uint64_t value)
inline

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

2000 {
2002 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
2003}
void _internal_set_bytes_received(::uint64_t value)

◆ set_full_rx_burst()

void dunedaq::dpdklibs::opmon::QueueInfo::set_full_rx_burst ( ::uint64_t value)
inline

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

2022 {
2024 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
2025}
void _internal_set_full_rx_burst(::uint64_t value)

◆ set_max_burst_size()

void dunedaq::dpdklibs::opmon::QueueInfo::set_max_burst_size ( ::uint32_t value)
inline

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

2044 {
2046 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
2047}
void _internal_set_max_burst_size(::uint32_t value)

◆ set_packets_received()

void dunedaq::dpdklibs::opmon::QueueInfo::set_packets_received ( ::uint64_t value)
inline

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

1978 {
1980 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1981}
void _internal_set_packets_received(::uint64_t value)

◆ SetCachedSize()

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

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

796 {
798}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dpdklibs::opmon::QueueInfo::SharedCtor ( ::google::protobuf::Arena * arena)
private

◆ SharedDtor()

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

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

793 {
794 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
795}

◆ Swap()

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

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

397 {
398 if (other == this) return;
399 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
400 if (GetOwningArena() != nullptr &&
401 GetOwningArena() == other->GetOwningArena()) {
402 #else // PROTOBUF_FORCE_COPY_IN_SWAP
403 if (GetOwningArena() == other->GetOwningArena()) {
404 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
405 InternalSwap(other);
406 } else {
407 ::google::protobuf::internal::GenericSwap(this, other);
408 }
409 }

◆ unknown_fields()

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

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

368 {
369 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
370 }

◆ UnsafeArenaSwap()

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

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

410 {
411 if (other == this) return;
412 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
413 InternalSwap(other);
414 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

394 {
395 a.Swap(&b);
396 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dpdklibs::opmon::QueueInfo::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::dpdklibs::opmon::QueueInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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