DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DaphneControllerModule.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: daphnemodules/opmon/DaphneControllerModule.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_daphnemodules_2fopmon_2fDaphneControllerModule_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_daphnemodules_2fopmon_2fDaphneControllerModule_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.
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace daphnemodules {
58namespace opmon {
59class ChannelInfo;
60struct ChannelInfoDefaultTypeInternal;
61extern ChannelInfoDefaultTypeInternal _ChannelInfo_default_instance_;
62class GeneralInfo;
63struct GeneralInfoDefaultTypeInternal;
64extern GeneralInfoDefaultTypeInternal _GeneralInfo_default_instance_;
65class StreamInfo;
66struct StreamInfoDefaultTypeInternal;
67extern StreamInfoDefaultTypeInternal _StreamInfo_default_instance_;
68class TempTriggerSnapshotInfo;
69struct TempTriggerSnapshotInfoDefaultTypeInternal;
70extern TempTriggerSnapshotInfoDefaultTypeInternal _TempTriggerSnapshotInfo_default_instance_;
71} // namespace opmon
72} // namespace daphnemodules
73} // namespace dunedaq
74namespace google {
75namespace protobuf {
76} // namespace protobuf
77} // namespace google
78
79namespace dunedaq {
80namespace daphnemodules {
81namespace opmon {
82
83// ===================================================================
84
85
86// -------------------------------------------------------------------
87
88class GeneralInfo final :
89 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.GeneralInfo) */ {
90 public:
91 inline GeneralInfo() : GeneralInfo(nullptr) {}
92 ~GeneralInfo() override;
93 template<typename = void>
94 explicit PROTOBUF_CONSTEXPR GeneralInfo(::google::protobuf::internal::ConstantInitialized);
95
96 GeneralInfo(const GeneralInfo& from);
97 GeneralInfo(GeneralInfo&& from) noexcept
98 : GeneralInfo() {
99 *this = ::std::move(from);
100 }
101
102 inline GeneralInfo& operator=(const GeneralInfo& from) {
103 CopyFrom(from);
104 return *this;
105 }
106 inline GeneralInfo& operator=(GeneralInfo&& from) noexcept {
107 if (this == &from) return *this;
108 if (GetOwningArena() == from.GetOwningArena()
109 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
110 && GetOwningArena() != nullptr
111 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
112 ) {
113 InternalSwap(&from);
114 } else {
115 CopyFrom(from);
116 }
117 return *this;
118 }
119
120 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
121 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
122 }
123 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
124 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
125 }
126
127 static const ::google::protobuf::Descriptor* descriptor() {
128 return GetDescriptor();
129 }
130 static const ::google::protobuf::Descriptor* GetDescriptor() {
131 return default_instance().GetMetadata().descriptor;
132 }
133 static const ::google::protobuf::Reflection* GetReflection() {
134 return default_instance().GetMetadata().reflection;
135 }
138 }
139 static inline const GeneralInfo* internal_default_instance() {
140 return reinterpret_cast<const GeneralInfo*>(
142 }
143 static constexpr int kIndexInFileMessages =
144 0;
145
146 friend void swap(GeneralInfo& a, GeneralInfo& b) {
147 a.Swap(&b);
148 }
149 inline void Swap(GeneralInfo* other) {
150 if (other == this) return;
151 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
152 if (GetOwningArena() != nullptr &&
153 GetOwningArena() == other->GetOwningArena()) {
154 #else // PROTOBUF_FORCE_COPY_IN_SWAP
155 if (GetOwningArena() == other->GetOwningArena()) {
156 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
157 InternalSwap(other);
158 } else {
159 ::google::protobuf::internal::GenericSwap(this, other);
160 }
161 }
163 if (other == this) return;
164 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
165 InternalSwap(other);
166 }
167
168 // implements Message ----------------------------------------------
169
170 GeneralInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
171 return CreateMaybeMessage<GeneralInfo>(arena);
172 }
173 using ::google::protobuf::Message::CopyFrom;
174 void CopyFrom(const GeneralInfo& from);
175 using ::google::protobuf::Message::MergeFrom;
176 void MergeFrom( const GeneralInfo& from) {
177 GeneralInfo::MergeImpl(*this, from);
178 }
179 private:
180 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
181 public:
182 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
183 bool IsInitialized() const final;
184
185 ::size_t ByteSizeLong() const final;
186 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
187 ::uint8_t* _InternalSerialize(
188 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
189 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
190
191 private:
192 void SharedCtor(::google::protobuf::Arena* arena);
193 void SharedDtor();
194 void SetCachedSize(int size) const final;
195 void InternalSwap(GeneralInfo* other);
196
197 private:
198 friend class ::google::protobuf::internal::AnyMetadata;
199 static ::absl::string_view FullMessageName() {
200 return "dunedaq.daphnemodules.opmon.GeneralInfo";
201 }
202 protected:
203 explicit GeneralInfo(::google::protobuf::Arena* arena);
204 public:
205
206 static const ClassData _class_data_;
207 const ::google::protobuf::Message::ClassData*GetClassData() const final;
208
209 ::google::protobuf::Metadata GetMetadata() const final;
210
211 // nested types ----------------------------------------------------
212
213 // accessors -------------------------------------------------------
214
215 enum : int {
225 };
226 // double v_bias_0 = 1;
227 void clear_v_bias_0() ;
228 double v_bias_0() const;
229 void set_v_bias_0(double value);
230
231 private:
232 double _internal_v_bias_0() const;
233 void _internal_set_v_bias_0(double value);
234
235 public:
236 // double v_bias_1 = 2;
237 void clear_v_bias_1() ;
238 double v_bias_1() const;
239 void set_v_bias_1(double value);
240
241 private:
242 double _internal_v_bias_1() const;
243 void _internal_set_v_bias_1(double value);
244
245 public:
246 // double v_bias_2 = 3;
247 void clear_v_bias_2() ;
248 double v_bias_2() const;
249 void set_v_bias_2(double value);
250
251 private:
252 double _internal_v_bias_2() const;
253 void _internal_set_v_bias_2(double value);
254
255 public:
256 // double v_bias_3 = 4;
257 void clear_v_bias_3() ;
258 double v_bias_3() const;
259 void set_v_bias_3(double value);
260
261 private:
262 double _internal_v_bias_3() const;
263 void _internal_set_v_bias_3(double value);
264
265 public:
266 // double v_bias_4 = 5;
267 void clear_v_bias_4() ;
268 double v_bias_4() const;
269 void set_v_bias_4(double value);
270
271 private:
272 double _internal_v_bias_4() const;
273 void _internal_set_v_bias_4(double value);
274
275 public:
276 // double power_minus5v = 10;
277 void clear_power_minus5v() ;
278 double power_minus5v() const;
279 void set_power_minus5v(double value);
280
281 private:
282 double _internal_power_minus5v() const;
283 void _internal_set_power_minus5v(double value);
284
285 public:
286 // double power_plus2p5v = 11;
287 void clear_power_plus2p5v() ;
288 double power_plus2p5v() const;
289 void set_power_plus2p5v(double value);
290
291 private:
292 double _internal_power_plus2p5v() const;
293 void _internal_set_power_plus2p5v(double value);
294
295 public:
296 // double power_ce = 12;
297 void clear_power_ce() ;
298 double power_ce() const;
299 void set_power_ce(double value);
300
301 private:
302 double _internal_power_ce() const;
303 void _internal_set_power_ce(double value);
304
305 public:
306 // double temperature = 15;
307 void clear_temperature() ;
308 double temperature() const;
309 void set_temperature(double value);
310
311 private:
312 double _internal_temperature() const;
313 void _internal_set_temperature(double value);
314
315 public:
316 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.GeneralInfo)
317 private:
318 class _Internal;
319
320 friend class ::google::protobuf::internal::TcParser;
321 static const ::google::protobuf::internal::TcParseTable<4, 9, 0, 0, 2> _table_;
322 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
325 struct Impl_ {
326 double v_bias_0_;
327 double v_bias_1_;
328 double v_bias_2_;
329 double v_bias_3_;
330 double v_bias_4_;
333 double power_ce_;
335 mutable ::google::protobuf::internal::CachedSize _cached_size_;
336 PROTOBUF_TSAN_DECLARE_MEMBER
337 };
338 union { Impl_ _impl_; };
339 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
340};// -------------------------------------------------------------------
341
342class StreamInfo final :
343 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.StreamInfo) */ {
344 public:
345 inline StreamInfo() : StreamInfo(nullptr) {}
346 ~StreamInfo() override;
347 template<typename = void>
348 explicit PROTOBUF_CONSTEXPR StreamInfo(::google::protobuf::internal::ConstantInitialized);
349
350 StreamInfo(const StreamInfo& from);
351 StreamInfo(StreamInfo&& from) noexcept
352 : StreamInfo() {
353 *this = ::std::move(from);
354 }
355
356 inline StreamInfo& operator=(const StreamInfo& from) {
357 CopyFrom(from);
358 return *this;
359 }
360 inline StreamInfo& operator=(StreamInfo&& from) noexcept {
361 if (this == &from) return *this;
362 if (GetOwningArena() == from.GetOwningArena()
363 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
364 && GetOwningArena() != nullptr
365 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
366 ) {
367 InternalSwap(&from);
368 } else {
369 CopyFrom(from);
370 }
371 return *this;
372 }
373
374 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
375 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
376 }
377 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
378 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
379 }
380
381 static const ::google::protobuf::Descriptor* descriptor() {
382 return GetDescriptor();
383 }
384 static const ::google::protobuf::Descriptor* GetDescriptor() {
385 return default_instance().GetMetadata().descriptor;
386 }
387 static const ::google::protobuf::Reflection* GetReflection() {
388 return default_instance().GetMetadata().reflection;
389 }
390 static const StreamInfo& default_instance() {
391 return *internal_default_instance();
392 }
393 static inline const StreamInfo* internal_default_instance() {
394 return reinterpret_cast<const StreamInfo*>(
395 &_StreamInfo_default_instance_);
396 }
397 static constexpr int kIndexInFileMessages =
398 1;
399
400 friend void swap(StreamInfo& a, StreamInfo& b) {
401 a.Swap(&b);
402 }
403 inline void Swap(StreamInfo* other) {
404 if (other == this) return;
405 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
406 if (GetOwningArena() != nullptr &&
407 GetOwningArena() == other->GetOwningArena()) {
408 #else // PROTOBUF_FORCE_COPY_IN_SWAP
409 if (GetOwningArena() == other->GetOwningArena()) {
410 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
411 InternalSwap(other);
412 } else {
413 ::google::protobuf::internal::GenericSwap(this, other);
414 }
415 }
417 if (other == this) return;
418 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
419 InternalSwap(other);
420 }
421
422 // implements Message ----------------------------------------------
423
424 StreamInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
425 return CreateMaybeMessage<StreamInfo>(arena);
426 }
427 using ::google::protobuf::Message::CopyFrom;
428 void CopyFrom(const StreamInfo& from);
429 using ::google::protobuf::Message::MergeFrom;
430 void MergeFrom( const StreamInfo& from) {
431 StreamInfo::MergeImpl(*this, from);
432 }
433 private:
434 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
435 public:
436 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
437 bool IsInitialized() const final;
438
439 ::size_t ByteSizeLong() const final;
440 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
441 ::uint8_t* _InternalSerialize(
442 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
443 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
444
445 private:
446 void SharedCtor(::google::protobuf::Arena* arena);
447 void SharedDtor();
448 void SetCachedSize(int size) const final;
449 void InternalSwap(StreamInfo* other);
450
451 private:
452 friend class ::google::protobuf::internal::AnyMetadata;
453 static ::absl::string_view FullMessageName() {
454 return "dunedaq.daphnemodules.opmon.StreamInfo";
455 }
456 protected:
457 explicit StreamInfo(::google::protobuf::Arena* arena);
458 public:
459
460 static const ClassData _class_data_;
461 const ::google::protobuf::Message::ClassData*GetClassData() const final;
462
463 ::google::protobuf::Metadata GetMetadata() const final;
464
465 // nested types ----------------------------------------------------
466
467 // accessors -------------------------------------------------------
468
469 enum : int {
470 kTotalPacketsFieldNumber = 1,
471 kNewPacketsFieldNumber = 2,
472 kTotalDroppedPacketsFieldNumber = 3,
473 kNewDroppedPacketsFieldNumber = 4,
474 };
475 // uint64 total_packets = 1;
476 void clear_total_packets() ;
477 ::uint64_t total_packets() const;
478 void set_total_packets(::uint64_t value);
479
480 private:
481 ::uint64_t _internal_total_packets() const;
482 void _internal_set_total_packets(::uint64_t value);
483
484 public:
485 // uint64 new_packets = 2;
486 void clear_new_packets() ;
487 ::uint64_t new_packets() const;
488 void set_new_packets(::uint64_t value);
489
490 private:
491 ::uint64_t _internal_new_packets() const;
492 void _internal_set_new_packets(::uint64_t value);
493
494 public:
495 // uint64 total_dropped_packets = 3;
496 void clear_total_dropped_packets() ;
497 ::uint64_t total_dropped_packets() const;
498 void set_total_dropped_packets(::uint64_t value);
499
500 private:
501 ::uint64_t _internal_total_dropped_packets() const;
502 void _internal_set_total_dropped_packets(::uint64_t value);
503
504 public:
505 // uint64 new_dropped_packets = 4;
506 void clear_new_dropped_packets() ;
507 ::uint64_t new_dropped_packets() const;
508 void set_new_dropped_packets(::uint64_t value);
509
510 private:
511 ::uint64_t _internal_new_dropped_packets() const;
512 void _internal_set_new_dropped_packets(::uint64_t value);
513
514 public:
515 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.StreamInfo)
516 private:
517 class _Internal;
518
519 friend class ::google::protobuf::internal::TcParser;
520 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
521 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
524 struct Impl_ {
525 ::uint64_t total_packets_;
526 ::uint64_t new_packets_;
529 mutable ::google::protobuf::internal::CachedSize _cached_size_;
530 PROTOBUF_TSAN_DECLARE_MEMBER
531 };
532 union { Impl_ _impl_; };
533 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
534};// -------------------------------------------------------------------
535
536class ChannelInfo final :
537 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.ChannelInfo) */ {
538 public:
539 inline ChannelInfo() : ChannelInfo(nullptr) {}
540 ~ChannelInfo() override;
541 template<typename = void>
542 explicit PROTOBUF_CONSTEXPR ChannelInfo(::google::protobuf::internal::ConstantInitialized);
543
544 ChannelInfo(const ChannelInfo& from);
545 ChannelInfo(ChannelInfo&& from) noexcept
546 : ChannelInfo() {
547 *this = ::std::move(from);
548 }
549
550 inline ChannelInfo& operator=(const ChannelInfo& from) {
551 CopyFrom(from);
552 return *this;
553 }
554 inline ChannelInfo& operator=(ChannelInfo&& from) noexcept {
555 if (this == &from) return *this;
556 if (GetOwningArena() == from.GetOwningArena()
557 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
558 && GetOwningArena() != nullptr
559 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
560 ) {
561 InternalSwap(&from);
562 } else {
563 CopyFrom(from);
564 }
565 return *this;
566 }
567
568 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
569 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
570 }
571 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
572 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
573 }
574
575 static const ::google::protobuf::Descriptor* descriptor() {
576 return GetDescriptor();
577 }
578 static const ::google::protobuf::Descriptor* GetDescriptor() {
579 return default_instance().GetMetadata().descriptor;
580 }
581 static const ::google::protobuf::Reflection* GetReflection() {
582 return default_instance().GetMetadata().reflection;
583 }
585 return *internal_default_instance();
586 }
587 static inline const ChannelInfo* internal_default_instance() {
588 return reinterpret_cast<const ChannelInfo*>(
589 &_ChannelInfo_default_instance_);
590 }
591 static constexpr int kIndexInFileMessages =
592 2;
593
594 friend void swap(ChannelInfo& a, ChannelInfo& b) {
595 a.Swap(&b);
596 }
597 inline void Swap(ChannelInfo* other) {
598 if (other == this) return;
599 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
600 if (GetOwningArena() != nullptr &&
601 GetOwningArena() == other->GetOwningArena()) {
602 #else // PROTOBUF_FORCE_COPY_IN_SWAP
603 if (GetOwningArena() == other->GetOwningArena()) {
604 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
605 InternalSwap(other);
606 } else {
607 ::google::protobuf::internal::GenericSwap(this, other);
608 }
609 }
611 if (other == this) return;
612 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
613 InternalSwap(other);
614 }
615
616 // implements Message ----------------------------------------------
617
618 ChannelInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
619 return CreateMaybeMessage<ChannelInfo>(arena);
620 }
621 using ::google::protobuf::Message::CopyFrom;
622 void CopyFrom(const ChannelInfo& from);
623 using ::google::protobuf::Message::MergeFrom;
624 void MergeFrom( const ChannelInfo& from) {
625 ChannelInfo::MergeImpl(*this, from);
626 }
627 private:
628 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
629 public:
630 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
631 bool IsInitialized() const final;
632
633 ::size_t ByteSizeLong() const final;
634 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
635 ::uint8_t* _InternalSerialize(
636 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
637 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
638
639 private:
640 void SharedCtor(::google::protobuf::Arena* arena);
641 void SharedDtor();
642 void SetCachedSize(int size) const final;
643 void InternalSwap(ChannelInfo* other);
644
645 private:
646 friend class ::google::protobuf::internal::AnyMetadata;
647 static ::absl::string_view FullMessageName() {
648 return "dunedaq.daphnemodules.opmon.ChannelInfo";
649 }
650 protected:
651 explicit ChannelInfo(::google::protobuf::Arena* arena);
652 public:
653
654 static const ClassData _class_data_;
655 const ::google::protobuf::Message::ClassData*GetClassData() const final;
656
657 ::google::protobuf::Metadata GetMetadata() const final;
658
659 // nested types ----------------------------------------------------
660
661 // accessors -------------------------------------------------------
662
663 enum : int {
664 kTotalTriggersFieldNumber = 1,
665 kNewTriggersFieldNumber = 2,
666 kTotalPacketsFieldNumber = 5,
667 kNewPacketsFieldNumber = 6,
668 };
669 // uint64 total_triggers = 1;
670 void clear_total_triggers() ;
671 ::uint64_t total_triggers() const;
672 void set_total_triggers(::uint64_t value);
673
674 private:
675 ::uint64_t _internal_total_triggers() const;
676 void _internal_set_total_triggers(::uint64_t value);
677
678 public:
679 // uint64 new_triggers = 2;
680 void clear_new_triggers() ;
681 ::uint64_t new_triggers() const;
682 void set_new_triggers(::uint64_t value);
683
684 private:
685 ::uint64_t _internal_new_triggers() const;
686 void _internal_set_new_triggers(::uint64_t value);
687
688 public:
689 // uint64 total_packets = 5;
690 void clear_total_packets() ;
691 ::uint64_t total_packets() const;
692 void set_total_packets(::uint64_t value);
693
694 private:
695 ::uint64_t _internal_total_packets() const;
696 void _internal_set_total_packets(::uint64_t value);
697
698 public:
699 // uint64 new_packets = 6;
700 void clear_new_packets() ;
701 ::uint64_t new_packets() const;
702 void set_new_packets(::uint64_t value);
703
704 private:
705 ::uint64_t _internal_new_packets() const;
706 void _internal_set_new_packets(::uint64_t value);
707
708 public:
709 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.ChannelInfo)
710 private:
711 class _Internal;
712
713 friend class ::google::protobuf::internal::TcParser;
714 static const ::google::protobuf::internal::TcParseTable<3, 4, 0, 0, 2> _table_;
715 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
718 struct Impl_ {
719 ::uint64_t total_triggers_;
720 ::uint64_t new_triggers_;
721 ::uint64_t total_packets_;
722 ::uint64_t new_packets_;
723 mutable ::google::protobuf::internal::CachedSize _cached_size_;
724 PROTOBUF_TSAN_DECLARE_MEMBER
725 };
726 union { Impl_ _impl_; };
727 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
728};// -------------------------------------------------------------------
729
731 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo) */ {
732 public:
734 ~TempTriggerSnapshotInfo() override;
735 template<typename = void>
736 explicit PROTOBUF_CONSTEXPR TempTriggerSnapshotInfo(::google::protobuf::internal::ConstantInitialized);
737
741 *this = ::std::move(from);
742 }
743
745 CopyFrom(from);
746 return *this;
747 }
749 if (this == &from) return *this;
750 if (GetOwningArena() == from.GetOwningArena()
751 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
752 && GetOwningArena() != nullptr
753 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
754 ) {
755 InternalSwap(&from);
756 } else {
757 CopyFrom(from);
758 }
759 return *this;
760 }
761
762 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
763 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
764 }
765 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
766 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
767 }
768
769 static const ::google::protobuf::Descriptor* descriptor() {
770 return GetDescriptor();
771 }
772 static const ::google::protobuf::Descriptor* GetDescriptor() {
773 return default_instance().GetMetadata().descriptor;
774 }
775 static const ::google::protobuf::Reflection* GetReflection() {
776 return default_instance().GetMetadata().reflection;
777 }
779 return *internal_default_instance();
780 }
782 return reinterpret_cast<const TempTriggerSnapshotInfo*>(
784 }
785 static constexpr int kIndexInFileMessages =
786 3;
787
789 a.Swap(&b);
790 }
791 inline void Swap(TempTriggerSnapshotInfo* other) {
792 if (other == this) return;
793 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
794 if (GetOwningArena() != nullptr &&
795 GetOwningArena() == other->GetOwningArena()) {
796 #else // PROTOBUF_FORCE_COPY_IN_SWAP
797 if (GetOwningArena() == other->GetOwningArena()) {
798 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
799 InternalSwap(other);
800 } else {
801 ::google::protobuf::internal::GenericSwap(this, other);
802 }
803 }
805 if (other == this) return;
806 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
807 InternalSwap(other);
808 }
809
810 // implements Message ----------------------------------------------
811
812 TempTriggerSnapshotInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
813 return CreateMaybeMessage<TempTriggerSnapshotInfo>(arena);
814 }
815 using ::google::protobuf::Message::CopyFrom;
816 void CopyFrom(const TempTriggerSnapshotInfo& from);
817 using ::google::protobuf::Message::MergeFrom;
819 TempTriggerSnapshotInfo::MergeImpl(*this, from);
820 }
821 private:
822 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
823 public:
824 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
825 bool IsInitialized() const final;
826
827 ::size_t ByteSizeLong() const final;
828 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
829 ::uint8_t* _InternalSerialize(
830 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
831 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
832
833 private:
834 void SharedCtor(::google::protobuf::Arena* arena);
835 void SharedDtor();
836 void SetCachedSize(int size) const final;
837 void InternalSwap(TempTriggerSnapshotInfo* other);
838
839 private:
840 friend class ::google::protobuf::internal::AnyMetadata;
841 static ::absl::string_view FullMessageName() {
842 return "dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo";
843 }
844 protected:
845 explicit TempTriggerSnapshotInfo(::google::protobuf::Arena* arena);
846 public:
847
848 static const ClassData _class_data_;
849 const ::google::protobuf::Message::ClassData*GetClassData() const final;
850
851 ::google::protobuf::Metadata GetMetadata() const final;
852
853 // nested types ----------------------------------------------------
854
855 // accessors -------------------------------------------------------
856
857 enum : int {
858 kRecordCountFieldNumber = 3,
859 kBusyCountFieldNumber = 4,
860 kFullCountFieldNumber = 5,
861 kThresholdFieldNumber = 2,
862 };
863 // uint64 record_count = 3;
864 void clear_record_count() ;
865 ::uint64_t record_count() const;
866 void set_record_count(::uint64_t value);
867
868 private:
869 ::uint64_t _internal_record_count() const;
870 void _internal_set_record_count(::uint64_t value);
871
872 public:
873 // uint64 busy_count = 4;
874 void clear_busy_count() ;
875 ::uint64_t busy_count() const;
876 void set_busy_count(::uint64_t value);
877
878 private:
879 ::uint64_t _internal_busy_count() const;
880 void _internal_set_busy_count(::uint64_t value);
881
882 public:
883 // uint64 full_count = 5;
884 void clear_full_count() ;
885 ::uint64_t full_count() const;
886 void set_full_count(::uint64_t value);
887
888 private:
889 ::uint64_t _internal_full_count() const;
890 void _internal_set_full_count(::uint64_t value);
891
892 public:
893 // uint32 threshold = 2;
894 void clear_threshold() ;
895 ::uint32_t threshold() const;
896 void set_threshold(::uint32_t value);
897
898 private:
899 ::uint32_t _internal_threshold() const;
900 void _internal_set_threshold(::uint32_t value);
901
902 public:
903 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
904 private:
905 class _Internal;
906
907 friend class ::google::protobuf::internal::TcParser;
908 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
909 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
912 struct Impl_ {
913 ::uint64_t record_count_;
914 ::uint64_t busy_count_;
915 ::uint64_t full_count_;
916 ::uint32_t threshold_;
917 mutable ::google::protobuf::internal::CachedSize _cached_size_;
918 PROTOBUF_TSAN_DECLARE_MEMBER
919 };
920 union { Impl_ _impl_; };
921 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
922};
923
924// ===================================================================
925
926
927
928
929// ===================================================================
930
931
932#ifdef __GNUC__
933#pragma GCC diagnostic push
934#pragma GCC diagnostic ignored "-Wstrict-aliasing"
935#endif // __GNUC__
936// -------------------------------------------------------------------
937
938// GeneralInfo
939
940// double v_bias_0 = 1;
941inline void GeneralInfo::clear_v_bias_0() {
942 _impl_.v_bias_0_ = 0;
943}
944inline double GeneralInfo::v_bias_0() const {
945 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
946 return _internal_v_bias_0();
947}
948inline void GeneralInfo::set_v_bias_0(double value) {
949 _internal_set_v_bias_0(value);
950 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
951}
952inline double GeneralInfo::_internal_v_bias_0() const {
953 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
954 return _impl_.v_bias_0_;
955}
956inline void GeneralInfo::_internal_set_v_bias_0(double value) {
957 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
958 ;
959 _impl_.v_bias_0_ = value;
960}
961
962// double v_bias_1 = 2;
963inline void GeneralInfo::clear_v_bias_1() {
964 _impl_.v_bias_1_ = 0;
965}
966inline double GeneralInfo::v_bias_1() const {
967 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
968 return _internal_v_bias_1();
969}
970inline void GeneralInfo::set_v_bias_1(double value) {
971 _internal_set_v_bias_1(value);
972 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
973}
974inline double GeneralInfo::_internal_v_bias_1() const {
975 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
976 return _impl_.v_bias_1_;
977}
978inline void GeneralInfo::_internal_set_v_bias_1(double value) {
979 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
980 ;
981 _impl_.v_bias_1_ = value;
982}
983
984// double v_bias_2 = 3;
985inline void GeneralInfo::clear_v_bias_2() {
986 _impl_.v_bias_2_ = 0;
987}
988inline double GeneralInfo::v_bias_2() const {
989 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
990 return _internal_v_bias_2();
991}
992inline void GeneralInfo::set_v_bias_2(double value) {
993 _internal_set_v_bias_2(value);
994 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
995}
996inline double GeneralInfo::_internal_v_bias_2() const {
997 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
998 return _impl_.v_bias_2_;
999}
1000inline void GeneralInfo::_internal_set_v_bias_2(double value) {
1001 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1002 ;
1003 _impl_.v_bias_2_ = value;
1004}
1005
1006// double v_bias_3 = 4;
1007inline void GeneralInfo::clear_v_bias_3() {
1008 _impl_.v_bias_3_ = 0;
1009}
1010inline double GeneralInfo::v_bias_3() const {
1011 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
1012 return _internal_v_bias_3();
1013}
1014inline void GeneralInfo::set_v_bias_3(double value) {
1015 _internal_set_v_bias_3(value);
1016 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
1017}
1018inline double GeneralInfo::_internal_v_bias_3() const {
1019 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1020 return _impl_.v_bias_3_;
1021}
1022inline void GeneralInfo::_internal_set_v_bias_3(double value) {
1023 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1024 ;
1025 _impl_.v_bias_3_ = value;
1026}
1027
1028// double v_bias_4 = 5;
1029inline void GeneralInfo::clear_v_bias_4() {
1030 _impl_.v_bias_4_ = 0;
1031}
1032inline double GeneralInfo::v_bias_4() const {
1033 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
1034 return _internal_v_bias_4();
1035}
1036inline void GeneralInfo::set_v_bias_4(double value) {
1037 _internal_set_v_bias_4(value);
1038 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
1039}
1040inline double GeneralInfo::_internal_v_bias_4() const {
1041 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1042 return _impl_.v_bias_4_;
1043}
1044inline void GeneralInfo::_internal_set_v_bias_4(double value) {
1045 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1046 ;
1047 _impl_.v_bias_4_ = value;
1048}
1049
1050// double power_minus5v = 10;
1051inline void GeneralInfo::clear_power_minus5v() {
1052 _impl_.power_minus5v_ = 0;
1053}
1054inline double GeneralInfo::power_minus5v() const {
1055 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
1056 return _internal_power_minus5v();
1057}
1058inline void GeneralInfo::set_power_minus5v(double value) {
1059 _internal_set_power_minus5v(value);
1060 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
1061}
1062inline double GeneralInfo::_internal_power_minus5v() const {
1063 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1064 return _impl_.power_minus5v_;
1065}
1066inline void GeneralInfo::_internal_set_power_minus5v(double value) {
1067 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1068 ;
1069 _impl_.power_minus5v_ = value;
1070}
1071
1072// double power_plus2p5v = 11;
1073inline void GeneralInfo::clear_power_plus2p5v() {
1074 _impl_.power_plus2p5v_ = 0;
1075}
1076inline double GeneralInfo::power_plus2p5v() const {
1077 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
1078 return _internal_power_plus2p5v();
1079}
1080inline void GeneralInfo::set_power_plus2p5v(double value) {
1081 _internal_set_power_plus2p5v(value);
1082 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
1083}
1084inline double GeneralInfo::_internal_power_plus2p5v() const {
1085 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1086 return _impl_.power_plus2p5v_;
1087}
1088inline void GeneralInfo::_internal_set_power_plus2p5v(double value) {
1089 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1090 ;
1091 _impl_.power_plus2p5v_ = value;
1092}
1093
1094// double power_ce = 12;
1095inline void GeneralInfo::clear_power_ce() {
1096 _impl_.power_ce_ = 0;
1097}
1098inline double GeneralInfo::power_ce() const {
1099 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
1100 return _internal_power_ce();
1101}
1102inline void GeneralInfo::set_power_ce(double value) {
1103 _internal_set_power_ce(value);
1104 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
1105}
1106inline double GeneralInfo::_internal_power_ce() const {
1107 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1108 return _impl_.power_ce_;
1109}
1110inline void GeneralInfo::_internal_set_power_ce(double value) {
1111 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1112 ;
1113 _impl_.power_ce_ = value;
1114}
1115
1116// double temperature = 15;
1117inline void GeneralInfo::clear_temperature() {
1118 _impl_.temperature_ = 0;
1119}
1120inline double GeneralInfo::temperature() const {
1121 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
1122 return _internal_temperature();
1123}
1124inline void GeneralInfo::set_temperature(double value) {
1125 _internal_set_temperature(value);
1126 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
1127}
1128inline double GeneralInfo::_internal_temperature() const {
1129 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1130 return _impl_.temperature_;
1131}
1132inline void GeneralInfo::_internal_set_temperature(double value) {
1133 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1134 ;
1135 _impl_.temperature_ = value;
1136}
1137
1138// -------------------------------------------------------------------
1139
1140// StreamInfo
1141
1142// uint64 total_packets = 1;
1143inline void StreamInfo::clear_total_packets() {
1144 _impl_.total_packets_ = ::uint64_t{0u};
1145}
1146inline ::uint64_t StreamInfo::total_packets() const {
1147 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
1148 return _internal_total_packets();
1149}
1150inline void StreamInfo::set_total_packets(::uint64_t value) {
1151 _internal_set_total_packets(value);
1152 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
1153}
1154inline ::uint64_t StreamInfo::_internal_total_packets() const {
1155 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1156 return _impl_.total_packets_;
1157}
1158inline void StreamInfo::_internal_set_total_packets(::uint64_t value) {
1159 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1160 ;
1161 _impl_.total_packets_ = value;
1162}
1163
1164// uint64 new_packets = 2;
1165inline void StreamInfo::clear_new_packets() {
1166 _impl_.new_packets_ = ::uint64_t{0u};
1167}
1168inline ::uint64_t StreamInfo::new_packets() const {
1169 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
1170 return _internal_new_packets();
1171}
1172inline void StreamInfo::set_new_packets(::uint64_t value) {
1173 _internal_set_new_packets(value);
1174 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
1175}
1176inline ::uint64_t StreamInfo::_internal_new_packets() const {
1177 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1178 return _impl_.new_packets_;
1179}
1180inline void StreamInfo::_internal_set_new_packets(::uint64_t value) {
1181 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1182 ;
1183 _impl_.new_packets_ = value;
1184}
1185
1186// uint64 total_dropped_packets = 3;
1187inline void StreamInfo::clear_total_dropped_packets() {
1188 _impl_.total_dropped_packets_ = ::uint64_t{0u};
1189}
1190inline ::uint64_t StreamInfo::total_dropped_packets() const {
1191 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1192 return _internal_total_dropped_packets();
1193}
1194inline void StreamInfo::set_total_dropped_packets(::uint64_t value) {
1195 _internal_set_total_dropped_packets(value);
1196 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1197}
1198inline ::uint64_t StreamInfo::_internal_total_dropped_packets() const {
1199 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1200 return _impl_.total_dropped_packets_;
1201}
1202inline void StreamInfo::_internal_set_total_dropped_packets(::uint64_t value) {
1203 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1204 ;
1205 _impl_.total_dropped_packets_ = value;
1206}
1207
1208// uint64 new_dropped_packets = 4;
1209inline void StreamInfo::clear_new_dropped_packets() {
1210 _impl_.new_dropped_packets_ = ::uint64_t{0u};
1211}
1212inline ::uint64_t StreamInfo::new_dropped_packets() const {
1213 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1214 return _internal_new_dropped_packets();
1215}
1216inline void StreamInfo::set_new_dropped_packets(::uint64_t value) {
1217 _internal_set_new_dropped_packets(value);
1218 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1219}
1220inline ::uint64_t StreamInfo::_internal_new_dropped_packets() const {
1221 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1222 return _impl_.new_dropped_packets_;
1223}
1224inline void StreamInfo::_internal_set_new_dropped_packets(::uint64_t value) {
1225 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1226 ;
1227 _impl_.new_dropped_packets_ = value;
1228}
1229
1230// -------------------------------------------------------------------
1231
1232// ChannelInfo
1233
1234// uint64 total_triggers = 1;
1235inline void ChannelInfo::clear_total_triggers() {
1236 _impl_.total_triggers_ = ::uint64_t{0u};
1237}
1238inline ::uint64_t ChannelInfo::total_triggers() const {
1239 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1240 return _internal_total_triggers();
1241}
1242inline void ChannelInfo::set_total_triggers(::uint64_t value) {
1243 _internal_set_total_triggers(value);
1244 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1245}
1246inline ::uint64_t ChannelInfo::_internal_total_triggers() const {
1247 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1248 return _impl_.total_triggers_;
1249}
1250inline void ChannelInfo::_internal_set_total_triggers(::uint64_t value) {
1251 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1252 ;
1253 _impl_.total_triggers_ = value;
1254}
1255
1256// uint64 new_triggers = 2;
1257inline void ChannelInfo::clear_new_triggers() {
1258 _impl_.new_triggers_ = ::uint64_t{0u};
1259}
1260inline ::uint64_t ChannelInfo::new_triggers() const {
1261 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1262 return _internal_new_triggers();
1263}
1264inline void ChannelInfo::set_new_triggers(::uint64_t value) {
1265 _internal_set_new_triggers(value);
1266 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1267}
1268inline ::uint64_t ChannelInfo::_internal_new_triggers() const {
1269 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1270 return _impl_.new_triggers_;
1271}
1272inline void ChannelInfo::_internal_set_new_triggers(::uint64_t value) {
1273 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1274 ;
1275 _impl_.new_triggers_ = value;
1276}
1277
1278// uint64 total_packets = 5;
1279inline void ChannelInfo::clear_total_packets() {
1280 _impl_.total_packets_ = ::uint64_t{0u};
1281}
1282inline ::uint64_t ChannelInfo::total_packets() const {
1283 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1284 return _internal_total_packets();
1285}
1286inline void ChannelInfo::set_total_packets(::uint64_t value) {
1287 _internal_set_total_packets(value);
1288 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1289}
1290inline ::uint64_t ChannelInfo::_internal_total_packets() const {
1291 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1292 return _impl_.total_packets_;
1293}
1294inline void ChannelInfo::_internal_set_total_packets(::uint64_t value) {
1295 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1296 ;
1297 _impl_.total_packets_ = value;
1298}
1299
1300// uint64 new_packets = 6;
1301inline void ChannelInfo::clear_new_packets() {
1302 _impl_.new_packets_ = ::uint64_t{0u};
1303}
1304inline ::uint64_t ChannelInfo::new_packets() const {
1305 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1306 return _internal_new_packets();
1307}
1308inline void ChannelInfo::set_new_packets(::uint64_t value) {
1309 _internal_set_new_packets(value);
1310 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1311}
1312inline ::uint64_t ChannelInfo::_internal_new_packets() const {
1313 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1314 return _impl_.new_packets_;
1315}
1316inline void ChannelInfo::_internal_set_new_packets(::uint64_t value) {
1317 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1318 ;
1319 _impl_.new_packets_ = value;
1320}
1321
1322// -------------------------------------------------------------------
1323
1324// TempTriggerSnapshotInfo
1325
1326// uint32 threshold = 2;
1327inline void TempTriggerSnapshotInfo::clear_threshold() {
1328 _impl_.threshold_ = 0u;
1329}
1330inline ::uint32_t TempTriggerSnapshotInfo::threshold() const {
1331 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.threshold)
1332 return _internal_threshold();
1333}
1334inline void TempTriggerSnapshotInfo::set_threshold(::uint32_t value) {
1335 _internal_set_threshold(value);
1336 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.threshold)
1337}
1338inline ::uint32_t TempTriggerSnapshotInfo::_internal_threshold() const {
1339 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1340 return _impl_.threshold_;
1341}
1342inline void TempTriggerSnapshotInfo::_internal_set_threshold(::uint32_t value) {
1343 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1344 ;
1345 _impl_.threshold_ = value;
1346}
1347
1348// uint64 record_count = 3;
1349inline void TempTriggerSnapshotInfo::clear_record_count() {
1350 _impl_.record_count_ = ::uint64_t{0u};
1351}
1352inline ::uint64_t TempTriggerSnapshotInfo::record_count() const {
1353 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.record_count)
1354 return _internal_record_count();
1355}
1356inline void TempTriggerSnapshotInfo::set_record_count(::uint64_t value) {
1357 _internal_set_record_count(value);
1358 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.record_count)
1359}
1360inline ::uint64_t TempTriggerSnapshotInfo::_internal_record_count() const {
1361 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1362 return _impl_.record_count_;
1363}
1364inline void TempTriggerSnapshotInfo::_internal_set_record_count(::uint64_t value) {
1365 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1366 ;
1367 _impl_.record_count_ = value;
1368}
1369
1370// uint64 busy_count = 4;
1371inline void TempTriggerSnapshotInfo::clear_busy_count() {
1372 _impl_.busy_count_ = ::uint64_t{0u};
1373}
1374inline ::uint64_t TempTriggerSnapshotInfo::busy_count() const {
1375 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.busy_count)
1376 return _internal_busy_count();
1377}
1378inline void TempTriggerSnapshotInfo::set_busy_count(::uint64_t value) {
1379 _internal_set_busy_count(value);
1380 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.busy_count)
1381}
1382inline ::uint64_t TempTriggerSnapshotInfo::_internal_busy_count() const {
1383 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1384 return _impl_.busy_count_;
1385}
1386inline void TempTriggerSnapshotInfo::_internal_set_busy_count(::uint64_t value) {
1387 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1388 ;
1389 _impl_.busy_count_ = value;
1390}
1391
1392// uint64 full_count = 5;
1393inline void TempTriggerSnapshotInfo::clear_full_count() {
1394 _impl_.full_count_ = ::uint64_t{0u};
1395}
1396inline ::uint64_t TempTriggerSnapshotInfo::full_count() const {
1397 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.full_count)
1398 return _internal_full_count();
1399}
1400inline void TempTriggerSnapshotInfo::set_full_count(::uint64_t value) {
1401 _internal_set_full_count(value);
1402 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.full_count)
1403}
1404inline ::uint64_t TempTriggerSnapshotInfo::_internal_full_count() const {
1405 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1406 return _impl_.full_count_;
1407}
1408inline void TempTriggerSnapshotInfo::_internal_set_full_count(::uint64_t value) {
1409 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1410 ;
1411 _impl_.full_count_ = value;
1412}
1413
1414#ifdef __GNUC__
1415#pragma GCC diagnostic pop
1416#endif // __GNUC__
1417
1418// @@protoc_insertion_point(namespace_scope)
1419} // namespace opmon
1420} // namespace daphnemodules
1421} // namespace dunedaq
1422
1423
1424// @@protoc_insertion_point(global_scope)
1425
1426#include "google/protobuf/port_undef.inc"
1427
1428#endif // GOOGLE_PROTOBUF_INCLUDED_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto
ChannelInfo & operator=(ChannelInfo &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
ChannelInfo & operator=(const ChannelInfo &from)
static const ::google::protobuf::Reflection * GetReflection()
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::internal::TcParseTable< 3, 4, 0, 0, 2 > _table_
ChannelInfo * New(::google::protobuf::Arena *arena=nullptr) const final
void SharedCtor(::google::protobuf::Arena *arena)
static const ::google::protobuf::Descriptor * GetDescriptor()
PROTOBUF_CONSTEXPR ChannelInfo(::google::protobuf::internal::ConstantInitialized)
friend void swap(ChannelInfo &a, ChannelInfo &b)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
PROTOBUF_CONSTEXPR GeneralInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::Descriptor * GetDescriptor()
void SharedCtor(::google::protobuf::Arena *arena)
static const ::google::protobuf::Reflection * GetReflection()
GeneralInfo & operator=(const GeneralInfo &from)
static const ::google::protobuf::Descriptor * descriptor()
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void swap(GeneralInfo &a, GeneralInfo &b)
::google::protobuf::Metadata GetMetadata() const final
GeneralInfo * New(::google::protobuf::Arena *arena=nullptr) const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ::google::protobuf::internal::TcParseTable< 4, 9, 0, 0, 2 > _table_
const ::google::protobuf::Message::ClassData * GetClassData() const final
GeneralInfo & operator=(GeneralInfo &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
StreamInfo & operator=(StreamInfo &&from) noexcept
static const ::google::protobuf::Descriptor * GetDescriptor()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
StreamInfo & operator=(const StreamInfo &from)
friend void swap(StreamInfo &a, StreamInfo &b)
static const ::google::protobuf::Reflection * GetReflection()
void SharedCtor(::google::protobuf::Arena *arena)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
StreamInfo * New(::google::protobuf::Arena *arena=nullptr) const final
PROTOBUF_CONSTEXPR StreamInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
static const ::google::protobuf::Descriptor * descriptor()
friend void swap(TempTriggerSnapshotInfo &a, TempTriggerSnapshotInfo &b)
static const ::google::protobuf::Descriptor * GetDescriptor()
TempTriggerSnapshotInfo & operator=(TempTriggerSnapshotInfo &&from) noexcept
static const ::google::protobuf::Reflection * GetReflection()
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
PROTOBUF_CONSTEXPR TempTriggerSnapshotInfo(::google::protobuf::internal::ConstantInitialized)
static const TempTriggerSnapshotInfo * internal_default_instance()
TempTriggerSnapshotInfo * New(::google::protobuf::Arena *arena=nullptr) const final
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
TempTriggerSnapshotInfo(TempTriggerSnapshotInfo &&from) noexcept
TempTriggerSnapshotInfo & operator=(const TempTriggerSnapshotInfo &from)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TempTriggerSnapshotInfoDefaultTypeInternal _TempTriggerSnapshotInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ChannelInfoDefaultTypeInternal _ChannelInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GeneralInfoDefaultTypeInternal _GeneralInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StreamInfoDefaultTypeInternal _StreamInfo_default_instance_
The DUNE-DAQ namespace.
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_