DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
moduleleveltrigger_info.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: trigger/opmon/moduleleveltrigger_info.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2fmoduleleveltrigger_5finfo_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_trigger_2fopmon_2fmoduleleveltrigger_5finfo_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 trigger {
58namespace opmon {
59class ModuleLevelTriggerInfo;
60struct ModuleLevelTriggerInfoDefaultTypeInternal;
61extern ModuleLevelTriggerInfoDefaultTypeInternal _ModuleLevelTriggerInfo_default_instance_;
62class ModuleLevelTriggerRequestLatency;
63struct ModuleLevelTriggerRequestLatencyDefaultTypeInternal;
64extern ModuleLevelTriggerRequestLatencyDefaultTypeInternal _ModuleLevelTriggerRequestLatency_default_instance_;
65class TriggerDecisionInfo;
66struct TriggerDecisionInfoDefaultTypeInternal;
67extern TriggerDecisionInfoDefaultTypeInternal _TriggerDecisionInfo_default_instance_;
68} // namespace opmon
69} // namespace trigger
70} // namespace dunedaq
71namespace google {
72namespace protobuf {
73} // namespace protobuf
74} // namespace google
75
76namespace dunedaq {
77namespace trigger {
78namespace opmon {
79
80// ===================================================================
81
82
83// -------------------------------------------------------------------
84
86 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.ModuleLevelTriggerInfo) */ {
87 public:
89 ~ModuleLevelTriggerInfo() override;
90 template<typename = void>
91 explicit PROTOBUF_CONSTEXPR ModuleLevelTriggerInfo(::google::protobuf::internal::ConstantInitialized);
92
96 *this = ::std::move(from);
97 }
98
100 CopyFrom(from);
101 return *this;
102 }
104 if (this == &from) return *this;
105 if (GetOwningArena() == from.GetOwningArena()
106 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
107 && GetOwningArena() != nullptr
108 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
109 ) {
110 InternalSwap(&from);
111 } else {
112 CopyFrom(from);
113 }
114 return *this;
115 }
116
117 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
118 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
119 }
120 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
121 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
122 }
123
124 static const ::google::protobuf::Descriptor* descriptor() {
125 return GetDescriptor();
126 }
127 static const ::google::protobuf::Descriptor* GetDescriptor() {
128 return default_instance().GetMetadata().descriptor;
129 }
130 static const ::google::protobuf::Reflection* GetReflection() {
131 return default_instance().GetMetadata().reflection;
132 }
137 return reinterpret_cast<const ModuleLevelTriggerInfo*>(
139 }
140 static constexpr int kIndexInFileMessages =
141 0;
142
144 a.Swap(&b);
145 }
146 inline void Swap(ModuleLevelTriggerInfo* other) {
147 if (other == this) return;
148 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() != nullptr &&
150 GetOwningArena() == other->GetOwningArena()) {
151 #else // PROTOBUF_FORCE_COPY_IN_SWAP
152 if (GetOwningArena() == other->GetOwningArena()) {
153 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
154 InternalSwap(other);
155 } else {
156 ::google::protobuf::internal::GenericSwap(this, other);
157 }
158 }
160 if (other == this) return;
161 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
162 InternalSwap(other);
163 }
164
165 // implements Message ----------------------------------------------
166
167 ModuleLevelTriggerInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
168 return CreateMaybeMessage<ModuleLevelTriggerInfo>(arena);
169 }
170 using ::google::protobuf::Message::CopyFrom;
171 void CopyFrom(const ModuleLevelTriggerInfo& from);
172 using ::google::protobuf::Message::MergeFrom;
175 }
176 private:
177 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
178 public:
179 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
180 bool IsInitialized() const final;
181
182 ::size_t ByteSizeLong() const final;
183 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
184 ::uint8_t* _InternalSerialize(
185 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
186 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
187
188 private:
189 void SharedCtor(::google::protobuf::Arena* arena);
190 void SharedDtor();
191 void SetCachedSize(int size) const final;
193
194 private:
195 friend class ::google::protobuf::internal::AnyMetadata;
196 static ::absl::string_view FullMessageName() {
197 return "dunedaq.trigger.opmon.ModuleLevelTriggerInfo";
198 }
199 protected:
200 explicit ModuleLevelTriggerInfo(::google::protobuf::Arena* arena);
201 public:
202
203 static const ClassData _class_data_;
204 const ::google::protobuf::Message::ClassData*GetClassData() const final;
205
206 ::google::protobuf::Metadata GetMetadata() const final;
207
208 // nested types ----------------------------------------------------
209
210 // accessors -------------------------------------------------------
211
212 enum : int {
222 };
223 // uint32 td_msg_received_count = 1;
225 ::uint32_t td_msg_received_count() const;
226 void set_td_msg_received_count(::uint32_t value);
227
228 private:
229 ::uint32_t _internal_td_msg_received_count() const;
230 void _internal_set_td_msg_received_count(::uint32_t value);
231
232 public:
233 // uint32 td_sent_count = 2;
234 void clear_td_sent_count() ;
235 ::uint32_t td_sent_count() const;
236 void set_td_sent_count(::uint32_t value);
237
238 private:
239 ::uint32_t _internal_td_sent_count() const;
240 void _internal_set_td_sent_count(::uint32_t value);
241
242 public:
243 // uint32 td_inhibited_count = 3;
245 ::uint32_t td_inhibited_count() const;
246 void set_td_inhibited_count(::uint32_t value);
247
248 private:
249 ::uint32_t _internal_td_inhibited_count() const;
250 void _internal_set_td_inhibited_count(::uint32_t value);
251
252 public:
253 // uint32 td_paused_count = 4;
254 void clear_td_paused_count() ;
255 ::uint32_t td_paused_count() const;
256 void set_td_paused_count(::uint32_t value);
257
258 private:
259 ::uint32_t _internal_td_paused_count() const;
260 void _internal_set_td_paused_count(::uint32_t value);
261
262 public:
263 // uint32 td_queue_timeout_expired_err_count = 5;
265 ::uint32_t td_queue_timeout_expired_err_count() const;
266 void set_td_queue_timeout_expired_err_count(::uint32_t value);
267
268 private:
271
272 public:
273 // uint32 td_total_count = 6;
274 void clear_td_total_count() ;
275 ::uint32_t td_total_count() const;
276 void set_td_total_count(::uint32_t value);
277
278 private:
279 ::uint32_t _internal_td_total_count() const;
280 void _internal_set_td_total_count(::uint32_t value);
281
282 public:
283 // uint32 lc_klive = 10;
284 void clear_lc_klive() ;
285 ::uint32_t lc_klive() const;
286 void set_lc_klive(::uint32_t value);
287
288 private:
289 ::uint32_t _internal_lc_klive() const;
290 void _internal_set_lc_klive(::uint32_t value);
291
292 public:
293 // uint32 lc_kpaused = 11;
294 void clear_lc_kpaused() ;
295 ::uint32_t lc_kpaused() const;
296 void set_lc_kpaused(::uint32_t value);
297
298 private:
299 ::uint32_t _internal_lc_kpaused() const;
300 void _internal_set_lc_kpaused(::uint32_t value);
301
302 public:
303 // uint32 lc_kdead = 12;
304 void clear_lc_kdead() ;
305 ::uint32_t lc_kdead() const;
306 void set_lc_kdead(::uint32_t value);
307
308 private:
309 ::uint32_t _internal_lc_kdead() const;
310 void _internal_set_lc_kdead(::uint32_t value);
311
312 public:
313 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.ModuleLevelTriggerInfo)
314 private:
315 class _Internal;
316
317 friend class ::google::protobuf::internal::TcParser;
318 static const ::google::protobuf::internal::TcParseTable<4, 9, 0, 0, 2> _table_;
319 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
322 struct Impl_ {
324 ::uint32_t td_sent_count_;
328 ::uint32_t td_total_count_;
329 ::uint32_t lc_klive_;
330 ::uint32_t lc_kpaused_;
331 ::uint32_t lc_kdead_;
332 mutable ::google::protobuf::internal::CachedSize _cached_size_;
333 PROTOBUF_TSAN_DECLARE_MEMBER
334 };
335 union { Impl_ _impl_; };
336 friend struct ::TableStruct_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto;
337};// -------------------------------------------------------------------
338
340 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.TriggerDecisionInfo) */ {
341 public:
343 ~TriggerDecisionInfo() override;
344 template<typename = void>
345 explicit PROTOBUF_CONSTEXPR TriggerDecisionInfo(::google::protobuf::internal::ConstantInitialized);
346
350 *this = ::std::move(from);
351 }
352
354 CopyFrom(from);
355 return *this;
356 }
358 if (this == &from) return *this;
359 if (GetOwningArena() == from.GetOwningArena()
360 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
361 && GetOwningArena() != nullptr
362 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
363 ) {
364 InternalSwap(&from);
365 } else {
366 CopyFrom(from);
367 }
368 return *this;
369 }
370
371 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
372 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
373 }
374 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
375 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
376 }
377
378 static const ::google::protobuf::Descriptor* descriptor() {
379 return GetDescriptor();
380 }
381 static const ::google::protobuf::Descriptor* GetDescriptor() {
382 return default_instance().GetMetadata().descriptor;
383 }
384 static const ::google::protobuf::Reflection* GetReflection() {
385 return default_instance().GetMetadata().reflection;
386 }
388 return *internal_default_instance();
389 }
391 return reinterpret_cast<const TriggerDecisionInfo*>(
393 }
394 static constexpr int kIndexInFileMessages =
395 1;
396
398 a.Swap(&b);
399 }
400 inline void Swap(TriggerDecisionInfo* other) {
401 if (other == this) return;
402 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
403 if (GetOwningArena() != nullptr &&
404 GetOwningArena() == other->GetOwningArena()) {
405 #else // PROTOBUF_FORCE_COPY_IN_SWAP
406 if (GetOwningArena() == other->GetOwningArena()) {
407 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
408 InternalSwap(other);
409 } else {
410 ::google::protobuf::internal::GenericSwap(this, other);
411 }
412 }
414 if (other == this) return;
415 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
416 InternalSwap(other);
417 }
418
419 // implements Message ----------------------------------------------
420
421 TriggerDecisionInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
422 return CreateMaybeMessage<TriggerDecisionInfo>(arena);
423 }
424 using ::google::protobuf::Message::CopyFrom;
425 void CopyFrom(const TriggerDecisionInfo& from);
426 using ::google::protobuf::Message::MergeFrom;
427 void MergeFrom( const TriggerDecisionInfo& from) {
428 TriggerDecisionInfo::MergeImpl(*this, from);
429 }
430 private:
431 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
432 public:
433 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
434 bool IsInitialized() const final;
435
436 ::size_t ByteSizeLong() const final;
437 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
438 ::uint8_t* _InternalSerialize(
439 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
440 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
441
442 private:
443 void SharedCtor(::google::protobuf::Arena* arena);
444 void SharedDtor();
445 void SetCachedSize(int size) const final;
446 void InternalSwap(TriggerDecisionInfo* other);
447
448 private:
449 friend class ::google::protobuf::internal::AnyMetadata;
450 static ::absl::string_view FullMessageName() {
451 return "dunedaq.trigger.opmon.TriggerDecisionInfo";
452 }
453 protected:
454 explicit TriggerDecisionInfo(::google::protobuf::Arena* arena);
455 public:
456
457 static const ClassData _class_data_;
458 const ::google::protobuf::Message::ClassData*GetClassData() const final;
459
460 ::google::protobuf::Metadata GetMetadata() const final;
461
462 // nested types ----------------------------------------------------
463
464 // accessors -------------------------------------------------------
465
466 enum : int {
467 kReceivedFieldNumber = 1,
468 kSentFieldNumber = 2,
469 kFailedSendFieldNumber = 3,
470 kPausedFieldNumber = 4,
471 kInhibitedFieldNumber = 5,
472 };
473 // uint32 received = 1;
474 void clear_received() ;
475 ::uint32_t received() const;
476 void set_received(::uint32_t value);
477
478 private:
479 ::uint32_t _internal_received() const;
480 void _internal_set_received(::uint32_t value);
481
482 public:
483 // uint32 sent = 2;
484 void clear_sent() ;
485 ::uint32_t sent() const;
486 void set_sent(::uint32_t value);
487
488 private:
489 ::uint32_t _internal_sent() const;
490 void _internal_set_sent(::uint32_t value);
491
492 public:
493 // uint32 failed_send = 3;
494 void clear_failed_send() ;
495 ::uint32_t failed_send() const;
496 void set_failed_send(::uint32_t value);
497
498 private:
499 ::uint32_t _internal_failed_send() const;
500 void _internal_set_failed_send(::uint32_t value);
501
502 public:
503 // uint32 paused = 4;
504 void clear_paused() ;
505 ::uint32_t paused() const;
506 void set_paused(::uint32_t value);
507
508 private:
509 ::uint32_t _internal_paused() const;
510 void _internal_set_paused(::uint32_t value);
511
512 public:
513 // uint32 inhibited = 5;
514 void clear_inhibited() ;
515 ::uint32_t inhibited() const;
516 void set_inhibited(::uint32_t value);
517
518 private:
519 ::uint32_t _internal_inhibited() const;
520 void _internal_set_inhibited(::uint32_t value);
521
522 public:
523 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.TriggerDecisionInfo)
524 private:
525 class _Internal;
526
527 friend class ::google::protobuf::internal::TcParser;
528 static const ::google::protobuf::internal::TcParseTable<3, 5, 0, 0, 2> _table_;
529 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
532 struct Impl_ {
533 ::uint32_t received_;
534 ::uint32_t sent_;
535 ::uint32_t failed_send_;
536 ::uint32_t paused_;
537 ::uint32_t inhibited_;
538 mutable ::google::protobuf::internal::CachedSize _cached_size_;
539 PROTOBUF_TSAN_DECLARE_MEMBER
540 };
541 union { Impl_ _impl_; };
542 friend struct ::TableStruct_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto;
543};// -------------------------------------------------------------------
544
546 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency) */ {
547 public:
550 template<typename = void>
551 explicit PROTOBUF_CONSTEXPR ModuleLevelTriggerRequestLatency(::google::protobuf::internal::ConstantInitialized);
552
556 *this = ::std::move(from);
557 }
558
560 CopyFrom(from);
561 return *this;
562 }
564 if (this == &from) return *this;
565 if (GetOwningArena() == from.GetOwningArena()
566 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
567 && GetOwningArena() != nullptr
568 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
569 ) {
570 InternalSwap(&from);
571 } else {
572 CopyFrom(from);
573 }
574 return *this;
575 }
576
577 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
578 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
579 }
580 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
581 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
582 }
583
584 static const ::google::protobuf::Descriptor* descriptor() {
585 return GetDescriptor();
586 }
587 static const ::google::protobuf::Descriptor* GetDescriptor() {
588 return default_instance().GetMetadata().descriptor;
589 }
590 static const ::google::protobuf::Reflection* GetReflection() {
591 return default_instance().GetMetadata().reflection;
592 }
594 return *internal_default_instance();
595 }
600 static constexpr int kIndexInFileMessages =
601 2;
602
607 if (other == this) return;
608 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
609 if (GetOwningArena() != nullptr &&
610 GetOwningArena() == other->GetOwningArena()) {
611 #else // PROTOBUF_FORCE_COPY_IN_SWAP
612 if (GetOwningArena() == other->GetOwningArena()) {
613 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
614 InternalSwap(other);
615 } else {
616 ::google::protobuf::internal::GenericSwap(this, other);
617 }
618 }
620 if (other == this) return;
621 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
622 InternalSwap(other);
623 }
624
625 // implements Message ----------------------------------------------
626
627 ModuleLevelTriggerRequestLatency* New(::google::protobuf::Arena* arena = nullptr) const final {
628 return CreateMaybeMessage<ModuleLevelTriggerRequestLatency>(arena);
629 }
630 using ::google::protobuf::Message::CopyFrom;
631 void CopyFrom(const ModuleLevelTriggerRequestLatency& from);
632 using ::google::protobuf::Message::MergeFrom;
634 ModuleLevelTriggerRequestLatency::MergeImpl(*this, from);
635 }
636 private:
637 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
638 public:
639 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
640 bool IsInitialized() const final;
641
642 ::size_t ByteSizeLong() const final;
643 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
644 ::uint8_t* _InternalSerialize(
645 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
646 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
647
648 private:
649 void SharedCtor(::google::protobuf::Arena* arena);
650 void SharedDtor();
651 void SetCachedSize(int size) const final;
652 void InternalSwap(ModuleLevelTriggerRequestLatency* other);
653
654 private:
655 friend class ::google::protobuf::internal::AnyMetadata;
656 static ::absl::string_view FullMessageName() {
657 return "dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency";
658 }
659 protected:
660 explicit ModuleLevelTriggerRequestLatency(::google::protobuf::Arena* arena);
661 public:
662
663 static const ClassData _class_data_;
664 const ::google::protobuf::Message::ClassData*GetClassData() const final;
665
666 ::google::protobuf::Metadata GetMetadata() const final;
667
668 // nested types ----------------------------------------------------
669
670 // accessors -------------------------------------------------------
671
672 enum : int {
673 kLatencyWindowStartFieldNumber = 1,
674 kLatencyWindowEndFieldNumber = 2,
675 };
676 // uint32 latency_window_start = 1;
677 void clear_latency_window_start() ;
678 ::uint32_t latency_window_start() const;
679 void set_latency_window_start(::uint32_t value);
680
681 private:
682 ::uint32_t _internal_latency_window_start() const;
683 void _internal_set_latency_window_start(::uint32_t value);
684
685 public:
686 // uint32 latency_window_end = 2;
687 void clear_latency_window_end() ;
688 ::uint32_t latency_window_end() const;
689 void set_latency_window_end(::uint32_t value);
690
691 private:
692 ::uint32_t _internal_latency_window_end() const;
693 void _internal_set_latency_window_end(::uint32_t value);
694
695 public:
696 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency)
697 private:
698 class _Internal;
699
700 friend class ::google::protobuf::internal::TcParser;
701 static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_;
702 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
705 struct Impl_ {
708 mutable ::google::protobuf::internal::CachedSize _cached_size_;
709 PROTOBUF_TSAN_DECLARE_MEMBER
710 };
711 union { Impl_ _impl_; };
712 friend struct ::TableStruct_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto;
713};
714
715// ===================================================================
716
717
718
719
720// ===================================================================
721
722
723#ifdef __GNUC__
724#pragma GCC diagnostic push
725#pragma GCC diagnostic ignored "-Wstrict-aliasing"
726#endif // __GNUC__
727// -------------------------------------------------------------------
728
729// ModuleLevelTriggerInfo
730
731// uint32 td_msg_received_count = 1;
732inline void ModuleLevelTriggerInfo::clear_td_msg_received_count() {
733 _impl_.td_msg_received_count_ = 0u;
734}
735inline ::uint32_t ModuleLevelTriggerInfo::td_msg_received_count() const {
736 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_msg_received_count)
737 return _internal_td_msg_received_count();
738}
739inline void ModuleLevelTriggerInfo::set_td_msg_received_count(::uint32_t value) {
740 _internal_set_td_msg_received_count(value);
741 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_msg_received_count)
742}
743inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_msg_received_count() const {
744 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
745 return _impl_.td_msg_received_count_;
746}
747inline void ModuleLevelTriggerInfo::_internal_set_td_msg_received_count(::uint32_t value) {
748 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
749 ;
750 _impl_.td_msg_received_count_ = value;
751}
752
753// uint32 td_sent_count = 2;
754inline void ModuleLevelTriggerInfo::clear_td_sent_count() {
755 _impl_.td_sent_count_ = 0u;
756}
757inline ::uint32_t ModuleLevelTriggerInfo::td_sent_count() const {
758 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_sent_count)
759 return _internal_td_sent_count();
760}
761inline void ModuleLevelTriggerInfo::set_td_sent_count(::uint32_t value) {
762 _internal_set_td_sent_count(value);
763 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_sent_count)
764}
765inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_sent_count() const {
766 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
767 return _impl_.td_sent_count_;
768}
769inline void ModuleLevelTriggerInfo::_internal_set_td_sent_count(::uint32_t value) {
770 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
771 ;
772 _impl_.td_sent_count_ = value;
773}
774
775// uint32 td_inhibited_count = 3;
776inline void ModuleLevelTriggerInfo::clear_td_inhibited_count() {
777 _impl_.td_inhibited_count_ = 0u;
778}
779inline ::uint32_t ModuleLevelTriggerInfo::td_inhibited_count() const {
780 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_inhibited_count)
781 return _internal_td_inhibited_count();
782}
783inline void ModuleLevelTriggerInfo::set_td_inhibited_count(::uint32_t value) {
784 _internal_set_td_inhibited_count(value);
785 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_inhibited_count)
786}
787inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_inhibited_count() const {
788 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
789 return _impl_.td_inhibited_count_;
790}
791inline void ModuleLevelTriggerInfo::_internal_set_td_inhibited_count(::uint32_t value) {
792 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
793 ;
794 _impl_.td_inhibited_count_ = value;
795}
796
797// uint32 td_paused_count = 4;
798inline void ModuleLevelTriggerInfo::clear_td_paused_count() {
799 _impl_.td_paused_count_ = 0u;
800}
801inline ::uint32_t ModuleLevelTriggerInfo::td_paused_count() const {
802 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_paused_count)
803 return _internal_td_paused_count();
804}
805inline void ModuleLevelTriggerInfo::set_td_paused_count(::uint32_t value) {
806 _internal_set_td_paused_count(value);
807 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_paused_count)
808}
809inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_paused_count() const {
810 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
811 return _impl_.td_paused_count_;
812}
813inline void ModuleLevelTriggerInfo::_internal_set_td_paused_count(::uint32_t value) {
814 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
815 ;
816 _impl_.td_paused_count_ = value;
817}
818
819// uint32 td_queue_timeout_expired_err_count = 5;
820inline void ModuleLevelTriggerInfo::clear_td_queue_timeout_expired_err_count() {
821 _impl_.td_queue_timeout_expired_err_count_ = 0u;
822}
823inline ::uint32_t ModuleLevelTriggerInfo::td_queue_timeout_expired_err_count() const {
824 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_queue_timeout_expired_err_count)
825 return _internal_td_queue_timeout_expired_err_count();
826}
827inline void ModuleLevelTriggerInfo::set_td_queue_timeout_expired_err_count(::uint32_t value) {
828 _internal_set_td_queue_timeout_expired_err_count(value);
829 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_queue_timeout_expired_err_count)
830}
831inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_queue_timeout_expired_err_count() const {
832 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
833 return _impl_.td_queue_timeout_expired_err_count_;
834}
835inline void ModuleLevelTriggerInfo::_internal_set_td_queue_timeout_expired_err_count(::uint32_t value) {
836 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
837 ;
838 _impl_.td_queue_timeout_expired_err_count_ = value;
839}
840
841// uint32 td_total_count = 6;
842inline void ModuleLevelTriggerInfo::clear_td_total_count() {
843 _impl_.td_total_count_ = 0u;
844}
845inline ::uint32_t ModuleLevelTriggerInfo::td_total_count() const {
846 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_total_count)
847 return _internal_td_total_count();
848}
849inline void ModuleLevelTriggerInfo::set_td_total_count(::uint32_t value) {
850 _internal_set_td_total_count(value);
851 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.td_total_count)
852}
853inline ::uint32_t ModuleLevelTriggerInfo::_internal_td_total_count() const {
854 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
855 return _impl_.td_total_count_;
856}
857inline void ModuleLevelTriggerInfo::_internal_set_td_total_count(::uint32_t value) {
858 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
859 ;
860 _impl_.td_total_count_ = value;
861}
862
863// uint32 lc_klive = 10;
864inline void ModuleLevelTriggerInfo::clear_lc_klive() {
865 _impl_.lc_klive_ = 0u;
866}
867inline ::uint32_t ModuleLevelTriggerInfo::lc_klive() const {
868 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_klive)
869 return _internal_lc_klive();
870}
871inline void ModuleLevelTriggerInfo::set_lc_klive(::uint32_t value) {
872 _internal_set_lc_klive(value);
873 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_klive)
874}
875inline ::uint32_t ModuleLevelTriggerInfo::_internal_lc_klive() const {
876 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
877 return _impl_.lc_klive_;
878}
879inline void ModuleLevelTriggerInfo::_internal_set_lc_klive(::uint32_t value) {
880 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
881 ;
882 _impl_.lc_klive_ = value;
883}
884
885// uint32 lc_kpaused = 11;
886inline void ModuleLevelTriggerInfo::clear_lc_kpaused() {
887 _impl_.lc_kpaused_ = 0u;
888}
889inline ::uint32_t ModuleLevelTriggerInfo::lc_kpaused() const {
890 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_kpaused)
891 return _internal_lc_kpaused();
892}
893inline void ModuleLevelTriggerInfo::set_lc_kpaused(::uint32_t value) {
894 _internal_set_lc_kpaused(value);
895 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_kpaused)
896}
897inline ::uint32_t ModuleLevelTriggerInfo::_internal_lc_kpaused() const {
898 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
899 return _impl_.lc_kpaused_;
900}
901inline void ModuleLevelTriggerInfo::_internal_set_lc_kpaused(::uint32_t value) {
902 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
903 ;
904 _impl_.lc_kpaused_ = value;
905}
906
907// uint32 lc_kdead = 12;
908inline void ModuleLevelTriggerInfo::clear_lc_kdead() {
909 _impl_.lc_kdead_ = 0u;
910}
911inline ::uint32_t ModuleLevelTriggerInfo::lc_kdead() const {
912 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_kdead)
913 return _internal_lc_kdead();
914}
915inline void ModuleLevelTriggerInfo::set_lc_kdead(::uint32_t value) {
916 _internal_set_lc_kdead(value);
917 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerInfo.lc_kdead)
918}
919inline ::uint32_t ModuleLevelTriggerInfo::_internal_lc_kdead() const {
920 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
921 return _impl_.lc_kdead_;
922}
923inline void ModuleLevelTriggerInfo::_internal_set_lc_kdead(::uint32_t value) {
924 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
925 ;
926 _impl_.lc_kdead_ = value;
927}
928
929// -------------------------------------------------------------------
930
931// TriggerDecisionInfo
932
933// uint32 received = 1;
934inline void TriggerDecisionInfo::clear_received() {
935 _impl_.received_ = 0u;
936}
937inline ::uint32_t TriggerDecisionInfo::received() const {
938 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerDecisionInfo.received)
939 return _internal_received();
940}
941inline void TriggerDecisionInfo::set_received(::uint32_t value) {
942 _internal_set_received(value);
943 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerDecisionInfo.received)
944}
945inline ::uint32_t TriggerDecisionInfo::_internal_received() const {
946 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
947 return _impl_.received_;
948}
949inline void TriggerDecisionInfo::_internal_set_received(::uint32_t value) {
950 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
951 ;
952 _impl_.received_ = value;
953}
954
955// uint32 sent = 2;
956inline void TriggerDecisionInfo::clear_sent() {
957 _impl_.sent_ = 0u;
958}
959inline ::uint32_t TriggerDecisionInfo::sent() const {
960 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerDecisionInfo.sent)
961 return _internal_sent();
962}
963inline void TriggerDecisionInfo::set_sent(::uint32_t value) {
964 _internal_set_sent(value);
965 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerDecisionInfo.sent)
966}
967inline ::uint32_t TriggerDecisionInfo::_internal_sent() const {
968 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
969 return _impl_.sent_;
970}
971inline void TriggerDecisionInfo::_internal_set_sent(::uint32_t value) {
972 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
973 ;
974 _impl_.sent_ = value;
975}
976
977// uint32 failed_send = 3;
978inline void TriggerDecisionInfo::clear_failed_send() {
979 _impl_.failed_send_ = 0u;
980}
981inline ::uint32_t TriggerDecisionInfo::failed_send() const {
982 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerDecisionInfo.failed_send)
983 return _internal_failed_send();
984}
985inline void TriggerDecisionInfo::set_failed_send(::uint32_t value) {
986 _internal_set_failed_send(value);
987 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerDecisionInfo.failed_send)
988}
989inline ::uint32_t TriggerDecisionInfo::_internal_failed_send() const {
990 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
991 return _impl_.failed_send_;
992}
993inline void TriggerDecisionInfo::_internal_set_failed_send(::uint32_t value) {
994 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
995 ;
996 _impl_.failed_send_ = value;
997}
998
999// uint32 paused = 4;
1000inline void TriggerDecisionInfo::clear_paused() {
1001 _impl_.paused_ = 0u;
1002}
1003inline ::uint32_t TriggerDecisionInfo::paused() const {
1004 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerDecisionInfo.paused)
1005 return _internal_paused();
1006}
1007inline void TriggerDecisionInfo::set_paused(::uint32_t value) {
1008 _internal_set_paused(value);
1009 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerDecisionInfo.paused)
1010}
1011inline ::uint32_t TriggerDecisionInfo::_internal_paused() const {
1012 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1013 return _impl_.paused_;
1014}
1015inline void TriggerDecisionInfo::_internal_set_paused(::uint32_t value) {
1016 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1017 ;
1018 _impl_.paused_ = value;
1019}
1020
1021// uint32 inhibited = 5;
1022inline void TriggerDecisionInfo::clear_inhibited() {
1023 _impl_.inhibited_ = 0u;
1024}
1025inline ::uint32_t TriggerDecisionInfo::inhibited() const {
1026 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerDecisionInfo.inhibited)
1027 return _internal_inhibited();
1028}
1029inline void TriggerDecisionInfo::set_inhibited(::uint32_t value) {
1030 _internal_set_inhibited(value);
1031 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerDecisionInfo.inhibited)
1032}
1033inline ::uint32_t TriggerDecisionInfo::_internal_inhibited() const {
1034 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1035 return _impl_.inhibited_;
1036}
1037inline void TriggerDecisionInfo::_internal_set_inhibited(::uint32_t value) {
1038 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1039 ;
1040 _impl_.inhibited_ = value;
1041}
1042
1043// -------------------------------------------------------------------
1044
1045// ModuleLevelTriggerRequestLatency
1046
1047// uint32 latency_window_start = 1;
1048inline void ModuleLevelTriggerRequestLatency::clear_latency_window_start() {
1049 _impl_.latency_window_start_ = 0u;
1050}
1051inline ::uint32_t ModuleLevelTriggerRequestLatency::latency_window_start() const {
1052 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency.latency_window_start)
1053 return _internal_latency_window_start();
1054}
1055inline void ModuleLevelTriggerRequestLatency::set_latency_window_start(::uint32_t value) {
1056 _internal_set_latency_window_start(value);
1057 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency.latency_window_start)
1058}
1059inline ::uint32_t ModuleLevelTriggerRequestLatency::_internal_latency_window_start() const {
1060 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1061 return _impl_.latency_window_start_;
1062}
1063inline void ModuleLevelTriggerRequestLatency::_internal_set_latency_window_start(::uint32_t value) {
1064 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1065 ;
1066 _impl_.latency_window_start_ = value;
1067}
1068
1069// uint32 latency_window_end = 2;
1070inline void ModuleLevelTriggerRequestLatency::clear_latency_window_end() {
1071 _impl_.latency_window_end_ = 0u;
1072}
1073inline ::uint32_t ModuleLevelTriggerRequestLatency::latency_window_end() const {
1074 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency.latency_window_end)
1075 return _internal_latency_window_end();
1076}
1077inline void ModuleLevelTriggerRequestLatency::set_latency_window_end(::uint32_t value) {
1078 _internal_set_latency_window_end(value);
1079 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.ModuleLevelTriggerRequestLatency.latency_window_end)
1080}
1081inline ::uint32_t ModuleLevelTriggerRequestLatency::_internal_latency_window_end() const {
1082 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1083 return _impl_.latency_window_end_;
1084}
1085inline void ModuleLevelTriggerRequestLatency::_internal_set_latency_window_end(::uint32_t value) {
1086 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1087 ;
1088 _impl_.latency_window_end_ = value;
1089}
1090
1091#ifdef __GNUC__
1092#pragma GCC diagnostic pop
1093#endif // __GNUC__
1094
1095// @@protoc_insertion_point(namespace_scope)
1096} // namespace opmon
1097} // namespace trigger
1098} // namespace dunedaq
1099
1100
1101// @@protoc_insertion_point(global_scope)
1102
1103#include "google/protobuf/port_undef.inc"
1104
1105#endif // GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto_2epb_2eh
void MergeFrom(const ModuleLevelTriggerInfo &from)
ModuleLevelTriggerInfo(ModuleLevelTriggerInfo &&from) noexcept
static const ModuleLevelTriggerInfo * internal_default_instance()
ModuleLevelTriggerInfo & operator=(ModuleLevelTriggerInfo &&from) noexcept
const ::google::protobuf::Message::ClassData * GetClassData() const final
static const ::google::protobuf::Descriptor * GetDescriptor()
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const final
friend void swap(ModuleLevelTriggerInfo &a, ModuleLevelTriggerInfo &b)
static const ::google::protobuf::Reflection * GetReflection()
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ModuleLevelTriggerInfo & default_instance()
ModuleLevelTriggerInfo * New(::google::protobuf::Arena *arena=nullptr) const final
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
ModuleLevelTriggerInfo & operator=(const ModuleLevelTriggerInfo &from)
PROTOBUF_CONSTEXPR ModuleLevelTriggerInfo(::google::protobuf::internal::ConstantInitialized)
void CopyFrom(const ModuleLevelTriggerInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const ::google::protobuf::internal::TcParseTable< 4, 9, 0, 0, 2 > _table_
friend void swap(ModuleLevelTriggerRequestLatency &a, ModuleLevelTriggerRequestLatency &b)
static const ::google::protobuf::Descriptor * GetDescriptor()
ModuleLevelTriggerRequestLatency & operator=(const ModuleLevelTriggerRequestLatency &from)
static const ::google::protobuf::Reflection * GetReflection()
void MergeFrom(const ModuleLevelTriggerRequestLatency &from)
ModuleLevelTriggerRequestLatency * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::Descriptor * descriptor()
ModuleLevelTriggerRequestLatency(ModuleLevelTriggerRequestLatency &&from) noexcept
void UnsafeArenaSwap(ModuleLevelTriggerRequestLatency *other)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
static const ModuleLevelTriggerRequestLatency * internal_default_instance()
PROTOBUF_CONSTEXPR ModuleLevelTriggerRequestLatency(::google::protobuf::internal::ConstantInitialized)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ModuleLevelTriggerRequestLatency & default_instance()
ModuleLevelTriggerRequestLatency & operator=(ModuleLevelTriggerRequestLatency &&from) noexcept
void MergeFrom(const TriggerDecisionInfo &from)
TriggerDecisionInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::Reflection * GetReflection()
PROTOBUF_CONSTEXPR TriggerDecisionInfo(::google::protobuf::internal::ConstantInitialized)
friend void swap(TriggerDecisionInfo &a, TriggerDecisionInfo &b)
static const TriggerDecisionInfo & default_instance()
TriggerDecisionInfo & operator=(TriggerDecisionInfo &&from) noexcept
TriggerDecisionInfo(TriggerDecisionInfo &&from) noexcept
static const ::google::protobuf::internal::TcParseTable< 3, 5, 0, 0, 2 > _table_
TriggerDecisionInfo & operator=(const TriggerDecisionInfo &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const TriggerDecisionInfo * internal_default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::internal::DescriptorTable descriptor_table_trigger_2fopmon_2fmoduleleveltrigger_5finfo_2eproto
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ModuleLevelTriggerInfoDefaultTypeInternal _ModuleLevelTriggerInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerDecisionInfoDefaultTypeInternal _TriggerDecisionInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ModuleLevelTriggerRequestLatencyDefaultTypeInternal _ModuleLevelTriggerRequestLatency_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_