DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DFOModule.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dfmodules/opmon/DFOModule.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fDFOModule_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fDFOModule_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_2fDFOModule_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 DFOInfo;
60struct DFOInfoDefaultTypeInternal;
61extern DFOInfoDefaultTypeInternal _DFOInfo_default_instance_;
62class TriggerInfo;
63struct TriggerInfoDefaultTypeInternal;
64extern TriggerInfoDefaultTypeInternal _TriggerInfo_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 DFOInfo final :
83 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dfmodules.opmon.DFOInfo) */ {
84 public:
85 inline DFOInfo() : DFOInfo(nullptr) {}
86 ~DFOInfo() override;
87 template<typename = void>
88 explicit PROTOBUF_CONSTEXPR DFOInfo(::google::protobuf::internal::ConstantInitialized);
89
90 DFOInfo(const DFOInfo& from);
91 DFOInfo(DFOInfo&& from) noexcept
92 : DFOInfo() {
93 *this = ::std::move(from);
94 }
95
96 inline DFOInfo& operator=(const DFOInfo& from) {
97 CopyFrom(from);
98 return *this;
99 }
100 inline DFOInfo& operator=(DFOInfo&& 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 DFOInfo& default_instance() {
132 }
133 static inline const DFOInfo* internal_default_instance() {
134 return reinterpret_cast<const DFOInfo*>(
136 }
137 static constexpr int kIndexInFileMessages =
138 0;
139
140 friend void swap(DFOInfo& a, DFOInfo& b) {
141 a.Swap(&b);
142 }
143 inline void Swap(DFOInfo* 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 DFOInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
165 return CreateMaybeMessage<DFOInfo>(arena);
166 }
167 using ::google::protobuf::Message::CopyFrom;
168 void CopyFrom(const DFOInfo& from);
169 using ::google::protobuf::Message::MergeFrom;
170 void MergeFrom( const DFOInfo& from) {
171 DFOInfo::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(DFOInfo* other);
190
191 private:
192 friend class ::google::protobuf::internal::AnyMetadata;
193 static ::absl::string_view FullMessageName() {
194 return "dunedaq.dfmodules.opmon.DFOInfo";
195 }
196 protected:
197 explicit DFOInfo(::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 {
218 };
219 // uint64 tokens_received = 1;
220 void clear_tokens_received() ;
221 ::uint64_t tokens_received() const;
222 void set_tokens_received(::uint64_t value);
223
224 private:
225 ::uint64_t _internal_tokens_received() const;
226 void _internal_set_tokens_received(::uint64_t value);
227
228 public:
229 // uint64 decisions_received = 2;
231 ::uint64_t decisions_received() const;
232 void set_decisions_received(::uint64_t value);
233
234 private:
235 ::uint64_t _internal_decisions_received() const;
236 void _internal_set_decisions_received(::uint64_t value);
237
238 public:
239 // uint64 decisions_sent = 3;
240 void clear_decisions_sent() ;
241 ::uint64_t decisions_sent() const;
242 void set_decisions_sent(::uint64_t value);
243
244 private:
245 ::uint64_t _internal_decisions_sent() const;
246 void _internal_set_decisions_sent(::uint64_t value);
247
248 public:
249 // uint64 waiting_for_decision = 10;
251 ::uint64_t waiting_for_decision() const;
252 void set_waiting_for_decision(::uint64_t value);
253
254 private:
255 ::uint64_t _internal_waiting_for_decision() const;
256 void _internal_set_waiting_for_decision(::uint64_t value);
257
258 public:
259 // uint64 deciding_destination = 11;
261 ::uint64_t deciding_destination() const;
262 void set_deciding_destination(::uint64_t value);
263
264 private:
265 ::uint64_t _internal_deciding_destination() const;
266 void _internal_set_deciding_destination(::uint64_t value);
267
268 public:
269 // uint64 forwarding_decision = 12;
271 ::uint64_t forwarding_decision() const;
272 void set_forwarding_decision(::uint64_t value);
273
274 private:
275 ::uint64_t _internal_forwarding_decision() const;
276 void _internal_set_forwarding_decision(::uint64_t value);
277
278 public:
279 // uint64 waiting_for_token = 15;
281 ::uint64_t waiting_for_token() const;
282 void set_waiting_for_token(::uint64_t value);
283
284 private:
285 ::uint64_t _internal_waiting_for_token() const;
286 void _internal_set_waiting_for_token(::uint64_t value);
287
288 public:
289 // uint64 processing_token = 16;
291 ::uint64_t processing_token() const;
292 void set_processing_token(::uint64_t value);
293
294 private:
295 ::uint64_t _internal_processing_token() const;
296 void _internal_set_processing_token(::uint64_t value);
297
298 public:
299 // @@protoc_insertion_point(class_scope:dunedaq.dfmodules.opmon.DFOInfo)
300 private:
301 class _Internal;
302
303 friend class ::google::protobuf::internal::TcParser;
304 static const ::google::protobuf::internal::TcParseTable<4, 8, 0, 0, 2> _table_;
305 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
308 struct Impl_ {
311 ::uint64_t decisions_sent_;
317 mutable ::google::protobuf::internal::CachedSize _cached_size_;
318 PROTOBUF_TSAN_DECLARE_MEMBER
319 };
320 union { Impl_ _impl_; };
321 friend struct ::TableStruct_dfmodules_2fopmon_2fDFOModule_2eproto;
322};// -------------------------------------------------------------------
323
324class TriggerInfo final :
325 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.dfmodules.opmon.TriggerInfo) */ {
326 public:
327 inline TriggerInfo() : TriggerInfo(nullptr) {}
328 ~TriggerInfo() override;
329 template<typename = void>
330 explicit PROTOBUF_CONSTEXPR TriggerInfo(::google::protobuf::internal::ConstantInitialized);
331
332 TriggerInfo(const TriggerInfo& from);
333 TriggerInfo(TriggerInfo&& from) noexcept
334 : TriggerInfo() {
335 *this = ::std::move(from);
336 }
337
338 inline TriggerInfo& operator=(const TriggerInfo& from) {
339 CopyFrom(from);
340 return *this;
341 }
342 inline TriggerInfo& operator=(TriggerInfo&& from) noexcept {
343 if (this == &from) return *this;
344 if (GetOwningArena() == from.GetOwningArena()
345 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
346 && GetOwningArena() != nullptr
347 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
348 ) {
349 InternalSwap(&from);
350 } else {
351 CopyFrom(from);
352 }
353 return *this;
354 }
355
356 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
357 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
358 }
359 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
360 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
361 }
362
363 static const ::google::protobuf::Descriptor* descriptor() {
364 return GetDescriptor();
365 }
366 static const ::google::protobuf::Descriptor* GetDescriptor() {
367 return default_instance().GetMetadata().descriptor;
368 }
369 static const ::google::protobuf::Reflection* GetReflection() {
370 return default_instance().GetMetadata().reflection;
371 }
373 return *internal_default_instance();
374 }
375 static inline const TriggerInfo* internal_default_instance() {
376 return reinterpret_cast<const TriggerInfo*>(
377 &_TriggerInfo_default_instance_);
378 }
379 static constexpr int kIndexInFileMessages =
380 1;
381
382 friend void swap(TriggerInfo& a, TriggerInfo& b) {
383 a.Swap(&b);
384 }
385 inline void Swap(TriggerInfo* other) {
386 if (other == this) return;
387 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
388 if (GetOwningArena() != nullptr &&
389 GetOwningArena() == other->GetOwningArena()) {
390 #else // PROTOBUF_FORCE_COPY_IN_SWAP
391 if (GetOwningArena() == other->GetOwningArena()) {
392 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
393 InternalSwap(other);
394 } else {
395 ::google::protobuf::internal::GenericSwap(this, other);
396 }
397 }
399 if (other == this) return;
400 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
401 InternalSwap(other);
402 }
403
404 // implements Message ----------------------------------------------
405
406 TriggerInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
407 return CreateMaybeMessage<TriggerInfo>(arena);
408 }
409 using ::google::protobuf::Message::CopyFrom;
410 void CopyFrom(const TriggerInfo& from);
411 using ::google::protobuf::Message::MergeFrom;
412 void MergeFrom( const TriggerInfo& from) {
413 TriggerInfo::MergeImpl(*this, from);
414 }
415 private:
416 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
417 public:
418 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
419 bool IsInitialized() const final;
420
421 ::size_t ByteSizeLong() const final;
422 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
423 ::uint8_t* _InternalSerialize(
424 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
425 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
426
427 private:
428 void SharedCtor(::google::protobuf::Arena* arena);
429 void SharedDtor();
430 void SetCachedSize(int size) const final;
431 void InternalSwap(TriggerInfo* other);
432
433 private:
434 friend class ::google::protobuf::internal::AnyMetadata;
435 static ::absl::string_view FullMessageName() {
436 return "dunedaq.dfmodules.opmon.TriggerInfo";
437 }
438 protected:
439 explicit TriggerInfo(::google::protobuf::Arena* arena);
440 public:
441
442 static const ClassData _class_data_;
443 const ::google::protobuf::Message::ClassData*GetClassData() const final;
444
445 ::google::protobuf::Metadata GetMetadata() const final;
446
447 // nested types ----------------------------------------------------
448
449 // accessors -------------------------------------------------------
450
451 enum : int {
452 kReceivedFieldNumber = 1,
453 kCompletedFieldNumber = 2,
454 };
455 // uint64 received = 1;
456 void clear_received() ;
457 ::uint64_t received() const;
458 void set_received(::uint64_t value);
459
460 private:
461 ::uint64_t _internal_received() const;
462 void _internal_set_received(::uint64_t value);
463
464 public:
465 // uint64 completed = 2;
466 void clear_completed() ;
467 ::uint64_t completed() const;
468 void set_completed(::uint64_t value);
469
470 private:
471 ::uint64_t _internal_completed() const;
472 void _internal_set_completed(::uint64_t value);
473
474 public:
475 // @@protoc_insertion_point(class_scope:dunedaq.dfmodules.opmon.TriggerInfo)
476 private:
477 class _Internal;
478
479 friend class ::google::protobuf::internal::TcParser;
480 static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_;
481 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
484 struct Impl_ {
485 ::uint64_t received_;
486 ::uint64_t completed_;
487 mutable ::google::protobuf::internal::CachedSize _cached_size_;
488 PROTOBUF_TSAN_DECLARE_MEMBER
489 };
490 union { Impl_ _impl_; };
491 friend struct ::TableStruct_dfmodules_2fopmon_2fDFOModule_2eproto;
492};
493
494// ===================================================================
495
496
497
498
499// ===================================================================
500
501
502#ifdef __GNUC__
503#pragma GCC diagnostic push
504#pragma GCC diagnostic ignored "-Wstrict-aliasing"
505#endif // __GNUC__
506// -------------------------------------------------------------------
507
508// DFOInfo
509
510// uint64 tokens_received = 1;
511inline void DFOInfo::clear_tokens_received() {
512 _impl_.tokens_received_ = ::uint64_t{0u};
513}
514inline ::uint64_t DFOInfo::tokens_received() const {
515 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.tokens_received)
516 return _internal_tokens_received();
517}
518inline void DFOInfo::set_tokens_received(::uint64_t value) {
519 _internal_set_tokens_received(value);
520 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.tokens_received)
521}
522inline ::uint64_t DFOInfo::_internal_tokens_received() const {
523 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
524 return _impl_.tokens_received_;
525}
526inline void DFOInfo::_internal_set_tokens_received(::uint64_t value) {
527 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
528 ;
529 _impl_.tokens_received_ = value;
530}
531
532// uint64 decisions_received = 2;
533inline void DFOInfo::clear_decisions_received() {
534 _impl_.decisions_received_ = ::uint64_t{0u};
535}
536inline ::uint64_t DFOInfo::decisions_received() const {
537 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.decisions_received)
538 return _internal_decisions_received();
539}
540inline void DFOInfo::set_decisions_received(::uint64_t value) {
541 _internal_set_decisions_received(value);
542 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.decisions_received)
543}
544inline ::uint64_t DFOInfo::_internal_decisions_received() const {
545 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
546 return _impl_.decisions_received_;
547}
548inline void DFOInfo::_internal_set_decisions_received(::uint64_t value) {
549 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
550 ;
551 _impl_.decisions_received_ = value;
552}
553
554// uint64 decisions_sent = 3;
555inline void DFOInfo::clear_decisions_sent() {
556 _impl_.decisions_sent_ = ::uint64_t{0u};
557}
558inline ::uint64_t DFOInfo::decisions_sent() const {
559 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.decisions_sent)
560 return _internal_decisions_sent();
561}
562inline void DFOInfo::set_decisions_sent(::uint64_t value) {
563 _internal_set_decisions_sent(value);
564 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.decisions_sent)
565}
566inline ::uint64_t DFOInfo::_internal_decisions_sent() const {
567 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
568 return _impl_.decisions_sent_;
569}
570inline void DFOInfo::_internal_set_decisions_sent(::uint64_t value) {
571 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
572 ;
573 _impl_.decisions_sent_ = value;
574}
575
576// uint64 waiting_for_decision = 10;
577inline void DFOInfo::clear_waiting_for_decision() {
578 _impl_.waiting_for_decision_ = ::uint64_t{0u};
579}
580inline ::uint64_t DFOInfo::waiting_for_decision() const {
581 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_decision)
582 return _internal_waiting_for_decision();
583}
584inline void DFOInfo::set_waiting_for_decision(::uint64_t value) {
585 _internal_set_waiting_for_decision(value);
586 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_decision)
587}
588inline ::uint64_t DFOInfo::_internal_waiting_for_decision() const {
589 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
590 return _impl_.waiting_for_decision_;
591}
592inline void DFOInfo::_internal_set_waiting_for_decision(::uint64_t value) {
593 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
594 ;
595 _impl_.waiting_for_decision_ = value;
596}
597
598// uint64 deciding_destination = 11;
599inline void DFOInfo::clear_deciding_destination() {
600 _impl_.deciding_destination_ = ::uint64_t{0u};
601}
602inline ::uint64_t DFOInfo::deciding_destination() const {
603 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.deciding_destination)
604 return _internal_deciding_destination();
605}
606inline void DFOInfo::set_deciding_destination(::uint64_t value) {
607 _internal_set_deciding_destination(value);
608 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.deciding_destination)
609}
610inline ::uint64_t DFOInfo::_internal_deciding_destination() const {
611 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
612 return _impl_.deciding_destination_;
613}
614inline void DFOInfo::_internal_set_deciding_destination(::uint64_t value) {
615 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
616 ;
617 _impl_.deciding_destination_ = value;
618}
619
620// uint64 forwarding_decision = 12;
621inline void DFOInfo::clear_forwarding_decision() {
622 _impl_.forwarding_decision_ = ::uint64_t{0u};
623}
624inline ::uint64_t DFOInfo::forwarding_decision() const {
625 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.forwarding_decision)
626 return _internal_forwarding_decision();
627}
628inline void DFOInfo::set_forwarding_decision(::uint64_t value) {
629 _internal_set_forwarding_decision(value);
630 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.forwarding_decision)
631}
632inline ::uint64_t DFOInfo::_internal_forwarding_decision() const {
633 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
634 return _impl_.forwarding_decision_;
635}
636inline void DFOInfo::_internal_set_forwarding_decision(::uint64_t value) {
637 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
638 ;
639 _impl_.forwarding_decision_ = value;
640}
641
642// uint64 waiting_for_token = 15;
643inline void DFOInfo::clear_waiting_for_token() {
644 _impl_.waiting_for_token_ = ::uint64_t{0u};
645}
646inline ::uint64_t DFOInfo::waiting_for_token() const {
647 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_token)
648 return _internal_waiting_for_token();
649}
650inline void DFOInfo::set_waiting_for_token(::uint64_t value) {
651 _internal_set_waiting_for_token(value);
652 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_token)
653}
654inline ::uint64_t DFOInfo::_internal_waiting_for_token() const {
655 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
656 return _impl_.waiting_for_token_;
657}
658inline void DFOInfo::_internal_set_waiting_for_token(::uint64_t value) {
659 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
660 ;
661 _impl_.waiting_for_token_ = value;
662}
663
664// uint64 processing_token = 16;
665inline void DFOInfo::clear_processing_token() {
666 _impl_.processing_token_ = ::uint64_t{0u};
667}
668inline ::uint64_t DFOInfo::processing_token() const {
669 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.processing_token)
670 return _internal_processing_token();
671}
672inline void DFOInfo::set_processing_token(::uint64_t value) {
673 _internal_set_processing_token(value);
674 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.processing_token)
675}
676inline ::uint64_t DFOInfo::_internal_processing_token() const {
677 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
678 return _impl_.processing_token_;
679}
680inline void DFOInfo::_internal_set_processing_token(::uint64_t value) {
681 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
682 ;
683 _impl_.processing_token_ = value;
684}
685
686// -------------------------------------------------------------------
687
688// TriggerInfo
689
690// uint64 received = 1;
691inline void TriggerInfo::clear_received() {
692 _impl_.received_ = ::uint64_t{0u};
693}
694inline ::uint64_t TriggerInfo::received() const {
695 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TriggerInfo.received)
696 return _internal_received();
697}
698inline void TriggerInfo::set_received(::uint64_t value) {
699 _internal_set_received(value);
700 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TriggerInfo.received)
701}
702inline ::uint64_t TriggerInfo::_internal_received() const {
703 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
704 return _impl_.received_;
705}
706inline void TriggerInfo::_internal_set_received(::uint64_t value) {
707 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
708 ;
709 _impl_.received_ = value;
710}
711
712// uint64 completed = 2;
713inline void TriggerInfo::clear_completed() {
714 _impl_.completed_ = ::uint64_t{0u};
715}
716inline ::uint64_t TriggerInfo::completed() const {
717 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TriggerInfo.completed)
718 return _internal_completed();
719}
720inline void TriggerInfo::set_completed(::uint64_t value) {
721 _internal_set_completed(value);
722 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TriggerInfo.completed)
723}
724inline ::uint64_t TriggerInfo::_internal_completed() const {
725 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
726 return _impl_.completed_;
727}
728inline void TriggerInfo::_internal_set_completed(::uint64_t value) {
729 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
730 ;
731 _impl_.completed_ = value;
732}
733
734#ifdef __GNUC__
735#pragma GCC diagnostic pop
736#endif // __GNUC__
737
738// @@protoc_insertion_point(namespace_scope)
739} // namespace opmon
740} // namespace dfmodules
741} // namespace dunedaq
742
743
744// @@protoc_insertion_point(global_scope)
745
746#include "google/protobuf/port_undef.inc"
747
748#endif // GOOGLE_PROTOBUF_INCLUDED_dfmodules_2fopmon_2fDFOModule_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_dfmodules_2fopmon_2fDFOModule_2eproto
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void UnsafeArenaSwap(DFOInfo *other)
::uint64_t forwarding_decision() const
void _internal_set_decisions_received(::uint64_t value)
::uint64_t _internal_tokens_received() const
void set_waiting_for_token(::uint64_t value)
void set_deciding_destination(::uint64_t value)
const ::google::protobuf::Message::ClassData * GetClassData() const final
void _internal_set_waiting_for_decision(::uint64_t value)
void set_forwarding_decision(::uint64_t value)
static const ::google::protobuf::internal::TcParseTable< 4, 8, 0, 0, 2 > _table_
::uint64_t decisions_received() const
void set_decisions_sent(::uint64_t value)
::uint64_t _internal_decisions_sent() const
void _internal_set_waiting_for_token(::uint64_t value)
::uint64_t deciding_destination() const
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
DFOInfo * New(::google::protobuf::Arena *arena=nullptr) const final
friend void swap(DFOInfo &a, DFOInfo &b)
void _internal_set_processing_token(::uint64_t value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_decisions_sent(::uint64_t value)
::uint64_t _internal_waiting_for_token() const
PROTOBUF_CONSTEXPR DFOInfo(::google::protobuf::internal::ConstantInitialized)
void set_processing_token(::uint64_t value)
DFOInfo & operator=(const DFOInfo &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void MergeFrom(const DFOInfo &from)
static const ::google::protobuf::Reflection * GetReflection()
DFOInfo(DFOInfo &&from) noexcept
::uint64_t _internal_forwarding_decision() const
static const ::google::protobuf::Descriptor * descriptor()
void SharedCtor(::google::protobuf::Arena *arena)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
static constexpr int kIndexInFileMessages
::size_t ByteSizeLong() const final
static const DFOInfo & default_instance()
void _internal_set_tokens_received(::uint64_t value)
static const ClassData _class_data_
void _internal_set_deciding_destination(::uint64_t value)
::uint64_t _internal_deciding_destination() const
void _internal_set_forwarding_decision(::uint64_t value)
::uint64_t _internal_processing_token() const
::uint64_t _internal_waiting_for_decision() const
::google::protobuf::Metadata GetMetadata() const final
static const DFOInfo * internal_default_instance()
void SetCachedSize(int size) const final
void set_decisions_received(::uint64_t value)
DFOInfo & operator=(DFOInfo &&from) noexcept
::uint64_t _internal_decisions_received() const
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
::absl::string_view FullMessageName()
void CopyFrom(const DFOInfo &from)
void set_waiting_for_decision(::uint64_t value)
::uint64_t waiting_for_decision() const
void set_tokens_received(::uint64_t value)
static const ::google::protobuf::Descriptor * GetDescriptor()
static const TriggerInfo * internal_default_instance()
static const ::google::protobuf::Descriptor * descriptor()
TriggerInfo & operator=(TriggerInfo &&from) noexcept
void UnsafeArenaSwap(TriggerInfo *other)
TriggerInfo * New(::google::protobuf::Arena *arena=nullptr) const final
PROTOBUF_CONSTEXPR TriggerInfo(::google::protobuf::internal::ConstantInitialized)
TriggerInfo & operator=(const TriggerInfo &from)
void SharedCtor(::google::protobuf::Arena *arena)
TriggerInfo(TriggerInfo &&from) noexcept
static const ::google::protobuf::Descriptor * GetDescriptor()
static const ::google::protobuf::Reflection * GetReflection()
static const TriggerInfo & default_instance()
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
void MergeFrom(const TriggerInfo &from)
friend void swap(TriggerInfo &a, TriggerInfo &b)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerInfoDefaultTypeInternal _TriggerInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DFOInfoDefaultTypeInternal _DFOInfo_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_