DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CTBModule.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ctbmodules/opmon/CTBModule.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_ctbmodules_2fopmon_2fCTBModule_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_ctbmodules_2fopmon_2fCTBModule_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_ctbmodules_2fopmon_2fCTBModule_2eproto
41
42namespace google {
43namespace protobuf {
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47} // namespace protobuf
48} // namespace google
49
50// Internal implementation detail -- do not use these members.
52 static const ::uint32_t offsets[];
53};
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace ctbmodules {
58namespace opmon {
59class CTBModuleInfo;
60struct CTBModuleInfoDefaultTypeInternal;
61extern CTBModuleInfoDefaultTypeInternal _CTBModuleInfo_default_instance_;
62class TriggerInfo;
63struct TriggerInfoDefaultTypeInternal;
64extern TriggerInfoDefaultTypeInternal _TriggerInfo_default_instance_;
65} // namespace opmon
66} // namespace ctbmodules
67} // namespace dunedaq
68namespace google {
69namespace protobuf {
70} // namespace protobuf
71} // namespace google
72
73namespace dunedaq {
74namespace ctbmodules {
75namespace opmon {
76
77// ===================================================================
78
79
80// -------------------------------------------------------------------
81
82class CTBModuleInfo final :
83 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.ctbmodules.opmon.CTBModuleInfo) */ {
84 public:
85 inline CTBModuleInfo() : CTBModuleInfo(nullptr) {}
86 ~CTBModuleInfo() override;
87 template<typename = void>
88 explicit PROTOBUF_CONSTEXPR CTBModuleInfo(::google::protobuf::internal::ConstantInitialized);
89
90 CTBModuleInfo(const CTBModuleInfo& from);
92 : CTBModuleInfo() {
93 *this = ::std::move(from);
94 }
95
96 inline CTBModuleInfo& operator=(const CTBModuleInfo& from) {
97 CopyFrom(from);
98 return *this;
99 }
100 inline CTBModuleInfo& operator=(CTBModuleInfo&& from) noexcept {
101 if (this == &from) return *this;
102 if (GetOwningArena() == from.GetOwningArena()
103 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104 && GetOwningArena() != nullptr
105 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
106 ) {
107 InternalSwap(&from);
108 } else {
109 CopyFrom(from);
110 }
111 return *this;
112 }
113
114 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
115 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
116 }
117 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
118 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
119 }
120
121 static const ::google::protobuf::Descriptor* descriptor() {
122 return GetDescriptor();
123 }
124 static const ::google::protobuf::Descriptor* GetDescriptor() {
125 return default_instance().GetMetadata().descriptor;
126 }
127 static const ::google::protobuf::Reflection* GetReflection() {
128 return default_instance().GetMetadata().reflection;
129 }
132 }
134 return reinterpret_cast<const CTBModuleInfo*>(
136 }
137 static constexpr int kIndexInFileMessages =
138 0;
139
140 friend void swap(CTBModuleInfo& a, CTBModuleInfo& b) {
141 a.Swap(&b);
142 }
143 inline void Swap(CTBModuleInfo* other) {
144 if (other == this) return;
145 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() != nullptr &&
147 GetOwningArena() == other->GetOwningArena()) {
148 #else // PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() == other->GetOwningArena()) {
150 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
151 InternalSwap(other);
152 } else {
153 ::google::protobuf::internal::GenericSwap(this, other);
154 }
155 }
157 if (other == this) return;
158 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
159 InternalSwap(other);
160 }
161
162 // implements Message ----------------------------------------------
163
164 CTBModuleInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
165 return CreateMaybeMessage<CTBModuleInfo>(arena);
166 }
167 using ::google::protobuf::Message::CopyFrom;
168 void CopyFrom(const CTBModuleInfo& from);
169 using ::google::protobuf::Message::MergeFrom;
170 void MergeFrom( const CTBModuleInfo& from) {
171 CTBModuleInfo::MergeImpl(*this, from);
172 }
173 private:
174 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
175 public:
176 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
177 bool IsInitialized() const final;
178
179 ::size_t ByteSizeLong() const final;
180 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
181 ::uint8_t* _InternalSerialize(
182 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
183 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
184
185 private:
186 void SharedCtor(::google::protobuf::Arena* arena);
187 void SharedDtor();
188 void SetCachedSize(int size) const final;
189 void InternalSwap(CTBModuleInfo* other);
190
191 private:
192 friend class ::google::protobuf::internal::AnyMetadata;
193 static ::absl::string_view FullMessageName() {
194 return "dunedaq.ctbmodules.opmon.CTBModuleInfo";
195 }
196 protected:
197 explicit CTBModuleInfo(::google::protobuf::Arena* arena);
198 public:
199
200 static const ClassData _class_data_;
201 const ::google::protobuf::Message::ClassData*GetClassData() const final;
202
203 ::google::protobuf::Metadata GetMetadata() const final;
204
205 // nested types ----------------------------------------------------
206
207 // accessors -------------------------------------------------------
208
209 enum : int {
220 };
221 // uint32 num_control_messages_sent = 1;
223 ::uint32_t num_control_messages_sent() const;
224 void set_num_control_messages_sent(::uint32_t value);
225
226 private:
227 ::uint32_t _internal_num_control_messages_sent() const;
228 void _internal_set_num_control_messages_sent(::uint32_t value);
229
230 public:
231 // uint32 num_control_responses_received = 2;
233 ::uint32_t num_control_responses_received() const;
234 void set_num_control_responses_received(::uint32_t value);
235
236 private:
239
240 public:
241 // uint64 failed_to_send_hsi_events_counter = 12;
243 ::uint64_t failed_to_send_hsi_events_counter() const;
244 void set_failed_to_send_hsi_events_counter(::uint64_t value);
245
246 private:
249
250 public:
251 // uint64 last_sent_timestamp = 15;
253 ::uint64_t last_sent_timestamp() const;
254 void set_last_sent_timestamp(::uint64_t value);
255
256 private:
257 ::uint64_t _internal_last_sent_timestamp() const;
258 void _internal_set_last_sent_timestamp(::uint64_t value);
259
260 public:
261 // uint64 last_readout_timestamp = 16;
263 ::uint64_t last_readout_timestamp() const;
264 void set_last_readout_timestamp(::uint64_t value);
265
266 private:
267 ::uint64_t _internal_last_readout_timestamp() const;
268 void _internal_set_last_readout_timestamp(::uint64_t value);
269
270 public:
271 // double average_buffer_occupancy = 21;
273 double average_buffer_occupancy() const;
274 void set_average_buffer_occupancy(double value);
275
276 private:
279
280 public:
281 // uint64 total_hlt_count = 25;
282 void clear_total_hlt_count() ;
283 ::uint64_t total_hlt_count() const;
284 void set_total_hlt_count(::uint64_t value);
285
286 private:
287 ::uint64_t _internal_total_hlt_count() const;
288 void _internal_set_total_hlt_count(::uint64_t value);
289
290 public:
291 // uint64 ts_word_count = 26;
292 void clear_ts_word_count() ;
293 ::uint64_t ts_word_count() const;
294 void set_ts_word_count(::uint64_t value);
295
296 private:
297 ::uint64_t _internal_ts_word_count() const;
298 void _internal_set_ts_word_count(::uint64_t value);
299
300 public:
301 // bool ctb_hardware_running = 5;
303 bool ctb_hardware_running() const;
304 void set_ctb_hardware_running(bool value);
305
306 private:
308 void _internal_set_ctb_hardware_running(bool value);
309
310 public:
311 // bool ctb_hardware_configured = 6;
313 bool ctb_hardware_configured() const;
314 void set_ctb_hardware_configured(bool value);
315
316 private:
319
320 public:
321 // @@protoc_insertion_point(class_scope:dunedaq.ctbmodules.opmon.CTBModuleInfo)
322 private:
323 class _Internal;
324
325 friend class ::google::protobuf::internal::TcParser;
326 static const ::google::protobuf::internal::TcParseTable<4, 10, 0, 0, 2> _table_;
327 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
330 struct Impl_ {
338 ::uint64_t ts_word_count_;
341 mutable ::google::protobuf::internal::CachedSize _cached_size_;
342 PROTOBUF_TSAN_DECLARE_MEMBER
343 };
344 union { Impl_ _impl_; };
345 friend struct ::TableStruct_ctbmodules_2fopmon_2fCTBModule_2eproto;
346};// -------------------------------------------------------------------
347
348class TriggerInfo final :
349 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.ctbmodules.opmon.TriggerInfo) */ {
350 public:
351 inline TriggerInfo() : TriggerInfo(nullptr) {}
352 ~TriggerInfo() override;
353 template<typename = void>
354 explicit PROTOBUF_CONSTEXPR TriggerInfo(::google::protobuf::internal::ConstantInitialized);
355
356 TriggerInfo(const TriggerInfo& from);
357 TriggerInfo(TriggerInfo&& from) noexcept
358 : TriggerInfo() {
359 *this = ::std::move(from);
360 }
361
362 inline TriggerInfo& operator=(const TriggerInfo& from) {
363 CopyFrom(from);
364 return *this;
365 }
366 inline TriggerInfo& operator=(TriggerInfo&& from) noexcept {
367 if (this == &from) return *this;
368 if (GetOwningArena() == from.GetOwningArena()
369 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
370 && GetOwningArena() != nullptr
371 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
372 ) {
373 InternalSwap(&from);
374 } else {
375 CopyFrom(from);
376 }
377 return *this;
378 }
379
380 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
381 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
382 }
383 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
384 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
385 }
386
387 static const ::google::protobuf::Descriptor* descriptor() {
388 return GetDescriptor();
389 }
390 static const ::google::protobuf::Descriptor* GetDescriptor() {
391 return default_instance().GetMetadata().descriptor;
392 }
393 static const ::google::protobuf::Reflection* GetReflection() {
394 return default_instance().GetMetadata().reflection;
395 }
397 return *internal_default_instance();
398 }
399 static inline const TriggerInfo* internal_default_instance() {
400 return reinterpret_cast<const TriggerInfo*>(
402 }
403 static constexpr int kIndexInFileMessages =
404 1;
405
406 friend void swap(TriggerInfo& a, TriggerInfo& b) {
407 a.Swap(&b);
408 }
409 inline void Swap(TriggerInfo* other) {
410 if (other == this) return;
411 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
412 if (GetOwningArena() != nullptr &&
413 GetOwningArena() == other->GetOwningArena()) {
414 #else // PROTOBUF_FORCE_COPY_IN_SWAP
415 if (GetOwningArena() == other->GetOwningArena()) {
416 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
417 InternalSwap(other);
418 } else {
419 ::google::protobuf::internal::GenericSwap(this, other);
420 }
421 }
423 if (other == this) return;
424 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
425 InternalSwap(other);
426 }
427
428 // implements Message ----------------------------------------------
429
430 TriggerInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
431 return CreateMaybeMessage<TriggerInfo>(arena);
432 }
433 using ::google::protobuf::Message::CopyFrom;
434 void CopyFrom(const TriggerInfo& from);
435 using ::google::protobuf::Message::MergeFrom;
436 void MergeFrom( const TriggerInfo& from) {
437 TriggerInfo::MergeImpl(*this, from);
438 }
439 private:
440 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
441 public:
442 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
443 bool IsInitialized() const final;
444
445 ::size_t ByteSizeLong() const final;
446 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
447 ::uint8_t* _InternalSerialize(
448 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
449 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
450
451 private:
452 void SharedCtor(::google::protobuf::Arena* arena);
453 void SharedDtor();
454 void SetCachedSize(int size) const final;
455 void InternalSwap(TriggerInfo* other);
456
457 private:
458 friend class ::google::protobuf::internal::AnyMetadata;
459 static ::absl::string_view FullMessageName() {
460 return "dunedaq.ctbmodules.opmon.TriggerInfo";
461 }
462 protected:
463 explicit TriggerInfo(::google::protobuf::Arena* arena);
464 public:
465
466 static const ClassData _class_data_;
467 const ::google::protobuf::Message::ClassData*GetClassData() const final;
468
469 ::google::protobuf::Metadata GetMetadata() const final;
470
471 // nested types ----------------------------------------------------
472
473 // accessors -------------------------------------------------------
474
475 enum : int {
476 kCountFieldNumber = 1,
477 };
478 // uint64 count = 1;
479 void clear_count() ;
480 ::uint64_t count() const;
481 void set_count(::uint64_t value);
482
483 private:
484 ::uint64_t _internal_count() const;
485 void _internal_set_count(::uint64_t value);
486
487 public:
488 // @@protoc_insertion_point(class_scope:dunedaq.ctbmodules.opmon.TriggerInfo)
489 private:
490 class _Internal;
491
492 friend class ::google::protobuf::internal::TcParser;
493 static const ::google::protobuf::internal::TcParseTable<0, 1, 0, 0, 2> _table_;
494 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
497 struct Impl_ {
498 ::uint64_t count_;
499 mutable ::google::protobuf::internal::CachedSize _cached_size_;
500 PROTOBUF_TSAN_DECLARE_MEMBER
501 };
502 union { Impl_ _impl_; };
503 friend struct ::TableStruct_ctbmodules_2fopmon_2fCTBModule_2eproto;
504};
505
506// ===================================================================
507
508
509
510
511// ===================================================================
512
513
514#ifdef __GNUC__
515#pragma GCC diagnostic push
516#pragma GCC diagnostic ignored "-Wstrict-aliasing"
517#endif // __GNUC__
518// -------------------------------------------------------------------
519
520// CTBModuleInfo
521
522// uint32 num_control_messages_sent = 1;
523inline void CTBModuleInfo::clear_num_control_messages_sent() {
524 _impl_.num_control_messages_sent_ = 0u;
525}
526inline ::uint32_t CTBModuleInfo::num_control_messages_sent() const {
527 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.num_control_messages_sent)
528 return _internal_num_control_messages_sent();
529}
530inline void CTBModuleInfo::set_num_control_messages_sent(::uint32_t value) {
531 _internal_set_num_control_messages_sent(value);
532 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.num_control_messages_sent)
533}
534inline ::uint32_t CTBModuleInfo::_internal_num_control_messages_sent() const {
535 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
536 return _impl_.num_control_messages_sent_;
537}
538inline void CTBModuleInfo::_internal_set_num_control_messages_sent(::uint32_t value) {
539 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
540 ;
541 _impl_.num_control_messages_sent_ = value;
542}
543
544// uint32 num_control_responses_received = 2;
545inline void CTBModuleInfo::clear_num_control_responses_received() {
546 _impl_.num_control_responses_received_ = 0u;
547}
548inline ::uint32_t CTBModuleInfo::num_control_responses_received() const {
549 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.num_control_responses_received)
550 return _internal_num_control_responses_received();
551}
552inline void CTBModuleInfo::set_num_control_responses_received(::uint32_t value) {
553 _internal_set_num_control_responses_received(value);
554 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.num_control_responses_received)
555}
556inline ::uint32_t CTBModuleInfo::_internal_num_control_responses_received() const {
557 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
558 return _impl_.num_control_responses_received_;
559}
560inline void CTBModuleInfo::_internal_set_num_control_responses_received(::uint32_t value) {
561 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
562 ;
563 _impl_.num_control_responses_received_ = value;
564}
565
566// bool ctb_hardware_running = 5;
567inline void CTBModuleInfo::clear_ctb_hardware_running() {
568 _impl_.ctb_hardware_running_ = false;
569}
570inline bool CTBModuleInfo::ctb_hardware_running() const {
571 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.ctb_hardware_running)
572 return _internal_ctb_hardware_running();
573}
574inline void CTBModuleInfo::set_ctb_hardware_running(bool value) {
575 _internal_set_ctb_hardware_running(value);
576 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.ctb_hardware_running)
577}
578inline bool CTBModuleInfo::_internal_ctb_hardware_running() const {
579 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
580 return _impl_.ctb_hardware_running_;
581}
582inline void CTBModuleInfo::_internal_set_ctb_hardware_running(bool value) {
583 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
584 ;
585 _impl_.ctb_hardware_running_ = value;
586}
587
588// bool ctb_hardware_configured = 6;
589inline void CTBModuleInfo::clear_ctb_hardware_configured() {
590 _impl_.ctb_hardware_configured_ = false;
591}
592inline bool CTBModuleInfo::ctb_hardware_configured() const {
593 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.ctb_hardware_configured)
594 return _internal_ctb_hardware_configured();
595}
596inline void CTBModuleInfo::set_ctb_hardware_configured(bool value) {
597 _internal_set_ctb_hardware_configured(value);
598 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.ctb_hardware_configured)
599}
600inline bool CTBModuleInfo::_internal_ctb_hardware_configured() const {
601 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
602 return _impl_.ctb_hardware_configured_;
603}
604inline void CTBModuleInfo::_internal_set_ctb_hardware_configured(bool value) {
605 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
606 ;
607 _impl_.ctb_hardware_configured_ = value;
608}
609
610// uint64 failed_to_send_hsi_events_counter = 12;
611inline void CTBModuleInfo::clear_failed_to_send_hsi_events_counter() {
612 _impl_.failed_to_send_hsi_events_counter_ = ::uint64_t{0u};
613}
614inline ::uint64_t CTBModuleInfo::failed_to_send_hsi_events_counter() const {
615 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.failed_to_send_hsi_events_counter)
616 return _internal_failed_to_send_hsi_events_counter();
617}
618inline void CTBModuleInfo::set_failed_to_send_hsi_events_counter(::uint64_t value) {
619 _internal_set_failed_to_send_hsi_events_counter(value);
620 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.failed_to_send_hsi_events_counter)
621}
622inline ::uint64_t CTBModuleInfo::_internal_failed_to_send_hsi_events_counter() const {
623 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
624 return _impl_.failed_to_send_hsi_events_counter_;
625}
626inline void CTBModuleInfo::_internal_set_failed_to_send_hsi_events_counter(::uint64_t value) {
627 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
628 ;
629 _impl_.failed_to_send_hsi_events_counter_ = value;
630}
631
632// uint64 last_sent_timestamp = 15;
633inline void CTBModuleInfo::clear_last_sent_timestamp() {
634 _impl_.last_sent_timestamp_ = ::uint64_t{0u};
635}
636inline ::uint64_t CTBModuleInfo::last_sent_timestamp() const {
637 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.last_sent_timestamp)
638 return _internal_last_sent_timestamp();
639}
640inline void CTBModuleInfo::set_last_sent_timestamp(::uint64_t value) {
641 _internal_set_last_sent_timestamp(value);
642 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.last_sent_timestamp)
643}
644inline ::uint64_t CTBModuleInfo::_internal_last_sent_timestamp() const {
645 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
646 return _impl_.last_sent_timestamp_;
647}
648inline void CTBModuleInfo::_internal_set_last_sent_timestamp(::uint64_t value) {
649 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
650 ;
651 _impl_.last_sent_timestamp_ = value;
652}
653
654// uint64 last_readout_timestamp = 16;
655inline void CTBModuleInfo::clear_last_readout_timestamp() {
656 _impl_.last_readout_timestamp_ = ::uint64_t{0u};
657}
658inline ::uint64_t CTBModuleInfo::last_readout_timestamp() const {
659 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.last_readout_timestamp)
660 return _internal_last_readout_timestamp();
661}
662inline void CTBModuleInfo::set_last_readout_timestamp(::uint64_t value) {
663 _internal_set_last_readout_timestamp(value);
664 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.last_readout_timestamp)
665}
666inline ::uint64_t CTBModuleInfo::_internal_last_readout_timestamp() const {
667 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
668 return _impl_.last_readout_timestamp_;
669}
670inline void CTBModuleInfo::_internal_set_last_readout_timestamp(::uint64_t value) {
671 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
672 ;
673 _impl_.last_readout_timestamp_ = value;
674}
675
676// double average_buffer_occupancy = 21;
677inline void CTBModuleInfo::clear_average_buffer_occupancy() {
678 _impl_.average_buffer_occupancy_ = 0;
679}
680inline double CTBModuleInfo::average_buffer_occupancy() const {
681 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.average_buffer_occupancy)
682 return _internal_average_buffer_occupancy();
683}
684inline void CTBModuleInfo::set_average_buffer_occupancy(double value) {
685 _internal_set_average_buffer_occupancy(value);
686 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.average_buffer_occupancy)
687}
688inline double CTBModuleInfo::_internal_average_buffer_occupancy() const {
689 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
690 return _impl_.average_buffer_occupancy_;
691}
692inline void CTBModuleInfo::_internal_set_average_buffer_occupancy(double value) {
693 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
694 ;
695 _impl_.average_buffer_occupancy_ = value;
696}
697
698// uint64 total_hlt_count = 25;
699inline void CTBModuleInfo::clear_total_hlt_count() {
700 _impl_.total_hlt_count_ = ::uint64_t{0u};
701}
702inline ::uint64_t CTBModuleInfo::total_hlt_count() const {
703 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.total_hlt_count)
704 return _internal_total_hlt_count();
705}
706inline void CTBModuleInfo::set_total_hlt_count(::uint64_t value) {
707 _internal_set_total_hlt_count(value);
708 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.total_hlt_count)
709}
710inline ::uint64_t CTBModuleInfo::_internal_total_hlt_count() const {
711 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
712 return _impl_.total_hlt_count_;
713}
714inline void CTBModuleInfo::_internal_set_total_hlt_count(::uint64_t value) {
715 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
716 ;
717 _impl_.total_hlt_count_ = value;
718}
719
720// uint64 ts_word_count = 26;
721inline void CTBModuleInfo::clear_ts_word_count() {
722 _impl_.ts_word_count_ = ::uint64_t{0u};
723}
724inline ::uint64_t CTBModuleInfo::ts_word_count() const {
725 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.CTBModuleInfo.ts_word_count)
726 return _internal_ts_word_count();
727}
728inline void CTBModuleInfo::set_ts_word_count(::uint64_t value) {
729 _internal_set_ts_word_count(value);
730 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.CTBModuleInfo.ts_word_count)
731}
732inline ::uint64_t CTBModuleInfo::_internal_ts_word_count() const {
733 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
734 return _impl_.ts_word_count_;
735}
736inline void CTBModuleInfo::_internal_set_ts_word_count(::uint64_t value) {
737 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
738 ;
739 _impl_.ts_word_count_ = value;
740}
741
742// -------------------------------------------------------------------
743
744// TriggerInfo
745
746// uint64 count = 1;
747inline void TriggerInfo::clear_count() {
748 _impl_.count_ = ::uint64_t{0u};
749}
750inline ::uint64_t TriggerInfo::count() const {
751 // @@protoc_insertion_point(field_get:dunedaq.ctbmodules.opmon.TriggerInfo.count)
752 return _internal_count();
753}
754inline void TriggerInfo::set_count(::uint64_t value) {
755 _internal_set_count(value);
756 // @@protoc_insertion_point(field_set:dunedaq.ctbmodules.opmon.TriggerInfo.count)
757}
758inline ::uint64_t TriggerInfo::_internal_count() const {
759 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
760 return _impl_.count_;
761}
762inline void TriggerInfo::_internal_set_count(::uint64_t value) {
763 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
764 ;
765 _impl_.count_ = value;
766}
767
768#ifdef __GNUC__
769#pragma GCC diagnostic pop
770#endif // __GNUC__
771
772// @@protoc_insertion_point(namespace_scope)
773} // namespace opmon
774} // namespace ctbmodules
775} // namespace dunedaq
776
777
778// @@protoc_insertion_point(global_scope)
779
780#include "google/protobuf/port_undef.inc"
781
782#endif // GOOGLE_PROTOBUF_INCLUDED_ctbmodules_2fopmon_2fCTBModule_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_ctbmodules_2fopmon_2fCTBModule_2eproto
void _internal_set_total_hlt_count(::uint64_t value)
void set_num_control_messages_sent(::uint32_t value)
static const ::google::protobuf::Reflection * GetReflection()
static const CTBModuleInfo & default_instance()
static const CTBModuleInfo * internal_default_instance()
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
CTBModuleInfo * New(::google::protobuf::Arena *arena=nullptr) const final
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_ts_word_count(::uint64_t value)
void set_num_control_responses_received(::uint32_t value)
::uint64_t _internal_failed_to_send_hsi_events_counter() const
void CopyFrom(const CTBModuleInfo &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void InternalSwap(CTBModuleInfo *other)
void UnsafeArenaSwap(CTBModuleInfo *other)
void set_last_sent_timestamp(::uint64_t value)
void _internal_set_average_buffer_occupancy(double value)
void _internal_set_num_control_messages_sent(::uint32_t value)
CTBModuleInfo & operator=(CTBModuleInfo &&from) noexcept
CTBModuleInfo & operator=(const CTBModuleInfo &from)
void _internal_set_failed_to_send_hsi_events_counter(::uint64_t value)
::uint64_t _internal_last_readout_timestamp() const
PROTOBUF_CONSTEXPR CTBModuleInfo(::google::protobuf::internal::ConstantInitialized)
void set_last_readout_timestamp(::uint64_t value)
friend void swap(CTBModuleInfo &a, CTBModuleInfo &b)
static const ::google::protobuf::Descriptor * GetDescriptor()
void SharedCtor(::google::protobuf::Arena *arena)
static const ::google::protobuf::internal::TcParseTable< 4, 10, 0, 0, 2 > _table_
::uint32_t _internal_num_control_responses_received() const
void _internal_set_last_readout_timestamp(::uint64_t value)
void set_failed_to_send_hsi_events_counter(::uint64_t value)
::google::protobuf::Metadata GetMetadata() const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ::google::protobuf::Descriptor * descriptor()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
CTBModuleInfo(CTBModuleInfo &&from) noexcept
void _internal_set_last_sent_timestamp(::uint64_t value)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
void MergeFrom(const CTBModuleInfo &from)
const ::google::protobuf::Message::ClassData * GetClassData() const final
void _internal_set_num_control_responses_received(::uint32_t value)
void SetCachedSize(int size) const final
::uint64_t failed_to_send_hsi_events_counter() const
::uint32_t _internal_num_control_messages_sent() const
TriggerInfo(TriggerInfo &&from) noexcept
static const ::google::protobuf::Descriptor * descriptor()
PROTOBUF_CONSTEXPR TriggerInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
void MergeFrom(const TriggerInfo &from)
void UnsafeArenaSwap(TriggerInfo *other)
static const ::google::protobuf::Reflection * GetReflection()
TriggerInfo & operator=(TriggerInfo &&from) noexcept
TriggerInfo & operator=(const TriggerInfo &from)
static const TriggerInfo * internal_default_instance()
TriggerInfo * New(::google::protobuf::Arena *arena=nullptr) const final
void SharedCtor(::google::protobuf::Arena *arena)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * GetDescriptor()
friend void swap(TriggerInfo &a, TriggerInfo &b)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const TriggerInfo & default_instance()
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CTBModuleInfoDefaultTypeInternal _CTBModuleInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerInfoDefaultTypeInternal _TriggerInfo_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_