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_;
68} // namespace opmon
69} // namespace daphnemodules
70} // namespace dunedaq
71namespace google {
72namespace protobuf {
73} // namespace protobuf
74} // namespace google
75
76namespace dunedaq {
77namespace daphnemodules {
78namespace opmon {
79
80// ===================================================================
81
82
83// -------------------------------------------------------------------
84
85class GeneralInfo final :
86 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.GeneralInfo) */ {
87 public:
88 inline GeneralInfo() : GeneralInfo(nullptr) {}
89 ~GeneralInfo() override;
90 template<typename = void>
91 explicit PROTOBUF_CONSTEXPR GeneralInfo(::google::protobuf::internal::ConstantInitialized);
92
93 GeneralInfo(const GeneralInfo& from);
94 GeneralInfo(GeneralInfo&& from) noexcept
95 : GeneralInfo() {
96 *this = ::std::move(from);
97 }
98
99 inline GeneralInfo& operator=(const GeneralInfo& from) {
100 CopyFrom(from);
101 return *this;
102 }
103 inline GeneralInfo& operator=(GeneralInfo&& from) noexcept {
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 }
135 }
136 static inline const GeneralInfo* internal_default_instance() {
137 return reinterpret_cast<const GeneralInfo*>(
139 }
140 static constexpr int kIndexInFileMessages =
141 0;
142
143 friend void swap(GeneralInfo& a, GeneralInfo& b) {
144 a.Swap(&b);
145 }
146 inline void Swap(GeneralInfo* 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 GeneralInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
168 return CreateMaybeMessage<GeneralInfo>(arena);
169 }
170 using ::google::protobuf::Message::CopyFrom;
171 void CopyFrom(const GeneralInfo& from);
172 using ::google::protobuf::Message::MergeFrom;
173 void MergeFrom( const GeneralInfo& from) {
174 GeneralInfo::MergeImpl(*this, from);
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;
192 void InternalSwap(GeneralInfo* other);
193
194 private:
195 friend class ::google::protobuf::internal::AnyMetadata;
196 static ::absl::string_view FullMessageName() {
197 return "dunedaq.daphnemodules.opmon.GeneralInfo";
198 }
199 protected:
200 explicit GeneralInfo(::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 // double v_bias_0 = 1;
224 void clear_v_bias_0() ;
225 double v_bias_0() const;
226 void set_v_bias_0(double value);
227
228 private:
229 double _internal_v_bias_0() const;
230 void _internal_set_v_bias_0(double value);
231
232 public:
233 // double v_bias_1 = 2;
234 void clear_v_bias_1() ;
235 double v_bias_1() const;
236 void set_v_bias_1(double value);
237
238 private:
239 double _internal_v_bias_1() const;
240 void _internal_set_v_bias_1(double value);
241
242 public:
243 // double v_bias_2 = 3;
244 void clear_v_bias_2() ;
245 double v_bias_2() const;
246 void set_v_bias_2(double value);
247
248 private:
249 double _internal_v_bias_2() const;
250 void _internal_set_v_bias_2(double value);
251
252 public:
253 // double v_bias_3 = 4;
254 void clear_v_bias_3() ;
255 double v_bias_3() const;
256 void set_v_bias_3(double value);
257
258 private:
259 double _internal_v_bias_3() const;
260 void _internal_set_v_bias_3(double value);
261
262 public:
263 // double v_bias_4 = 5;
264 void clear_v_bias_4() ;
265 double v_bias_4() const;
266 void set_v_bias_4(double value);
267
268 private:
269 double _internal_v_bias_4() const;
270 void _internal_set_v_bias_4(double value);
271
272 public:
273 // double power_minus5v = 10;
274 void clear_power_minus5v() ;
275 double power_minus5v() const;
276 void set_power_minus5v(double value);
277
278 private:
279 double _internal_power_minus5v() const;
280 void _internal_set_power_minus5v(double value);
281
282 public:
283 // double power_plus2p5v = 11;
284 void clear_power_plus2p5v() ;
285 double power_plus2p5v() const;
286 void set_power_plus2p5v(double value);
287
288 private:
289 double _internal_power_plus2p5v() const;
290 void _internal_set_power_plus2p5v(double value);
291
292 public:
293 // double power_ce = 12;
294 void clear_power_ce() ;
295 double power_ce() const;
296 void set_power_ce(double value);
297
298 private:
299 double _internal_power_ce() const;
300 void _internal_set_power_ce(double value);
301
302 public:
303 // double temperature = 15;
304 void clear_temperature() ;
305 double temperature() const;
306 void set_temperature(double value);
307
308 private:
309 double _internal_temperature() const;
310 void _internal_set_temperature(double value);
311
312 public:
313 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.GeneralInfo)
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_ {
323 double v_bias_0_;
324 double v_bias_1_;
325 double v_bias_2_;
326 double v_bias_3_;
327 double v_bias_4_;
330 double power_ce_;
332 mutable ::google::protobuf::internal::CachedSize _cached_size_;
333 PROTOBUF_TSAN_DECLARE_MEMBER
334 };
335 union { Impl_ _impl_; };
336 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
337};// -------------------------------------------------------------------
338
339class StreamInfo final :
340 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.StreamInfo) */ {
341 public:
342 inline StreamInfo() : StreamInfo(nullptr) {}
343 ~StreamInfo() override;
344 template<typename = void>
345 explicit PROTOBUF_CONSTEXPR StreamInfo(::google::protobuf::internal::ConstantInitialized);
346
347 StreamInfo(const StreamInfo& from);
348 StreamInfo(StreamInfo&& from) noexcept
349 : StreamInfo() {
350 *this = ::std::move(from);
351 }
352
353 inline StreamInfo& operator=(const StreamInfo& from) {
354 CopyFrom(from);
355 return *this;
356 }
357 inline StreamInfo& operator=(StreamInfo&& from) noexcept {
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 }
387 static const StreamInfo& default_instance() {
388 return *internal_default_instance();
389 }
390 static inline const StreamInfo* internal_default_instance() {
391 return reinterpret_cast<const StreamInfo*>(
393 }
394 static constexpr int kIndexInFileMessages =
395 1;
396
397 friend void swap(StreamInfo& a, StreamInfo& b) {
398 a.Swap(&b);
399 }
400 inline void Swap(StreamInfo* 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 StreamInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
422 return CreateMaybeMessage<StreamInfo>(arena);
423 }
424 using ::google::protobuf::Message::CopyFrom;
425 void CopyFrom(const StreamInfo& from);
426 using ::google::protobuf::Message::MergeFrom;
427 void MergeFrom( const StreamInfo& from) {
428 StreamInfo::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(StreamInfo* other);
447
448 private:
449 friend class ::google::protobuf::internal::AnyMetadata;
450 static ::absl::string_view FullMessageName() {
451 return "dunedaq.daphnemodules.opmon.StreamInfo";
452 }
453 protected:
454 explicit StreamInfo(::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 kTotalPacketsFieldNumber = 1,
468 kNewPacketsFieldNumber = 2,
469 kTotalDroppedPacketsFieldNumber = 3,
470 kNewDroppedPacketsFieldNumber = 4,
471 };
472 // uint64 total_packets = 1;
473 void clear_total_packets() ;
474 ::uint64_t total_packets() const;
475 void set_total_packets(::uint64_t value);
476
477 private:
478 ::uint64_t _internal_total_packets() const;
479 void _internal_set_total_packets(::uint64_t value);
480
481 public:
482 // uint64 new_packets = 2;
483 void clear_new_packets() ;
484 ::uint64_t new_packets() const;
485 void set_new_packets(::uint64_t value);
486
487 private:
488 ::uint64_t _internal_new_packets() const;
489 void _internal_set_new_packets(::uint64_t value);
490
491 public:
492 // uint64 total_dropped_packets = 3;
493 void clear_total_dropped_packets() ;
494 ::uint64_t total_dropped_packets() const;
495 void set_total_dropped_packets(::uint64_t value);
496
497 private:
498 ::uint64_t _internal_total_dropped_packets() const;
499 void _internal_set_total_dropped_packets(::uint64_t value);
500
501 public:
502 // uint64 new_dropped_packets = 4;
503 void clear_new_dropped_packets() ;
504 ::uint64_t new_dropped_packets() const;
505 void set_new_dropped_packets(::uint64_t value);
506
507 private:
508 ::uint64_t _internal_new_dropped_packets() const;
509 void _internal_set_new_dropped_packets(::uint64_t value);
510
511 public:
512 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.StreamInfo)
513 private:
514 class _Internal;
515
516 friend class ::google::protobuf::internal::TcParser;
517 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
518 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
521 struct Impl_ {
522 ::uint64_t total_packets_;
523 ::uint64_t new_packets_;
526 mutable ::google::protobuf::internal::CachedSize _cached_size_;
527 PROTOBUF_TSAN_DECLARE_MEMBER
528 };
529 union { Impl_ _impl_; };
530 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
531};// -------------------------------------------------------------------
532
533class ChannelInfo final :
534 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.daphnemodules.opmon.ChannelInfo) */ {
535 public:
536 inline ChannelInfo() : ChannelInfo(nullptr) {}
537 ~ChannelInfo() override;
538 template<typename = void>
539 explicit PROTOBUF_CONSTEXPR ChannelInfo(::google::protobuf::internal::ConstantInitialized);
540
541 ChannelInfo(const ChannelInfo& from);
542 ChannelInfo(ChannelInfo&& from) noexcept
543 : ChannelInfo() {
544 *this = ::std::move(from);
545 }
546
547 inline ChannelInfo& operator=(const ChannelInfo& from) {
548 CopyFrom(from);
549 return *this;
550 }
551 inline ChannelInfo& operator=(ChannelInfo&& from) noexcept {
552 if (this == &from) return *this;
553 if (GetOwningArena() == from.GetOwningArena()
554 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
555 && GetOwningArena() != nullptr
556 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
557 ) {
558 InternalSwap(&from);
559 } else {
560 CopyFrom(from);
561 }
562 return *this;
563 }
564
565 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
566 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
567 }
568 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
569 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
570 }
571
572 static const ::google::protobuf::Descriptor* descriptor() {
573 return GetDescriptor();
574 }
575 static const ::google::protobuf::Descriptor* GetDescriptor() {
576 return default_instance().GetMetadata().descriptor;
577 }
578 static const ::google::protobuf::Reflection* GetReflection() {
579 return default_instance().GetMetadata().reflection;
580 }
582 return *internal_default_instance();
583 }
584 static inline const ChannelInfo* internal_default_instance() {
585 return reinterpret_cast<const ChannelInfo*>(
587 }
588 static constexpr int kIndexInFileMessages =
589 2;
590
591 friend void swap(ChannelInfo& a, ChannelInfo& b) {
592 a.Swap(&b);
593 }
594 inline void Swap(ChannelInfo* other) {
595 if (other == this) return;
596 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
597 if (GetOwningArena() != nullptr &&
598 GetOwningArena() == other->GetOwningArena()) {
599 #else // PROTOBUF_FORCE_COPY_IN_SWAP
600 if (GetOwningArena() == other->GetOwningArena()) {
601 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
602 InternalSwap(other);
603 } else {
604 ::google::protobuf::internal::GenericSwap(this, other);
605 }
606 }
608 if (other == this) return;
609 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
610 InternalSwap(other);
611 }
612
613 // implements Message ----------------------------------------------
614
615 ChannelInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
616 return CreateMaybeMessage<ChannelInfo>(arena);
617 }
618 using ::google::protobuf::Message::CopyFrom;
619 void CopyFrom(const ChannelInfo& from);
620 using ::google::protobuf::Message::MergeFrom;
621 void MergeFrom( const ChannelInfo& from) {
622 ChannelInfo::MergeImpl(*this, from);
623 }
624 private:
625 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
626 public:
627 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
628 bool IsInitialized() const final;
629
630 ::size_t ByteSizeLong() const final;
631 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
632 ::uint8_t* _InternalSerialize(
633 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
634 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
635
636 private:
637 void SharedCtor(::google::protobuf::Arena* arena);
638 void SharedDtor();
639 void SetCachedSize(int size) const final;
640 void InternalSwap(ChannelInfo* other);
641
642 private:
643 friend class ::google::protobuf::internal::AnyMetadata;
644 static ::absl::string_view FullMessageName() {
645 return "dunedaq.daphnemodules.opmon.ChannelInfo";
646 }
647 protected:
648 explicit ChannelInfo(::google::protobuf::Arena* arena);
649 public:
650
651 static const ClassData _class_data_;
652 const ::google::protobuf::Message::ClassData*GetClassData() const final;
653
654 ::google::protobuf::Metadata GetMetadata() const final;
655
656 // nested types ----------------------------------------------------
657
658 // accessors -------------------------------------------------------
659
660 enum : int {
661 kTotalTriggersFieldNumber = 1,
662 kNewTriggersFieldNumber = 2,
663 kTotalPacketsFieldNumber = 5,
664 kNewPacketsFieldNumber = 6,
665 };
666 // uint64 total_triggers = 1;
667 void clear_total_triggers() ;
668 ::uint64_t total_triggers() const;
669 void set_total_triggers(::uint64_t value);
670
671 private:
672 ::uint64_t _internal_total_triggers() const;
673 void _internal_set_total_triggers(::uint64_t value);
674
675 public:
676 // uint64 new_triggers = 2;
677 void clear_new_triggers() ;
678 ::uint64_t new_triggers() const;
679 void set_new_triggers(::uint64_t value);
680
681 private:
682 ::uint64_t _internal_new_triggers() const;
683 void _internal_set_new_triggers(::uint64_t value);
684
685 public:
686 // uint64 total_packets = 5;
687 void clear_total_packets() ;
688 ::uint64_t total_packets() const;
689 void set_total_packets(::uint64_t value);
690
691 private:
692 ::uint64_t _internal_total_packets() const;
693 void _internal_set_total_packets(::uint64_t value);
694
695 public:
696 // uint64 new_packets = 6;
697 void clear_new_packets() ;
698 ::uint64_t new_packets() const;
699 void set_new_packets(::uint64_t value);
700
701 private:
702 ::uint64_t _internal_new_packets() const;
703 void _internal_set_new_packets(::uint64_t value);
704
705 public:
706 // @@protoc_insertion_point(class_scope:dunedaq.daphnemodules.opmon.ChannelInfo)
707 private:
708 class _Internal;
709
710 friend class ::google::protobuf::internal::TcParser;
711 static const ::google::protobuf::internal::TcParseTable<3, 4, 0, 0, 2> _table_;
712 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
715 struct Impl_ {
716 ::uint64_t total_triggers_;
717 ::uint64_t new_triggers_;
718 ::uint64_t total_packets_;
719 ::uint64_t new_packets_;
720 mutable ::google::protobuf::internal::CachedSize _cached_size_;
721 PROTOBUF_TSAN_DECLARE_MEMBER
722 };
723 union { Impl_ _impl_; };
724 friend struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto;
725};
726
727// ===================================================================
728
729
730
731
732// ===================================================================
733
734
735#ifdef __GNUC__
736#pragma GCC diagnostic push
737#pragma GCC diagnostic ignored "-Wstrict-aliasing"
738#endif // __GNUC__
739// -------------------------------------------------------------------
740
741// GeneralInfo
742
743// double v_bias_0 = 1;
744inline void GeneralInfo::clear_v_bias_0() {
745 _impl_.v_bias_0_ = 0;
746}
747inline double GeneralInfo::v_bias_0() const {
748 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
749 return _internal_v_bias_0();
750}
751inline void GeneralInfo::set_v_bias_0(double value) {
752 _internal_set_v_bias_0(value);
753 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
754}
755inline double GeneralInfo::_internal_v_bias_0() const {
756 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
757 return _impl_.v_bias_0_;
758}
759inline void GeneralInfo::_internal_set_v_bias_0(double value) {
760 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
761 ;
762 _impl_.v_bias_0_ = value;
763}
764
765// double v_bias_1 = 2;
766inline void GeneralInfo::clear_v_bias_1() {
767 _impl_.v_bias_1_ = 0;
768}
769inline double GeneralInfo::v_bias_1() const {
770 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
771 return _internal_v_bias_1();
772}
773inline void GeneralInfo::set_v_bias_1(double value) {
774 _internal_set_v_bias_1(value);
775 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
776}
777inline double GeneralInfo::_internal_v_bias_1() const {
778 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
779 return _impl_.v_bias_1_;
780}
781inline void GeneralInfo::_internal_set_v_bias_1(double value) {
782 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
783 ;
784 _impl_.v_bias_1_ = value;
785}
786
787// double v_bias_2 = 3;
788inline void GeneralInfo::clear_v_bias_2() {
789 _impl_.v_bias_2_ = 0;
790}
791inline double GeneralInfo::v_bias_2() const {
792 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
793 return _internal_v_bias_2();
794}
795inline void GeneralInfo::set_v_bias_2(double value) {
796 _internal_set_v_bias_2(value);
797 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
798}
799inline double GeneralInfo::_internal_v_bias_2() const {
800 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
801 return _impl_.v_bias_2_;
802}
803inline void GeneralInfo::_internal_set_v_bias_2(double value) {
804 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
805 ;
806 _impl_.v_bias_2_ = value;
807}
808
809// double v_bias_3 = 4;
810inline void GeneralInfo::clear_v_bias_3() {
811 _impl_.v_bias_3_ = 0;
812}
813inline double GeneralInfo::v_bias_3() const {
814 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
815 return _internal_v_bias_3();
816}
817inline void GeneralInfo::set_v_bias_3(double value) {
818 _internal_set_v_bias_3(value);
819 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
820}
821inline double GeneralInfo::_internal_v_bias_3() const {
822 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
823 return _impl_.v_bias_3_;
824}
825inline void GeneralInfo::_internal_set_v_bias_3(double value) {
826 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
827 ;
828 _impl_.v_bias_3_ = value;
829}
830
831// double v_bias_4 = 5;
832inline void GeneralInfo::clear_v_bias_4() {
833 _impl_.v_bias_4_ = 0;
834}
835inline double GeneralInfo::v_bias_4() const {
836 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
837 return _internal_v_bias_4();
838}
839inline void GeneralInfo::set_v_bias_4(double value) {
840 _internal_set_v_bias_4(value);
841 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
842}
843inline double GeneralInfo::_internal_v_bias_4() const {
844 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
845 return _impl_.v_bias_4_;
846}
847inline void GeneralInfo::_internal_set_v_bias_4(double value) {
848 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
849 ;
850 _impl_.v_bias_4_ = value;
851}
852
853// double power_minus5v = 10;
854inline void GeneralInfo::clear_power_minus5v() {
855 _impl_.power_minus5v_ = 0;
856}
857inline double GeneralInfo::power_minus5v() const {
858 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
859 return _internal_power_minus5v();
860}
861inline void GeneralInfo::set_power_minus5v(double value) {
862 _internal_set_power_minus5v(value);
863 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
864}
865inline double GeneralInfo::_internal_power_minus5v() const {
866 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
867 return _impl_.power_minus5v_;
868}
869inline void GeneralInfo::_internal_set_power_minus5v(double value) {
870 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
871 ;
872 _impl_.power_minus5v_ = value;
873}
874
875// double power_plus2p5v = 11;
876inline void GeneralInfo::clear_power_plus2p5v() {
877 _impl_.power_plus2p5v_ = 0;
878}
879inline double GeneralInfo::power_plus2p5v() const {
880 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
881 return _internal_power_plus2p5v();
882}
883inline void GeneralInfo::set_power_plus2p5v(double value) {
884 _internal_set_power_plus2p5v(value);
885 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
886}
887inline double GeneralInfo::_internal_power_plus2p5v() const {
888 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
889 return _impl_.power_plus2p5v_;
890}
891inline void GeneralInfo::_internal_set_power_plus2p5v(double value) {
892 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
893 ;
894 _impl_.power_plus2p5v_ = value;
895}
896
897// double power_ce = 12;
898inline void GeneralInfo::clear_power_ce() {
899 _impl_.power_ce_ = 0;
900}
901inline double GeneralInfo::power_ce() const {
902 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
903 return _internal_power_ce();
904}
905inline void GeneralInfo::set_power_ce(double value) {
906 _internal_set_power_ce(value);
907 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
908}
909inline double GeneralInfo::_internal_power_ce() const {
910 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
911 return _impl_.power_ce_;
912}
913inline void GeneralInfo::_internal_set_power_ce(double value) {
914 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
915 ;
916 _impl_.power_ce_ = value;
917}
918
919// double temperature = 15;
920inline void GeneralInfo::clear_temperature() {
921 _impl_.temperature_ = 0;
922}
923inline double GeneralInfo::temperature() const {
924 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
925 return _internal_temperature();
926}
927inline void GeneralInfo::set_temperature(double value) {
928 _internal_set_temperature(value);
929 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
930}
931inline double GeneralInfo::_internal_temperature() const {
932 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
933 return _impl_.temperature_;
934}
935inline void GeneralInfo::_internal_set_temperature(double value) {
936 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
937 ;
938 _impl_.temperature_ = value;
939}
940
941// -------------------------------------------------------------------
942
943// StreamInfo
944
945// uint64 total_packets = 1;
946inline void StreamInfo::clear_total_packets() {
947 _impl_.total_packets_ = ::uint64_t{0u};
948}
949inline ::uint64_t StreamInfo::total_packets() const {
950 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
951 return _internal_total_packets();
952}
953inline void StreamInfo::set_total_packets(::uint64_t value) {
954 _internal_set_total_packets(value);
955 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
956}
957inline ::uint64_t StreamInfo::_internal_total_packets() const {
958 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
959 return _impl_.total_packets_;
960}
961inline void StreamInfo::_internal_set_total_packets(::uint64_t value) {
962 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
963 ;
964 _impl_.total_packets_ = value;
965}
966
967// uint64 new_packets = 2;
968inline void StreamInfo::clear_new_packets() {
969 _impl_.new_packets_ = ::uint64_t{0u};
970}
971inline ::uint64_t StreamInfo::new_packets() const {
972 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
973 return _internal_new_packets();
974}
975inline void StreamInfo::set_new_packets(::uint64_t value) {
976 _internal_set_new_packets(value);
977 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
978}
979inline ::uint64_t StreamInfo::_internal_new_packets() const {
980 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
981 return _impl_.new_packets_;
982}
983inline void StreamInfo::_internal_set_new_packets(::uint64_t value) {
984 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
985 ;
986 _impl_.new_packets_ = value;
987}
988
989// uint64 total_dropped_packets = 3;
990inline void StreamInfo::clear_total_dropped_packets() {
991 _impl_.total_dropped_packets_ = ::uint64_t{0u};
992}
993inline ::uint64_t StreamInfo::total_dropped_packets() const {
994 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
995 return _internal_total_dropped_packets();
996}
997inline void StreamInfo::set_total_dropped_packets(::uint64_t value) {
998 _internal_set_total_dropped_packets(value);
999 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1000}
1001inline ::uint64_t StreamInfo::_internal_total_dropped_packets() const {
1002 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1003 return _impl_.total_dropped_packets_;
1004}
1005inline void StreamInfo::_internal_set_total_dropped_packets(::uint64_t value) {
1006 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1007 ;
1008 _impl_.total_dropped_packets_ = value;
1009}
1010
1011// uint64 new_dropped_packets = 4;
1012inline void StreamInfo::clear_new_dropped_packets() {
1013 _impl_.new_dropped_packets_ = ::uint64_t{0u};
1014}
1015inline ::uint64_t StreamInfo::new_dropped_packets() const {
1016 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1017 return _internal_new_dropped_packets();
1018}
1019inline void StreamInfo::set_new_dropped_packets(::uint64_t value) {
1020 _internal_set_new_dropped_packets(value);
1021 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1022}
1023inline ::uint64_t StreamInfo::_internal_new_dropped_packets() const {
1024 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1025 return _impl_.new_dropped_packets_;
1026}
1027inline void StreamInfo::_internal_set_new_dropped_packets(::uint64_t value) {
1028 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1029 ;
1030 _impl_.new_dropped_packets_ = value;
1031}
1032
1033// -------------------------------------------------------------------
1034
1035// ChannelInfo
1036
1037// uint64 total_triggers = 1;
1038inline void ChannelInfo::clear_total_triggers() {
1039 _impl_.total_triggers_ = ::uint64_t{0u};
1040}
1041inline ::uint64_t ChannelInfo::total_triggers() const {
1042 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1043 return _internal_total_triggers();
1044}
1045inline void ChannelInfo::set_total_triggers(::uint64_t value) {
1046 _internal_set_total_triggers(value);
1047 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1048}
1049inline ::uint64_t ChannelInfo::_internal_total_triggers() const {
1050 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1051 return _impl_.total_triggers_;
1052}
1053inline void ChannelInfo::_internal_set_total_triggers(::uint64_t value) {
1054 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1055 ;
1056 _impl_.total_triggers_ = value;
1057}
1058
1059// uint64 new_triggers = 2;
1060inline void ChannelInfo::clear_new_triggers() {
1061 _impl_.new_triggers_ = ::uint64_t{0u};
1062}
1063inline ::uint64_t ChannelInfo::new_triggers() const {
1064 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1065 return _internal_new_triggers();
1066}
1067inline void ChannelInfo::set_new_triggers(::uint64_t value) {
1068 _internal_set_new_triggers(value);
1069 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1070}
1071inline ::uint64_t ChannelInfo::_internal_new_triggers() const {
1072 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1073 return _impl_.new_triggers_;
1074}
1075inline void ChannelInfo::_internal_set_new_triggers(::uint64_t value) {
1076 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1077 ;
1078 _impl_.new_triggers_ = value;
1079}
1080
1081// uint64 total_packets = 5;
1082inline void ChannelInfo::clear_total_packets() {
1083 _impl_.total_packets_ = ::uint64_t{0u};
1084}
1085inline ::uint64_t ChannelInfo::total_packets() const {
1086 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1087 return _internal_total_packets();
1088}
1089inline void ChannelInfo::set_total_packets(::uint64_t value) {
1090 _internal_set_total_packets(value);
1091 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1092}
1093inline ::uint64_t ChannelInfo::_internal_total_packets() const {
1094 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1095 return _impl_.total_packets_;
1096}
1097inline void ChannelInfo::_internal_set_total_packets(::uint64_t value) {
1098 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1099 ;
1100 _impl_.total_packets_ = value;
1101}
1102
1103// uint64 new_packets = 6;
1104inline void ChannelInfo::clear_new_packets() {
1105 _impl_.new_packets_ = ::uint64_t{0u};
1106}
1107inline ::uint64_t ChannelInfo::new_packets() const {
1108 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1109 return _internal_new_packets();
1110}
1111inline void ChannelInfo::set_new_packets(::uint64_t value) {
1112 _internal_set_new_packets(value);
1113 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1114}
1115inline ::uint64_t ChannelInfo::_internal_new_packets() const {
1116 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1117 return _impl_.new_packets_;
1118}
1119inline void ChannelInfo::_internal_set_new_packets(::uint64_t value) {
1120 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1121 ;
1122 _impl_.new_packets_ = value;
1123}
1124
1125#ifdef __GNUC__
1126#pragma GCC diagnostic pop
1127#endif // __GNUC__
1128
1129// @@protoc_insertion_point(namespace_scope)
1130} // namespace opmon
1131} // namespace daphnemodules
1132} // namespace dunedaq
1133
1134
1135// @@protoc_insertion_point(global_scope)
1136
1137#include "google/protobuf/port_undef.inc"
1138
1139#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
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()
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()
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_
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_
mutable::google::protobuf::internal::CachedSize _cached_size_