DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TRBModule.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dfmodules/opmon/TRBModule.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fTRBModule_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fTRBModule_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_dfmodules_2fopmon_2fTRBModule_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 dfmodules {
58namespace opmon {
59class TRBErrors;
60struct TRBErrorsDefaultTypeInternal;
61extern TRBErrorsDefaultTypeInternal _TRBErrors_default_instance_;
62class TRBInfo;
63struct TRBInfoDefaultTypeInternal;
64extern TRBInfoDefaultTypeInternal _TRBInfo_default_instance_;
65} // namespace opmon
66} // namespace dfmodules
67} // namespace dunedaq
68namespace google {
69namespace protobuf {
70} // namespace protobuf
71} // namespace google
72
73namespace dunedaq {
74namespace dfmodules {
75namespace opmon {
76
77// ===================================================================
78
79
80// -------------------------------------------------------------------
81
82class TRBInfo final :
83 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dfmodules.opmon.TRBInfo) */ {
84 public:
85 inline TRBInfo() : TRBInfo(nullptr) {}
86 ~TRBInfo() override;
87 template<typename = void>
88 explicit PROTOBUF_CONSTEXPR TRBInfo(::google::protobuf::internal::ConstantInitialized);
89
90 TRBInfo(const TRBInfo& from);
91 TRBInfo(TRBInfo&& from) noexcept
92 : TRBInfo() {
93 *this = ::std::move(from);
94 }
95
96 inline TRBInfo& operator=(const TRBInfo& from) {
97 CopyFrom(from);
98 return *this;
99 }
100 inline TRBInfo& operator=(TRBInfo&& from) noexcept {
101 if (this == &from) return *this;
102 if (GetOwningArena() == from.GetOwningArena()
103 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104 && GetOwningArena() != nullptr
105 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
106 ) {
107 InternalSwap(&from);
108 } else {
109 CopyFrom(from);
110 }
111 return *this;
112 }
113
114 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
115 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
116 }
117 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
118 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
119 }
120
121 static const ::google::protobuf::Descriptor* descriptor() {
122 return GetDescriptor();
123 }
124 static const ::google::protobuf::Descriptor* GetDescriptor() {
125 return default_instance().GetMetadata().descriptor;
126 }
127 static const ::google::protobuf::Reflection* GetReflection() {
128 return default_instance().GetMetadata().reflection;
129 }
130 static const TRBInfo& default_instance() {
132 }
133 static inline const TRBInfo* internal_default_instance() {
134 return reinterpret_cast<const TRBInfo*>(
136 }
137 static constexpr int kIndexInFileMessages =
138 0;
139
140 friend void swap(TRBInfo& a, TRBInfo& b) {
141 a.Swap(&b);
142 }
143 inline void Swap(TRBInfo* other) {
144 if (other == this) return;
145 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() != nullptr &&
147 GetOwningArena() == other->GetOwningArena()) {
148 #else // PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() == other->GetOwningArena()) {
150 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
151 InternalSwap(other);
152 } else {
153 ::google::protobuf::internal::GenericSwap(this, other);
154 }
155 }
157 if (other == this) return;
158 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
159 InternalSwap(other);
160 }
161
162 // implements Message ----------------------------------------------
163
164 TRBInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
165 return CreateMaybeMessage<TRBInfo>(arena);
166 }
167 using ::google::protobuf::Message::CopyFrom;
168 void CopyFrom(const TRBInfo& from);
169 using ::google::protobuf::Message::MergeFrom;
170 void MergeFrom( const TRBInfo& from) {
171 TRBInfo::MergeImpl(*this, from);
172 }
173 private:
174 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
175 public:
176 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
177 bool IsInitialized() const final;
178
179 ::size_t ByteSizeLong() const final;
180 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
181 ::uint8_t* _InternalSerialize(
182 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
183 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
184
185 private:
186 void SharedCtor(::google::protobuf::Arena* arena);
187 void SharedDtor();
188 void SetCachedSize(int size) const final;
189 void InternalSwap(TRBInfo* other);
190
191 private:
192 friend class ::google::protobuf::internal::AnyMetadata;
193 static ::absl::string_view FullMessageName() {
194 return "dunedaq.dfmodules.opmon.TRBInfo";
195 }
196 protected:
197 explicit TRBInfo(::google::protobuf::Arena* arena);
198 public:
199
200 static const ClassData _class_data_;
201 const ::google::protobuf::Message::ClassData*GetClassData() const final;
202
203 ::google::protobuf::Metadata GetMetadata() const final;
204
205 // nested types ----------------------------------------------------
206
207 // accessors -------------------------------------------------------
208
209 enum : int {
223 };
224 // uint64 pending_trigger_decisions = 1;
226 ::uint64_t pending_trigger_decisions() const;
227 void set_pending_trigger_decisions(::uint64_t value);
228
229 private:
230 ::uint64_t _internal_pending_trigger_decisions() const;
231 void _internal_set_pending_trigger_decisions(::uint64_t value);
232
233 public:
234 // uint64 fragments_in_the_book = 2;
236 ::uint64_t fragments_in_the_book() const;
237 void set_fragments_in_the_book(::uint64_t value);
238
239 private:
240 ::uint64_t _internal_fragments_in_the_book() const;
241 void _internal_set_fragments_in_the_book(::uint64_t value);
242
243 public:
244 // uint64 pending_fragments = 3;
246 ::uint64_t pending_fragments() const;
247 void set_pending_fragments(::uint64_t value);
248
249 private:
250 ::uint64_t _internal_pending_fragments() const;
251 void _internal_set_pending_fragments(::uint64_t value);
252
253 public:
254 // uint64 received_trigger_decisions = 20;
256 ::uint64_t received_trigger_decisions() const;
257 void set_received_trigger_decisions(::uint64_t value);
258
259 private:
260 ::uint64_t _internal_received_trigger_decisions() const;
261 void _internal_set_received_trigger_decisions(::uint64_t value);
262
263 public:
264 // uint64 generated_trigger_records = 21;
266 ::uint64_t generated_trigger_records() const;
267 void set_generated_trigger_records(::uint64_t value);
268
269 private:
270 ::uint64_t _internal_generated_trigger_records() const;
271 void _internal_set_generated_trigger_records(::uint64_t value);
272
273 public:
274 // uint64 generated_data_requests = 22;
276 ::uint64_t generated_data_requests() const;
277 void set_generated_data_requests(::uint64_t value);
278
279 private:
280 ::uint64_t _internal_generated_data_requests() const;
281 void _internal_set_generated_data_requests(::uint64_t value);
282
283 public:
284 // uint64 sleep_counter = 23;
285 void clear_sleep_counter() ;
286 ::uint64_t sleep_counter() const;
287 void set_sleep_counter(::uint64_t value);
288
289 private:
290 ::uint64_t _internal_sleep_counter() const;
291 void _internal_set_sleep_counter(::uint64_t value);
292
293 public:
294 // uint64 loop_counter = 24;
295 void clear_loop_counter() ;
296 ::uint64_t loop_counter() const;
297 void set_loop_counter(::uint64_t value);
298
299 private:
300 ::uint64_t _internal_loop_counter() const;
301 void _internal_set_loop_counter(::uint64_t value);
302
303 public:
304 // uint64 data_waiting_time = 25;
306 ::uint64_t data_waiting_time() const;
307 void set_data_waiting_time(::uint64_t value);
308
309 private:
310 ::uint64_t _internal_data_waiting_time() const;
311 void _internal_set_data_waiting_time(::uint64_t value);
312
313 public:
314 // uint64 data_request_width = 26;
316 ::uint64_t data_request_width() const;
317 void set_data_request_width(::uint64_t value);
318
319 private:
320 ::uint64_t _internal_data_request_width() const;
321 void _internal_set_data_request_width(::uint64_t value);
322
323 public:
324 // uint64 trigger_decision_width = 27;
326 ::uint64_t trigger_decision_width() const;
327 void set_trigger_decision_width(::uint64_t value);
328
329 private:
330 ::uint64_t _internal_trigger_decision_width() const;
331 void _internal_set_trigger_decision_width(::uint64_t value);
332
333 public:
334 // uint64 received_trmon_requests = 28;
336 ::uint64_t received_trmon_requests() const;
337 void set_received_trmon_requests(::uint64_t value);
338
339 private:
340 ::uint64_t _internal_received_trmon_requests() const;
341 void _internal_set_received_trmon_requests(::uint64_t value);
342
343 public:
344 // uint64 sent_trmon = 29;
345 void clear_sent_trmon() ;
346 ::uint64_t sent_trmon() const;
347 void set_sent_trmon(::uint64_t value);
348
349 private:
350 ::uint64_t _internal_sent_trmon() const;
351 void _internal_set_sent_trmon(::uint64_t value);
352
353 public:
354 // @@protoc_insertion_point(class_scope:dunedaq.dfmodules.opmon.TRBInfo)
355 private:
356 class _Internal;
357
358 friend class ::google::protobuf::internal::TcParser;
359 static const ::google::protobuf::internal::TcParseTable<4, 13, 0, 0, 2> _table_;
360 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
363 struct Impl_ {
370 ::uint64_t sleep_counter_;
371 ::uint64_t loop_counter_;
376 ::uint64_t sent_trmon_;
377 mutable ::google::protobuf::internal::CachedSize _cached_size_;
378 PROTOBUF_TSAN_DECLARE_MEMBER
379 };
380 union { Impl_ _impl_; };
381 friend struct ::TableStruct_dfmodules_2fopmon_2fTRBModule_2eproto;
382};// -------------------------------------------------------------------
383
384class TRBErrors final :
385 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dfmodules.opmon.TRBErrors) */ {
386 public:
387 inline TRBErrors() : TRBErrors(nullptr) {}
388 ~TRBErrors() override;
389 template<typename = void>
390 explicit PROTOBUF_CONSTEXPR TRBErrors(::google::protobuf::internal::ConstantInitialized);
391
392 TRBErrors(const TRBErrors& from);
393 TRBErrors(TRBErrors&& from) noexcept
394 : TRBErrors() {
395 *this = ::std::move(from);
396 }
397
398 inline TRBErrors& operator=(const TRBErrors& from) {
399 CopyFrom(from);
400 return *this;
401 }
402 inline TRBErrors& operator=(TRBErrors&& from) noexcept {
403 if (this == &from) return *this;
404 if (GetOwningArena() == from.GetOwningArena()
405 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
406 && GetOwningArena() != nullptr
407 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
408 ) {
409 InternalSwap(&from);
410 } else {
411 CopyFrom(from);
412 }
413 return *this;
414 }
415
416 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
417 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
418 }
419 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
420 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
421 }
422
423 static const ::google::protobuf::Descriptor* descriptor() {
424 return GetDescriptor();
425 }
426 static const ::google::protobuf::Descriptor* GetDescriptor() {
427 return default_instance().GetMetadata().descriptor;
428 }
429 static const ::google::protobuf::Reflection* GetReflection() {
430 return default_instance().GetMetadata().reflection;
431 }
432 static const TRBErrors& default_instance() {
433 return *internal_default_instance();
434 }
435 static inline const TRBErrors* internal_default_instance() {
436 return reinterpret_cast<const TRBErrors*>(
438 }
439 static constexpr int kIndexInFileMessages =
440 1;
441
442 friend void swap(TRBErrors& a, TRBErrors& b) {
443 a.Swap(&b);
444 }
445 inline void Swap(TRBErrors* other) {
446 if (other == this) return;
447 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
448 if (GetOwningArena() != nullptr &&
449 GetOwningArena() == other->GetOwningArena()) {
450 #else // PROTOBUF_FORCE_COPY_IN_SWAP
451 if (GetOwningArena() == other->GetOwningArena()) {
452 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
453 InternalSwap(other);
454 } else {
455 ::google::protobuf::internal::GenericSwap(this, other);
456 }
457 }
459 if (other == this) return;
460 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
461 InternalSwap(other);
462 }
463
464 // implements Message ----------------------------------------------
465
466 TRBErrors* New(::google::protobuf::Arena* arena = nullptr) const final {
467 return CreateMaybeMessage<TRBErrors>(arena);
468 }
469 using ::google::protobuf::Message::CopyFrom;
470 void CopyFrom(const TRBErrors& from);
471 using ::google::protobuf::Message::MergeFrom;
472 void MergeFrom( const TRBErrors& from) {
473 TRBErrors::MergeImpl(*this, from);
474 }
475 private:
476 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
477 public:
478 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
479 bool IsInitialized() const final;
480
481 ::size_t ByteSizeLong() const final;
482 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
483 ::uint8_t* _InternalSerialize(
484 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
485 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
486
487 private:
488 void SharedCtor(::google::protobuf::Arena* arena);
489 void SharedDtor();
490 void SetCachedSize(int size) const final;
491 void InternalSwap(TRBErrors* other);
492
493 private:
494 friend class ::google::protobuf::internal::AnyMetadata;
495 static ::absl::string_view FullMessageName() {
496 return "dunedaq.dfmodules.opmon.TRBErrors";
497 }
498 protected:
499 explicit TRBErrors(::google::protobuf::Arena* arena);
500 public:
501
502 static const ClassData _class_data_;
503 const ::google::protobuf::Message::ClassData*GetClassData() const final;
504
505 ::google::protobuf::Metadata GetMetadata() const final;
506
507 // nested types ----------------------------------------------------
508
509 // accessors -------------------------------------------------------
510
511 enum : int {
512 kTimedOutTriggerRecordsFieldNumber = 1,
513 kUnexpectedFragmentsFieldNumber = 2,
514 kUnexpectedTriggerDecisionsFieldNumber = 3,
515 kAbandonedTriggerRecordsFieldNumber = 4,
516 kLostFragmentsFieldNumber = 5,
517 kInvalidRequestsFieldNumber = 6,
518 kDuplicatedTriggerIdsFieldNumber = 7,
519 };
520 // uint64 timed_out_trigger_records = 1;
521 void clear_timed_out_trigger_records() ;
522 ::uint64_t timed_out_trigger_records() const;
523 void set_timed_out_trigger_records(::uint64_t value);
524
525 private:
526 ::uint64_t _internal_timed_out_trigger_records() const;
527 void _internal_set_timed_out_trigger_records(::uint64_t value);
528
529 public:
530 // uint64 unexpected_fragments = 2;
531 void clear_unexpected_fragments() ;
532 ::uint64_t unexpected_fragments() const;
533 void set_unexpected_fragments(::uint64_t value);
534
535 private:
536 ::uint64_t _internal_unexpected_fragments() const;
537 void _internal_set_unexpected_fragments(::uint64_t value);
538
539 public:
540 // uint64 unexpected_trigger_decisions = 3;
541 void clear_unexpected_trigger_decisions() ;
542 ::uint64_t unexpected_trigger_decisions() const;
543 void set_unexpected_trigger_decisions(::uint64_t value);
544
545 private:
546 ::uint64_t _internal_unexpected_trigger_decisions() const;
547 void _internal_set_unexpected_trigger_decisions(::uint64_t value);
548
549 public:
550 // uint64 abandoned_trigger_records = 4;
551 void clear_abandoned_trigger_records() ;
552 ::uint64_t abandoned_trigger_records() const;
553 void set_abandoned_trigger_records(::uint64_t value);
554
555 private:
556 ::uint64_t _internal_abandoned_trigger_records() const;
557 void _internal_set_abandoned_trigger_records(::uint64_t value);
558
559 public:
560 // uint64 lost_fragments = 5;
561 void clear_lost_fragments() ;
562 ::uint64_t lost_fragments() const;
563 void set_lost_fragments(::uint64_t value);
564
565 private:
566 ::uint64_t _internal_lost_fragments() const;
567 void _internal_set_lost_fragments(::uint64_t value);
568
569 public:
570 // uint64 invalid_requests = 6;
571 void clear_invalid_requests() ;
572 ::uint64_t invalid_requests() const;
573 void set_invalid_requests(::uint64_t value);
574
575 private:
576 ::uint64_t _internal_invalid_requests() const;
577 void _internal_set_invalid_requests(::uint64_t value);
578
579 public:
580 // uint64 duplicated_trigger_ids = 7;
581 void clear_duplicated_trigger_ids() ;
582 ::uint64_t duplicated_trigger_ids() const;
583 void set_duplicated_trigger_ids(::uint64_t value);
584
585 private:
586 ::uint64_t _internal_duplicated_trigger_ids() const;
587 void _internal_set_duplicated_trigger_ids(::uint64_t value);
588
589 public:
590 // @@protoc_insertion_point(class_scope:dunedaq.dfmodules.opmon.TRBErrors)
591 private:
592 class _Internal;
593
594 friend class ::google::protobuf::internal::TcParser;
595 static const ::google::protobuf::internal::TcParseTable<3, 7, 0, 0, 2> _table_;
596 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
599 struct Impl_ {
604 ::uint64_t lost_fragments_;
607 mutable ::google::protobuf::internal::CachedSize _cached_size_;
608 PROTOBUF_TSAN_DECLARE_MEMBER
609 };
610 union { Impl_ _impl_; };
611 friend struct ::TableStruct_dfmodules_2fopmon_2fTRBModule_2eproto;
612};
613
614// ===================================================================
615
616
617
618
619// ===================================================================
620
621
622#ifdef __GNUC__
623#pragma GCC diagnostic push
624#pragma GCC diagnostic ignored "-Wstrict-aliasing"
625#endif // __GNUC__
626// -------------------------------------------------------------------
627
628// TRBInfo
629
630// uint64 pending_trigger_decisions = 1;
631inline void TRBInfo::clear_pending_trigger_decisions() {
632 _impl_.pending_trigger_decisions_ = ::uint64_t{0u};
633}
634inline ::uint64_t TRBInfo::pending_trigger_decisions() const {
635 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.pending_trigger_decisions)
636 return _internal_pending_trigger_decisions();
637}
638inline void TRBInfo::set_pending_trigger_decisions(::uint64_t value) {
639 _internal_set_pending_trigger_decisions(value);
640 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.pending_trigger_decisions)
641}
642inline ::uint64_t TRBInfo::_internal_pending_trigger_decisions() const {
643 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
644 return _impl_.pending_trigger_decisions_;
645}
646inline void TRBInfo::_internal_set_pending_trigger_decisions(::uint64_t value) {
647 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
648 ;
649 _impl_.pending_trigger_decisions_ = value;
650}
651
652// uint64 fragments_in_the_book = 2;
653inline void TRBInfo::clear_fragments_in_the_book() {
654 _impl_.fragments_in_the_book_ = ::uint64_t{0u};
655}
656inline ::uint64_t TRBInfo::fragments_in_the_book() const {
657 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.fragments_in_the_book)
658 return _internal_fragments_in_the_book();
659}
660inline void TRBInfo::set_fragments_in_the_book(::uint64_t value) {
661 _internal_set_fragments_in_the_book(value);
662 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.fragments_in_the_book)
663}
664inline ::uint64_t TRBInfo::_internal_fragments_in_the_book() const {
665 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
666 return _impl_.fragments_in_the_book_;
667}
668inline void TRBInfo::_internal_set_fragments_in_the_book(::uint64_t value) {
669 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
670 ;
671 _impl_.fragments_in_the_book_ = value;
672}
673
674// uint64 pending_fragments = 3;
675inline void TRBInfo::clear_pending_fragments() {
676 _impl_.pending_fragments_ = ::uint64_t{0u};
677}
678inline ::uint64_t TRBInfo::pending_fragments() const {
679 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.pending_fragments)
680 return _internal_pending_fragments();
681}
682inline void TRBInfo::set_pending_fragments(::uint64_t value) {
683 _internal_set_pending_fragments(value);
684 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.pending_fragments)
685}
686inline ::uint64_t TRBInfo::_internal_pending_fragments() const {
687 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
688 return _impl_.pending_fragments_;
689}
690inline void TRBInfo::_internal_set_pending_fragments(::uint64_t value) {
691 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
692 ;
693 _impl_.pending_fragments_ = value;
694}
695
696// uint64 received_trigger_decisions = 20;
697inline void TRBInfo::clear_received_trigger_decisions() {
698 _impl_.received_trigger_decisions_ = ::uint64_t{0u};
699}
700inline ::uint64_t TRBInfo::received_trigger_decisions() const {
701 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.received_trigger_decisions)
702 return _internal_received_trigger_decisions();
703}
704inline void TRBInfo::set_received_trigger_decisions(::uint64_t value) {
705 _internal_set_received_trigger_decisions(value);
706 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.received_trigger_decisions)
707}
708inline ::uint64_t TRBInfo::_internal_received_trigger_decisions() const {
709 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
710 return _impl_.received_trigger_decisions_;
711}
712inline void TRBInfo::_internal_set_received_trigger_decisions(::uint64_t value) {
713 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
714 ;
715 _impl_.received_trigger_decisions_ = value;
716}
717
718// uint64 generated_trigger_records = 21;
719inline void TRBInfo::clear_generated_trigger_records() {
720 _impl_.generated_trigger_records_ = ::uint64_t{0u};
721}
722inline ::uint64_t TRBInfo::generated_trigger_records() const {
723 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.generated_trigger_records)
724 return _internal_generated_trigger_records();
725}
726inline void TRBInfo::set_generated_trigger_records(::uint64_t value) {
727 _internal_set_generated_trigger_records(value);
728 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.generated_trigger_records)
729}
730inline ::uint64_t TRBInfo::_internal_generated_trigger_records() const {
731 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
732 return _impl_.generated_trigger_records_;
733}
734inline void TRBInfo::_internal_set_generated_trigger_records(::uint64_t value) {
735 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
736 ;
737 _impl_.generated_trigger_records_ = value;
738}
739
740// uint64 generated_data_requests = 22;
741inline void TRBInfo::clear_generated_data_requests() {
742 _impl_.generated_data_requests_ = ::uint64_t{0u};
743}
744inline ::uint64_t TRBInfo::generated_data_requests() const {
745 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.generated_data_requests)
746 return _internal_generated_data_requests();
747}
748inline void TRBInfo::set_generated_data_requests(::uint64_t value) {
749 _internal_set_generated_data_requests(value);
750 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.generated_data_requests)
751}
752inline ::uint64_t TRBInfo::_internal_generated_data_requests() const {
753 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
754 return _impl_.generated_data_requests_;
755}
756inline void TRBInfo::_internal_set_generated_data_requests(::uint64_t value) {
757 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
758 ;
759 _impl_.generated_data_requests_ = value;
760}
761
762// uint64 sleep_counter = 23;
763inline void TRBInfo::clear_sleep_counter() {
764 _impl_.sleep_counter_ = ::uint64_t{0u};
765}
766inline ::uint64_t TRBInfo::sleep_counter() const {
767 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.sleep_counter)
768 return _internal_sleep_counter();
769}
770inline void TRBInfo::set_sleep_counter(::uint64_t value) {
771 _internal_set_sleep_counter(value);
772 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.sleep_counter)
773}
774inline ::uint64_t TRBInfo::_internal_sleep_counter() const {
775 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
776 return _impl_.sleep_counter_;
777}
778inline void TRBInfo::_internal_set_sleep_counter(::uint64_t value) {
779 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
780 ;
781 _impl_.sleep_counter_ = value;
782}
783
784// uint64 loop_counter = 24;
785inline void TRBInfo::clear_loop_counter() {
786 _impl_.loop_counter_ = ::uint64_t{0u};
787}
788inline ::uint64_t TRBInfo::loop_counter() const {
789 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.loop_counter)
790 return _internal_loop_counter();
791}
792inline void TRBInfo::set_loop_counter(::uint64_t value) {
793 _internal_set_loop_counter(value);
794 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.loop_counter)
795}
796inline ::uint64_t TRBInfo::_internal_loop_counter() const {
797 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
798 return _impl_.loop_counter_;
799}
800inline void TRBInfo::_internal_set_loop_counter(::uint64_t value) {
801 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
802 ;
803 _impl_.loop_counter_ = value;
804}
805
806// uint64 data_waiting_time = 25;
807inline void TRBInfo::clear_data_waiting_time() {
808 _impl_.data_waiting_time_ = ::uint64_t{0u};
809}
810inline ::uint64_t TRBInfo::data_waiting_time() const {
811 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.data_waiting_time)
812 return _internal_data_waiting_time();
813}
814inline void TRBInfo::set_data_waiting_time(::uint64_t value) {
815 _internal_set_data_waiting_time(value);
816 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.data_waiting_time)
817}
818inline ::uint64_t TRBInfo::_internal_data_waiting_time() const {
819 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
820 return _impl_.data_waiting_time_;
821}
822inline void TRBInfo::_internal_set_data_waiting_time(::uint64_t value) {
823 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
824 ;
825 _impl_.data_waiting_time_ = value;
826}
827
828// uint64 data_request_width = 26;
829inline void TRBInfo::clear_data_request_width() {
830 _impl_.data_request_width_ = ::uint64_t{0u};
831}
832inline ::uint64_t TRBInfo::data_request_width() const {
833 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.data_request_width)
834 return _internal_data_request_width();
835}
836inline void TRBInfo::set_data_request_width(::uint64_t value) {
837 _internal_set_data_request_width(value);
838 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.data_request_width)
839}
840inline ::uint64_t TRBInfo::_internal_data_request_width() const {
841 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
842 return _impl_.data_request_width_;
843}
844inline void TRBInfo::_internal_set_data_request_width(::uint64_t value) {
845 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
846 ;
847 _impl_.data_request_width_ = value;
848}
849
850// uint64 trigger_decision_width = 27;
851inline void TRBInfo::clear_trigger_decision_width() {
852 _impl_.trigger_decision_width_ = ::uint64_t{0u};
853}
854inline ::uint64_t TRBInfo::trigger_decision_width() const {
855 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.trigger_decision_width)
856 return _internal_trigger_decision_width();
857}
858inline void TRBInfo::set_trigger_decision_width(::uint64_t value) {
859 _internal_set_trigger_decision_width(value);
860 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.trigger_decision_width)
861}
862inline ::uint64_t TRBInfo::_internal_trigger_decision_width() const {
863 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
864 return _impl_.trigger_decision_width_;
865}
866inline void TRBInfo::_internal_set_trigger_decision_width(::uint64_t value) {
867 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
868 ;
869 _impl_.trigger_decision_width_ = value;
870}
871
872// uint64 received_trmon_requests = 28;
873inline void TRBInfo::clear_received_trmon_requests() {
874 _impl_.received_trmon_requests_ = ::uint64_t{0u};
875}
876inline ::uint64_t TRBInfo::received_trmon_requests() const {
877 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.received_trmon_requests)
878 return _internal_received_trmon_requests();
879}
880inline void TRBInfo::set_received_trmon_requests(::uint64_t value) {
881 _internal_set_received_trmon_requests(value);
882 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.received_trmon_requests)
883}
884inline ::uint64_t TRBInfo::_internal_received_trmon_requests() const {
885 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
886 return _impl_.received_trmon_requests_;
887}
888inline void TRBInfo::_internal_set_received_trmon_requests(::uint64_t value) {
889 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
890 ;
891 _impl_.received_trmon_requests_ = value;
892}
893
894// uint64 sent_trmon = 29;
895inline void TRBInfo::clear_sent_trmon() {
896 _impl_.sent_trmon_ = ::uint64_t{0u};
897}
898inline ::uint64_t TRBInfo::sent_trmon() const {
899 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBInfo.sent_trmon)
900 return _internal_sent_trmon();
901}
902inline void TRBInfo::set_sent_trmon(::uint64_t value) {
903 _internal_set_sent_trmon(value);
904 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBInfo.sent_trmon)
905}
906inline ::uint64_t TRBInfo::_internal_sent_trmon() const {
907 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
908 return _impl_.sent_trmon_;
909}
910inline void TRBInfo::_internal_set_sent_trmon(::uint64_t value) {
911 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
912 ;
913 _impl_.sent_trmon_ = value;
914}
915
916// -------------------------------------------------------------------
917
918// TRBErrors
919
920// uint64 timed_out_trigger_records = 1;
921inline void TRBErrors::clear_timed_out_trigger_records() {
922 _impl_.timed_out_trigger_records_ = ::uint64_t{0u};
923}
924inline ::uint64_t TRBErrors::timed_out_trigger_records() const {
925 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.timed_out_trigger_records)
926 return _internal_timed_out_trigger_records();
927}
928inline void TRBErrors::set_timed_out_trigger_records(::uint64_t value) {
929 _internal_set_timed_out_trigger_records(value);
930 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.timed_out_trigger_records)
931}
932inline ::uint64_t TRBErrors::_internal_timed_out_trigger_records() const {
933 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
934 return _impl_.timed_out_trigger_records_;
935}
936inline void TRBErrors::_internal_set_timed_out_trigger_records(::uint64_t value) {
937 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
938 ;
939 _impl_.timed_out_trigger_records_ = value;
940}
941
942// uint64 unexpected_fragments = 2;
943inline void TRBErrors::clear_unexpected_fragments() {
944 _impl_.unexpected_fragments_ = ::uint64_t{0u};
945}
946inline ::uint64_t TRBErrors::unexpected_fragments() const {
947 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.unexpected_fragments)
948 return _internal_unexpected_fragments();
949}
950inline void TRBErrors::set_unexpected_fragments(::uint64_t value) {
951 _internal_set_unexpected_fragments(value);
952 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.unexpected_fragments)
953}
954inline ::uint64_t TRBErrors::_internal_unexpected_fragments() const {
955 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
956 return _impl_.unexpected_fragments_;
957}
958inline void TRBErrors::_internal_set_unexpected_fragments(::uint64_t value) {
959 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
960 ;
961 _impl_.unexpected_fragments_ = value;
962}
963
964// uint64 unexpected_trigger_decisions = 3;
965inline void TRBErrors::clear_unexpected_trigger_decisions() {
966 _impl_.unexpected_trigger_decisions_ = ::uint64_t{0u};
967}
968inline ::uint64_t TRBErrors::unexpected_trigger_decisions() const {
969 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.unexpected_trigger_decisions)
970 return _internal_unexpected_trigger_decisions();
971}
972inline void TRBErrors::set_unexpected_trigger_decisions(::uint64_t value) {
973 _internal_set_unexpected_trigger_decisions(value);
974 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.unexpected_trigger_decisions)
975}
976inline ::uint64_t TRBErrors::_internal_unexpected_trigger_decisions() const {
977 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
978 return _impl_.unexpected_trigger_decisions_;
979}
980inline void TRBErrors::_internal_set_unexpected_trigger_decisions(::uint64_t value) {
981 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
982 ;
983 _impl_.unexpected_trigger_decisions_ = value;
984}
985
986// uint64 abandoned_trigger_records = 4;
987inline void TRBErrors::clear_abandoned_trigger_records() {
988 _impl_.abandoned_trigger_records_ = ::uint64_t{0u};
989}
990inline ::uint64_t TRBErrors::abandoned_trigger_records() const {
991 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.abandoned_trigger_records)
992 return _internal_abandoned_trigger_records();
993}
994inline void TRBErrors::set_abandoned_trigger_records(::uint64_t value) {
995 _internal_set_abandoned_trigger_records(value);
996 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.abandoned_trigger_records)
997}
998inline ::uint64_t TRBErrors::_internal_abandoned_trigger_records() const {
999 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1000 return _impl_.abandoned_trigger_records_;
1001}
1002inline void TRBErrors::_internal_set_abandoned_trigger_records(::uint64_t value) {
1003 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1004 ;
1005 _impl_.abandoned_trigger_records_ = value;
1006}
1007
1008// uint64 lost_fragments = 5;
1009inline void TRBErrors::clear_lost_fragments() {
1010 _impl_.lost_fragments_ = ::uint64_t{0u};
1011}
1012inline ::uint64_t TRBErrors::lost_fragments() const {
1013 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.lost_fragments)
1014 return _internal_lost_fragments();
1015}
1016inline void TRBErrors::set_lost_fragments(::uint64_t value) {
1017 _internal_set_lost_fragments(value);
1018 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.lost_fragments)
1019}
1020inline ::uint64_t TRBErrors::_internal_lost_fragments() const {
1021 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1022 return _impl_.lost_fragments_;
1023}
1024inline void TRBErrors::_internal_set_lost_fragments(::uint64_t value) {
1025 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1026 ;
1027 _impl_.lost_fragments_ = value;
1028}
1029
1030// uint64 invalid_requests = 6;
1031inline void TRBErrors::clear_invalid_requests() {
1032 _impl_.invalid_requests_ = ::uint64_t{0u};
1033}
1034inline ::uint64_t TRBErrors::invalid_requests() const {
1035 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.invalid_requests)
1036 return _internal_invalid_requests();
1037}
1038inline void TRBErrors::set_invalid_requests(::uint64_t value) {
1039 _internal_set_invalid_requests(value);
1040 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.invalid_requests)
1041}
1042inline ::uint64_t TRBErrors::_internal_invalid_requests() const {
1043 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1044 return _impl_.invalid_requests_;
1045}
1046inline void TRBErrors::_internal_set_invalid_requests(::uint64_t value) {
1047 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1048 ;
1049 _impl_.invalid_requests_ = value;
1050}
1051
1052// uint64 duplicated_trigger_ids = 7;
1053inline void TRBErrors::clear_duplicated_trigger_ids() {
1054 _impl_.duplicated_trigger_ids_ = ::uint64_t{0u};
1055}
1056inline ::uint64_t TRBErrors::duplicated_trigger_ids() const {
1057 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRBErrors.duplicated_trigger_ids)
1058 return _internal_duplicated_trigger_ids();
1059}
1060inline void TRBErrors::set_duplicated_trigger_ids(::uint64_t value) {
1061 _internal_set_duplicated_trigger_ids(value);
1062 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRBErrors.duplicated_trigger_ids)
1063}
1064inline ::uint64_t TRBErrors::_internal_duplicated_trigger_ids() const {
1065 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1066 return _impl_.duplicated_trigger_ids_;
1067}
1068inline void TRBErrors::_internal_set_duplicated_trigger_ids(::uint64_t value) {
1069 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1070 ;
1071 _impl_.duplicated_trigger_ids_ = value;
1072}
1073
1074#ifdef __GNUC__
1075#pragma GCC diagnostic pop
1076#endif // __GNUC__
1077
1078// @@protoc_insertion_point(namespace_scope)
1079} // namespace opmon
1080} // namespace dfmodules
1081} // namespace dunedaq
1082
1083
1084// @@protoc_insertion_point(global_scope)
1085
1086#include "google/protobuf/port_undef.inc"
1087
1088#endif // GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fTRBModule_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_dfmodules_2fopmon_2fTRBModule_2eproto
void MergeFrom(const TRBErrors &from)
TRBErrors(TRBErrors &&from) noexcept
friend void swap(TRBErrors &a, TRBErrors &b)
TRBErrors & operator=(TRBErrors &&from) noexcept
TRBErrors & operator=(const TRBErrors &from)
static const ::google::protobuf::Reflection * GetReflection()
static const ClassData _class_data_
void UnsafeArenaSwap(TRBErrors *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const TRBErrors * internal_default_instance()
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::internal::TcParseTable< 3, 7, 0, 0, 2 > _table_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * GetDescriptor()
PROTOBUF_CONSTEXPR TRBErrors(::google::protobuf::internal::ConstantInitialized)
::absl::string_view FullMessageName()
static const TRBErrors & default_instance()
TRBErrors * New(::google::protobuf::Arena *arena=nullptr) const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
::uint64_t generated_data_requests() const
::uint64_t data_request_width() const
void _internal_set_trigger_decision_width(::uint64_t value)
::uint64_t generated_trigger_records() const
void CopyFrom(const TRBInfo &from)
void _internal_set_pending_trigger_decisions(::uint64_t value)
void set_sleep_counter(::uint64_t value)
TRBInfo & operator=(TRBInfo &&from) noexcept
void set_sent_trmon(::uint64_t value)
PROTOBUF_CONSTEXPR TRBInfo(::google::protobuf::internal::ConstantInitialized)
::uint64_t received_trigger_decisions() const
::uint64_t _internal_trigger_decision_width() const
void MergeFrom(const TRBInfo &from)
void _internal_set_data_waiting_time(::uint64_t value)
static const TRBInfo & default_instance()
::uint64_t _internal_received_trigger_decisions() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_trigger_decision_width(::uint64_t value)
void set_pending_trigger_decisions(::uint64_t value)
void set_fragments_in_the_book(::uint64_t value)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
::uint64_t _internal_sleep_counter() const
::uint64_t pending_trigger_decisions() const
static const ::google::protobuf::Descriptor * descriptor()
::uint64_t _internal_data_request_width() const
void _internal_set_received_trmon_requests(::uint64_t value)
void set_generated_data_requests(::uint64_t value)
static const ::google::protobuf::Descriptor * GetDescriptor()
static const ::google::protobuf::Reflection * GetReflection()
void set_data_waiting_time(::uint64_t value)
void set_received_trmon_requests(::uint64_t value)
void set_received_trigger_decisions(::uint64_t value)
TRBInfo & operator=(const TRBInfo &from)
void _internal_set_loop_counter(::uint64_t value)
void set_loop_counter(::uint64_t value)
::uint64_t trigger_decision_width() const
void SetCachedSize(int size) const final
::uint64_t _internal_loop_counter() const
void _internal_set_fragments_in_the_book(::uint64_t value)
::uint64_t _internal_data_waiting_time() const
static const TRBInfo * internal_default_instance()
void _internal_set_data_request_width(::uint64_t value)
void _internal_set_sent_trmon(::uint64_t value)
::uint64_t fragments_in_the_book() const
::uint64_t _internal_generated_trigger_records() const
::absl::string_view FullMessageName()
friend void swap(TRBInfo &a, TRBInfo &b)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::uint64_t _internal_pending_trigger_decisions() const
::size_t ByteSizeLong() const final
::uint64_t _internal_pending_fragments() const
TRBInfo * New(::google::protobuf::Arena *arena=nullptr) const final
void set_generated_trigger_records(::uint64_t value)
const ::google::protobuf::Message::ClassData * GetClassData() const final
void SharedCtor(::google::protobuf::Arena *arena)
void _internal_set_received_trigger_decisions(::uint64_t value)
void UnsafeArenaSwap(TRBInfo *other)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
void _internal_set_sleep_counter(::uint64_t value)
void _internal_set_generated_data_requests(::uint64_t value)
::uint64_t _internal_received_trmon_requests() const
::google::protobuf::Metadata GetMetadata() const final
void _internal_set_generated_trigger_records(::uint64_t value)
::uint64_t received_trmon_requests() const
::uint64_t _internal_sent_trmon() const
void set_pending_fragments(::uint64_t value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::uint64_t _internal_fragments_in_the_book() const
void _internal_set_pending_fragments(::uint64_t value)
static const ClassData _class_data_
static const ::google::protobuf::internal::TcParseTable< 4, 13, 0, 0, 2 > _table_
TRBInfo(TRBInfo &&from) noexcept
::uint64_t _internal_generated_data_requests() const
void set_data_request_width(::uint64_t value)
static constexpr int kIndexInFileMessages
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TRBInfoDefaultTypeInternal _TRBInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TRBErrorsDefaultTypeInternal _TRBErrors_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_