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

#include <IfaceWrapper.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kIpacketsFieldNumber = 1 , kOpacketsFieldNumber = 2 , kIbytesFieldNumber = 10 , kObytesFieldNumber = 11 ,
  kImissedFieldNumber = 20 , kIerrorsFieldNumber = 21 , kOerrorsFieldNumber = 22 , kRxNombufFieldNumber = 30
}
 

Public Member Functions

 EthStats ()
 
 ~EthStats () override
 
template<typename = void>
PROTOBUF_CONSTEXPR EthStats (::google::protobuf::internal::ConstantInitialized)
 
 EthStats (const EthStats &from)
 
 EthStats (EthStats &&from) noexcept
 
EthStatsoperator= (const EthStats &from)
 
EthStatsoperator= (EthStats &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EthStats *other)
 
void UnsafeArenaSwap (EthStats *other)
 
EthStatsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const EthStats &from)
 
void MergeFrom (const EthStats &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_ipackets ()
 
::uint64_t ipackets () const
 
void set_ipackets (::uint64_t value)
 
void clear_opackets ()
 
::uint64_t opackets () const
 
void set_opackets (::uint64_t value)
 
void clear_ibytes ()
 
::uint64_t ibytes () const
 
void set_ibytes (::uint64_t value)
 
void clear_obytes ()
 
::uint64_t obytes () const
 
void set_obytes (::uint64_t value)
 
void clear_imissed ()
 
::uint64_t imissed () const
 
void set_imissed (::uint64_t value)
 
void clear_ierrors ()
 
::uint64_t ierrors () const
 
void set_ierrors (::uint64_t value)
 
void clear_oerrors ()
 
::uint64_t oerrors () const
 
void set_oerrors (::uint64_t value)
 
void clear_rx_nombuf ()
 
::uint64_t rx_nombuf () const
 
void set_rx_nombuf (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR EthStats (::_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 EthStatsdefault_instance ()
 
static const EthStatsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 EthStats (::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 (EthStats *other)
 
::uint64_t _internal_ipackets () const
 
void _internal_set_ipackets (::uint64_t value)
 
::uint64_t _internal_opackets () const
 
void _internal_set_opackets (::uint64_t value)
 
::uint64_t _internal_ibytes () const
 
void _internal_set_ibytes (::uint64_t value)
 
::uint64_t _internal_obytes () const
 
void _internal_set_obytes (::uint64_t value)
 
::uint64_t _internal_imissed () const
 
void _internal_set_imissed (::uint64_t value)
 
::uint64_t _internal_ierrors () const
 
void _internal_set_ierrors (::uint64_t value)
 
::uint64_t _internal_oerrors () const
 
void _internal_set_oerrors (::uint64_t value)
 
::uint64_t _internal_rx_nombuf () const
 
void _internal_set_rx_nombuf (::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< 4, 8, 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 (EthStats &a, EthStats &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIpacketsFieldNumber 
kOpacketsFieldNumber 
kIbytesFieldNumber 
kObytesFieldNumber 
kImissedFieldNumber 
kIerrorsFieldNumber 
kOerrorsFieldNumber 
kRxNombufFieldNumber 

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

Constructor & Destructor Documentation

◆ EthStats() [1/6]

dunedaq::dpdklibs::opmon::EthStats::EthStats ( )
inline

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

◆ ~EthStats()

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

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

450 {
451 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.EthStats)
452 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
453 SharedDtor();
454}

◆ EthStats() [2/6]

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

◆ EthStats() [3/6]

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

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

431 : ::google::protobuf::Message(), _impl_(from._impl_) {
432 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
433 from._internal_metadata_);
434 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.EthStats)
435}

◆ EthStats() [4/6]

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

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

104 : EthStats() {
105 *this = ::std::move(from);
106 }

◆ EthStats() [5/6]

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

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

426 : ::google::protobuf::Message(arena) {
427 SharedCtor(arena);
428 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.EthStats)
429}
void SharedCtor(::google::protobuf::Arena *arena)

◆ EthStats() [6/6]

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

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

28 : _impl_{
29 /*decltype(_impl_.ipackets_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.opackets_)*/ ::uint64_t{0u},
31 /*decltype(_impl_.ibytes_)*/ ::uint64_t{0u},
32 /*decltype(_impl_.obytes_)*/ ::uint64_t{0u},
33 /*decltype(_impl_.imissed_)*/ ::uint64_t{0u},
34 /*decltype(_impl_.ierrors_)*/ ::uint64_t{0u},
35 /*decltype(_impl_.oerrors_)*/ ::uint64_t{0u},
36 /*decltype(_impl_.rx_nombuf_)*/ ::uint64_t{0u},
37 /*decltype(_impl_._cached_size_)*/ {},
38 } {}

Member Function Documentation

◆ _internal_ibytes()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_ibytes ( ) const
inlineprivate

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

1846 {
1847 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1848 return _impl_.ibytes_;
1849}

◆ _internal_ierrors()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_ierrors ( ) const
inlineprivate

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

1912 {
1913 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1914 return _impl_.ierrors_;
1915}

◆ _internal_imissed()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_imissed ( ) const
inlineprivate

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

1890 {
1891 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1892 return _impl_.imissed_;
1893}

◆ _internal_ipackets()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_ipackets ( ) const
inlineprivate

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

1802 {
1803 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1804 return _impl_.ipackets_;
1805}

◆ _internal_obytes()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_obytes ( ) const
inlineprivate

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

1868 {
1869 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1870 return _impl_.obytes_;
1871}

◆ _internal_oerrors()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_oerrors ( ) const
inlineprivate

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

1934 {
1935 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1936 return _impl_.oerrors_;
1937}

◆ _internal_opackets()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_opackets ( ) const
inlineprivate

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

1824 {
1825 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1826 return _impl_.opackets_;
1827}

◆ _internal_rx_nombuf()

uint64_t dunedaq::dpdklibs::opmon::EthStats::_internal_rx_nombuf ( ) const
inlineprivate

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

1956 {
1957 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1958 return _impl_.rx_nombuf_;
1959}

◆ _internal_set_ibytes()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_ibytes ( ::uint64_t value)
inlineprivate

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

1850 {
1851 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1852 ;
1853 _impl_.ibytes_ = value;
1854}

◆ _internal_set_ierrors()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_ierrors ( ::uint64_t value)
inlineprivate

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

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

◆ _internal_set_imissed()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_imissed ( ::uint64_t value)
inlineprivate

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

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

◆ _internal_set_ipackets()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_ipackets ( ::uint64_t value)
inlineprivate

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

1806 {
1807 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1808 ;
1809 _impl_.ipackets_ = value;
1810}

◆ _internal_set_obytes()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_obytes ( ::uint64_t value)
inlineprivate

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

1872 {
1873 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1874 ;
1875 _impl_.obytes_ = value;
1876}

◆ _internal_set_oerrors()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_oerrors ( ::uint64_t value)
inlineprivate

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

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

◆ _internal_set_opackets()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_opackets ( ::uint64_t value)
inlineprivate

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

1828 {
1829 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1830 ;
1831 _impl_.opackets_ = value;
1832}

◆ _internal_set_rx_nombuf()

void dunedaq::dpdklibs::opmon::EthStats::_internal_set_rx_nombuf ( ::uint64_t value)
inlineprivate

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

1960 {
1961 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1962 ;
1963 _impl_.rx_nombuf_ = value;
1964}

◆ _InternalParse()

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

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

475 {
476 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
477 return ptr;
478}
static const ::google::protobuf::internal::TcParseTable< 4, 8, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

563 {
564 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.EthStats)
565 ::uint32_t cached_has_bits = 0;
566 (void)cached_has_bits;
567
568 // uint64 ipackets = 1;
569 if (this->_internal_ipackets() != 0) {
570 target = stream->EnsureSpace(target);
571 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
572 1, this->_internal_ipackets(), target);
573 }
574
575 // uint64 opackets = 2;
576 if (this->_internal_opackets() != 0) {
577 target = stream->EnsureSpace(target);
578 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
579 2, this->_internal_opackets(), target);
580 }
581
582 // uint64 ibytes = 10;
583 if (this->_internal_ibytes() != 0) {
584 target = stream->EnsureSpace(target);
585 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
586 10, this->_internal_ibytes(), target);
587 }
588
589 // uint64 obytes = 11;
590 if (this->_internal_obytes() != 0) {
591 target = stream->EnsureSpace(target);
592 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
593 11, this->_internal_obytes(), target);
594 }
595
596 // uint64 imissed = 20;
597 if (this->_internal_imissed() != 0) {
598 target = stream->EnsureSpace(target);
599 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
600 20, this->_internal_imissed(), target);
601 }
602
603 // uint64 ierrors = 21;
604 if (this->_internal_ierrors() != 0) {
605 target = stream->EnsureSpace(target);
606 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
607 21, this->_internal_ierrors(), target);
608 }
609
610 // uint64 oerrors = 22;
611 if (this->_internal_oerrors() != 0) {
612 target = stream->EnsureSpace(target);
613 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
614 22, this->_internal_oerrors(), target);
615 }
616
617 // uint64 rx_nombuf = 30;
618 if (this->_internal_rx_nombuf() != 0) {
619 target = stream->EnsureSpace(target);
620 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
621 30, this->_internal_rx_nombuf(), target);
622 }
623
624 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
625 target =
626 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
627 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
628 }
629 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.EthStats)
630 return target;
631}

◆ ByteSizeLong()

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

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

633 {
634// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.EthStats)
635 ::size_t total_size = 0;
636
637 ::uint32_t cached_has_bits = 0;
638 // Prevent compiler warnings about cached_has_bits being unused
639 (void) cached_has_bits;
640
641 // uint64 ipackets = 1;
642 if (this->_internal_ipackets() != 0) {
643 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
644 this->_internal_ipackets());
645 }
646
647 // uint64 opackets = 2;
648 if (this->_internal_opackets() != 0) {
649 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
650 this->_internal_opackets());
651 }
652
653 // uint64 ibytes = 10;
654 if (this->_internal_ibytes() != 0) {
655 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
656 this->_internal_ibytes());
657 }
658
659 // uint64 obytes = 11;
660 if (this->_internal_obytes() != 0) {
661 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
662 this->_internal_obytes());
663 }
664
665 // uint64 imissed = 20;
666 if (this->_internal_imissed() != 0) {
667 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
668 this->_internal_imissed());
669 }
670
671 // uint64 ierrors = 21;
672 if (this->_internal_ierrors() != 0) {
673 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
674 this->_internal_ierrors());
675 }
676
677 // uint64 oerrors = 22;
678 if (this->_internal_oerrors() != 0) {
679 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
680 this->_internal_oerrors());
681 }
682
683 // uint64 rx_nombuf = 30;
684 if (this->_internal_rx_nombuf() != 0) {
685 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
686 this->_internal_rx_nombuf());
687 }
688
689 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
690}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

462 {
463// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.EthStats)
464 ::uint32_t cached_has_bits = 0;
465 // Prevent compiler warnings about cached_has_bits being unused
466 (void) cached_has_bits;
467
468 ::memset(&_impl_.ipackets_, 0, static_cast<::size_t>(
469 reinterpret_cast<char*>(&_impl_.rx_nombuf_) -
470 reinterpret_cast<char*>(&_impl_.ipackets_)) + sizeof(_impl_.rx_nombuf_));
471 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
472}

◆ clear_ibytes()

void dunedaq::dpdklibs::opmon::EthStats::clear_ibytes ( )
inline

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

1835 {
1836 _impl_.ibytes_ = ::uint64_t{0u};
1837}

◆ clear_ierrors()

void dunedaq::dpdklibs::opmon::EthStats::clear_ierrors ( )
inline

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

1901 {
1902 _impl_.ierrors_ = ::uint64_t{0u};
1903}

◆ clear_imissed()

void dunedaq::dpdklibs::opmon::EthStats::clear_imissed ( )
inline

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

1879 {
1880 _impl_.imissed_ = ::uint64_t{0u};
1881}

◆ clear_ipackets()

void dunedaq::dpdklibs::opmon::EthStats::clear_ipackets ( )
inline

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

1791 {
1792 _impl_.ipackets_ = ::uint64_t{0u};
1793}

◆ clear_obytes()

void dunedaq::dpdklibs::opmon::EthStats::clear_obytes ( )
inline

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

1857 {
1858 _impl_.obytes_ = ::uint64_t{0u};
1859}

◆ clear_oerrors()

void dunedaq::dpdklibs::opmon::EthStats::clear_oerrors ( )
inline

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

1923 {
1924 _impl_.oerrors_ = ::uint64_t{0u};
1925}

◆ clear_opackets()

void dunedaq::dpdklibs::opmon::EthStats::clear_opackets ( )
inline

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

1813 {
1814 _impl_.opackets_ = ::uint64_t{0u};
1815}

◆ clear_rx_nombuf()

void dunedaq::dpdklibs::opmon::EthStats::clear_rx_nombuf ( )
inline

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

1945 {
1946 _impl_.rx_nombuf_ = ::uint64_t{0u};
1947}

◆ CopyFrom()

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

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

734 {
735// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.EthStats)
736 if (&from == this) return;
737 Clear();
738 MergeFrom(from);
739}
void MergeFrom(const EthStats &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

142 {
144 }
static const EthStats * internal_default_instance()

◆ descriptor()

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

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

133 {
134 return GetDescriptor();
135 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

205 {
206 return "dunedaq.dpdklibs.opmon.EthStats";
207 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

696{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

136 {
137 return default_instance().GetMetadata().descriptor;
138 }
::google::protobuf::Metadata GetMetadata() const final
static const EthStats & default_instance()

◆ GetMetadata()

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

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

756 {
757 return ::_pbi::AssignDescriptors(
760}
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::EthStats::GetReflection ( )
inlinestatic

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

139 {
140 return default_instance().GetMetadata().reflection;
141 }

◆ ibytes()

uint64_t dunedaq::dpdklibs::opmon::EthStats::ibytes ( ) const
inline

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

1838 {
1839 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1840 return _internal_ibytes();
1841}

◆ ierrors()

uint64_t dunedaq::dpdklibs::opmon::EthStats::ierrors ( ) const
inline

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

1904 {
1905 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1906 return _internal_ierrors();
1907}

◆ imissed()

uint64_t dunedaq::dpdklibs::opmon::EthStats::imissed ( ) const
inline

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

1882 {
1883 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.imissed)
1884 return _internal_imissed();
1885}

◆ internal_default_instance()

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

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

145 {
146 return reinterpret_cast<const EthStats*>(
148 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthStatsDefaultTypeInternal _EthStats_default_instance_

◆ InternalSwap()

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

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

745 {
746 using std::swap;
747 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
748 ::google::protobuf::internal::memswap<
749 PROTOBUF_FIELD_OFFSET(EthStats, _impl_.rx_nombuf_)
751 - PROTOBUF_FIELD_OFFSET(EthStats, _impl_.ipackets_)>(
752 reinterpret_cast<char*>(&_impl_.ipackets_),
753 reinterpret_cast<char*>(&other->_impl_.ipackets_));
754}

◆ ipackets()

uint64_t dunedaq::dpdklibs::opmon::EthStats::ipackets ( ) const
inline

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

1794 {
1795 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1796 return _internal_ipackets();
1797}

◆ IsInitialized()

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

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

741 {
742 return true;
743}

◆ MergeFrom()

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

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

182 {
183 EthStats::MergeImpl(*this, from);
184 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

699 {
700 auto* const _this = static_cast<EthStats*>(&to_msg);
701 auto& from = static_cast<const EthStats&>(from_msg);
702 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.EthStats)
703 ABSL_DCHECK_NE(&from, _this);
704 ::uint32_t cached_has_bits = 0;
705 (void) cached_has_bits;
706
707 if (from._internal_ipackets() != 0) {
708 _this->_internal_set_ipackets(from._internal_ipackets());
709 }
710 if (from._internal_opackets() != 0) {
711 _this->_internal_set_opackets(from._internal_opackets());
712 }
713 if (from._internal_ibytes() != 0) {
714 _this->_internal_set_ibytes(from._internal_ibytes());
715 }
716 if (from._internal_obytes() != 0) {
717 _this->_internal_set_obytes(from._internal_obytes());
718 }
719 if (from._internal_imissed() != 0) {
720 _this->_internal_set_imissed(from._internal_imissed());
721 }
722 if (from._internal_ierrors() != 0) {
723 _this->_internal_set_ierrors(from._internal_ierrors());
724 }
725 if (from._internal_oerrors() != 0) {
726 _this->_internal_set_oerrors(from._internal_oerrors());
727 }
728 if (from._internal_rx_nombuf() != 0) {
729 _this->_internal_set_rx_nombuf(from._internal_rx_nombuf());
730 }
731 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
732}

◆ mutable_unknown_fields()

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

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

129 {
130 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
131 }

◆ New()

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

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

176 {
177 return CreateMaybeMessage<EthStats>(arena);
178 }

◆ obytes()

uint64_t dunedaq::dpdklibs::opmon::EthStats::obytes ( ) const
inline

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

1860 {
1861 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.obytes)
1862 return _internal_obytes();
1863}

◆ oerrors()

uint64_t dunedaq::dpdklibs::opmon::EthStats::oerrors ( ) const
inline

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

1926 {
1927 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1928 return _internal_oerrors();
1929}

◆ opackets()

uint64_t dunedaq::dpdklibs::opmon::EthStats::opackets ( ) const
inline

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

1816 {
1817 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.opackets)
1818 return _internal_opackets();
1819}

◆ operator=() [1/2]

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

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

108 {
109 CopyFrom(from);
110 return *this;
111 }
void CopyFrom(const EthStats &from)

◆ operator=() [2/2]

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

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

112 {
113 if (this == &from) return *this;
114 if (GetOwningArena() == from.GetOwningArena()
115 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
116 && GetOwningArena() != nullptr
117 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
118 ) {
119 InternalSwap(&from);
120 } else {
121 CopyFrom(from);
122 }
123 return *this;
124 }

◆ rx_nombuf()

uint64_t dunedaq::dpdklibs::opmon::EthStats::rx_nombuf ( ) const
inline

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

1948 {
1949 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1950 return _internal_rx_nombuf();
1951}

◆ set_ibytes()

void dunedaq::dpdklibs::opmon::EthStats::set_ibytes ( ::uint64_t value)
inline

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

1842 {
1843 _internal_set_ibytes(value);
1844 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1845}
void _internal_set_ibytes(::uint64_t value)

◆ set_ierrors()

void dunedaq::dpdklibs::opmon::EthStats::set_ierrors ( ::uint64_t value)
inline

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

1908 {
1909 _internal_set_ierrors(value);
1910 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1911}
void _internal_set_ierrors(::uint64_t value)

◆ set_imissed()

void dunedaq::dpdklibs::opmon::EthStats::set_imissed ( ::uint64_t value)
inline

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

1886 {
1887 _internal_set_imissed(value);
1888 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.imissed)
1889}
void _internal_set_imissed(::uint64_t value)

◆ set_ipackets()

void dunedaq::dpdklibs::opmon::EthStats::set_ipackets ( ::uint64_t value)
inline

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

1798 {
1800 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1801}
void _internal_set_ipackets(::uint64_t value)

◆ set_obytes()

void dunedaq::dpdklibs::opmon::EthStats::set_obytes ( ::uint64_t value)
inline

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

1864 {
1865 _internal_set_obytes(value);
1866 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.obytes)
1867}
void _internal_set_obytes(::uint64_t value)

◆ set_oerrors()

void dunedaq::dpdklibs::opmon::EthStats::set_oerrors ( ::uint64_t value)
inline

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

1930 {
1931 _internal_set_oerrors(value);
1932 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1933}
void _internal_set_oerrors(::uint64_t value)

◆ set_opackets()

void dunedaq::dpdklibs::opmon::EthStats::set_opackets ( ::uint64_t value)
inline

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

1820 {
1822 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.opackets)
1823}
void _internal_set_opackets(::uint64_t value)

◆ set_rx_nombuf()

void dunedaq::dpdklibs::opmon::EthStats::set_rx_nombuf ( ::uint64_t value)
inline

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

1952 {
1954 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1955}
void _internal_set_rx_nombuf(::uint64_t value)

◆ SetCachedSize()

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

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

458 {
460}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

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

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

436 {
437 (void)arena;
438 new (&_impl_) Impl_{
439 decltype(_impl_.ipackets_){::uint64_t{0u}},
440 decltype(_impl_.opackets_){::uint64_t{0u}},
441 decltype(_impl_.ibytes_){::uint64_t{0u}},
442 decltype(_impl_.obytes_){::uint64_t{0u}},
443 decltype(_impl_.imissed_){::uint64_t{0u}},
444 decltype(_impl_.ierrors_){::uint64_t{0u}},
445 decltype(_impl_.oerrors_){::uint64_t{0u}},
446 decltype(_impl_.rx_nombuf_){::uint64_t{0u}},
447 /*decltype(_impl_._cached_size_)*/ {},
448 };
449}

◆ SharedDtor()

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

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

455 {
456 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
457}

◆ Swap()

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

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

155 {
156 if (other == this) return;
157 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
158 if (GetOwningArena() != nullptr &&
159 GetOwningArena() == other->GetOwningArena()) {
160 #else // PROTOBUF_FORCE_COPY_IN_SWAP
161 if (GetOwningArena() == other->GetOwningArena()) {
162 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
163 InternalSwap(other);
164 } else {
165 ::google::protobuf::internal::GenericSwap(this, other);
166 }
167 }

◆ unknown_fields()

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

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

126 {
127 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
128 }

◆ UnsafeArenaSwap()

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

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

168 {
169 if (other == this) return;
170 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
171 InternalSwap(other);
172 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

152 {
153 a.Swap(&b);
154 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dpdklibs::opmon::EthStats::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::dpdklibs::opmon::EthStats::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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