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)
 
template<typename >
PROTOBUF_CONSTEXPR QueueInfo (::_pbi::ConstantInitialized)
 
template<typename >
PROTOBUF_CONSTEXPR QueueInfo (::_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 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 333 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 460 of file IfaceWrapper.pb.h.

Constructor & Destructor Documentation

◆ QueueInfo() [1/7]

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

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

◆ ~QueueInfo()

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

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

754 {
755 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.QueueInfo)
756 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
757 SharedDtor();
758}

◆ QueueInfo() [2/7]

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

◆ QueueInfo() [3/7]

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

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

739 : ::google::protobuf::Message(), _impl_(from._impl_) {
740 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
741 from._internal_metadata_);
742 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.QueueInfo)
743}

◆ QueueInfo() [4/7]

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

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

343 : QueueInfo() {
344 *this = ::std::move(from);
345 }

◆ QueueInfo() [5/7]

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

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

734 : ::google::protobuf::Message(arena) {
735 SharedCtor(arena);
736 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.QueueInfo)
737}
void SharedCtor(::google::protobuf::Arena *arena)

◆ QueueInfo() [6/7]

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

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

51 : _impl_{
52 /*decltype(_impl_.packets_received_)*/ ::uint64_t{0u},
53 /*decltype(_impl_.bytes_received_)*/ ::uint64_t{0u},
54 /*decltype(_impl_.full_rx_burst_)*/ ::uint64_t{0u},
55 /*decltype(_impl_.max_burst_size_)*/ 0u,
56 /*decltype(_impl_._cached_size_)*/ {},
57 } {}

◆ QueueInfo() [7/7]

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

Definition at line 27 of file queue.pb.cc.

28 : _impl_{
29 /*decltype(_impl_.capacity_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.number_of_elements_)*/ ::uint64_t{0u},
31 /*decltype(_impl_._cached_size_)*/ {},
32 } {}

Member Function Documentation

◆ _internal_bytes_received()

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

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

1819 {
1820 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1821 return _impl_.bytes_received_;
1822}

◆ _internal_full_rx_burst()

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

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

1841 {
1842 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1843 return _impl_.full_rx_burst_;
1844}

◆ _internal_max_burst_size()

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

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

1863 {
1864 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1865 return _impl_.max_burst_size_;
1866}

◆ _internal_packets_received()

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

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

1797 {
1798 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1800}

◆ _internal_set_bytes_received()

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

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

1823 {
1824 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1825 ;
1826 _impl_.bytes_received_ = value;
1827}

◆ _internal_set_full_rx_burst()

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

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

1845 {
1846 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1847 ;
1848 _impl_.full_rx_burst_ = value;
1849}

◆ _internal_set_max_burst_size()

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

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

1867 {
1868 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1869 ;
1870 _impl_.max_burst_size_ = value;
1871}

◆ _internal_set_packets_received()

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

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

1801 {
1802 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1803 ;
1804 _impl_.packets_received_ = value;
1805}

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

835 {
836 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.QueueInfo)
837 ::uint32_t cached_has_bits = 0;
838 (void)cached_has_bits;
839
840 // uint64 packets_received = 1;
841 if (this->_internal_packets_received() != 0) {
842 target = stream->EnsureSpace(target);
843 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
844 1, this->_internal_packets_received(), target);
845 }
846
847 // uint64 bytes_received = 2;
848 if (this->_internal_bytes_received() != 0) {
849 target = stream->EnsureSpace(target);
850 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
851 2, this->_internal_bytes_received(), target);
852 }
853
854 // uint64 full_rx_burst = 3;
855 if (this->_internal_full_rx_burst() != 0) {
856 target = stream->EnsureSpace(target);
857 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
858 3, this->_internal_full_rx_burst(), target);
859 }
860
861 // uint32 max_burst_size = 4;
862 if (this->_internal_max_burst_size() != 0) {
863 target = stream->EnsureSpace(target);
864 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
865 4, this->_internal_max_burst_size(), target);
866 }
867
868 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
869 target =
870 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
871 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
872 }
873 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.QueueInfo)
874 return target;
875}

◆ bytes_received()

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

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

1811 {
1812 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1813 return _internal_bytes_received();
1814}

◆ ByteSizeLong()

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

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

877 {
878// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.QueueInfo)
879 ::size_t total_size = 0;
880
881 ::uint32_t cached_has_bits = 0;
882 // Prevent compiler warnings about cached_has_bits being unused
883 (void) cached_has_bits;
884
885 // uint64 packets_received = 1;
886 if (this->_internal_packets_received() != 0) {
887 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
889 }
890
891 // uint64 bytes_received = 2;
892 if (this->_internal_bytes_received() != 0) {
893 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
895 }
896
897 // uint64 full_rx_burst = 3;
898 if (this->_internal_full_rx_burst() != 0) {
899 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
901 }
902
903 // uint32 max_burst_size = 4;
904 if (this->_internal_max_burst_size() != 0) {
905 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
907 }
908
909 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
910}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

766 {
767// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.QueueInfo)
768 ::uint32_t cached_has_bits = 0;
769 // Prevent compiler warnings about cached_has_bits being unused
770 (void) cached_has_bits;
771
772 ::memset(&_impl_.packets_received_, 0, static_cast<::size_t>(
773 reinterpret_cast<char*>(&_impl_.max_burst_size_) -
774 reinterpret_cast<char*>(&_impl_.packets_received_)) + sizeof(_impl_.max_burst_size_));
775 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
776}

◆ clear_bytes_received()

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

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

1808 {
1809 _impl_.bytes_received_ = ::uint64_t{0u};
1810}

◆ clear_full_rx_burst()

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

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

1830 {
1831 _impl_.full_rx_burst_ = ::uint64_t{0u};
1832}

◆ clear_max_burst_size()

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

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

1852 {
1854}

◆ clear_packets_received()

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

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

1786 {
1787 _impl_.packets_received_ = ::uint64_t{0u};
1788}

◆ CopyFrom()

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

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

942 {
943// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.QueueInfo)
944 if (&from == this) return;
945 Clear();
946 MergeFrom(from);
947}
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 381 of file IfaceWrapper.pb.h.

381 {
383 }
static const QueueInfo * internal_default_instance()

◆ descriptor()

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

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

372 {
373 return GetDescriptor();
374 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ full_rx_burst()

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

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

1833 {
1834 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
1835 return _internal_full_rx_burst();
1836}

◆ FullMessageName()

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

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

444 {
445 return "dunedaq.dpdklibs.opmon.QueueInfo";
446 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

916{ return &_class_data_; }

◆ GetDescriptor()

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

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

375 {
376 return default_instance().GetMetadata().descriptor;
377 }
::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 964 of file IfaceWrapper.pb.cc.

964 {
965 return ::_pbi::AssignDescriptors(
968}
::_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::QueueInfo::GetReflection ( )
inlinestatic

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

378 {
379 return default_instance().GetMetadata().reflection;
380 }

◆ internal_default_instance()

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

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

384 {
385 return reinterpret_cast<const QueueInfo*>(
387 }
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 953 of file IfaceWrapper.pb.cc.

953 {
954 using std::swap;
955 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
956 ::google::protobuf::internal::memswap<
957 PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.max_burst_size_)
959 - PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.packets_received_)>(
960 reinterpret_cast<char*>(&_impl_.packets_received_),
961 reinterpret_cast<char*>(&other->_impl_.packets_received_));
962}

◆ IsInitialized()

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

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

949 {
950 return true;
951}

◆ max_burst_size()

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

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

1855 {
1856 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
1857 return _internal_max_burst_size();
1858}

◆ MergeFrom()

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

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

421 {
422 QueueInfo::MergeImpl(*this, from);
423 }
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 919 of file IfaceWrapper.pb.cc.

919 {
920 auto* const _this = static_cast<QueueInfo*>(&to_msg);
921 auto& from = static_cast<const QueueInfo&>(from_msg);
922 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.QueueInfo)
923 ABSL_DCHECK_NE(&from, _this);
924 ::uint32_t cached_has_bits = 0;
925 (void) cached_has_bits;
926
927 if (from._internal_packets_received() != 0) {
928 _this->_internal_set_packets_received(from._internal_packets_received());
929 }
930 if (from._internal_bytes_received() != 0) {
931 _this->_internal_set_bytes_received(from._internal_bytes_received());
932 }
933 if (from._internal_full_rx_burst() != 0) {
934 _this->_internal_set_full_rx_burst(from._internal_full_rx_burst());
935 }
936 if (from._internal_max_burst_size() != 0) {
937 _this->_internal_set_max_burst_size(from._internal_max_burst_size());
938 }
939 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
940}

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

415 {
416 return CreateMaybeMessage<QueueInfo>(arena);
417 }

◆ operator=() [1/2]

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

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

347 {
348 CopyFrom(from);
349 return *this;
350 }
void CopyFrom(const QueueInfo &from)

◆ operator=() [2/2]

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

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

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

◆ packets_received()

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

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

1789 {
1790 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1792}

◆ set_bytes_received()

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

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

1815 {
1817 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1818}
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 1837 of file IfaceWrapper.pb.h.

1837 {
1839 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
1840}
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 1859 of file IfaceWrapper.pb.h.

1859 {
1861 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
1862}
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 1793 of file IfaceWrapper.pb.h.

1793 {
1795 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1796}
void _internal_set_packets_received(::uint64_t value)

◆ SetCachedSize()

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

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

762 {
764}
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 759 of file IfaceWrapper.pb.cc.

759 {
760 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
761}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

365 {
366 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
367 }

◆ UnsafeArenaSwap()

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

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

407 {
408 if (other == this) return;
409 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
410 InternalSwap(other);
411 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

391 {
392 a.Swap(&b);
393 }

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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