DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
tcprocessor_info.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: trigger/opmon/tcprocessor_info.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2ftcprocessor_5finfo_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2ftcprocessor_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_2ftcprocessor_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 TCProcessorInfo;
60struct TCProcessorInfoDefaultTypeInternal;
61extern TCProcessorInfoDefaultTypeInternal _TCProcessorInfo_default_instance_;
62} // namespace opmon
63} // namespace trigger
64} // namespace dunedaq
65namespace google {
66namespace protobuf {
67} // namespace protobuf
68} // namespace google
69
70namespace dunedaq {
71namespace trigger {
72namespace opmon {
73
74// ===================================================================
75
76
77// -------------------------------------------------------------------
78
79class TCProcessorInfo final :
80 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.TCProcessorInfo) */ {
81 public:
82 inline TCProcessorInfo() : TCProcessorInfo(nullptr) {}
83 ~TCProcessorInfo() override;
84 template<typename = void>
85 explicit PROTOBUF_CONSTEXPR TCProcessorInfo(::google::protobuf::internal::ConstantInitialized);
86
89 : TCProcessorInfo() {
90 *this = ::std::move(from);
91 }
92
94 CopyFrom(from);
95 return *this;
96 }
97 inline TCProcessorInfo& operator=(TCProcessorInfo&& from) noexcept {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }
110
111 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }
114 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }
117
118 static const ::google::protobuf::Descriptor* descriptor() {
119 return GetDescriptor();
120 }
121 static const ::google::protobuf::Descriptor* GetDescriptor() {
122 return default_instance().GetMetadata().descriptor;
123 }
124 static const ::google::protobuf::Reflection* GetReflection() {
125 return default_instance().GetMetadata().reflection;
126 }
129 }
131 return reinterpret_cast<const TCProcessorInfo*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
138 a.Swap(&b);
139 }
140 inline void Swap(TCProcessorInfo* other) {
141 if (other == this) return;
142 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() != nullptr &&
144 GetOwningArena() == other->GetOwningArena()) {
145 #else // PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
148 InternalSwap(other);
149 } else {
150 ::google::protobuf::internal::GenericSwap(this, other);
151 }
152 }
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }
158
159 // implements Message ----------------------------------------------
160
161 TCProcessorInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<TCProcessorInfo>(arena);
163 }
164 using ::google::protobuf::Message::CopyFrom;
165 void CopyFrom(const TCProcessorInfo& from);
166 using ::google::protobuf::Message::MergeFrom;
167 void MergeFrom( const TCProcessorInfo& from) {
168 TCProcessorInfo::MergeImpl(*this, from);
169 }
170 private:
171 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
172 public:
173 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
174 bool IsInitialized() const final;
175
176 ::size_t ByteSizeLong() const final;
177 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
178 ::uint8_t* _InternalSerialize(
179 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
180 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
181
182 private:
183 void SharedCtor(::google::protobuf::Arena* arena);
184 void SharedDtor();
185 void SetCachedSize(int size) const final;
186 void InternalSwap(TCProcessorInfo* other);
187
188 private:
189 friend class ::google::protobuf::internal::AnyMetadata;
190 static ::absl::string_view FullMessageName() {
191 return "dunedaq.trigger.opmon.TCProcessorInfo";
192 }
193 protected:
194 explicit TCProcessorInfo(::google::protobuf::Arena* arena);
195 public:
196
197 static const ClassData _class_data_;
198 const ::google::protobuf::Message::ClassData*GetClassData() const final;
199
200 ::google::protobuf::Metadata GetMetadata() const final;
201
202 // nested types ----------------------------------------------------
203
204 // accessors -------------------------------------------------------
205
206 enum : int {
219 };
220 // uint32 tds_created_count = 1;
222 ::uint32_t tds_created_count() const;
223 void set_tds_created_count(::uint32_t value);
224
225 private:
226 ::uint32_t _internal_tds_created_count() const;
227 void _internal_set_tds_created_count(::uint32_t value);
228
229 public:
230 // uint32 tds_sent_count = 2;
231 void clear_tds_sent_count() ;
232 ::uint32_t tds_sent_count() const;
233 void set_tds_sent_count(::uint32_t value);
234
235 private:
236 ::uint32_t _internal_tds_sent_count() const;
237 void _internal_set_tds_sent_count(::uint32_t value);
238
239 public:
240 // uint32 tds_dropped_count = 3;
242 ::uint32_t tds_dropped_count() const;
243 void set_tds_dropped_count(::uint32_t value);
244
245 private:
246 ::uint32_t _internal_tds_dropped_count() const;
247 void _internal_set_tds_dropped_count(::uint32_t value);
248
249 public:
250 // uint32 tds_failed_bitword_count = 4;
252 ::uint32_t tds_failed_bitword_count() const;
253 void set_tds_failed_bitword_count(::uint32_t value);
254
255 private:
256 ::uint32_t _internal_tds_failed_bitword_count() const;
257 void _internal_set_tds_failed_bitword_count(::uint32_t value);
258
259 public:
260 // uint32 tds_cleared_count = 5;
262 ::uint32_t tds_cleared_count() const;
263 void set_tds_cleared_count(::uint32_t value);
264
265 private:
266 ::uint32_t _internal_tds_cleared_count() const;
267 void _internal_set_tds_cleared_count(::uint32_t value);
268
269 public:
270 // uint32 tc_received_count = 10;
272 ::uint32_t tc_received_count() const;
273 void set_tc_received_count(::uint32_t value);
274
275 private:
276 ::uint32_t _internal_tc_received_count() const;
277 void _internal_set_tc_received_count(::uint32_t value);
278
279 public:
280 // uint32 tc_ignored_count = 11;
282 ::uint32_t tc_ignored_count() const;
283 void set_tc_ignored_count(::uint32_t value);
284
285 private:
286 ::uint32_t _internal_tc_ignored_count() const;
287 void _internal_set_tc_ignored_count(::uint32_t value);
288
289 public:
290 // uint32 tds_created_tc_count = 21;
292 ::uint32_t tds_created_tc_count() const;
293 void set_tds_created_tc_count(::uint32_t value);
294
295 private:
296 ::uint32_t _internal_tds_created_tc_count() const;
297 void _internal_set_tds_created_tc_count(::uint32_t value);
298
299 public:
300 // uint32 tds_sent_tc_count = 22;
302 ::uint32_t tds_sent_tc_count() const;
303 void set_tds_sent_tc_count(::uint32_t value);
304
305 private:
306 ::uint32_t _internal_tds_sent_tc_count() const;
307 void _internal_set_tds_sent_tc_count(::uint32_t value);
308
309 public:
310 // uint32 tds_dropped_tc_count = 23;
312 ::uint32_t tds_dropped_tc_count() const;
313 void set_tds_dropped_tc_count(::uint32_t value);
314
315 private:
316 ::uint32_t _internal_tds_dropped_tc_count() const;
317 void _internal_set_tds_dropped_tc_count(::uint32_t value);
318
319 public:
320 // uint32 tds_failed_bitword_tc_count = 24;
322 ::uint32_t tds_failed_bitword_tc_count() const;
323 void set_tds_failed_bitword_tc_count(::uint32_t value);
324
325 private:
326 ::uint32_t _internal_tds_failed_bitword_tc_count() const;
327 void _internal_set_tds_failed_bitword_tc_count(::uint32_t value);
328
329 public:
330 // uint32 tds_cleared_tc_count = 25;
332 ::uint32_t tds_cleared_tc_count() const;
333 void set_tds_cleared_tc_count(::uint32_t value);
334
335 private:
336 ::uint32_t _internal_tds_cleared_tc_count() const;
337 void _internal_set_tds_cleared_tc_count(::uint32_t value);
338
339 public:
340 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.TCProcessorInfo)
341 private:
342 class _Internal;
343
344 friend class ::google::protobuf::internal::TcParser;
345 static const ::google::protobuf::internal::TcParseTable<4, 12, 0, 0, 2> _table_;
346 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
349 struct Impl_ {
351 ::uint32_t tds_sent_count_;
362 mutable ::google::protobuf::internal::CachedSize _cached_size_;
363 PROTOBUF_TSAN_DECLARE_MEMBER
364 };
365 union { Impl_ _impl_; };
366 friend struct ::TableStruct_trigger_2fopmon_2ftcprocessor_5finfo_2eproto;
367};
368
369// ===================================================================
370
371
372
373
374// ===================================================================
375
376
377#ifdef __GNUC__
378#pragma GCC diagnostic push
379#pragma GCC diagnostic ignored "-Wstrict-aliasing"
380#endif // __GNUC__
381// -------------------------------------------------------------------
382
383// TCProcessorInfo
384
385// uint32 tds_created_count = 1;
389inline ::uint32_t TCProcessorInfo::tds_created_count() const {
390 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_created_count)
392}
393inline void TCProcessorInfo::set_tds_created_count(::uint32_t value) {
395 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_created_count)
396}
398 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
400}
402 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
403 ;
405}
406
407// uint32 tds_sent_count = 2;
411inline ::uint32_t TCProcessorInfo::tds_sent_count() const {
412 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_sent_count)
414}
415inline void TCProcessorInfo::set_tds_sent_count(::uint32_t value) {
417 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_sent_count)
418}
420 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
421 return _impl_.tds_sent_count_;
422}
424 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
425 ;
426 _impl_.tds_sent_count_ = value;
427}
428
429// uint32 tds_dropped_count = 3;
433inline ::uint32_t TCProcessorInfo::tds_dropped_count() const {
434 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_dropped_count)
436}
437inline void TCProcessorInfo::set_tds_dropped_count(::uint32_t value) {
439 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_dropped_count)
440}
442 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
444}
446 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
447 ;
449}
450
451// uint32 tds_failed_bitword_count = 4;
456 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_failed_bitword_count)
458}
461 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_failed_bitword_count)
462}
464 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
466}
468 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
469 ;
471}
472
473// uint32 tds_cleared_count = 5;
477inline ::uint32_t TCProcessorInfo::tds_cleared_count() const {
478 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_cleared_count)
480}
481inline void TCProcessorInfo::set_tds_cleared_count(::uint32_t value) {
483 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_cleared_count)
484}
486 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
488}
490 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
491 ;
493}
494
495// uint32 tc_received_count = 10;
499inline ::uint32_t TCProcessorInfo::tc_received_count() const {
500 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tc_received_count)
502}
503inline void TCProcessorInfo::set_tc_received_count(::uint32_t value) {
505 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tc_received_count)
506}
508 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
510}
512 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
513 ;
515}
516
517// uint32 tc_ignored_count = 11;
521inline ::uint32_t TCProcessorInfo::tc_ignored_count() const {
522 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tc_ignored_count)
524}
525inline void TCProcessorInfo::set_tc_ignored_count(::uint32_t value) {
527 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tc_ignored_count)
528}
530 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
532}
534 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
535 ;
537}
538
539// uint32 tds_created_tc_count = 21;
543inline ::uint32_t TCProcessorInfo::tds_created_tc_count() const {
544 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_created_tc_count)
546}
547inline void TCProcessorInfo::set_tds_created_tc_count(::uint32_t value) {
549 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_created_tc_count)
550}
552 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
554}
556 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
557 ;
559}
560
561// uint32 tds_sent_tc_count = 22;
565inline ::uint32_t TCProcessorInfo::tds_sent_tc_count() const {
566 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_sent_tc_count)
568}
569inline void TCProcessorInfo::set_tds_sent_tc_count(::uint32_t value) {
571 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_sent_tc_count)
572}
574 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
576}
578 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
579 ;
581}
582
583// uint32 tds_dropped_tc_count = 23;
587inline ::uint32_t TCProcessorInfo::tds_dropped_tc_count() const {
588 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_dropped_tc_count)
590}
591inline void TCProcessorInfo::set_tds_dropped_tc_count(::uint32_t value) {
593 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_dropped_tc_count)
594}
596 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
598}
600 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
601 ;
603}
604
605// uint32 tds_failed_bitword_tc_count = 24;
610 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_failed_bitword_tc_count)
612}
615 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_failed_bitword_tc_count)
616}
618 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
620}
622 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
623 ;
625}
626
627// uint32 tds_cleared_tc_count = 25;
631inline ::uint32_t TCProcessorInfo::tds_cleared_tc_count() const {
632 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TCProcessorInfo.tds_cleared_tc_count)
634}
635inline void TCProcessorInfo::set_tds_cleared_tc_count(::uint32_t value) {
637 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TCProcessorInfo.tds_cleared_tc_count)
638}
640 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
642}
644 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
645 ;
647}
648
649#ifdef __GNUC__
650#pragma GCC diagnostic pop
651#endif // __GNUC__
652
653// @@protoc_insertion_point(namespace_scope)
654} // namespace opmon
655} // namespace trigger
656} // namespace dunedaq
657
658
659// @@protoc_insertion_point(global_scope)
660
661#include "google/protobuf/port_undef.inc"
662
663#endif // GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2ftcprocessor_5finfo_2eproto_2epb_2eh
friend void swap(TCProcessorInfo &a, TCProcessorInfo &b)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
void _internal_set_tds_failed_bitword_tc_count(::uint32_t value)
TCProcessorInfo * New(::google::protobuf::Arena *arena=nullptr) const final
void CopyFrom(const TCProcessorInfo &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::Message::ClassData * GetClassData() const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const TCProcessorInfo & default_instance()
static const ::google::protobuf::Reflection * GetReflection()
::google::protobuf::Metadata GetMetadata() const final
void SharedCtor(::google::protobuf::Arena *arena)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
TCProcessorInfo(TCProcessorInfo &&from) noexcept
TCProcessorInfo & operator=(const TCProcessorInfo &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
TCProcessorInfo & operator=(TCProcessorInfo &&from) noexcept
void _internal_set_tds_failed_bitword_count(::uint32_t value)
static const TCProcessorInfo * internal_default_instance()
void UnsafeArenaSwap(TCProcessorInfo *other)
void _internal_set_tds_dropped_tc_count(::uint32_t value)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const ::google::protobuf::internal::TcParseTable< 4, 12, 0, 0, 2 > _table_
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PROTOBUF_CONSTEXPR TCProcessorInfo(::google::protobuf::internal::ConstantInitialized)
void MergeFrom(const TCProcessorInfo &from)
void _internal_set_tds_created_tc_count(::uint32_t value)
void _internal_set_tds_cleared_tc_count(::uint32_t value)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TCProcessorInfoDefaultTypeInternal _TCProcessorInfo_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_
const ::google::protobuf::internal::DescriptorTable descriptor_table_trigger_2fopmon_2ftcprocessor_5finfo_2eproto