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

Constructor & Destructor Documentation

◆ EthStats() [1/6]

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

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

◆ ~EthStats()

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

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

416 {
417 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.EthStats)
418 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
419 SharedDtor();
420}

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

397 : ::google::protobuf::Message(), _impl_(from._impl_) {
398 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
399 from._internal_metadata_);
400 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.EthStats)
401}

◆ EthStats() [4/6]

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

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

101 : EthStats() {
102 *this = ::std::move(from);
103 }

◆ EthStats() [5/6]

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

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

392 : ::google::protobuf::Message(arena) {
393 SharedCtor(arena);
394 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.EthStats)
395}
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 1661 of file IfaceWrapper.pb.h.

1661 {
1662 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1663 return _impl_.ibytes_;
1664}

◆ _internal_ierrors()

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

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

1727 {
1728 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1729 return _impl_.ierrors_;
1730}

◆ _internal_imissed()

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

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

1705 {
1706 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1707 return _impl_.imissed_;
1708}

◆ _internal_ipackets()

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

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

1617 {
1618 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1619 return _impl_.ipackets_;
1620}

◆ _internal_obytes()

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

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

1683 {
1684 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1685 return _impl_.obytes_;
1686}

◆ _internal_oerrors()

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

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

1749 {
1750 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1751 return _impl_.oerrors_;
1752}

◆ _internal_opackets()

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

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

1639 {
1640 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1641 return _impl_.opackets_;
1642}

◆ _internal_rx_nombuf()

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

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

1771 {
1772 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1773 return _impl_.rx_nombuf_;
1774}

◆ _internal_set_ibytes()

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

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

1665 {
1666 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1667 ;
1668 _impl_.ibytes_ = value;
1669}

◆ _internal_set_ierrors()

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

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

1731 {
1732 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1733 ;
1734 _impl_.ierrors_ = value;
1735}

◆ _internal_set_imissed()

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

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

1709 {
1710 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1711 ;
1712 _impl_.imissed_ = value;
1713}

◆ _internal_set_ipackets()

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

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

1621 {
1622 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1623 ;
1624 _impl_.ipackets_ = value;
1625}

◆ _internal_set_obytes()

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

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

1687 {
1688 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1689 ;
1690 _impl_.obytes_ = value;
1691}

◆ _internal_set_oerrors()

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

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

1753 {
1754 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1755 ;
1756 _impl_.oerrors_ = value;
1757}

◆ _internal_set_opackets()

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

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

1643 {
1644 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1645 ;
1646 _impl_.opackets_ = value;
1647}

◆ _internal_set_rx_nombuf()

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

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

1775 {
1776 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1777 ;
1778 _impl_.rx_nombuf_ = value;
1779}

◆ _InternalParse()

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

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

441 {
442 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
443 return ptr;
444}
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 527 of file IfaceWrapper.pb.cc.

529 {
530 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.EthStats)
531 ::uint32_t cached_has_bits = 0;
532 (void)cached_has_bits;
533
534 // uint64 ipackets = 1;
535 if (this->_internal_ipackets() != 0) {
536 target = stream->EnsureSpace(target);
537 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
538 1, this->_internal_ipackets(), target);
539 }
540
541 // uint64 opackets = 2;
542 if (this->_internal_opackets() != 0) {
543 target = stream->EnsureSpace(target);
544 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
545 2, this->_internal_opackets(), target);
546 }
547
548 // uint64 ibytes = 10;
549 if (this->_internal_ibytes() != 0) {
550 target = stream->EnsureSpace(target);
551 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
552 10, this->_internal_ibytes(), target);
553 }
554
555 // uint64 obytes = 11;
556 if (this->_internal_obytes() != 0) {
557 target = stream->EnsureSpace(target);
558 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
559 11, this->_internal_obytes(), target);
560 }
561
562 // uint64 imissed = 20;
563 if (this->_internal_imissed() != 0) {
564 target = stream->EnsureSpace(target);
565 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
566 20, this->_internal_imissed(), target);
567 }
568
569 // uint64 ierrors = 21;
570 if (this->_internal_ierrors() != 0) {
571 target = stream->EnsureSpace(target);
572 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
573 21, this->_internal_ierrors(), target);
574 }
575
576 // uint64 oerrors = 22;
577 if (this->_internal_oerrors() != 0) {
578 target = stream->EnsureSpace(target);
579 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
580 22, this->_internal_oerrors(), target);
581 }
582
583 // uint64 rx_nombuf = 30;
584 if (this->_internal_rx_nombuf() != 0) {
585 target = stream->EnsureSpace(target);
586 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
587 30, this->_internal_rx_nombuf(), target);
588 }
589
590 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
591 target =
592 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
593 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
594 }
595 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.EthStats)
596 return target;
597}

◆ ByteSizeLong()

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

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

599 {
600// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.EthStats)
601 ::size_t total_size = 0;
602
603 ::uint32_t cached_has_bits = 0;
604 // Prevent compiler warnings about cached_has_bits being unused
605 (void) cached_has_bits;
606
607 // uint64 ipackets = 1;
608 if (this->_internal_ipackets() != 0) {
609 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
610 this->_internal_ipackets());
611 }
612
613 // uint64 opackets = 2;
614 if (this->_internal_opackets() != 0) {
615 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
616 this->_internal_opackets());
617 }
618
619 // uint64 ibytes = 10;
620 if (this->_internal_ibytes() != 0) {
621 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
622 this->_internal_ibytes());
623 }
624
625 // uint64 obytes = 11;
626 if (this->_internal_obytes() != 0) {
627 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
628 this->_internal_obytes());
629 }
630
631 // uint64 imissed = 20;
632 if (this->_internal_imissed() != 0) {
633 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
634 this->_internal_imissed());
635 }
636
637 // uint64 ierrors = 21;
638 if (this->_internal_ierrors() != 0) {
639 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
640 this->_internal_ierrors());
641 }
642
643 // uint64 oerrors = 22;
644 if (this->_internal_oerrors() != 0) {
645 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
646 this->_internal_oerrors());
647 }
648
649 // uint64 rx_nombuf = 30;
650 if (this->_internal_rx_nombuf() != 0) {
651 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
652 this->_internal_rx_nombuf());
653 }
654
655 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
656}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

428 {
429// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.EthStats)
430 ::uint32_t cached_has_bits = 0;
431 // Prevent compiler warnings about cached_has_bits being unused
432 (void) cached_has_bits;
433
434 ::memset(&_impl_.ipackets_, 0, static_cast<::size_t>(
435 reinterpret_cast<char*>(&_impl_.rx_nombuf_) -
436 reinterpret_cast<char*>(&_impl_.ipackets_)) + sizeof(_impl_.rx_nombuf_));
437 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
438}

◆ clear_ibytes()

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

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

1650 {
1651 _impl_.ibytes_ = ::uint64_t{0u};
1652}

◆ clear_ierrors()

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

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

1716 {
1717 _impl_.ierrors_ = ::uint64_t{0u};
1718}

◆ clear_imissed()

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

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

1694 {
1695 _impl_.imissed_ = ::uint64_t{0u};
1696}

◆ clear_ipackets()

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

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

1606 {
1607 _impl_.ipackets_ = ::uint64_t{0u};
1608}

◆ clear_obytes()

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

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

1672 {
1673 _impl_.obytes_ = ::uint64_t{0u};
1674}

◆ clear_oerrors()

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

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

1738 {
1739 _impl_.oerrors_ = ::uint64_t{0u};
1740}

◆ clear_opackets()

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

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

1628 {
1629 _impl_.opackets_ = ::uint64_t{0u};
1630}

◆ clear_rx_nombuf()

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

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

1760 {
1761 _impl_.rx_nombuf_ = ::uint64_t{0u};
1762}

◆ CopyFrom()

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

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

700 {
701// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.EthStats)
702 if (&from == this) return;
703 Clear();
704 MergeFrom(from);
705}
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 139 of file IfaceWrapper.pb.h.

139 {
141 }
static const EthStats * internal_default_instance()

◆ descriptor()

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

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

130 {
131 return GetDescriptor();
132 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

202 {
203 return "dunedaq.dpdklibs.opmon.EthStats";
204 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

662{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

133 {
134 return default_instance().GetMetadata().descriptor;
135 }
::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 722 of file IfaceWrapper.pb.cc.

722 {
723 return ::_pbi::AssignDescriptors(
726}
::_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::EthStats::GetReflection ( )
inlinestatic

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

136 {
137 return default_instance().GetMetadata().reflection;
138 }

◆ ibytes()

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

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

1653 {
1654 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1655 return _internal_ibytes();
1656}

◆ ierrors()

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

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

1719 {
1720 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1721 return _internal_ierrors();
1722}

◆ imissed()

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

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

1697 {
1698 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.imissed)
1699 return _internal_imissed();
1700}

◆ internal_default_instance()

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

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

142 {
143 return reinterpret_cast<const EthStats*>(
145 }
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 711 of file IfaceWrapper.pb.cc.

711 {
712 using std::swap;
713 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
714 ::google::protobuf::internal::memswap<
715 PROTOBUF_FIELD_OFFSET(EthStats, _impl_.rx_nombuf_)
717 - PROTOBUF_FIELD_OFFSET(EthStats, _impl_.ipackets_)>(
718 reinterpret_cast<char*>(&_impl_.ipackets_),
719 reinterpret_cast<char*>(&other->_impl_.ipackets_));
720}

◆ ipackets()

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

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

1609 {
1610 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1611 return _internal_ipackets();
1612}

◆ IsInitialized()

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

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

707 {
708 return true;
709}

◆ MergeFrom()

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

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

179 {
180 EthStats::MergeImpl(*this, from);
181 }
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 665 of file IfaceWrapper.pb.cc.

665 {
666 auto* const _this = static_cast<EthStats*>(&to_msg);
667 auto& from = static_cast<const EthStats&>(from_msg);
668 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.EthStats)
669 ABSL_DCHECK_NE(&from, _this);
670 ::uint32_t cached_has_bits = 0;
671 (void) cached_has_bits;
672
673 if (from._internal_ipackets() != 0) {
674 _this->_internal_set_ipackets(from._internal_ipackets());
675 }
676 if (from._internal_opackets() != 0) {
677 _this->_internal_set_opackets(from._internal_opackets());
678 }
679 if (from._internal_ibytes() != 0) {
680 _this->_internal_set_ibytes(from._internal_ibytes());
681 }
682 if (from._internal_obytes() != 0) {
683 _this->_internal_set_obytes(from._internal_obytes());
684 }
685 if (from._internal_imissed() != 0) {
686 _this->_internal_set_imissed(from._internal_imissed());
687 }
688 if (from._internal_ierrors() != 0) {
689 _this->_internal_set_ierrors(from._internal_ierrors());
690 }
691 if (from._internal_oerrors() != 0) {
692 _this->_internal_set_oerrors(from._internal_oerrors());
693 }
694 if (from._internal_rx_nombuf() != 0) {
695 _this->_internal_set_rx_nombuf(from._internal_rx_nombuf());
696 }
697 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
698}

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

173 {
174 return CreateMaybeMessage<EthStats>(arena);
175 }

◆ obytes()

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

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

1675 {
1676 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.obytes)
1677 return _internal_obytes();
1678}

◆ oerrors()

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

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

1741 {
1742 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1743 return _internal_oerrors();
1744}

◆ opackets()

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

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

1631 {
1632 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.opackets)
1633 return _internal_opackets();
1634}

◆ operator=() [1/2]

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

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

105 {
106 CopyFrom(from);
107 return *this;
108 }
void CopyFrom(const EthStats &from)

◆ operator=() [2/2]

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

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

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

◆ rx_nombuf()

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

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

1763 {
1764 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1765 return _internal_rx_nombuf();
1766}

◆ set_ibytes()

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

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

1657 {
1658 _internal_set_ibytes(value);
1659 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1660}
void _internal_set_ibytes(::uint64_t value)

◆ set_ierrors()

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

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

1723 {
1724 _internal_set_ierrors(value);
1725 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1726}
void _internal_set_ierrors(::uint64_t value)

◆ set_imissed()

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

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

1701 {
1702 _internal_set_imissed(value);
1703 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.imissed)
1704}
void _internal_set_imissed(::uint64_t value)

◆ set_ipackets()

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

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

1613 {
1615 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1616}
void _internal_set_ipackets(::uint64_t value)

◆ set_obytes()

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

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

1679 {
1680 _internal_set_obytes(value);
1681 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.obytes)
1682}
void _internal_set_obytes(::uint64_t value)

◆ set_oerrors()

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

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

1745 {
1746 _internal_set_oerrors(value);
1747 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1748}
void _internal_set_oerrors(::uint64_t value)

◆ set_opackets()

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

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

1635 {
1637 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.opackets)
1638}
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 1767 of file IfaceWrapper.pb.h.

1767 {
1769 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1770}
void _internal_set_rx_nombuf(::uint64_t value)

◆ SetCachedSize()

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

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

424 {
426}
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 402 of file IfaceWrapper.pb.cc.

402 {
403 (void)arena;
404 new (&_impl_) Impl_{
405 decltype(_impl_.ipackets_){::uint64_t{0u}},
406 decltype(_impl_.opackets_){::uint64_t{0u}},
407 decltype(_impl_.ibytes_){::uint64_t{0u}},
408 decltype(_impl_.obytes_){::uint64_t{0u}},
409 decltype(_impl_.imissed_){::uint64_t{0u}},
410 decltype(_impl_.ierrors_){::uint64_t{0u}},
411 decltype(_impl_.oerrors_){::uint64_t{0u}},
412 decltype(_impl_.rx_nombuf_){::uint64_t{0u}},
413 /*decltype(_impl_._cached_size_)*/ {},
414 };
415}

◆ SharedDtor()

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

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

421 {
422 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
423}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

123 {
124 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
125 }

◆ UnsafeArenaSwap()

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

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

165 {
166 if (other == this) return;
167 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
168 InternalSwap(other);
169 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto

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

◆ swap

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

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

149 {
150 a.Swap(&b);
151 }

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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