DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
IfaceWrapper.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dpdklibs/opmon/IfaceWrapper.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
6
7#include <limits>
8#include <string>
9#include <type_traits>
10
11#include "google/protobuf/port_def.inc"
12#if PROTOBUF_VERSION < 4024000
13#error "This file was generated by a newer version of protoc which is"
14#error "incompatible with your Protocol Buffer headers. Please update"
15#error "your headers."
16#endif // PROTOBUF_VERSION
17
18#if 4024004 < PROTOBUF_MIN_PROTOC_VERSION
19#error "This file was generated by an older version of protoc which is"
20#error "incompatible with your Protocol Buffer headers. Please"
21#error "regenerate this file with a newer version of protoc."
22#endif // PROTOBUF_MIN_PROTOC_VERSION
23#include "google/protobuf/port_undef.inc"
24#include "google/protobuf/io/coded_stream.h"
25#include "google/protobuf/arena.h"
26#include "google/protobuf/arenastring.h"
27#include "google/protobuf/generated_message_tctable_decl.h"
28#include "google/protobuf/generated_message_util.h"
29#include "google/protobuf/metadata_lite.h"
30#include "google/protobuf/generated_message_reflection.h"
31#include "google/protobuf/message.h"
32#include "google/protobuf/repeated_field.h" // IWYU pragma: export
33#include "google/protobuf/extension_set.h" // IWYU pragma: export
34#include "google/protobuf/unknown_field_set.h"
35// @@protoc_insertion_point(includes)
36
37// Must be included last.
38#include "google/protobuf/port_def.inc"
39
40#define PROTOBUF_INTERNAL_EXPORT_dpdklibs_2fopmon_2fIfaceWrapper_2eproto
41
42namespace google {
43namespace protobuf {
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47} // namespace protobuf
48} // namespace google
49
50// Internal implementation detail -- do not use these members.
52 static const ::uint32_t offsets[];
53};
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace dpdklibs {
58namespace opmon {
59class EthStats;
60struct EthStatsDefaultTypeInternal;
61extern EthStatsDefaultTypeInternal _EthStats_default_instance_;
62class EthXStatsErrors;
63struct EthXStatsErrorsDefaultTypeInternal;
64extern EthXStatsErrorsDefaultTypeInternal _EthXStatsErrors_default_instance_;
65class EthXStatsInfo;
66struct EthXStatsInfoDefaultTypeInternal;
67extern EthXStatsInfoDefaultTypeInternal _EthXStatsInfo_default_instance_;
68class QueueEthXStats;
69struct QueueEthXStatsDefaultTypeInternal;
70extern QueueEthXStatsDefaultTypeInternal _QueueEthXStats_default_instance_;
71class QueueInfo;
72struct QueueInfoDefaultTypeInternal;
73extern QueueInfoDefaultTypeInternal _QueueInfo_default_instance_;
74} // namespace opmon
75} // namespace dpdklibs
76} // namespace dunedaq
77namespace google {
78namespace protobuf {
79} // namespace protobuf
80} // namespace google
81
82namespace dunedaq {
83namespace dpdklibs {
84namespace opmon {
85
86// ===================================================================
87
88
89// -------------------------------------------------------------------
90
91class EthStats final :
92 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthStats) */ {
93 public:
94 inline EthStats() : EthStats(nullptr) {}
95 ~EthStats() override;
96 template<typename = void>
97 explicit PROTOBUF_CONSTEXPR EthStats(::google::protobuf::internal::ConstantInitialized);
98
99 EthStats(const EthStats& from);
100 EthStats(EthStats&& from) noexcept
101 : EthStats() {
102 *this = ::std::move(from);
103 }
104
105 inline EthStats& operator=(const EthStats& from) {
106 CopyFrom(from);
107 return *this;
108 }
109 inline EthStats& operator=(EthStats&& from) noexcept {
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 }
122
123 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
124 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
125 }
126 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
127 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
128 }
129
130 static const ::google::protobuf::Descriptor* descriptor() {
131 return GetDescriptor();
132 }
133 static const ::google::protobuf::Descriptor* GetDescriptor() {
134 return default_instance().GetMetadata().descriptor;
135 }
136 static const ::google::protobuf::Reflection* GetReflection() {
137 return default_instance().GetMetadata().reflection;
138 }
139 static const EthStats& default_instance() {
141 }
142 static inline const EthStats* internal_default_instance() {
143 return reinterpret_cast<const EthStats*>(
145 }
146 static constexpr int kIndexInFileMessages =
147 0;
148
149 friend void swap(EthStats& a, EthStats& b) {
150 a.Swap(&b);
151 }
152 inline void Swap(EthStats* other) {
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 }
166 if (other == this) return;
167 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
168 InternalSwap(other);
169 }
170
171 // implements Message ----------------------------------------------
172
173 EthStats* New(::google::protobuf::Arena* arena = nullptr) const final {
174 return CreateMaybeMessage<EthStats>(arena);
175 }
176 using ::google::protobuf::Message::CopyFrom;
177 void CopyFrom(const EthStats& from);
178 using ::google::protobuf::Message::MergeFrom;
179 void MergeFrom( const EthStats& from) {
180 EthStats::MergeImpl(*this, from);
181 }
182 private:
183 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
184 public:
185 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
186 bool IsInitialized() const final;
187
188 ::size_t ByteSizeLong() const final;
189 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
190 ::uint8_t* _InternalSerialize(
191 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
192 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
193
194 private:
195 void SharedCtor(::google::protobuf::Arena* arena);
196 void SharedDtor();
197 void SetCachedSize(int size) const final;
198 void InternalSwap(EthStats* other);
199
200 private:
201 friend class ::google::protobuf::internal::AnyMetadata;
202 static ::absl::string_view FullMessageName() {
203 return "dunedaq.dpdklibs.opmon.EthStats";
204 }
205 protected:
206 explicit EthStats(::google::protobuf::Arena* arena);
207 public:
208
209 static const ClassData _class_data_;
210 const ::google::protobuf::Message::ClassData*GetClassData() const final;
211
212 ::google::protobuf::Metadata GetMetadata() const final;
213
214 // nested types ----------------------------------------------------
215
216 // accessors -------------------------------------------------------
217
218 enum : int {
227 };
228 // uint64 ipackets = 1;
229 void clear_ipackets() ;
230 ::uint64_t ipackets() const;
231 void set_ipackets(::uint64_t value);
232
233 private:
234 ::uint64_t _internal_ipackets() const;
235 void _internal_set_ipackets(::uint64_t value);
236
237 public:
238 // uint64 opackets = 2;
239 void clear_opackets() ;
240 ::uint64_t opackets() const;
241 void set_opackets(::uint64_t value);
242
243 private:
244 ::uint64_t _internal_opackets() const;
245 void _internal_set_opackets(::uint64_t value);
246
247 public:
248 // uint64 ibytes = 10;
249 void clear_ibytes() ;
250 ::uint64_t ibytes() const;
251 void set_ibytes(::uint64_t value);
252
253 private:
254 ::uint64_t _internal_ibytes() const;
255 void _internal_set_ibytes(::uint64_t value);
256
257 public:
258 // uint64 obytes = 11;
259 void clear_obytes() ;
260 ::uint64_t obytes() const;
261 void set_obytes(::uint64_t value);
262
263 private:
264 ::uint64_t _internal_obytes() const;
265 void _internal_set_obytes(::uint64_t value);
266
267 public:
268 // uint64 imissed = 20;
269 void clear_imissed() ;
270 ::uint64_t imissed() const;
271 void set_imissed(::uint64_t value);
272
273 private:
274 ::uint64_t _internal_imissed() const;
275 void _internal_set_imissed(::uint64_t value);
276
277 public:
278 // uint64 ierrors = 21;
279 void clear_ierrors() ;
280 ::uint64_t ierrors() const;
281 void set_ierrors(::uint64_t value);
282
283 private:
284 ::uint64_t _internal_ierrors() const;
285 void _internal_set_ierrors(::uint64_t value);
286
287 public:
288 // uint64 oerrors = 22;
289 void clear_oerrors() ;
290 ::uint64_t oerrors() const;
291 void set_oerrors(::uint64_t value);
292
293 private:
294 ::uint64_t _internal_oerrors() const;
295 void _internal_set_oerrors(::uint64_t value);
296
297 public:
298 // uint64 rx_nombuf = 30;
299 void clear_rx_nombuf() ;
300 ::uint64_t rx_nombuf() const;
301 void set_rx_nombuf(::uint64_t value);
302
303 private:
304 ::uint64_t _internal_rx_nombuf() const;
305 void _internal_set_rx_nombuf(::uint64_t value);
306
307 public:
308 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthStats)
309 private:
310 class _Internal;
311
312 friend class ::google::protobuf::internal::TcParser;
313 static const ::google::protobuf::internal::TcParseTable<4, 8, 0, 0, 2> _table_;
314 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
317 struct Impl_ {
318 ::uint64_t ipackets_;
319 ::uint64_t opackets_;
320 ::uint64_t ibytes_;
321 ::uint64_t obytes_;
322 ::uint64_t imissed_;
323 ::uint64_t ierrors_;
324 ::uint64_t oerrors_;
325 ::uint64_t rx_nombuf_;
326 mutable ::google::protobuf::internal::CachedSize _cached_size_;
327 PROTOBUF_TSAN_DECLARE_MEMBER
328 };
329 union { Impl_ _impl_; };
330 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
331};// -------------------------------------------------------------------
332
333class QueueInfo final :
334 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.QueueInfo) */ {
335 public:
336 inline QueueInfo() : QueueInfo(nullptr) {}
337 ~QueueInfo() override;
338 template<typename = void>
339 explicit PROTOBUF_CONSTEXPR QueueInfo(::google::protobuf::internal::ConstantInitialized);
340
341 QueueInfo(const QueueInfo& from);
342 QueueInfo(QueueInfo&& from) noexcept
343 : QueueInfo() {
344 *this = ::std::move(from);
345 }
346
347 inline QueueInfo& operator=(const QueueInfo& from) {
348 CopyFrom(from);
349 return *this;
350 }
351 inline QueueInfo& operator=(QueueInfo&& from) noexcept {
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 }
364
365 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
366 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
367 }
368 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
369 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
370 }
371
372 static const ::google::protobuf::Descriptor* descriptor() {
373 return GetDescriptor();
374 }
375 static const ::google::protobuf::Descriptor* GetDescriptor() {
376 return default_instance().GetMetadata().descriptor;
377 }
378 static const ::google::protobuf::Reflection* GetReflection() {
379 return default_instance().GetMetadata().reflection;
380 }
381 static const QueueInfo& default_instance() {
382 return *internal_default_instance();
383 }
384 static inline const QueueInfo* internal_default_instance() {
385 return reinterpret_cast<const QueueInfo*>(
387 }
388 static constexpr int kIndexInFileMessages =
389 1;
390
391 friend void swap(QueueInfo& a, QueueInfo& b) {
392 a.Swap(&b);
393 }
394 inline void Swap(QueueInfo* other) {
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 }
408 if (other == this) return;
409 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
410 InternalSwap(other);
411 }
412
413 // implements Message ----------------------------------------------
414
415 QueueInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
416 return CreateMaybeMessage<QueueInfo>(arena);
417 }
418 using ::google::protobuf::Message::CopyFrom;
419 void CopyFrom(const QueueInfo& from);
420 using ::google::protobuf::Message::MergeFrom;
421 void MergeFrom( const QueueInfo& from) {
422 QueueInfo::MergeImpl(*this, from);
423 }
424 private:
425 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
426 public:
427 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
428 bool IsInitialized() const final;
429
430 ::size_t ByteSizeLong() const final;
431 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
432 ::uint8_t* _InternalSerialize(
433 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
434 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
435
436 private:
437 void SharedCtor(::google::protobuf::Arena* arena);
438 void SharedDtor();
439 void SetCachedSize(int size) const final;
440 void InternalSwap(QueueInfo* other);
441
442 private:
443 friend class ::google::protobuf::internal::AnyMetadata;
444 static ::absl::string_view FullMessageName() {
445 return "dunedaq.dpdklibs.opmon.QueueInfo";
446 }
447 protected:
448 explicit QueueInfo(::google::protobuf::Arena* arena);
449 public:
450
451 static const ClassData _class_data_;
452 const ::google::protobuf::Message::ClassData*GetClassData() const final;
453
454 ::google::protobuf::Metadata GetMetadata() const final;
455
456 // nested types ----------------------------------------------------
457
458 // accessors -------------------------------------------------------
459
460 enum : int {
461 kPacketsReceivedFieldNumber = 1,
462 kBytesReceivedFieldNumber = 2,
463 kFullRxBurstFieldNumber = 3,
464 kMaxBurstSizeFieldNumber = 4,
465 };
466 // uint64 packets_received = 1;
467 void clear_packets_received() ;
468 ::uint64_t packets_received() const;
469 void set_packets_received(::uint64_t value);
470
471 private:
472 ::uint64_t _internal_packets_received() const;
473 void _internal_set_packets_received(::uint64_t value);
474
475 public:
476 // uint64 bytes_received = 2;
477 void clear_bytes_received() ;
478 ::uint64_t bytes_received() const;
479 void set_bytes_received(::uint64_t value);
480
481 private:
482 ::uint64_t _internal_bytes_received() const;
483 void _internal_set_bytes_received(::uint64_t value);
484
485 public:
486 // uint64 full_rx_burst = 3;
487 void clear_full_rx_burst() ;
488 ::uint64_t full_rx_burst() const;
489 void set_full_rx_burst(::uint64_t value);
490
491 private:
492 ::uint64_t _internal_full_rx_burst() const;
493 void _internal_set_full_rx_burst(::uint64_t value);
494
495 public:
496 // uint32 max_burst_size = 4;
497 void clear_max_burst_size() ;
498 ::uint32_t max_burst_size() const;
499 void set_max_burst_size(::uint32_t value);
500
501 private:
502 ::uint32_t _internal_max_burst_size() const;
503 void _internal_set_max_burst_size(::uint32_t value);
504
505 public:
506 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.QueueInfo)
507 private:
508 class _Internal;
509
510 friend class ::google::protobuf::internal::TcParser;
511 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
512 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
515 struct Impl_ {
517 ::uint64_t bytes_received_;
518 ::uint64_t full_rx_burst_;
519 ::uint32_t max_burst_size_;
520 mutable ::google::protobuf::internal::CachedSize _cached_size_;
521 PROTOBUF_TSAN_DECLARE_MEMBER
522 };
523 union { Impl_ _impl_; };
524 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
525};// -------------------------------------------------------------------
526
527class QueueEthXStats final :
528 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.QueueEthXStats) */ {
529 public:
530 inline QueueEthXStats() : QueueEthXStats(nullptr) {}
531 ~QueueEthXStats() override;
532 template<typename = void>
533 explicit PROTOBUF_CONSTEXPR QueueEthXStats(::google::protobuf::internal::ConstantInitialized);
534
535 QueueEthXStats(const QueueEthXStats& from);
537 : QueueEthXStats() {
538 *this = ::std::move(from);
539 }
540
542 CopyFrom(from);
543 return *this;
544 }
545 inline QueueEthXStats& operator=(QueueEthXStats&& from) noexcept {
546 if (this == &from) return *this;
547 if (GetOwningArena() == from.GetOwningArena()
548 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
549 && GetOwningArena() != nullptr
550 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
551 ) {
552 InternalSwap(&from);
553 } else {
554 CopyFrom(from);
555 }
556 return *this;
557 }
558
559 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
560 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
561 }
562 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
563 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
564 }
565
566 static const ::google::protobuf::Descriptor* descriptor() {
567 return GetDescriptor();
568 }
569 static const ::google::protobuf::Descriptor* GetDescriptor() {
570 return default_instance().GetMetadata().descriptor;
571 }
572 static const ::google::protobuf::Reflection* GetReflection() {
573 return default_instance().GetMetadata().reflection;
574 }
576 return *internal_default_instance();
577 }
579 return reinterpret_cast<const QueueEthXStats*>(
581 }
582 static constexpr int kIndexInFileMessages =
583 2;
584
585 friend void swap(QueueEthXStats& a, QueueEthXStats& b) {
586 a.Swap(&b);
587 }
588 inline void Swap(QueueEthXStats* other) {
589 if (other == this) return;
590 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
591 if (GetOwningArena() != nullptr &&
592 GetOwningArena() == other->GetOwningArena()) {
593 #else // PROTOBUF_FORCE_COPY_IN_SWAP
594 if (GetOwningArena() == other->GetOwningArena()) {
595 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
596 InternalSwap(other);
597 } else {
598 ::google::protobuf::internal::GenericSwap(this, other);
599 }
600 }
602 if (other == this) return;
603 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
604 InternalSwap(other);
605 }
606
607 // implements Message ----------------------------------------------
608
609 QueueEthXStats* New(::google::protobuf::Arena* arena = nullptr) const final {
610 return CreateMaybeMessage<QueueEthXStats>(arena);
611 }
612 using ::google::protobuf::Message::CopyFrom;
613 void CopyFrom(const QueueEthXStats& from);
614 using ::google::protobuf::Message::MergeFrom;
615 void MergeFrom( const QueueEthXStats& from) {
616 QueueEthXStats::MergeImpl(*this, from);
617 }
618 private:
619 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
620 public:
621 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
622 bool IsInitialized() const final;
623
624 ::size_t ByteSizeLong() const final;
625 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
626 ::uint8_t* _InternalSerialize(
627 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
628 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
629
630 private:
631 void SharedCtor(::google::protobuf::Arena* arena);
632 void SharedDtor();
633 void SetCachedSize(int size) const final;
634 void InternalSwap(QueueEthXStats* other);
635
636 private:
637 friend class ::google::protobuf::internal::AnyMetadata;
638 static ::absl::string_view FullMessageName() {
639 return "dunedaq.dpdklibs.opmon.QueueEthXStats";
640 }
641 protected:
642 explicit QueueEthXStats(::google::protobuf::Arena* arena);
643 public:
644
645 static const ClassData _class_data_;
646 const ::google::protobuf::Message::ClassData*GetClassData() const final;
647
648 ::google::protobuf::Metadata GetMetadata() const final;
649
650 // nested types ----------------------------------------------------
651
652 // accessors -------------------------------------------------------
653
654 enum : int {
655 kPacketsFieldNumber = 1,
656 kBytesFieldNumber = 2,
657 kErrorsFieldNumber = 3,
658 };
659 // uint64 packets = 1;
660 void clear_packets() ;
661 ::uint64_t packets() const;
662 void set_packets(::uint64_t value);
663
664 private:
665 ::uint64_t _internal_packets() const;
666 void _internal_set_packets(::uint64_t value);
667
668 public:
669 // uint64 bytes = 2;
670 void clear_bytes() ;
671 ::uint64_t bytes() const;
672 void set_bytes(::uint64_t value);
673
674 private:
675 ::uint64_t _internal_bytes() const;
676 void _internal_set_bytes(::uint64_t value);
677
678 public:
679 // uint64 errors = 3;
680 void clear_errors() ;
681 ::uint64_t errors() const;
682 void set_errors(::uint64_t value);
683
684 private:
685 ::uint64_t _internal_errors() const;
686 void _internal_set_errors(::uint64_t value);
687
688 public:
689 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.QueueEthXStats)
690 private:
691 class _Internal;
692
693 friend class ::google::protobuf::internal::TcParser;
694 static const ::google::protobuf::internal::TcParseTable<2, 3, 0, 0, 2> _table_;
695 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
698 struct Impl_ {
699 ::uint64_t packets_;
700 ::uint64_t bytes_;
701 ::uint64_t errors_;
702 mutable ::google::protobuf::internal::CachedSize _cached_size_;
703 PROTOBUF_TSAN_DECLARE_MEMBER
704 };
705 union { Impl_ _impl_; };
706 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
707};// -------------------------------------------------------------------
708
709class EthXStatsInfo final :
710 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthXStatsInfo) */ {
711 public:
712 inline EthXStatsInfo() : EthXStatsInfo(nullptr) {}
713 ~EthXStatsInfo() override;
714 template<typename = void>
715 explicit PROTOBUF_CONSTEXPR EthXStatsInfo(::google::protobuf::internal::ConstantInitialized);
716
717 EthXStatsInfo(const EthXStatsInfo& from);
719 : EthXStatsInfo() {
720 *this = ::std::move(from);
721 }
722
723 inline EthXStatsInfo& operator=(const EthXStatsInfo& from) {
724 CopyFrom(from);
725 return *this;
726 }
727 inline EthXStatsInfo& operator=(EthXStatsInfo&& from) noexcept {
728 if (this == &from) return *this;
729 if (GetOwningArena() == from.GetOwningArena()
730 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
731 && GetOwningArena() != nullptr
732 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
733 ) {
734 InternalSwap(&from);
735 } else {
736 CopyFrom(from);
737 }
738 return *this;
739 }
740
741 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
742 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
743 }
744 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
745 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
746 }
747
748 static const ::google::protobuf::Descriptor* descriptor() {
749 return GetDescriptor();
750 }
751 static const ::google::protobuf::Descriptor* GetDescriptor() {
752 return default_instance().GetMetadata().descriptor;
753 }
754 static const ::google::protobuf::Reflection* GetReflection() {
755 return default_instance().GetMetadata().reflection;
756 }
758 return *internal_default_instance();
759 }
761 return reinterpret_cast<const EthXStatsInfo*>(
763 }
764 static constexpr int kIndexInFileMessages =
765 3;
766
767 friend void swap(EthXStatsInfo& a, EthXStatsInfo& b) {
768 a.Swap(&b);
769 }
770 inline void Swap(EthXStatsInfo* other) {
771 if (other == this) return;
772 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
773 if (GetOwningArena() != nullptr &&
774 GetOwningArena() == other->GetOwningArena()) {
775 #else // PROTOBUF_FORCE_COPY_IN_SWAP
776 if (GetOwningArena() == other->GetOwningArena()) {
777 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
778 InternalSwap(other);
779 } else {
780 ::google::protobuf::internal::GenericSwap(this, other);
781 }
782 }
784 if (other == this) return;
785 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
786 InternalSwap(other);
787 }
788
789 // implements Message ----------------------------------------------
790
791 EthXStatsInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
792 return CreateMaybeMessage<EthXStatsInfo>(arena);
793 }
794 using ::google::protobuf::Message::CopyFrom;
795 void CopyFrom(const EthXStatsInfo& from);
796 using ::google::protobuf::Message::MergeFrom;
797 void MergeFrom( const EthXStatsInfo& from) {
798 EthXStatsInfo::MergeImpl(*this, from);
799 }
800 private:
801 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
802 public:
803 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
804 bool IsInitialized() const final;
805
806 ::size_t ByteSizeLong() const final;
807 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
808 ::uint8_t* _InternalSerialize(
809 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
810 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
811
812 private:
813 void SharedCtor(::google::protobuf::Arena* arena);
814 void SharedDtor();
815 void SetCachedSize(int size) const final;
816 void InternalSwap(EthXStatsInfo* other);
817
818 private:
819 friend class ::google::protobuf::internal::AnyMetadata;
820 static ::absl::string_view FullMessageName() {
821 return "dunedaq.dpdklibs.opmon.EthXStatsInfo";
822 }
823 protected:
824 explicit EthXStatsInfo(::google::protobuf::Arena* arena);
825 public:
826
827 static const ClassData _class_data_;
828 const ::google::protobuf::Message::ClassData*GetClassData() const final;
829
830 ::google::protobuf::Metadata GetMetadata() const final;
831
832 // nested types ----------------------------------------------------
833
834 // accessors -------------------------------------------------------
835
836 enum : int {
837 kGroupsSentFieldNumber = 1,
838 kTotalGroupsSentFieldNumber = 2,
839 kRxGoodPacketsFieldNumber = 3,
840 kRxGoodBytesFieldNumber = 4,
841 kRxDroppedPacketsFieldNumber = 5,
842 kRxUnicastPacketsFieldNumber = 11,
843 kRxMulticastPacketsFieldNumber = 12,
844 kRxBroadcastPacketsFieldNumber = 13,
845 kRxUnknownProtocolPacketsFieldNumber = 14,
846 kRxXonPacketsFieldNumber = 15,
847 kRxXoffPacketsFieldNumber = 16,
848 kRxSize64PacketsFieldNumber = 49,
849 kRxSize65To127PacketsFieldNumber = 50,
850 kRxSize128To255PacketsFieldNumber = 51,
851 kRxSize256To511PacketsFieldNumber = 52,
852 kRxSize512To1023PacketsFieldNumber = 53,
853 kRxSize1024To1522PacketsFieldNumber = 54,
854 kRxSize1523ToMaxPacketsFieldNumber = 55,
855 kRxMacShortPktDroppedFieldNumber = 60,
856 kTxGoodPacketsFieldNumber = 100,
857 kTxGoodBytesFieldNumber = 101,
858 kTxUnicastPacketsFieldNumber = 102,
859 kTxMulticastPacketsFieldNumber = 103,
860 kTxBroadcastPacketsFieldNumber = 104,
861 kTxDroppedPacketsFieldNumber = 105,
862 kTxLinkDownDroppedFieldNumber = 106,
863 kTxXonPacketsFieldNumber = 107,
864 kTxXoffPacketsFieldNumber = 108,
865 kTxSize64PacketsFieldNumber = 149,
866 kTxSize65To127PacketsFieldNumber = 150,
867 kTxSize128To255PacketsFieldNumber = 151,
868 kTxSize256To511PacketsFieldNumber = 152,
869 kTxSize512To1023PacketsFieldNumber = 153,
870 kTxSize1024To1522PacketsFieldNumber = 154,
871 kTxSize1523ToMaxPacketsFieldNumber = 155,
872 };
873 // uint64 groups_sent = 1;
874 void clear_groups_sent() ;
875 ::uint64_t groups_sent() const;
876 void set_groups_sent(::uint64_t value);
877
878 private:
879 ::uint64_t _internal_groups_sent() const;
880 void _internal_set_groups_sent(::uint64_t value);
881
882 public:
883 // uint64 total_groups_sent = 2;
884 void clear_total_groups_sent() ;
885 ::uint64_t total_groups_sent() const;
886 void set_total_groups_sent(::uint64_t value);
887
888 private:
889 ::uint64_t _internal_total_groups_sent() const;
890 void _internal_set_total_groups_sent(::uint64_t value);
891
892 public:
893 // uint64 rx_good_packets = 3;
894 void clear_rx_good_packets() ;
895 ::uint64_t rx_good_packets() const;
896 void set_rx_good_packets(::uint64_t value);
897
898 private:
899 ::uint64_t _internal_rx_good_packets() const;
900 void _internal_set_rx_good_packets(::uint64_t value);
901
902 public:
903 // uint64 rx_good_bytes = 4;
904 void clear_rx_good_bytes() ;
905 ::uint64_t rx_good_bytes() const;
906 void set_rx_good_bytes(::uint64_t value);
907
908 private:
909 ::uint64_t _internal_rx_good_bytes() const;
910 void _internal_set_rx_good_bytes(::uint64_t value);
911
912 public:
913 // uint64 rx_dropped_packets = 5;
914 void clear_rx_dropped_packets() ;
915 ::uint64_t rx_dropped_packets() const;
916 void set_rx_dropped_packets(::uint64_t value);
917
918 private:
919 ::uint64_t _internal_rx_dropped_packets() const;
920 void _internal_set_rx_dropped_packets(::uint64_t value);
921
922 public:
923 // uint64 rx_unicast_packets = 11;
924 void clear_rx_unicast_packets() ;
925 ::uint64_t rx_unicast_packets() const;
926 void set_rx_unicast_packets(::uint64_t value);
927
928 private:
929 ::uint64_t _internal_rx_unicast_packets() const;
930 void _internal_set_rx_unicast_packets(::uint64_t value);
931
932 public:
933 // uint64 rx_multicast_packets = 12;
934 void clear_rx_multicast_packets() ;
935 ::uint64_t rx_multicast_packets() const;
936 void set_rx_multicast_packets(::uint64_t value);
937
938 private:
939 ::uint64_t _internal_rx_multicast_packets() const;
940 void _internal_set_rx_multicast_packets(::uint64_t value);
941
942 public:
943 // uint64 rx_broadcast_packets = 13;
944 void clear_rx_broadcast_packets() ;
945 ::uint64_t rx_broadcast_packets() const;
946 void set_rx_broadcast_packets(::uint64_t value);
947
948 private:
949 ::uint64_t _internal_rx_broadcast_packets() const;
950 void _internal_set_rx_broadcast_packets(::uint64_t value);
951
952 public:
953 // uint64 rx_unknown_protocol_packets = 14;
954 void clear_rx_unknown_protocol_packets() ;
955 ::uint64_t rx_unknown_protocol_packets() const;
956 void set_rx_unknown_protocol_packets(::uint64_t value);
957
958 private:
959 ::uint64_t _internal_rx_unknown_protocol_packets() const;
960 void _internal_set_rx_unknown_protocol_packets(::uint64_t value);
961
962 public:
963 // uint64 rx_xon_packets = 15;
964 void clear_rx_xon_packets() ;
965 ::uint64_t rx_xon_packets() const;
966 void set_rx_xon_packets(::uint64_t value);
967
968 private:
969 ::uint64_t _internal_rx_xon_packets() const;
970 void _internal_set_rx_xon_packets(::uint64_t value);
971
972 public:
973 // uint64 rx_xoff_packets = 16;
974 void clear_rx_xoff_packets() ;
975 ::uint64_t rx_xoff_packets() const;
976 void set_rx_xoff_packets(::uint64_t value);
977
978 private:
979 ::uint64_t _internal_rx_xoff_packets() const;
980 void _internal_set_rx_xoff_packets(::uint64_t value);
981
982 public:
983 // uint64 rx_size_64_packets = 49;
984 void clear_rx_size_64_packets() ;
985 ::uint64_t rx_size_64_packets() const;
986 void set_rx_size_64_packets(::uint64_t value);
987
988 private:
989 ::uint64_t _internal_rx_size_64_packets() const;
990 void _internal_set_rx_size_64_packets(::uint64_t value);
991
992 public:
993 // uint64 rx_size_65_to_127_packets = 50;
994 void clear_rx_size_65_to_127_packets() ;
995 ::uint64_t rx_size_65_to_127_packets() const;
996 void set_rx_size_65_to_127_packets(::uint64_t value);
997
998 private:
999 ::uint64_t _internal_rx_size_65_to_127_packets() const;
1000 void _internal_set_rx_size_65_to_127_packets(::uint64_t value);
1001
1002 public:
1003 // uint64 rx_size_128_to_255_packets = 51;
1004 void clear_rx_size_128_to_255_packets() ;
1005 ::uint64_t rx_size_128_to_255_packets() const;
1006 void set_rx_size_128_to_255_packets(::uint64_t value);
1007
1008 private:
1009 ::uint64_t _internal_rx_size_128_to_255_packets() const;
1010 void _internal_set_rx_size_128_to_255_packets(::uint64_t value);
1011
1012 public:
1013 // uint64 rx_size_256_to_511_packets = 52;
1014 void clear_rx_size_256_to_511_packets() ;
1015 ::uint64_t rx_size_256_to_511_packets() const;
1016 void set_rx_size_256_to_511_packets(::uint64_t value);
1017
1018 private:
1019 ::uint64_t _internal_rx_size_256_to_511_packets() const;
1020 void _internal_set_rx_size_256_to_511_packets(::uint64_t value);
1021
1022 public:
1023 // uint64 rx_size_512_to_1023_packets = 53;
1024 void clear_rx_size_512_to_1023_packets() ;
1025 ::uint64_t rx_size_512_to_1023_packets() const;
1026 void set_rx_size_512_to_1023_packets(::uint64_t value);
1027
1028 private:
1029 ::uint64_t _internal_rx_size_512_to_1023_packets() const;
1030 void _internal_set_rx_size_512_to_1023_packets(::uint64_t value);
1031
1032 public:
1033 // uint64 rx_size_1024_to_1522_packets = 54;
1034 void clear_rx_size_1024_to_1522_packets() ;
1035 ::uint64_t rx_size_1024_to_1522_packets() const;
1036 void set_rx_size_1024_to_1522_packets(::uint64_t value);
1037
1038 private:
1039 ::uint64_t _internal_rx_size_1024_to_1522_packets() const;
1040 void _internal_set_rx_size_1024_to_1522_packets(::uint64_t value);
1041
1042 public:
1043 // uint64 rx_size_1523_to_max_packets = 55;
1044 void clear_rx_size_1523_to_max_packets() ;
1045 ::uint64_t rx_size_1523_to_max_packets() const;
1046 void set_rx_size_1523_to_max_packets(::uint64_t value);
1047
1048 private:
1049 ::uint64_t _internal_rx_size_1523_to_max_packets() const;
1050 void _internal_set_rx_size_1523_to_max_packets(::uint64_t value);
1051
1052 public:
1053 // uint64 rx_mac_short_pkt_dropped = 60;
1054 void clear_rx_mac_short_pkt_dropped() ;
1055 ::uint64_t rx_mac_short_pkt_dropped() const;
1056 void set_rx_mac_short_pkt_dropped(::uint64_t value);
1057
1058 private:
1059 ::uint64_t _internal_rx_mac_short_pkt_dropped() const;
1060 void _internal_set_rx_mac_short_pkt_dropped(::uint64_t value);
1061
1062 public:
1063 // uint64 tx_good_packets = 100;
1064 void clear_tx_good_packets() ;
1065 ::uint64_t tx_good_packets() const;
1066 void set_tx_good_packets(::uint64_t value);
1067
1068 private:
1069 ::uint64_t _internal_tx_good_packets() const;
1070 void _internal_set_tx_good_packets(::uint64_t value);
1071
1072 public:
1073 // uint64 tx_good_bytes = 101;
1074 void clear_tx_good_bytes() ;
1075 ::uint64_t tx_good_bytes() const;
1076 void set_tx_good_bytes(::uint64_t value);
1077
1078 private:
1079 ::uint64_t _internal_tx_good_bytes() const;
1080 void _internal_set_tx_good_bytes(::uint64_t value);
1081
1082 public:
1083 // uint64 tx_unicast_packets = 102;
1084 void clear_tx_unicast_packets() ;
1085 ::uint64_t tx_unicast_packets() const;
1086 void set_tx_unicast_packets(::uint64_t value);
1087
1088 private:
1089 ::uint64_t _internal_tx_unicast_packets() const;
1090 void _internal_set_tx_unicast_packets(::uint64_t value);
1091
1092 public:
1093 // uint64 tx_multicast_packets = 103;
1094 void clear_tx_multicast_packets() ;
1095 ::uint64_t tx_multicast_packets() const;
1096 void set_tx_multicast_packets(::uint64_t value);
1097
1098 private:
1099 ::uint64_t _internal_tx_multicast_packets() const;
1100 void _internal_set_tx_multicast_packets(::uint64_t value);
1101
1102 public:
1103 // uint64 tx_broadcast_packets = 104;
1104 void clear_tx_broadcast_packets() ;
1105 ::uint64_t tx_broadcast_packets() const;
1106 void set_tx_broadcast_packets(::uint64_t value);
1107
1108 private:
1109 ::uint64_t _internal_tx_broadcast_packets() const;
1110 void _internal_set_tx_broadcast_packets(::uint64_t value);
1111
1112 public:
1113 // uint64 tx_dropped_packets = 105;
1114 void clear_tx_dropped_packets() ;
1115 ::uint64_t tx_dropped_packets() const;
1116 void set_tx_dropped_packets(::uint64_t value);
1117
1118 private:
1119 ::uint64_t _internal_tx_dropped_packets() const;
1120 void _internal_set_tx_dropped_packets(::uint64_t value);
1121
1122 public:
1123 // uint64 tx_link_down_dropped = 106;
1124 void clear_tx_link_down_dropped() ;
1125 ::uint64_t tx_link_down_dropped() const;
1126 void set_tx_link_down_dropped(::uint64_t value);
1127
1128 private:
1129 ::uint64_t _internal_tx_link_down_dropped() const;
1130 void _internal_set_tx_link_down_dropped(::uint64_t value);
1131
1132 public:
1133 // uint64 tx_xon_packets = 107;
1134 void clear_tx_xon_packets() ;
1135 ::uint64_t tx_xon_packets() const;
1136 void set_tx_xon_packets(::uint64_t value);
1137
1138 private:
1139 ::uint64_t _internal_tx_xon_packets() const;
1140 void _internal_set_tx_xon_packets(::uint64_t value);
1141
1142 public:
1143 // uint64 tx_xoff_packets = 108;
1144 void clear_tx_xoff_packets() ;
1145 ::uint64_t tx_xoff_packets() const;
1146 void set_tx_xoff_packets(::uint64_t value);
1147
1148 private:
1149 ::uint64_t _internal_tx_xoff_packets() const;
1150 void _internal_set_tx_xoff_packets(::uint64_t value);
1151
1152 public:
1153 // uint64 tx_size_64_packets = 149;
1154 void clear_tx_size_64_packets() ;
1155 ::uint64_t tx_size_64_packets() const;
1156 void set_tx_size_64_packets(::uint64_t value);
1157
1158 private:
1159 ::uint64_t _internal_tx_size_64_packets() const;
1160 void _internal_set_tx_size_64_packets(::uint64_t value);
1161
1162 public:
1163 // uint64 tx_size_65_to_127_packets = 150;
1164 void clear_tx_size_65_to_127_packets() ;
1165 ::uint64_t tx_size_65_to_127_packets() const;
1166 void set_tx_size_65_to_127_packets(::uint64_t value);
1167
1168 private:
1169 ::uint64_t _internal_tx_size_65_to_127_packets() const;
1170 void _internal_set_tx_size_65_to_127_packets(::uint64_t value);
1171
1172 public:
1173 // uint64 tx_size_128_to_255_packets = 151;
1174 void clear_tx_size_128_to_255_packets() ;
1175 ::uint64_t tx_size_128_to_255_packets() const;
1176 void set_tx_size_128_to_255_packets(::uint64_t value);
1177
1178 private:
1179 ::uint64_t _internal_tx_size_128_to_255_packets() const;
1180 void _internal_set_tx_size_128_to_255_packets(::uint64_t value);
1181
1182 public:
1183 // uint64 tx_size_256_to_511_packets = 152;
1184 void clear_tx_size_256_to_511_packets() ;
1185 ::uint64_t tx_size_256_to_511_packets() const;
1186 void set_tx_size_256_to_511_packets(::uint64_t value);
1187
1188 private:
1189 ::uint64_t _internal_tx_size_256_to_511_packets() const;
1190 void _internal_set_tx_size_256_to_511_packets(::uint64_t value);
1191
1192 public:
1193 // uint64 tx_size_512_to_1023_packets = 153;
1194 void clear_tx_size_512_to_1023_packets() ;
1195 ::uint64_t tx_size_512_to_1023_packets() const;
1196 void set_tx_size_512_to_1023_packets(::uint64_t value);
1197
1198 private:
1199 ::uint64_t _internal_tx_size_512_to_1023_packets() const;
1200 void _internal_set_tx_size_512_to_1023_packets(::uint64_t value);
1201
1202 public:
1203 // uint64 tx_size_1024_to_1522_packets = 154;
1204 void clear_tx_size_1024_to_1522_packets() ;
1205 ::uint64_t tx_size_1024_to_1522_packets() const;
1206 void set_tx_size_1024_to_1522_packets(::uint64_t value);
1207
1208 private:
1209 ::uint64_t _internal_tx_size_1024_to_1522_packets() const;
1210 void _internal_set_tx_size_1024_to_1522_packets(::uint64_t value);
1211
1212 public:
1213 // uint64 tx_size_1523_to_max_packets = 155;
1214 void clear_tx_size_1523_to_max_packets() ;
1215 ::uint64_t tx_size_1523_to_max_packets() const;
1216 void set_tx_size_1523_to_max_packets(::uint64_t value);
1217
1218 private:
1219 ::uint64_t _internal_tx_size_1523_to_max_packets() const;
1220 void _internal_set_tx_size_1523_to_max_packets(::uint64_t value);
1221
1222 public:
1223 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthXStatsInfo)
1224 private:
1225 class _Internal;
1226
1227 friend class ::google::protobuf::internal::TcParser;
1228 static const ::google::protobuf::internal::TcParseTable<5, 35, 0, 0, 19> _table_;
1229 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
1232 struct Impl_ {
1233 ::uint64_t groups_sent_;
1236 ::uint64_t rx_good_bytes_;
1253 ::uint64_t tx_good_bytes_;
1268 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1269 PROTOBUF_TSAN_DECLARE_MEMBER
1270 };
1271 union { Impl_ _impl_; };
1272 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
1273};// -------------------------------------------------------------------
1274
1275class EthXStatsErrors final :
1276 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dpdklibs.opmon.EthXStatsErrors) */ {
1277 public:
1278 inline EthXStatsErrors() : EthXStatsErrors(nullptr) {}
1279 ~EthXStatsErrors() override;
1280 template<typename = void>
1281 explicit PROTOBUF_CONSTEXPR EthXStatsErrors(::google::protobuf::internal::ConstantInitialized);
1282
1283 EthXStatsErrors(const EthXStatsErrors& from);
1285 : EthXStatsErrors() {
1286 *this = ::std::move(from);
1287 }
1288
1290 CopyFrom(from);
1291 return *this;
1292 }
1293 inline EthXStatsErrors& operator=(EthXStatsErrors&& from) noexcept {
1294 if (this == &from) return *this;
1295 if (GetOwningArena() == from.GetOwningArena()
1296 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1297 && GetOwningArena() != nullptr
1298 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1299 ) {
1300 InternalSwap(&from);
1301 } else {
1302 CopyFrom(from);
1303 }
1304 return *this;
1305 }
1306
1307 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1308 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1309 }
1310 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1311 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1312 }
1313
1314 static const ::google::protobuf::Descriptor* descriptor() {
1315 return GetDescriptor();
1316 }
1317 static const ::google::protobuf::Descriptor* GetDescriptor() {
1318 return default_instance().GetMetadata().descriptor;
1319 }
1320 static const ::google::protobuf::Reflection* GetReflection() {
1321 return default_instance().GetMetadata().reflection;
1322 }
1324 return *internal_default_instance();
1325 }
1327 return reinterpret_cast<const EthXStatsErrors*>(
1329 }
1330 static constexpr int kIndexInFileMessages =
1331 4;
1332
1334 a.Swap(&b);
1335 }
1336 inline void Swap(EthXStatsErrors* other) {
1337 if (other == this) return;
1338 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1339 if (GetOwningArena() != nullptr &&
1340 GetOwningArena() == other->GetOwningArena()) {
1341 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1342 if (GetOwningArena() == other->GetOwningArena()) {
1343 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1344 InternalSwap(other);
1345 } else {
1346 ::google::protobuf::internal::GenericSwap(this, other);
1347 }
1348 }
1350 if (other == this) return;
1351 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1352 InternalSwap(other);
1353 }
1354
1355 // implements Message ----------------------------------------------
1356
1357 EthXStatsErrors* New(::google::protobuf::Arena* arena = nullptr) const final {
1358 return CreateMaybeMessage<EthXStatsErrors>(arena);
1359 }
1360 using ::google::protobuf::Message::CopyFrom;
1361 void CopyFrom(const EthXStatsErrors& from);
1362 using ::google::protobuf::Message::MergeFrom;
1363 void MergeFrom( const EthXStatsErrors& from) {
1364 EthXStatsErrors::MergeImpl(*this, from);
1365 }
1366 private:
1367 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
1368 public:
1369 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1370 bool IsInitialized() const final;
1371
1372 ::size_t ByteSizeLong() const final;
1373 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
1374 ::uint8_t* _InternalSerialize(
1375 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
1376 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
1377
1378 private:
1379 void SharedCtor(::google::protobuf::Arena* arena);
1380 void SharedDtor();
1381 void SetCachedSize(int size) const final;
1382 void InternalSwap(EthXStatsErrors* other);
1383
1384 private:
1385 friend class ::google::protobuf::internal::AnyMetadata;
1386 static ::absl::string_view FullMessageName() {
1387 return "dunedaq.dpdklibs.opmon.EthXStatsErrors";
1388 }
1389 protected:
1390 explicit EthXStatsErrors(::google::protobuf::Arena* arena);
1391 public:
1392
1393 static const ClassData _class_data_;
1394 const ::google::protobuf::Message::ClassData*GetClassData() const final;
1395
1396 ::google::protobuf::Metadata GetMetadata() const final;
1397
1398 // nested types ----------------------------------------------------
1399
1400 // accessors -------------------------------------------------------
1401
1402 enum : int {
1403 kRxMissedErrorsFieldNumber = 1,
1404 kRxErrorsFieldNumber = 2,
1405 kRxErrorBytesFieldNumber = 3,
1406 kRxMbufAllocationErrorsFieldNumber = 4,
1407 kRxCrcErrorsFieldNumber = 5,
1408 kRxIllegalByteErrorsFieldNumber = 6,
1409 kRxJabberErrorsFieldNumber = 7,
1410 kMacLocalErrorsFieldNumber = 20,
1411 kMacRemoteErrorsFieldNumber = 21,
1412 kRxLenErrorsFieldNumber = 22,
1413 kRxUndersizedErrorsFieldNumber = 23,
1414 kRxOversizeErrorsFieldNumber = 24,
1415 kRxFragmentedErrorsFieldNumber = 25,
1416 kTxErrorsFieldNumber = 100,
1417 };
1418 // uint64 rx_missed_errors = 1;
1419 void clear_rx_missed_errors() ;
1420 ::uint64_t rx_missed_errors() const;
1421 void set_rx_missed_errors(::uint64_t value);
1422
1423 private:
1424 ::uint64_t _internal_rx_missed_errors() const;
1425 void _internal_set_rx_missed_errors(::uint64_t value);
1426
1427 public:
1428 // uint64 rx_errors = 2;
1429 void clear_rx_errors() ;
1430 ::uint64_t rx_errors() const;
1431 void set_rx_errors(::uint64_t value);
1432
1433 private:
1434 ::uint64_t _internal_rx_errors() const;
1435 void _internal_set_rx_errors(::uint64_t value);
1436
1437 public:
1438 // uint64 rx_error_bytes = 3;
1439 void clear_rx_error_bytes() ;
1440 ::uint64_t rx_error_bytes() const;
1441 void set_rx_error_bytes(::uint64_t value);
1442
1443 private:
1444 ::uint64_t _internal_rx_error_bytes() const;
1445 void _internal_set_rx_error_bytes(::uint64_t value);
1446
1447 public:
1448 // uint64 rx_mbuf_allocation_errors = 4;
1449 void clear_rx_mbuf_allocation_errors() ;
1450 ::uint64_t rx_mbuf_allocation_errors() const;
1451 void set_rx_mbuf_allocation_errors(::uint64_t value);
1452
1453 private:
1454 ::uint64_t _internal_rx_mbuf_allocation_errors() const;
1455 void _internal_set_rx_mbuf_allocation_errors(::uint64_t value);
1456
1457 public:
1458 // uint64 rx_crc_errors = 5;
1459 void clear_rx_crc_errors() ;
1460 ::uint64_t rx_crc_errors() const;
1461 void set_rx_crc_errors(::uint64_t value);
1462
1463 private:
1464 ::uint64_t _internal_rx_crc_errors() const;
1465 void _internal_set_rx_crc_errors(::uint64_t value);
1466
1467 public:
1468 // uint64 rx_illegal_byte_errors = 6;
1469 void clear_rx_illegal_byte_errors() ;
1470 ::uint64_t rx_illegal_byte_errors() const;
1471 void set_rx_illegal_byte_errors(::uint64_t value);
1472
1473 private:
1474 ::uint64_t _internal_rx_illegal_byte_errors() const;
1475 void _internal_set_rx_illegal_byte_errors(::uint64_t value);
1476
1477 public:
1478 // uint64 rx_jabber_errors = 7;
1479 void clear_rx_jabber_errors() ;
1480 ::uint64_t rx_jabber_errors() const;
1481 void set_rx_jabber_errors(::uint64_t value);
1482
1483 private:
1484 ::uint64_t _internal_rx_jabber_errors() const;
1485 void _internal_set_rx_jabber_errors(::uint64_t value);
1486
1487 public:
1488 // uint64 mac_local_errors = 20;
1489 void clear_mac_local_errors() ;
1490 ::uint64_t mac_local_errors() const;
1491 void set_mac_local_errors(::uint64_t value);
1492
1493 private:
1494 ::uint64_t _internal_mac_local_errors() const;
1495 void _internal_set_mac_local_errors(::uint64_t value);
1496
1497 public:
1498 // uint64 mac_remote_errors = 21;
1499 void clear_mac_remote_errors() ;
1500 ::uint64_t mac_remote_errors() const;
1501 void set_mac_remote_errors(::uint64_t value);
1502
1503 private:
1504 ::uint64_t _internal_mac_remote_errors() const;
1505 void _internal_set_mac_remote_errors(::uint64_t value);
1506
1507 public:
1508 // uint64 rx_len_errors = 22;
1509 void clear_rx_len_errors() ;
1510 ::uint64_t rx_len_errors() const;
1511 void set_rx_len_errors(::uint64_t value);
1512
1513 private:
1514 ::uint64_t _internal_rx_len_errors() const;
1515 void _internal_set_rx_len_errors(::uint64_t value);
1516
1517 public:
1518 // uint64 rx_undersized_errors = 23;
1519 void clear_rx_undersized_errors() ;
1520 ::uint64_t rx_undersized_errors() const;
1521 void set_rx_undersized_errors(::uint64_t value);
1522
1523 private:
1524 ::uint64_t _internal_rx_undersized_errors() const;
1525 void _internal_set_rx_undersized_errors(::uint64_t value);
1526
1527 public:
1528 // uint64 rx_oversize_errors = 24;
1529 void clear_rx_oversize_errors() ;
1530 ::uint64_t rx_oversize_errors() const;
1531 void set_rx_oversize_errors(::uint64_t value);
1532
1533 private:
1534 ::uint64_t _internal_rx_oversize_errors() const;
1535 void _internal_set_rx_oversize_errors(::uint64_t value);
1536
1537 public:
1538 // uint64 rx_fragmented_errors = 25;
1539 void clear_rx_fragmented_errors() ;
1540 ::uint64_t rx_fragmented_errors() const;
1541 void set_rx_fragmented_errors(::uint64_t value);
1542
1543 private:
1544 ::uint64_t _internal_rx_fragmented_errors() const;
1545 void _internal_set_rx_fragmented_errors(::uint64_t value);
1546
1547 public:
1548 // uint64 tx_errors = 100;
1549 void clear_tx_errors() ;
1550 ::uint64_t tx_errors() const;
1551 void set_tx_errors(::uint64_t value);
1552
1553 private:
1554 ::uint64_t _internal_tx_errors() const;
1555 void _internal_set_tx_errors(::uint64_t value);
1556
1557 public:
1558 // @@protoc_insertion_point(class_scope:dunedaq.dpdklibs.opmon.EthXStatsErrors)
1559 private:
1560 class _Internal;
1561
1562 friend class ::google::protobuf::internal::TcParser;
1563 static const ::google::protobuf::internal::TcParseTable<4, 14, 0, 0, 7> _table_;
1564 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
1567 struct Impl_ {
1569 ::uint64_t rx_errors_;
1572 ::uint64_t rx_crc_errors_;
1577 ::uint64_t rx_len_errors_;
1581 ::uint64_t tx_errors_;
1582 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1583 PROTOBUF_TSAN_DECLARE_MEMBER
1584 };
1585 union { Impl_ _impl_; };
1586 friend struct ::TableStruct_dpdklibs_2fopmon_2fIfaceWrapper_2eproto;
1587};
1588
1589// ===================================================================
1590
1591
1592
1593
1594// ===================================================================
1595
1596
1597#ifdef __GNUC__
1598#pragma GCC diagnostic push
1599#pragma GCC diagnostic ignored "-Wstrict-aliasing"
1600#endif // __GNUC__
1601// -------------------------------------------------------------------
1602
1603// EthStats
1604
1605// uint64 ipackets = 1;
1606inline void EthStats::clear_ipackets() {
1607 _impl_.ipackets_ = ::uint64_t{0u};
1608}
1609inline ::uint64_t EthStats::ipackets() const {
1610 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1611 return _internal_ipackets();
1612}
1613inline void EthStats::set_ipackets(::uint64_t value) {
1614 _internal_set_ipackets(value);
1615 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ipackets)
1616}
1617inline ::uint64_t EthStats::_internal_ipackets() const {
1618 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1619 return _impl_.ipackets_;
1620}
1621inline void EthStats::_internal_set_ipackets(::uint64_t value) {
1622 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1623 ;
1624 _impl_.ipackets_ = value;
1625}
1626
1627// uint64 opackets = 2;
1628inline void EthStats::clear_opackets() {
1629 _impl_.opackets_ = ::uint64_t{0u};
1630}
1631inline ::uint64_t EthStats::opackets() const {
1632 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.opackets)
1633 return _internal_opackets();
1634}
1635inline void EthStats::set_opackets(::uint64_t value) {
1636 _internal_set_opackets(value);
1637 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.opackets)
1638}
1639inline ::uint64_t EthStats::_internal_opackets() const {
1640 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1641 return _impl_.opackets_;
1642}
1643inline void EthStats::_internal_set_opackets(::uint64_t value) {
1644 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1645 ;
1646 _impl_.opackets_ = value;
1647}
1648
1649// uint64 ibytes = 10;
1650inline void EthStats::clear_ibytes() {
1651 _impl_.ibytes_ = ::uint64_t{0u};
1652}
1653inline ::uint64_t EthStats::ibytes() const {
1654 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1655 return _internal_ibytes();
1656}
1657inline void EthStats::set_ibytes(::uint64_t value) {
1658 _internal_set_ibytes(value);
1659 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ibytes)
1660}
1661inline ::uint64_t EthStats::_internal_ibytes() const {
1662 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1663 return _impl_.ibytes_;
1664}
1665inline void EthStats::_internal_set_ibytes(::uint64_t value) {
1666 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1667 ;
1668 _impl_.ibytes_ = value;
1669}
1670
1671// uint64 obytes = 11;
1672inline void EthStats::clear_obytes() {
1673 _impl_.obytes_ = ::uint64_t{0u};
1674}
1675inline ::uint64_t EthStats::obytes() const {
1676 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.obytes)
1677 return _internal_obytes();
1678}
1679inline void EthStats::set_obytes(::uint64_t value) {
1680 _internal_set_obytes(value);
1681 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.obytes)
1682}
1683inline ::uint64_t EthStats::_internal_obytes() const {
1684 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1685 return _impl_.obytes_;
1686}
1687inline void EthStats::_internal_set_obytes(::uint64_t value) {
1688 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1689 ;
1690 _impl_.obytes_ = value;
1691}
1692
1693// uint64 imissed = 20;
1694inline void EthStats::clear_imissed() {
1695 _impl_.imissed_ = ::uint64_t{0u};
1696}
1697inline ::uint64_t EthStats::imissed() const {
1698 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.imissed)
1699 return _internal_imissed();
1700}
1701inline void EthStats::set_imissed(::uint64_t value) {
1702 _internal_set_imissed(value);
1703 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.imissed)
1704}
1705inline ::uint64_t EthStats::_internal_imissed() const {
1706 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1707 return _impl_.imissed_;
1708}
1709inline void EthStats::_internal_set_imissed(::uint64_t value) {
1710 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1711 ;
1712 _impl_.imissed_ = value;
1713}
1714
1715// uint64 ierrors = 21;
1716inline void EthStats::clear_ierrors() {
1717 _impl_.ierrors_ = ::uint64_t{0u};
1718}
1719inline ::uint64_t EthStats::ierrors() const {
1720 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1721 return _internal_ierrors();
1722}
1723inline void EthStats::set_ierrors(::uint64_t value) {
1724 _internal_set_ierrors(value);
1725 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.ierrors)
1726}
1727inline ::uint64_t EthStats::_internal_ierrors() const {
1728 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1729 return _impl_.ierrors_;
1730}
1731inline void EthStats::_internal_set_ierrors(::uint64_t value) {
1732 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1733 ;
1734 _impl_.ierrors_ = value;
1735}
1736
1737// uint64 oerrors = 22;
1738inline void EthStats::clear_oerrors() {
1739 _impl_.oerrors_ = ::uint64_t{0u};
1740}
1741inline ::uint64_t EthStats::oerrors() const {
1742 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1743 return _internal_oerrors();
1744}
1745inline void EthStats::set_oerrors(::uint64_t value) {
1746 _internal_set_oerrors(value);
1747 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.oerrors)
1748}
1749inline ::uint64_t EthStats::_internal_oerrors() const {
1750 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1751 return _impl_.oerrors_;
1752}
1753inline void EthStats::_internal_set_oerrors(::uint64_t value) {
1754 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1755 ;
1756 _impl_.oerrors_ = value;
1757}
1758
1759// uint64 rx_nombuf = 30;
1760inline void EthStats::clear_rx_nombuf() {
1761 _impl_.rx_nombuf_ = ::uint64_t{0u};
1762}
1763inline ::uint64_t EthStats::rx_nombuf() const {
1764 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1765 return _internal_rx_nombuf();
1766}
1767inline void EthStats::set_rx_nombuf(::uint64_t value) {
1768 _internal_set_rx_nombuf(value);
1769 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthStats.rx_nombuf)
1770}
1771inline ::uint64_t EthStats::_internal_rx_nombuf() const {
1772 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1773 return _impl_.rx_nombuf_;
1774}
1775inline void EthStats::_internal_set_rx_nombuf(::uint64_t value) {
1776 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1777 ;
1778 _impl_.rx_nombuf_ = value;
1779}
1780
1781// -------------------------------------------------------------------
1782
1783// QueueInfo
1784
1785// uint64 packets_received = 1;
1786inline void QueueInfo::clear_packets_received() {
1787 _impl_.packets_received_ = ::uint64_t{0u};
1788}
1789inline ::uint64_t QueueInfo::packets_received() const {
1790 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1791 return _internal_packets_received();
1792}
1793inline void QueueInfo::set_packets_received(::uint64_t value) {
1794 _internal_set_packets_received(value);
1795 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.packets_received)
1796}
1797inline ::uint64_t QueueInfo::_internal_packets_received() const {
1798 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1799 return _impl_.packets_received_;
1800}
1801inline void QueueInfo::_internal_set_packets_received(::uint64_t value) {
1802 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1803 ;
1804 _impl_.packets_received_ = value;
1805}
1806
1807// uint64 bytes_received = 2;
1808inline void QueueInfo::clear_bytes_received() {
1809 _impl_.bytes_received_ = ::uint64_t{0u};
1810}
1811inline ::uint64_t QueueInfo::bytes_received() const {
1812 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1813 return _internal_bytes_received();
1814}
1815inline void QueueInfo::set_bytes_received(::uint64_t value) {
1816 _internal_set_bytes_received(value);
1817 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.bytes_received)
1818}
1819inline ::uint64_t QueueInfo::_internal_bytes_received() const {
1820 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1821 return _impl_.bytes_received_;
1822}
1823inline void QueueInfo::_internal_set_bytes_received(::uint64_t value) {
1824 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1825 ;
1826 _impl_.bytes_received_ = value;
1827}
1828
1829// uint64 full_rx_burst = 3;
1830inline void QueueInfo::clear_full_rx_burst() {
1831 _impl_.full_rx_burst_ = ::uint64_t{0u};
1832}
1833inline ::uint64_t QueueInfo::full_rx_burst() const {
1834 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
1835 return _internal_full_rx_burst();
1836}
1837inline void QueueInfo::set_full_rx_burst(::uint64_t value) {
1838 _internal_set_full_rx_burst(value);
1839 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.full_rx_burst)
1840}
1841inline ::uint64_t QueueInfo::_internal_full_rx_burst() const {
1842 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1843 return _impl_.full_rx_burst_;
1844}
1845inline void QueueInfo::_internal_set_full_rx_burst(::uint64_t value) {
1846 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1847 ;
1848 _impl_.full_rx_burst_ = value;
1849}
1850
1851// uint32 max_burst_size = 4;
1852inline void QueueInfo::clear_max_burst_size() {
1853 _impl_.max_burst_size_ = 0u;
1854}
1855inline ::uint32_t QueueInfo::max_burst_size() const {
1856 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
1857 return _internal_max_burst_size();
1858}
1859inline void QueueInfo::set_max_burst_size(::uint32_t value) {
1860 _internal_set_max_burst_size(value);
1861 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueInfo.max_burst_size)
1862}
1863inline ::uint32_t QueueInfo::_internal_max_burst_size() const {
1864 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1865 return _impl_.max_burst_size_;
1866}
1867inline void QueueInfo::_internal_set_max_burst_size(::uint32_t value) {
1868 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1869 ;
1870 _impl_.max_burst_size_ = value;
1871}
1872
1873// -------------------------------------------------------------------
1874
1875// QueueEthXStats
1876
1877// uint64 packets = 1;
1878inline void QueueEthXStats::clear_packets() {
1879 _impl_.packets_ = ::uint64_t{0u};
1880}
1881inline ::uint64_t QueueEthXStats::packets() const {
1882 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
1883 return _internal_packets();
1884}
1885inline void QueueEthXStats::set_packets(::uint64_t value) {
1886 _internal_set_packets(value);
1887 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.packets)
1888}
1889inline ::uint64_t QueueEthXStats::_internal_packets() const {
1890 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1891 return _impl_.packets_;
1892}
1893inline void QueueEthXStats::_internal_set_packets(::uint64_t value) {
1894 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1895 ;
1896 _impl_.packets_ = value;
1897}
1898
1899// uint64 bytes = 2;
1900inline void QueueEthXStats::clear_bytes() {
1901 _impl_.bytes_ = ::uint64_t{0u};
1902}
1903inline ::uint64_t QueueEthXStats::bytes() const {
1904 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
1905 return _internal_bytes();
1906}
1907inline void QueueEthXStats::set_bytes(::uint64_t value) {
1908 _internal_set_bytes(value);
1909 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.bytes)
1910}
1911inline ::uint64_t QueueEthXStats::_internal_bytes() const {
1912 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1913 return _impl_.bytes_;
1914}
1915inline void QueueEthXStats::_internal_set_bytes(::uint64_t value) {
1916 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1917 ;
1918 _impl_.bytes_ = value;
1919}
1920
1921// uint64 errors = 3;
1922inline void QueueEthXStats::clear_errors() {
1923 _impl_.errors_ = ::uint64_t{0u};
1924}
1925inline ::uint64_t QueueEthXStats::errors() const {
1926 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
1927 return _internal_errors();
1928}
1929inline void QueueEthXStats::set_errors(::uint64_t value) {
1930 _internal_set_errors(value);
1931 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.QueueEthXStats.errors)
1932}
1933inline ::uint64_t QueueEthXStats::_internal_errors() const {
1934 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1935 return _impl_.errors_;
1936}
1937inline void QueueEthXStats::_internal_set_errors(::uint64_t value) {
1938 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1939 ;
1940 _impl_.errors_ = value;
1941}
1942
1943// -------------------------------------------------------------------
1944
1945// EthXStatsInfo
1946
1947// uint64 groups_sent = 1;
1948inline void EthXStatsInfo::clear_groups_sent() {
1949 _impl_.groups_sent_ = ::uint64_t{0u};
1950}
1951inline ::uint64_t EthXStatsInfo::groups_sent() const {
1952 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.groups_sent)
1953 return _internal_groups_sent();
1954}
1955inline void EthXStatsInfo::set_groups_sent(::uint64_t value) {
1956 _internal_set_groups_sent(value);
1957 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.groups_sent)
1958}
1959inline ::uint64_t EthXStatsInfo::_internal_groups_sent() const {
1960 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1961 return _impl_.groups_sent_;
1962}
1963inline void EthXStatsInfo::_internal_set_groups_sent(::uint64_t value) {
1964 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1965 ;
1966 _impl_.groups_sent_ = value;
1967}
1968
1969// uint64 total_groups_sent = 2;
1970inline void EthXStatsInfo::clear_total_groups_sent() {
1971 _impl_.total_groups_sent_ = ::uint64_t{0u};
1972}
1973inline ::uint64_t EthXStatsInfo::total_groups_sent() const {
1974 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.total_groups_sent)
1975 return _internal_total_groups_sent();
1976}
1977inline void EthXStatsInfo::set_total_groups_sent(::uint64_t value) {
1978 _internal_set_total_groups_sent(value);
1979 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.total_groups_sent)
1980}
1981inline ::uint64_t EthXStatsInfo::_internal_total_groups_sent() const {
1982 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1983 return _impl_.total_groups_sent_;
1984}
1985inline void EthXStatsInfo::_internal_set_total_groups_sent(::uint64_t value) {
1986 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1987 ;
1988 _impl_.total_groups_sent_ = value;
1989}
1990
1991// uint64 rx_good_packets = 3;
1992inline void EthXStatsInfo::clear_rx_good_packets() {
1993 _impl_.rx_good_packets_ = ::uint64_t{0u};
1994}
1995inline ::uint64_t EthXStatsInfo::rx_good_packets() const {
1996 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_packets)
1997 return _internal_rx_good_packets();
1998}
1999inline void EthXStatsInfo::set_rx_good_packets(::uint64_t value) {
2000 _internal_set_rx_good_packets(value);
2001 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_packets)
2002}
2003inline ::uint64_t EthXStatsInfo::_internal_rx_good_packets() const {
2004 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2005 return _impl_.rx_good_packets_;
2006}
2007inline void EthXStatsInfo::_internal_set_rx_good_packets(::uint64_t value) {
2008 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2009 ;
2010 _impl_.rx_good_packets_ = value;
2011}
2012
2013// uint64 rx_good_bytes = 4;
2014inline void EthXStatsInfo::clear_rx_good_bytes() {
2015 _impl_.rx_good_bytes_ = ::uint64_t{0u};
2016}
2017inline ::uint64_t EthXStatsInfo::rx_good_bytes() const {
2018 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_bytes)
2019 return _internal_rx_good_bytes();
2020}
2021inline void EthXStatsInfo::set_rx_good_bytes(::uint64_t value) {
2022 _internal_set_rx_good_bytes(value);
2023 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_good_bytes)
2024}
2025inline ::uint64_t EthXStatsInfo::_internal_rx_good_bytes() const {
2026 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2027 return _impl_.rx_good_bytes_;
2028}
2029inline void EthXStatsInfo::_internal_set_rx_good_bytes(::uint64_t value) {
2030 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2031 ;
2032 _impl_.rx_good_bytes_ = value;
2033}
2034
2035// uint64 rx_dropped_packets = 5;
2036inline void EthXStatsInfo::clear_rx_dropped_packets() {
2037 _impl_.rx_dropped_packets_ = ::uint64_t{0u};
2038}
2039inline ::uint64_t EthXStatsInfo::rx_dropped_packets() const {
2040 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_dropped_packets)
2041 return _internal_rx_dropped_packets();
2042}
2043inline void EthXStatsInfo::set_rx_dropped_packets(::uint64_t value) {
2044 _internal_set_rx_dropped_packets(value);
2045 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_dropped_packets)
2046}
2047inline ::uint64_t EthXStatsInfo::_internal_rx_dropped_packets() const {
2048 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2049 return _impl_.rx_dropped_packets_;
2050}
2051inline void EthXStatsInfo::_internal_set_rx_dropped_packets(::uint64_t value) {
2052 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2053 ;
2054 _impl_.rx_dropped_packets_ = value;
2055}
2056
2057// uint64 rx_unicast_packets = 11;
2058inline void EthXStatsInfo::clear_rx_unicast_packets() {
2059 _impl_.rx_unicast_packets_ = ::uint64_t{0u};
2060}
2061inline ::uint64_t EthXStatsInfo::rx_unicast_packets() const {
2062 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unicast_packets)
2063 return _internal_rx_unicast_packets();
2064}
2065inline void EthXStatsInfo::set_rx_unicast_packets(::uint64_t value) {
2066 _internal_set_rx_unicast_packets(value);
2067 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unicast_packets)
2068}
2069inline ::uint64_t EthXStatsInfo::_internal_rx_unicast_packets() const {
2070 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2071 return _impl_.rx_unicast_packets_;
2072}
2073inline void EthXStatsInfo::_internal_set_rx_unicast_packets(::uint64_t value) {
2074 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2075 ;
2076 _impl_.rx_unicast_packets_ = value;
2077}
2078
2079// uint64 rx_multicast_packets = 12;
2080inline void EthXStatsInfo::clear_rx_multicast_packets() {
2081 _impl_.rx_multicast_packets_ = ::uint64_t{0u};
2082}
2083inline ::uint64_t EthXStatsInfo::rx_multicast_packets() const {
2084 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_multicast_packets)
2085 return _internal_rx_multicast_packets();
2086}
2087inline void EthXStatsInfo::set_rx_multicast_packets(::uint64_t value) {
2088 _internal_set_rx_multicast_packets(value);
2089 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_multicast_packets)
2090}
2091inline ::uint64_t EthXStatsInfo::_internal_rx_multicast_packets() const {
2092 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2093 return _impl_.rx_multicast_packets_;
2094}
2095inline void EthXStatsInfo::_internal_set_rx_multicast_packets(::uint64_t value) {
2096 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2097 ;
2098 _impl_.rx_multicast_packets_ = value;
2099}
2100
2101// uint64 rx_broadcast_packets = 13;
2102inline void EthXStatsInfo::clear_rx_broadcast_packets() {
2103 _impl_.rx_broadcast_packets_ = ::uint64_t{0u};
2104}
2105inline ::uint64_t EthXStatsInfo::rx_broadcast_packets() const {
2106 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_broadcast_packets)
2107 return _internal_rx_broadcast_packets();
2108}
2109inline void EthXStatsInfo::set_rx_broadcast_packets(::uint64_t value) {
2110 _internal_set_rx_broadcast_packets(value);
2111 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_broadcast_packets)
2112}
2113inline ::uint64_t EthXStatsInfo::_internal_rx_broadcast_packets() const {
2114 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2115 return _impl_.rx_broadcast_packets_;
2116}
2117inline void EthXStatsInfo::_internal_set_rx_broadcast_packets(::uint64_t value) {
2118 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2119 ;
2120 _impl_.rx_broadcast_packets_ = value;
2121}
2122
2123// uint64 rx_unknown_protocol_packets = 14;
2124inline void EthXStatsInfo::clear_rx_unknown_protocol_packets() {
2125 _impl_.rx_unknown_protocol_packets_ = ::uint64_t{0u};
2126}
2127inline ::uint64_t EthXStatsInfo::rx_unknown_protocol_packets() const {
2128 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unknown_protocol_packets)
2129 return _internal_rx_unknown_protocol_packets();
2130}
2131inline void EthXStatsInfo::set_rx_unknown_protocol_packets(::uint64_t value) {
2132 _internal_set_rx_unknown_protocol_packets(value);
2133 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_unknown_protocol_packets)
2134}
2135inline ::uint64_t EthXStatsInfo::_internal_rx_unknown_protocol_packets() const {
2136 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2137 return _impl_.rx_unknown_protocol_packets_;
2138}
2139inline void EthXStatsInfo::_internal_set_rx_unknown_protocol_packets(::uint64_t value) {
2140 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2141 ;
2142 _impl_.rx_unknown_protocol_packets_ = value;
2143}
2144
2145// uint64 rx_xon_packets = 15;
2146inline void EthXStatsInfo::clear_rx_xon_packets() {
2147 _impl_.rx_xon_packets_ = ::uint64_t{0u};
2148}
2149inline ::uint64_t EthXStatsInfo::rx_xon_packets() const {
2150 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xon_packets)
2151 return _internal_rx_xon_packets();
2152}
2153inline void EthXStatsInfo::set_rx_xon_packets(::uint64_t value) {
2154 _internal_set_rx_xon_packets(value);
2155 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xon_packets)
2156}
2157inline ::uint64_t EthXStatsInfo::_internal_rx_xon_packets() const {
2158 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2159 return _impl_.rx_xon_packets_;
2160}
2161inline void EthXStatsInfo::_internal_set_rx_xon_packets(::uint64_t value) {
2162 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2163 ;
2164 _impl_.rx_xon_packets_ = value;
2165}
2166
2167// uint64 rx_xoff_packets = 16;
2168inline void EthXStatsInfo::clear_rx_xoff_packets() {
2169 _impl_.rx_xoff_packets_ = ::uint64_t{0u};
2170}
2171inline ::uint64_t EthXStatsInfo::rx_xoff_packets() const {
2172 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xoff_packets)
2173 return _internal_rx_xoff_packets();
2174}
2175inline void EthXStatsInfo::set_rx_xoff_packets(::uint64_t value) {
2176 _internal_set_rx_xoff_packets(value);
2177 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_xoff_packets)
2178}
2179inline ::uint64_t EthXStatsInfo::_internal_rx_xoff_packets() const {
2180 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2181 return _impl_.rx_xoff_packets_;
2182}
2183inline void EthXStatsInfo::_internal_set_rx_xoff_packets(::uint64_t value) {
2184 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2185 ;
2186 _impl_.rx_xoff_packets_ = value;
2187}
2188
2189// uint64 rx_size_64_packets = 49;
2190inline void EthXStatsInfo::clear_rx_size_64_packets() {
2191 _impl_.rx_size_64_packets_ = ::uint64_t{0u};
2192}
2193inline ::uint64_t EthXStatsInfo::rx_size_64_packets() const {
2194 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_64_packets)
2195 return _internal_rx_size_64_packets();
2196}
2197inline void EthXStatsInfo::set_rx_size_64_packets(::uint64_t value) {
2198 _internal_set_rx_size_64_packets(value);
2199 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_64_packets)
2200}
2201inline ::uint64_t EthXStatsInfo::_internal_rx_size_64_packets() const {
2202 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2203 return _impl_.rx_size_64_packets_;
2204}
2205inline void EthXStatsInfo::_internal_set_rx_size_64_packets(::uint64_t value) {
2206 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2207 ;
2208 _impl_.rx_size_64_packets_ = value;
2209}
2210
2211// uint64 rx_size_65_to_127_packets = 50;
2212inline void EthXStatsInfo::clear_rx_size_65_to_127_packets() {
2213 _impl_.rx_size_65_to_127_packets_ = ::uint64_t{0u};
2214}
2215inline ::uint64_t EthXStatsInfo::rx_size_65_to_127_packets() const {
2216 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_65_to_127_packets)
2217 return _internal_rx_size_65_to_127_packets();
2218}
2219inline void EthXStatsInfo::set_rx_size_65_to_127_packets(::uint64_t value) {
2220 _internal_set_rx_size_65_to_127_packets(value);
2221 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_65_to_127_packets)
2222}
2223inline ::uint64_t EthXStatsInfo::_internal_rx_size_65_to_127_packets() const {
2224 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2225 return _impl_.rx_size_65_to_127_packets_;
2226}
2227inline void EthXStatsInfo::_internal_set_rx_size_65_to_127_packets(::uint64_t value) {
2228 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2229 ;
2230 _impl_.rx_size_65_to_127_packets_ = value;
2231}
2232
2233// uint64 rx_size_128_to_255_packets = 51;
2234inline void EthXStatsInfo::clear_rx_size_128_to_255_packets() {
2235 _impl_.rx_size_128_to_255_packets_ = ::uint64_t{0u};
2236}
2237inline ::uint64_t EthXStatsInfo::rx_size_128_to_255_packets() const {
2238 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_128_to_255_packets)
2239 return _internal_rx_size_128_to_255_packets();
2240}
2241inline void EthXStatsInfo::set_rx_size_128_to_255_packets(::uint64_t value) {
2242 _internal_set_rx_size_128_to_255_packets(value);
2243 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_128_to_255_packets)
2244}
2245inline ::uint64_t EthXStatsInfo::_internal_rx_size_128_to_255_packets() const {
2246 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2247 return _impl_.rx_size_128_to_255_packets_;
2248}
2249inline void EthXStatsInfo::_internal_set_rx_size_128_to_255_packets(::uint64_t value) {
2250 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2251 ;
2252 _impl_.rx_size_128_to_255_packets_ = value;
2253}
2254
2255// uint64 rx_size_256_to_511_packets = 52;
2256inline void EthXStatsInfo::clear_rx_size_256_to_511_packets() {
2257 _impl_.rx_size_256_to_511_packets_ = ::uint64_t{0u};
2258}
2259inline ::uint64_t EthXStatsInfo::rx_size_256_to_511_packets() const {
2260 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_256_to_511_packets)
2261 return _internal_rx_size_256_to_511_packets();
2262}
2263inline void EthXStatsInfo::set_rx_size_256_to_511_packets(::uint64_t value) {
2264 _internal_set_rx_size_256_to_511_packets(value);
2265 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_256_to_511_packets)
2266}
2267inline ::uint64_t EthXStatsInfo::_internal_rx_size_256_to_511_packets() const {
2268 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2269 return _impl_.rx_size_256_to_511_packets_;
2270}
2271inline void EthXStatsInfo::_internal_set_rx_size_256_to_511_packets(::uint64_t value) {
2272 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2273 ;
2274 _impl_.rx_size_256_to_511_packets_ = value;
2275}
2276
2277// uint64 rx_size_512_to_1023_packets = 53;
2278inline void EthXStatsInfo::clear_rx_size_512_to_1023_packets() {
2279 _impl_.rx_size_512_to_1023_packets_ = ::uint64_t{0u};
2280}
2281inline ::uint64_t EthXStatsInfo::rx_size_512_to_1023_packets() const {
2282 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_512_to_1023_packets)
2283 return _internal_rx_size_512_to_1023_packets();
2284}
2285inline void EthXStatsInfo::set_rx_size_512_to_1023_packets(::uint64_t value) {
2286 _internal_set_rx_size_512_to_1023_packets(value);
2287 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_512_to_1023_packets)
2288}
2289inline ::uint64_t EthXStatsInfo::_internal_rx_size_512_to_1023_packets() const {
2290 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2291 return _impl_.rx_size_512_to_1023_packets_;
2292}
2293inline void EthXStatsInfo::_internal_set_rx_size_512_to_1023_packets(::uint64_t value) {
2294 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2295 ;
2296 _impl_.rx_size_512_to_1023_packets_ = value;
2297}
2298
2299// uint64 rx_size_1024_to_1522_packets = 54;
2300inline void EthXStatsInfo::clear_rx_size_1024_to_1522_packets() {
2301 _impl_.rx_size_1024_to_1522_packets_ = ::uint64_t{0u};
2302}
2303inline ::uint64_t EthXStatsInfo::rx_size_1024_to_1522_packets() const {
2304 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1024_to_1522_packets)
2305 return _internal_rx_size_1024_to_1522_packets();
2306}
2307inline void EthXStatsInfo::set_rx_size_1024_to_1522_packets(::uint64_t value) {
2308 _internal_set_rx_size_1024_to_1522_packets(value);
2309 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1024_to_1522_packets)
2310}
2311inline ::uint64_t EthXStatsInfo::_internal_rx_size_1024_to_1522_packets() const {
2312 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2313 return _impl_.rx_size_1024_to_1522_packets_;
2314}
2315inline void EthXStatsInfo::_internal_set_rx_size_1024_to_1522_packets(::uint64_t value) {
2316 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2317 ;
2318 _impl_.rx_size_1024_to_1522_packets_ = value;
2319}
2320
2321// uint64 rx_size_1523_to_max_packets = 55;
2322inline void EthXStatsInfo::clear_rx_size_1523_to_max_packets() {
2323 _impl_.rx_size_1523_to_max_packets_ = ::uint64_t{0u};
2324}
2325inline ::uint64_t EthXStatsInfo::rx_size_1523_to_max_packets() const {
2326 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1523_to_max_packets)
2327 return _internal_rx_size_1523_to_max_packets();
2328}
2329inline void EthXStatsInfo::set_rx_size_1523_to_max_packets(::uint64_t value) {
2330 _internal_set_rx_size_1523_to_max_packets(value);
2331 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_size_1523_to_max_packets)
2332}
2333inline ::uint64_t EthXStatsInfo::_internal_rx_size_1523_to_max_packets() const {
2334 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2335 return _impl_.rx_size_1523_to_max_packets_;
2336}
2337inline void EthXStatsInfo::_internal_set_rx_size_1523_to_max_packets(::uint64_t value) {
2338 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2339 ;
2340 _impl_.rx_size_1523_to_max_packets_ = value;
2341}
2342
2343// uint64 rx_mac_short_pkt_dropped = 60;
2344inline void EthXStatsInfo::clear_rx_mac_short_pkt_dropped() {
2345 _impl_.rx_mac_short_pkt_dropped_ = ::uint64_t{0u};
2346}
2347inline ::uint64_t EthXStatsInfo::rx_mac_short_pkt_dropped() const {
2348 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_mac_short_pkt_dropped)
2349 return _internal_rx_mac_short_pkt_dropped();
2350}
2351inline void EthXStatsInfo::set_rx_mac_short_pkt_dropped(::uint64_t value) {
2352 _internal_set_rx_mac_short_pkt_dropped(value);
2353 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.rx_mac_short_pkt_dropped)
2354}
2355inline ::uint64_t EthXStatsInfo::_internal_rx_mac_short_pkt_dropped() const {
2356 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2357 return _impl_.rx_mac_short_pkt_dropped_;
2358}
2359inline void EthXStatsInfo::_internal_set_rx_mac_short_pkt_dropped(::uint64_t value) {
2360 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2361 ;
2362 _impl_.rx_mac_short_pkt_dropped_ = value;
2363}
2364
2365// uint64 tx_good_packets = 100;
2366inline void EthXStatsInfo::clear_tx_good_packets() {
2367 _impl_.tx_good_packets_ = ::uint64_t{0u};
2368}
2369inline ::uint64_t EthXStatsInfo::tx_good_packets() const {
2370 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_packets)
2371 return _internal_tx_good_packets();
2372}
2373inline void EthXStatsInfo::set_tx_good_packets(::uint64_t value) {
2374 _internal_set_tx_good_packets(value);
2375 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_packets)
2376}
2377inline ::uint64_t EthXStatsInfo::_internal_tx_good_packets() const {
2378 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2379 return _impl_.tx_good_packets_;
2380}
2381inline void EthXStatsInfo::_internal_set_tx_good_packets(::uint64_t value) {
2382 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2383 ;
2384 _impl_.tx_good_packets_ = value;
2385}
2386
2387// uint64 tx_good_bytes = 101;
2388inline void EthXStatsInfo::clear_tx_good_bytes() {
2389 _impl_.tx_good_bytes_ = ::uint64_t{0u};
2390}
2391inline ::uint64_t EthXStatsInfo::tx_good_bytes() const {
2392 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_bytes)
2393 return _internal_tx_good_bytes();
2394}
2395inline void EthXStatsInfo::set_tx_good_bytes(::uint64_t value) {
2396 _internal_set_tx_good_bytes(value);
2397 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_good_bytes)
2398}
2399inline ::uint64_t EthXStatsInfo::_internal_tx_good_bytes() const {
2400 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2401 return _impl_.tx_good_bytes_;
2402}
2403inline void EthXStatsInfo::_internal_set_tx_good_bytes(::uint64_t value) {
2404 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2405 ;
2406 _impl_.tx_good_bytes_ = value;
2407}
2408
2409// uint64 tx_unicast_packets = 102;
2410inline void EthXStatsInfo::clear_tx_unicast_packets() {
2411 _impl_.tx_unicast_packets_ = ::uint64_t{0u};
2412}
2413inline ::uint64_t EthXStatsInfo::tx_unicast_packets() const {
2414 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_unicast_packets)
2415 return _internal_tx_unicast_packets();
2416}
2417inline void EthXStatsInfo::set_tx_unicast_packets(::uint64_t value) {
2418 _internal_set_tx_unicast_packets(value);
2419 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_unicast_packets)
2420}
2421inline ::uint64_t EthXStatsInfo::_internal_tx_unicast_packets() const {
2422 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2423 return _impl_.tx_unicast_packets_;
2424}
2425inline void EthXStatsInfo::_internal_set_tx_unicast_packets(::uint64_t value) {
2426 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2427 ;
2428 _impl_.tx_unicast_packets_ = value;
2429}
2430
2431// uint64 tx_multicast_packets = 103;
2432inline void EthXStatsInfo::clear_tx_multicast_packets() {
2433 _impl_.tx_multicast_packets_ = ::uint64_t{0u};
2434}
2435inline ::uint64_t EthXStatsInfo::tx_multicast_packets() const {
2436 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_multicast_packets)
2437 return _internal_tx_multicast_packets();
2438}
2439inline void EthXStatsInfo::set_tx_multicast_packets(::uint64_t value) {
2440 _internal_set_tx_multicast_packets(value);
2441 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_multicast_packets)
2442}
2443inline ::uint64_t EthXStatsInfo::_internal_tx_multicast_packets() const {
2444 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2445 return _impl_.tx_multicast_packets_;
2446}
2447inline void EthXStatsInfo::_internal_set_tx_multicast_packets(::uint64_t value) {
2448 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2449 ;
2450 _impl_.tx_multicast_packets_ = value;
2451}
2452
2453// uint64 tx_broadcast_packets = 104;
2454inline void EthXStatsInfo::clear_tx_broadcast_packets() {
2455 _impl_.tx_broadcast_packets_ = ::uint64_t{0u};
2456}
2457inline ::uint64_t EthXStatsInfo::tx_broadcast_packets() const {
2458 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_broadcast_packets)
2459 return _internal_tx_broadcast_packets();
2460}
2461inline void EthXStatsInfo::set_tx_broadcast_packets(::uint64_t value) {
2462 _internal_set_tx_broadcast_packets(value);
2463 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_broadcast_packets)
2464}
2465inline ::uint64_t EthXStatsInfo::_internal_tx_broadcast_packets() const {
2466 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2467 return _impl_.tx_broadcast_packets_;
2468}
2469inline void EthXStatsInfo::_internal_set_tx_broadcast_packets(::uint64_t value) {
2470 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2471 ;
2472 _impl_.tx_broadcast_packets_ = value;
2473}
2474
2475// uint64 tx_dropped_packets = 105;
2476inline void EthXStatsInfo::clear_tx_dropped_packets() {
2477 _impl_.tx_dropped_packets_ = ::uint64_t{0u};
2478}
2479inline ::uint64_t EthXStatsInfo::tx_dropped_packets() const {
2480 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_dropped_packets)
2481 return _internal_tx_dropped_packets();
2482}
2483inline void EthXStatsInfo::set_tx_dropped_packets(::uint64_t value) {
2484 _internal_set_tx_dropped_packets(value);
2485 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_dropped_packets)
2486}
2487inline ::uint64_t EthXStatsInfo::_internal_tx_dropped_packets() const {
2488 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2489 return _impl_.tx_dropped_packets_;
2490}
2491inline void EthXStatsInfo::_internal_set_tx_dropped_packets(::uint64_t value) {
2492 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2493 ;
2494 _impl_.tx_dropped_packets_ = value;
2495}
2496
2497// uint64 tx_link_down_dropped = 106;
2498inline void EthXStatsInfo::clear_tx_link_down_dropped() {
2499 _impl_.tx_link_down_dropped_ = ::uint64_t{0u};
2500}
2501inline ::uint64_t EthXStatsInfo::tx_link_down_dropped() const {
2502 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_link_down_dropped)
2503 return _internal_tx_link_down_dropped();
2504}
2505inline void EthXStatsInfo::set_tx_link_down_dropped(::uint64_t value) {
2506 _internal_set_tx_link_down_dropped(value);
2507 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_link_down_dropped)
2508}
2509inline ::uint64_t EthXStatsInfo::_internal_tx_link_down_dropped() const {
2510 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2511 return _impl_.tx_link_down_dropped_;
2512}
2513inline void EthXStatsInfo::_internal_set_tx_link_down_dropped(::uint64_t value) {
2514 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2515 ;
2516 _impl_.tx_link_down_dropped_ = value;
2517}
2518
2519// uint64 tx_xon_packets = 107;
2520inline void EthXStatsInfo::clear_tx_xon_packets() {
2521 _impl_.tx_xon_packets_ = ::uint64_t{0u};
2522}
2523inline ::uint64_t EthXStatsInfo::tx_xon_packets() const {
2524 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xon_packets)
2525 return _internal_tx_xon_packets();
2526}
2527inline void EthXStatsInfo::set_tx_xon_packets(::uint64_t value) {
2528 _internal_set_tx_xon_packets(value);
2529 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xon_packets)
2530}
2531inline ::uint64_t EthXStatsInfo::_internal_tx_xon_packets() const {
2532 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2533 return _impl_.tx_xon_packets_;
2534}
2535inline void EthXStatsInfo::_internal_set_tx_xon_packets(::uint64_t value) {
2536 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2537 ;
2538 _impl_.tx_xon_packets_ = value;
2539}
2540
2541// uint64 tx_xoff_packets = 108;
2542inline void EthXStatsInfo::clear_tx_xoff_packets() {
2543 _impl_.tx_xoff_packets_ = ::uint64_t{0u};
2544}
2545inline ::uint64_t EthXStatsInfo::tx_xoff_packets() const {
2546 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xoff_packets)
2547 return _internal_tx_xoff_packets();
2548}
2549inline void EthXStatsInfo::set_tx_xoff_packets(::uint64_t value) {
2550 _internal_set_tx_xoff_packets(value);
2551 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_xoff_packets)
2552}
2553inline ::uint64_t EthXStatsInfo::_internal_tx_xoff_packets() const {
2554 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2555 return _impl_.tx_xoff_packets_;
2556}
2557inline void EthXStatsInfo::_internal_set_tx_xoff_packets(::uint64_t value) {
2558 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2559 ;
2560 _impl_.tx_xoff_packets_ = value;
2561}
2562
2563// uint64 tx_size_64_packets = 149;
2564inline void EthXStatsInfo::clear_tx_size_64_packets() {
2565 _impl_.tx_size_64_packets_ = ::uint64_t{0u};
2566}
2567inline ::uint64_t EthXStatsInfo::tx_size_64_packets() const {
2568 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_64_packets)
2569 return _internal_tx_size_64_packets();
2570}
2571inline void EthXStatsInfo::set_tx_size_64_packets(::uint64_t value) {
2572 _internal_set_tx_size_64_packets(value);
2573 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_64_packets)
2574}
2575inline ::uint64_t EthXStatsInfo::_internal_tx_size_64_packets() const {
2576 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2577 return _impl_.tx_size_64_packets_;
2578}
2579inline void EthXStatsInfo::_internal_set_tx_size_64_packets(::uint64_t value) {
2580 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2581 ;
2582 _impl_.tx_size_64_packets_ = value;
2583}
2584
2585// uint64 tx_size_65_to_127_packets = 150;
2586inline void EthXStatsInfo::clear_tx_size_65_to_127_packets() {
2587 _impl_.tx_size_65_to_127_packets_ = ::uint64_t{0u};
2588}
2589inline ::uint64_t EthXStatsInfo::tx_size_65_to_127_packets() const {
2590 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_65_to_127_packets)
2591 return _internal_tx_size_65_to_127_packets();
2592}
2593inline void EthXStatsInfo::set_tx_size_65_to_127_packets(::uint64_t value) {
2594 _internal_set_tx_size_65_to_127_packets(value);
2595 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_65_to_127_packets)
2596}
2597inline ::uint64_t EthXStatsInfo::_internal_tx_size_65_to_127_packets() const {
2598 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2599 return _impl_.tx_size_65_to_127_packets_;
2600}
2601inline void EthXStatsInfo::_internal_set_tx_size_65_to_127_packets(::uint64_t value) {
2602 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2603 ;
2604 _impl_.tx_size_65_to_127_packets_ = value;
2605}
2606
2607// uint64 tx_size_128_to_255_packets = 151;
2608inline void EthXStatsInfo::clear_tx_size_128_to_255_packets() {
2609 _impl_.tx_size_128_to_255_packets_ = ::uint64_t{0u};
2610}
2611inline ::uint64_t EthXStatsInfo::tx_size_128_to_255_packets() const {
2612 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_128_to_255_packets)
2613 return _internal_tx_size_128_to_255_packets();
2614}
2615inline void EthXStatsInfo::set_tx_size_128_to_255_packets(::uint64_t value) {
2616 _internal_set_tx_size_128_to_255_packets(value);
2617 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_128_to_255_packets)
2618}
2619inline ::uint64_t EthXStatsInfo::_internal_tx_size_128_to_255_packets() const {
2620 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2621 return _impl_.tx_size_128_to_255_packets_;
2622}
2623inline void EthXStatsInfo::_internal_set_tx_size_128_to_255_packets(::uint64_t value) {
2624 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2625 ;
2626 _impl_.tx_size_128_to_255_packets_ = value;
2627}
2628
2629// uint64 tx_size_256_to_511_packets = 152;
2630inline void EthXStatsInfo::clear_tx_size_256_to_511_packets() {
2631 _impl_.tx_size_256_to_511_packets_ = ::uint64_t{0u};
2632}
2633inline ::uint64_t EthXStatsInfo::tx_size_256_to_511_packets() const {
2634 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_256_to_511_packets)
2635 return _internal_tx_size_256_to_511_packets();
2636}
2637inline void EthXStatsInfo::set_tx_size_256_to_511_packets(::uint64_t value) {
2638 _internal_set_tx_size_256_to_511_packets(value);
2639 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_256_to_511_packets)
2640}
2641inline ::uint64_t EthXStatsInfo::_internal_tx_size_256_to_511_packets() const {
2642 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2643 return _impl_.tx_size_256_to_511_packets_;
2644}
2645inline void EthXStatsInfo::_internal_set_tx_size_256_to_511_packets(::uint64_t value) {
2646 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2647 ;
2648 _impl_.tx_size_256_to_511_packets_ = value;
2649}
2650
2651// uint64 tx_size_512_to_1023_packets = 153;
2652inline void EthXStatsInfo::clear_tx_size_512_to_1023_packets() {
2653 _impl_.tx_size_512_to_1023_packets_ = ::uint64_t{0u};
2654}
2655inline ::uint64_t EthXStatsInfo::tx_size_512_to_1023_packets() const {
2656 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_512_to_1023_packets)
2657 return _internal_tx_size_512_to_1023_packets();
2658}
2659inline void EthXStatsInfo::set_tx_size_512_to_1023_packets(::uint64_t value) {
2660 _internal_set_tx_size_512_to_1023_packets(value);
2661 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_512_to_1023_packets)
2662}
2663inline ::uint64_t EthXStatsInfo::_internal_tx_size_512_to_1023_packets() const {
2664 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2665 return _impl_.tx_size_512_to_1023_packets_;
2666}
2667inline void EthXStatsInfo::_internal_set_tx_size_512_to_1023_packets(::uint64_t value) {
2668 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2669 ;
2670 _impl_.tx_size_512_to_1023_packets_ = value;
2671}
2672
2673// uint64 tx_size_1024_to_1522_packets = 154;
2674inline void EthXStatsInfo::clear_tx_size_1024_to_1522_packets() {
2675 _impl_.tx_size_1024_to_1522_packets_ = ::uint64_t{0u};
2676}
2677inline ::uint64_t EthXStatsInfo::tx_size_1024_to_1522_packets() const {
2678 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1024_to_1522_packets)
2679 return _internal_tx_size_1024_to_1522_packets();
2680}
2681inline void EthXStatsInfo::set_tx_size_1024_to_1522_packets(::uint64_t value) {
2682 _internal_set_tx_size_1024_to_1522_packets(value);
2683 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1024_to_1522_packets)
2684}
2685inline ::uint64_t EthXStatsInfo::_internal_tx_size_1024_to_1522_packets() const {
2686 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2687 return _impl_.tx_size_1024_to_1522_packets_;
2688}
2689inline void EthXStatsInfo::_internal_set_tx_size_1024_to_1522_packets(::uint64_t value) {
2690 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2691 ;
2692 _impl_.tx_size_1024_to_1522_packets_ = value;
2693}
2694
2695// uint64 tx_size_1523_to_max_packets = 155;
2696inline void EthXStatsInfo::clear_tx_size_1523_to_max_packets() {
2697 _impl_.tx_size_1523_to_max_packets_ = ::uint64_t{0u};
2698}
2699inline ::uint64_t EthXStatsInfo::tx_size_1523_to_max_packets() const {
2700 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1523_to_max_packets)
2701 return _internal_tx_size_1523_to_max_packets();
2702}
2703inline void EthXStatsInfo::set_tx_size_1523_to_max_packets(::uint64_t value) {
2704 _internal_set_tx_size_1523_to_max_packets(value);
2705 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsInfo.tx_size_1523_to_max_packets)
2706}
2707inline ::uint64_t EthXStatsInfo::_internal_tx_size_1523_to_max_packets() const {
2708 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2709 return _impl_.tx_size_1523_to_max_packets_;
2710}
2711inline void EthXStatsInfo::_internal_set_tx_size_1523_to_max_packets(::uint64_t value) {
2712 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2713 ;
2714 _impl_.tx_size_1523_to_max_packets_ = value;
2715}
2716
2717// -------------------------------------------------------------------
2718
2719// EthXStatsErrors
2720
2721// uint64 rx_missed_errors = 1;
2722inline void EthXStatsErrors::clear_rx_missed_errors() {
2723 _impl_.rx_missed_errors_ = ::uint64_t{0u};
2724}
2725inline ::uint64_t EthXStatsErrors::rx_missed_errors() const {
2726 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_missed_errors)
2727 return _internal_rx_missed_errors();
2728}
2729inline void EthXStatsErrors::set_rx_missed_errors(::uint64_t value) {
2730 _internal_set_rx_missed_errors(value);
2731 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_missed_errors)
2732}
2733inline ::uint64_t EthXStatsErrors::_internal_rx_missed_errors() const {
2734 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2735 return _impl_.rx_missed_errors_;
2736}
2737inline void EthXStatsErrors::_internal_set_rx_missed_errors(::uint64_t value) {
2738 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2739 ;
2740 _impl_.rx_missed_errors_ = value;
2741}
2742
2743// uint64 rx_errors = 2;
2744inline void EthXStatsErrors::clear_rx_errors() {
2745 _impl_.rx_errors_ = ::uint64_t{0u};
2746}
2747inline ::uint64_t EthXStatsErrors::rx_errors() const {
2748 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_errors)
2749 return _internal_rx_errors();
2750}
2751inline void EthXStatsErrors::set_rx_errors(::uint64_t value) {
2752 _internal_set_rx_errors(value);
2753 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_errors)
2754}
2755inline ::uint64_t EthXStatsErrors::_internal_rx_errors() const {
2756 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2757 return _impl_.rx_errors_;
2758}
2759inline void EthXStatsErrors::_internal_set_rx_errors(::uint64_t value) {
2760 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2761 ;
2762 _impl_.rx_errors_ = value;
2763}
2764
2765// uint64 rx_error_bytes = 3;
2766inline void EthXStatsErrors::clear_rx_error_bytes() {
2767 _impl_.rx_error_bytes_ = ::uint64_t{0u};
2768}
2769inline ::uint64_t EthXStatsErrors::rx_error_bytes() const {
2770 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_error_bytes)
2771 return _internal_rx_error_bytes();
2772}
2773inline void EthXStatsErrors::set_rx_error_bytes(::uint64_t value) {
2774 _internal_set_rx_error_bytes(value);
2775 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_error_bytes)
2776}
2777inline ::uint64_t EthXStatsErrors::_internal_rx_error_bytes() const {
2778 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2779 return _impl_.rx_error_bytes_;
2780}
2781inline void EthXStatsErrors::_internal_set_rx_error_bytes(::uint64_t value) {
2782 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2783 ;
2784 _impl_.rx_error_bytes_ = value;
2785}
2786
2787// uint64 rx_mbuf_allocation_errors = 4;
2788inline void EthXStatsErrors::clear_rx_mbuf_allocation_errors() {
2789 _impl_.rx_mbuf_allocation_errors_ = ::uint64_t{0u};
2790}
2791inline ::uint64_t EthXStatsErrors::rx_mbuf_allocation_errors() const {
2792 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_mbuf_allocation_errors)
2793 return _internal_rx_mbuf_allocation_errors();
2794}
2795inline void EthXStatsErrors::set_rx_mbuf_allocation_errors(::uint64_t value) {
2796 _internal_set_rx_mbuf_allocation_errors(value);
2797 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_mbuf_allocation_errors)
2798}
2799inline ::uint64_t EthXStatsErrors::_internal_rx_mbuf_allocation_errors() const {
2800 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2801 return _impl_.rx_mbuf_allocation_errors_;
2802}
2803inline void EthXStatsErrors::_internal_set_rx_mbuf_allocation_errors(::uint64_t value) {
2804 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2805 ;
2806 _impl_.rx_mbuf_allocation_errors_ = value;
2807}
2808
2809// uint64 rx_crc_errors = 5;
2810inline void EthXStatsErrors::clear_rx_crc_errors() {
2811 _impl_.rx_crc_errors_ = ::uint64_t{0u};
2812}
2813inline ::uint64_t EthXStatsErrors::rx_crc_errors() const {
2814 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_crc_errors)
2815 return _internal_rx_crc_errors();
2816}
2817inline void EthXStatsErrors::set_rx_crc_errors(::uint64_t value) {
2818 _internal_set_rx_crc_errors(value);
2819 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_crc_errors)
2820}
2821inline ::uint64_t EthXStatsErrors::_internal_rx_crc_errors() const {
2822 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2823 return _impl_.rx_crc_errors_;
2824}
2825inline void EthXStatsErrors::_internal_set_rx_crc_errors(::uint64_t value) {
2826 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2827 ;
2828 _impl_.rx_crc_errors_ = value;
2829}
2830
2831// uint64 rx_illegal_byte_errors = 6;
2832inline void EthXStatsErrors::clear_rx_illegal_byte_errors() {
2833 _impl_.rx_illegal_byte_errors_ = ::uint64_t{0u};
2834}
2835inline ::uint64_t EthXStatsErrors::rx_illegal_byte_errors() const {
2836 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_illegal_byte_errors)
2837 return _internal_rx_illegal_byte_errors();
2838}
2839inline void EthXStatsErrors::set_rx_illegal_byte_errors(::uint64_t value) {
2840 _internal_set_rx_illegal_byte_errors(value);
2841 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_illegal_byte_errors)
2842}
2843inline ::uint64_t EthXStatsErrors::_internal_rx_illegal_byte_errors() const {
2844 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2845 return _impl_.rx_illegal_byte_errors_;
2846}
2847inline void EthXStatsErrors::_internal_set_rx_illegal_byte_errors(::uint64_t value) {
2848 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2849 ;
2850 _impl_.rx_illegal_byte_errors_ = value;
2851}
2852
2853// uint64 rx_jabber_errors = 7;
2854inline void EthXStatsErrors::clear_rx_jabber_errors() {
2855 _impl_.rx_jabber_errors_ = ::uint64_t{0u};
2856}
2857inline ::uint64_t EthXStatsErrors::rx_jabber_errors() const {
2858 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_jabber_errors)
2859 return _internal_rx_jabber_errors();
2860}
2861inline void EthXStatsErrors::set_rx_jabber_errors(::uint64_t value) {
2862 _internal_set_rx_jabber_errors(value);
2863 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_jabber_errors)
2864}
2865inline ::uint64_t EthXStatsErrors::_internal_rx_jabber_errors() const {
2866 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2867 return _impl_.rx_jabber_errors_;
2868}
2869inline void EthXStatsErrors::_internal_set_rx_jabber_errors(::uint64_t value) {
2870 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2871 ;
2872 _impl_.rx_jabber_errors_ = value;
2873}
2874
2875// uint64 mac_local_errors = 20;
2876inline void EthXStatsErrors::clear_mac_local_errors() {
2877 _impl_.mac_local_errors_ = ::uint64_t{0u};
2878}
2879inline ::uint64_t EthXStatsErrors::mac_local_errors() const {
2880 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_local_errors)
2881 return _internal_mac_local_errors();
2882}
2883inline void EthXStatsErrors::set_mac_local_errors(::uint64_t value) {
2884 _internal_set_mac_local_errors(value);
2885 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_local_errors)
2886}
2887inline ::uint64_t EthXStatsErrors::_internal_mac_local_errors() const {
2888 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2889 return _impl_.mac_local_errors_;
2890}
2891inline void EthXStatsErrors::_internal_set_mac_local_errors(::uint64_t value) {
2892 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2893 ;
2894 _impl_.mac_local_errors_ = value;
2895}
2896
2897// uint64 mac_remote_errors = 21;
2898inline void EthXStatsErrors::clear_mac_remote_errors() {
2899 _impl_.mac_remote_errors_ = ::uint64_t{0u};
2900}
2901inline ::uint64_t EthXStatsErrors::mac_remote_errors() const {
2902 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_remote_errors)
2903 return _internal_mac_remote_errors();
2904}
2905inline void EthXStatsErrors::set_mac_remote_errors(::uint64_t value) {
2906 _internal_set_mac_remote_errors(value);
2907 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.mac_remote_errors)
2908}
2909inline ::uint64_t EthXStatsErrors::_internal_mac_remote_errors() const {
2910 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2911 return _impl_.mac_remote_errors_;
2912}
2913inline void EthXStatsErrors::_internal_set_mac_remote_errors(::uint64_t value) {
2914 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2915 ;
2916 _impl_.mac_remote_errors_ = value;
2917}
2918
2919// uint64 rx_len_errors = 22;
2920inline void EthXStatsErrors::clear_rx_len_errors() {
2921 _impl_.rx_len_errors_ = ::uint64_t{0u};
2922}
2923inline ::uint64_t EthXStatsErrors::rx_len_errors() const {
2924 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_len_errors)
2925 return _internal_rx_len_errors();
2926}
2927inline void EthXStatsErrors::set_rx_len_errors(::uint64_t value) {
2928 _internal_set_rx_len_errors(value);
2929 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_len_errors)
2930}
2931inline ::uint64_t EthXStatsErrors::_internal_rx_len_errors() const {
2932 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2933 return _impl_.rx_len_errors_;
2934}
2935inline void EthXStatsErrors::_internal_set_rx_len_errors(::uint64_t value) {
2936 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2937 ;
2938 _impl_.rx_len_errors_ = value;
2939}
2940
2941// uint64 rx_undersized_errors = 23;
2942inline void EthXStatsErrors::clear_rx_undersized_errors() {
2943 _impl_.rx_undersized_errors_ = ::uint64_t{0u};
2944}
2945inline ::uint64_t EthXStatsErrors::rx_undersized_errors() const {
2946 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_undersized_errors)
2947 return _internal_rx_undersized_errors();
2948}
2949inline void EthXStatsErrors::set_rx_undersized_errors(::uint64_t value) {
2950 _internal_set_rx_undersized_errors(value);
2951 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_undersized_errors)
2952}
2953inline ::uint64_t EthXStatsErrors::_internal_rx_undersized_errors() const {
2954 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2955 return _impl_.rx_undersized_errors_;
2956}
2957inline void EthXStatsErrors::_internal_set_rx_undersized_errors(::uint64_t value) {
2958 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2959 ;
2960 _impl_.rx_undersized_errors_ = value;
2961}
2962
2963// uint64 rx_oversize_errors = 24;
2964inline void EthXStatsErrors::clear_rx_oversize_errors() {
2965 _impl_.rx_oversize_errors_ = ::uint64_t{0u};
2966}
2967inline ::uint64_t EthXStatsErrors::rx_oversize_errors() const {
2968 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_oversize_errors)
2969 return _internal_rx_oversize_errors();
2970}
2971inline void EthXStatsErrors::set_rx_oversize_errors(::uint64_t value) {
2972 _internal_set_rx_oversize_errors(value);
2973 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_oversize_errors)
2974}
2975inline ::uint64_t EthXStatsErrors::_internal_rx_oversize_errors() const {
2976 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2977 return _impl_.rx_oversize_errors_;
2978}
2979inline void EthXStatsErrors::_internal_set_rx_oversize_errors(::uint64_t value) {
2980 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2981 ;
2982 _impl_.rx_oversize_errors_ = value;
2983}
2984
2985// uint64 rx_fragmented_errors = 25;
2986inline void EthXStatsErrors::clear_rx_fragmented_errors() {
2987 _impl_.rx_fragmented_errors_ = ::uint64_t{0u};
2988}
2989inline ::uint64_t EthXStatsErrors::rx_fragmented_errors() const {
2990 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_fragmented_errors)
2991 return _internal_rx_fragmented_errors();
2992}
2993inline void EthXStatsErrors::set_rx_fragmented_errors(::uint64_t value) {
2994 _internal_set_rx_fragmented_errors(value);
2995 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.rx_fragmented_errors)
2996}
2997inline ::uint64_t EthXStatsErrors::_internal_rx_fragmented_errors() const {
2998 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2999 return _impl_.rx_fragmented_errors_;
3000}
3001inline void EthXStatsErrors::_internal_set_rx_fragmented_errors(::uint64_t value) {
3002 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3003 ;
3004 _impl_.rx_fragmented_errors_ = value;
3005}
3006
3007// uint64 tx_errors = 100;
3008inline void EthXStatsErrors::clear_tx_errors() {
3009 _impl_.tx_errors_ = ::uint64_t{0u};
3010}
3011inline ::uint64_t EthXStatsErrors::tx_errors() const {
3012 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.EthXStatsErrors.tx_errors)
3013 return _internal_tx_errors();
3014}
3015inline void EthXStatsErrors::set_tx_errors(::uint64_t value) {
3016 _internal_set_tx_errors(value);
3017 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.EthXStatsErrors.tx_errors)
3018}
3019inline ::uint64_t EthXStatsErrors::_internal_tx_errors() const {
3020 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
3021 return _impl_.tx_errors_;
3022}
3023inline void EthXStatsErrors::_internal_set_tx_errors(::uint64_t value) {
3024 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
3025 ;
3026 _impl_.tx_errors_ = value;
3027}
3028
3029#ifdef __GNUC__
3030#pragma GCC diagnostic pop
3031#endif // __GNUC__
3032
3033// @@protoc_insertion_point(namespace_scope)
3034} // namespace opmon
3035} // namespace dpdklibs
3036} // namespace dunedaq
3037
3038
3039// @@protoc_insertion_point(global_scope)
3040
3041#include "google/protobuf/port_undef.inc"
3042
3043#endif // GOOGLE_PROTOBUF_INCLUDED_dpdklibs_2fopmon_2fIfaceWrapper_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_dpdklibs_2fopmon_2fIfaceWrapper_2eproto
static const ClassData _class_data_
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
EthStats(EthStats &&from) noexcept
void _internal_set_ibytes(::uint64_t value)
void _internal_set_obytes(::uint64_t value)
static constexpr int kIndexInFileMessages
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
void _internal_set_ipackets(::uint64_t value)
void MergeFrom(const EthStats &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_opackets(::uint64_t value)
const ::google::protobuf::Message::ClassData * GetClassData() const final
EthStats * New(::google::protobuf::Arena *arena=nullptr) const final
PROTOBUF_CONSTEXPR EthStats(::google::protobuf::internal::ConstantInitialized)
friend void swap(EthStats &a, EthStats &b)
void SetCachedSize(int size) const final
void _internal_set_ierrors(::uint64_t value)
EthStats & operator=(const EthStats &from)
static const ::google::protobuf::internal::TcParseTable< 4, 8, 0, 0, 2 > _table_
void _internal_set_oerrors(::uint64_t value)
void UnsafeArenaSwap(EthStats *other)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
EthStats & operator=(EthStats &&from) noexcept
void _internal_set_imissed(::uint64_t value)
void CopyFrom(const EthStats &from)
static const ::google::protobuf::Descriptor * descriptor()
::absl::string_view FullMessageName()
static const ::google::protobuf::Reflection * GetReflection()
static const ::google::protobuf::Descriptor * GetDescriptor()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void _internal_set_rx_nombuf(::uint64_t value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void SharedCtor(::google::protobuf::Arena *arena)
::google::protobuf::Metadata GetMetadata() const final
static const EthStats & default_instance()
static const EthStats * internal_default_instance()
static const ::google::protobuf::Descriptor * descriptor()
void UnsafeArenaSwap(EthXStatsErrors *other)
friend void swap(EthXStatsErrors &a, EthXStatsErrors &b)
EthXStatsErrors & operator=(const EthXStatsErrors &from)
EthXStatsErrors * New(::google::protobuf::Arena *arena=nullptr) const final
void MergeFrom(const EthXStatsErrors &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const EthXStatsErrors & default_instance()
static const ::google::protobuf::Descriptor * GetDescriptor()
EthXStatsErrors(EthXStatsErrors &&from) noexcept
static const ::google::protobuf::internal::TcParseTable< 4, 14, 0, 0, 7 > _table_
PROTOBUF_CONSTEXPR EthXStatsErrors(::google::protobuf::internal::ConstantInitialized)
static const EthXStatsErrors * internal_default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Reflection * GetReflection()
EthXStatsErrors & operator=(EthXStatsErrors &&from) noexcept
PROTOBUF_CONSTEXPR EthXStatsInfo(::google::protobuf::internal::ConstantInitialized)
friend void swap(EthXStatsInfo &a, EthXStatsInfo &b)
EthXStatsInfo & operator=(const EthXStatsInfo &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Reflection * GetReflection()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const EthXStatsInfo & default_instance()
EthXStatsInfo(EthXStatsInfo &&from) noexcept
static const ::google::protobuf::Descriptor * GetDescriptor()
void UnsafeArenaSwap(EthXStatsInfo *other)
EthXStatsInfo & operator=(EthXStatsInfo &&from) noexcept
static const ::google::protobuf::Descriptor * descriptor()
static const EthXStatsInfo * internal_default_instance()
EthXStatsInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::internal::TcParseTable< 5, 35, 0, 0, 19 > _table_
void MergeFrom(const EthXStatsInfo &from)
static const QueueEthXStats & default_instance()
void UnsafeArenaSwap(QueueEthXStats *other)
QueueEthXStats(QueueEthXStats &&from) noexcept
QueueEthXStats & operator=(const QueueEthXStats &from)
static const ::google::protobuf::Reflection * GetReflection()
QueueEthXStats * New(::google::protobuf::Arena *arena=nullptr) const final
friend void swap(QueueEthXStats &a, QueueEthXStats &b)
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
PROTOBUF_CONSTEXPR QueueEthXStats(::google::protobuf::internal::ConstantInitialized)
void MergeFrom(const QueueEthXStats &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
QueueEthXStats & operator=(QueueEthXStats &&from) noexcept
static const QueueEthXStats * internal_default_instance()
static const ::google::protobuf::Reflection * GetReflection()
void MergeFrom(const QueueInfo &from)
void UnsafeArenaSwap(QueueInfo *other)
QueueInfo(QueueInfo &&from) noexcept
QueueInfo & operator=(const QueueInfo &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const QueueInfo * internal_default_instance()
QueueInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
static const QueueInfo & default_instance()
void SharedCtor(::google::protobuf::Arena *arena)
QueueInfo & operator=(QueueInfo &&from) noexcept
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void swap(QueueInfo &a, QueueInfo &b)
static const ::google::protobuf::Descriptor * descriptor()
PROTOBUF_CONSTEXPR QueueInfo(::google::protobuf::internal::ConstantInitialized)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthStatsDefaultTypeInternal _EthStats_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueEthXStatsDefaultTypeInternal _QueueEthXStats_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthXStatsErrorsDefaultTypeInternal _EthXStatsErrors_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueInfoDefaultTypeInternal _QueueInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EthXStatsInfoDefaultTypeInternal _EthXStatsInfo_default_instance_
Including Qt Headers.
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_