DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
latency_info.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: trigger/opmon/latency_info.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2flatency_5finfo_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2flatency_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_2flatency_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 TriggerLatency;
60struct TriggerLatencyDefaultTypeInternal;
61extern TriggerLatencyDefaultTypeInternal _TriggerLatency_default_instance_;
62class TriggerLatencyStandalone;
63struct TriggerLatencyStandaloneDefaultTypeInternal;
64extern TriggerLatencyStandaloneDefaultTypeInternal _TriggerLatencyStandalone_default_instance_;
65} // namespace opmon
66} // namespace trigger
67} // namespace dunedaq
68namespace google {
69namespace protobuf {
70} // namespace protobuf
71} // namespace google
72
73namespace dunedaq {
74namespace trigger {
75namespace opmon {
76
77// ===================================================================
78
79
80// -------------------------------------------------------------------
81
82class TriggerLatency final :
83 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.TriggerLatency) */ {
84 public:
85 inline TriggerLatency() : TriggerLatency(nullptr) {}
86 ~TriggerLatency() override;
87 template<typename = void>
88 explicit PROTOBUF_CONSTEXPR TriggerLatency(::google::protobuf::internal::ConstantInitialized);
89
90 TriggerLatency(const TriggerLatency& from);
92 : TriggerLatency() {
93 *this = ::std::move(from);
94 }
95
97 CopyFrom(from);
98 return *this;
99 }
100 inline TriggerLatency& operator=(TriggerLatency&& 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 TriggerLatency*>(
136 }
137 static constexpr int kIndexInFileMessages =
138 0;
139
140 friend void swap(TriggerLatency& a, TriggerLatency& b) {
141 a.Swap(&b);
142 }
143 inline void Swap(TriggerLatency* 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 TriggerLatency* New(::google::protobuf::Arena* arena = nullptr) const final {
165 return CreateMaybeMessage<TriggerLatency>(arena);
166 }
167 using ::google::protobuf::Message::CopyFrom;
168 void CopyFrom(const TriggerLatency& from);
169 using ::google::protobuf::Message::MergeFrom;
170 void MergeFrom( const TriggerLatency& from) {
171 TriggerLatency::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(TriggerLatency* other);
190
191 private:
192 friend class ::google::protobuf::internal::AnyMetadata;
193 static ::absl::string_view FullMessageName() {
194 return "dunedaq.trigger.opmon.TriggerLatency";
195 }
196 protected:
197 explicit TriggerLatency(::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 {
212 };
213 // uint32 latency_in = 1;
214 void clear_latency_in() ;
215 ::uint32_t latency_in() const;
216 void set_latency_in(::uint32_t value);
217
218 private:
219 ::uint32_t _internal_latency_in() const;
220 void _internal_set_latency_in(::uint32_t value);
221
222 public:
223 // uint32 latency_out = 2;
224 void clear_latency_out() ;
225 ::uint32_t latency_out() const;
226 void set_latency_out(::uint32_t value);
227
228 private:
229 ::uint32_t _internal_latency_out() const;
230 void _internal_set_latency_out(::uint32_t value);
231
232 public:
233 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.TriggerLatency)
234 private:
235 class _Internal;
236
237 friend class ::google::protobuf::internal::TcParser;
238 static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_;
239 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
242 struct Impl_ {
243 ::uint32_t latency_in_;
244 ::uint32_t latency_out_;
245 mutable ::google::protobuf::internal::CachedSize _cached_size_;
246 PROTOBUF_TSAN_DECLARE_MEMBER
247 };
248 union { Impl_ _impl_; };
249 friend struct ::TableStruct_trigger_2fopmon_2flatency_5finfo_2eproto;
250};// -------------------------------------------------------------------
251
253 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.trigger.opmon.TriggerLatencyStandalone) */ {
254 public:
256 ~TriggerLatencyStandalone() override;
257 template<typename = void>
258 explicit PROTOBUF_CONSTEXPR TriggerLatencyStandalone(::google::protobuf::internal::ConstantInitialized);
259
263 *this = ::std::move(from);
264 }
265
267 CopyFrom(from);
268 return *this;
269 }
271 if (this == &from) return *this;
272 if (GetOwningArena() == from.GetOwningArena()
273 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
274 && GetOwningArena() != nullptr
275 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
276 ) {
277 InternalSwap(&from);
278 } else {
279 CopyFrom(from);
280 }
281 return *this;
282 }
283
284 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
285 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
286 }
287 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
288 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
289 }
290
291 static const ::google::protobuf::Descriptor* descriptor() {
292 return GetDescriptor();
293 }
294 static const ::google::protobuf::Descriptor* GetDescriptor() {
295 return default_instance().GetMetadata().descriptor;
296 }
297 static const ::google::protobuf::Reflection* GetReflection() {
298 return default_instance().GetMetadata().reflection;
299 }
301 return *internal_default_instance();
302 }
304 return reinterpret_cast<const TriggerLatencyStandalone*>(
306 }
307 static constexpr int kIndexInFileMessages =
308 1;
309
311 a.Swap(&b);
312 }
313 inline void Swap(TriggerLatencyStandalone* other) {
314 if (other == this) return;
315 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
316 if (GetOwningArena() != nullptr &&
317 GetOwningArena() == other->GetOwningArena()) {
318 #else // PROTOBUF_FORCE_COPY_IN_SWAP
319 if (GetOwningArena() == other->GetOwningArena()) {
320 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
321 InternalSwap(other);
322 } else {
323 ::google::protobuf::internal::GenericSwap(this, other);
324 }
325 }
327 if (other == this) return;
328 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
329 InternalSwap(other);
330 }
331
332 // implements Message ----------------------------------------------
333
334 TriggerLatencyStandalone* New(::google::protobuf::Arena* arena = nullptr) const final {
335 return CreateMaybeMessage<TriggerLatencyStandalone>(arena);
336 }
337 using ::google::protobuf::Message::CopyFrom;
338 void CopyFrom(const TriggerLatencyStandalone& from);
339 using ::google::protobuf::Message::MergeFrom;
341 TriggerLatencyStandalone::MergeImpl(*this, from);
342 }
343 private:
344 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
345 public:
346 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
347 bool IsInitialized() const final;
348
349 ::size_t ByteSizeLong() const final;
350 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
351 ::uint8_t* _InternalSerialize(
352 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
353 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
354
355 private:
356 void SharedCtor(::google::protobuf::Arena* arena);
357 void SharedDtor();
358 void SetCachedSize(int size) const final;
359 void InternalSwap(TriggerLatencyStandalone* other);
360
361 private:
362 friend class ::google::protobuf::internal::AnyMetadata;
363 static ::absl::string_view FullMessageName() {
364 return "dunedaq.trigger.opmon.TriggerLatencyStandalone";
365 }
366 protected:
367 explicit TriggerLatencyStandalone(::google::protobuf::Arena* arena);
368 public:
369
370 static const ClassData _class_data_;
371 const ::google::protobuf::Message::ClassData*GetClassData() const final;
372
373 ::google::protobuf::Metadata GetMetadata() const final;
374
375 // nested types ----------------------------------------------------
376
377 // accessors -------------------------------------------------------
378
379 enum : int {
380 kLatencyOutFieldNumber = 1,
381 };
382 // uint32 latency_out = 1;
383 void clear_latency_out() ;
384 ::uint32_t latency_out() const;
385 void set_latency_out(::uint32_t value);
386
387 private:
388 ::uint32_t _internal_latency_out() const;
389 void _internal_set_latency_out(::uint32_t value);
390
391 public:
392 // @@protoc_insertion_point(class_scope:dunedaq.trigger.opmon.TriggerLatencyStandalone)
393 private:
394 class _Internal;
395
396 friend class ::google::protobuf::internal::TcParser;
397 static const ::google::protobuf::internal::TcParseTable<0, 1, 0, 0, 2> _table_;
398 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
401 struct Impl_ {
402 ::uint32_t latency_out_;
403 mutable ::google::protobuf::internal::CachedSize _cached_size_;
404 PROTOBUF_TSAN_DECLARE_MEMBER
405 };
406 union { Impl_ _impl_; };
407 friend struct ::TableStruct_trigger_2fopmon_2flatency_5finfo_2eproto;
408};
409
410// ===================================================================
411
412
413
414
415// ===================================================================
416
417
418#ifdef __GNUC__
419#pragma GCC diagnostic push
420#pragma GCC diagnostic ignored "-Wstrict-aliasing"
421#endif // __GNUC__
422// -------------------------------------------------------------------
423
424// TriggerLatency
425
426// uint32 latency_in = 1;
427inline void TriggerLatency::clear_latency_in() {
428 _impl_.latency_in_ = 0u;
429}
430inline ::uint32_t TriggerLatency::latency_in() const {
431 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerLatency.latency_in)
432 return _internal_latency_in();
433}
434inline void TriggerLatency::set_latency_in(::uint32_t value) {
435 _internal_set_latency_in(value);
436 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerLatency.latency_in)
437}
438inline ::uint32_t TriggerLatency::_internal_latency_in() const {
439 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
440 return _impl_.latency_in_;
441}
442inline void TriggerLatency::_internal_set_latency_in(::uint32_t value) {
443 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
444 ;
445 _impl_.latency_in_ = value;
446}
447
448// uint32 latency_out = 2;
449inline void TriggerLatency::clear_latency_out() {
450 _impl_.latency_out_ = 0u;
451}
452inline ::uint32_t TriggerLatency::latency_out() const {
453 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerLatency.latency_out)
454 return _internal_latency_out();
455}
456inline void TriggerLatency::set_latency_out(::uint32_t value) {
457 _internal_set_latency_out(value);
458 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerLatency.latency_out)
459}
460inline ::uint32_t TriggerLatency::_internal_latency_out() const {
461 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
462 return _impl_.latency_out_;
463}
464inline void TriggerLatency::_internal_set_latency_out(::uint32_t value) {
465 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
466 ;
467 _impl_.latency_out_ = value;
468}
469
470// -------------------------------------------------------------------
471
472// TriggerLatencyStandalone
473
474// uint32 latency_out = 1;
475inline void TriggerLatencyStandalone::clear_latency_out() {
476 _impl_.latency_out_ = 0u;
477}
478inline ::uint32_t TriggerLatencyStandalone::latency_out() const {
479 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerLatencyStandalone.latency_out)
480 return _internal_latency_out();
481}
482inline void TriggerLatencyStandalone::set_latency_out(::uint32_t value) {
483 _internal_set_latency_out(value);
484 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerLatencyStandalone.latency_out)
485}
486inline ::uint32_t TriggerLatencyStandalone::_internal_latency_out() const {
487 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
488 return _impl_.latency_out_;
489}
490inline void TriggerLatencyStandalone::_internal_set_latency_out(::uint32_t value) {
491 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
492 ;
493 _impl_.latency_out_ = value;
494}
495
496#ifdef __GNUC__
497#pragma GCC diagnostic pop
498#endif // __GNUC__
499
500// @@protoc_insertion_point(namespace_scope)
501} // namespace opmon
502} // namespace trigger
503} // namespace dunedaq
504
505
506// @@protoc_insertion_point(global_scope)
507
508#include "google/protobuf/port_undef.inc"
509
510#endif // GOOGLE_PROTOBUF_INCLUDED_trigger_2fopmon_2flatency_5finfo_2eproto_2epb_2eh
friend void swap(TriggerLatencyStandalone &a, TriggerLatencyStandalone &b)
TriggerLatencyStandalone * New(::google::protobuf::Arena *arena=nullptr) const final
void UnsafeArenaSwap(TriggerLatencyStandalone *other)
TriggerLatencyStandalone(TriggerLatencyStandalone &&from) noexcept
static const ::google::protobuf::Reflection * GetReflection()
static const TriggerLatencyStandalone & default_instance()
TriggerLatencyStandalone & operator=(TriggerLatencyStandalone &&from) noexcept
TriggerLatencyStandalone & operator=(const TriggerLatencyStandalone &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void MergeFrom(const TriggerLatencyStandalone &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void Swap(TriggerLatencyStandalone *other)
PROTOBUF_CONSTEXPR TriggerLatencyStandalone(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
static const ::google::protobuf::Descriptor * GetDescriptor()
static const TriggerLatencyStandalone * internal_default_instance()
static const TriggerLatency * internal_default_instance()
TriggerLatency & operator=(TriggerLatency &&from) noexcept
friend void swap(TriggerLatency &a, TriggerLatency &b)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
TriggerLatency * New(::google::protobuf::Arena *arena=nullptr) const final
void SetCachedSize(int size) const final
void UnsafeArenaSwap(TriggerLatency *other)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
TriggerLatency(TriggerLatency &&from) noexcept
PROTOBUF_CONSTEXPR TriggerLatency(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::Reflection * GetReflection()
void _internal_set_latency_in(::uint32_t value)
void InternalSwap(TriggerLatency *other)
static const TriggerLatency & default_instance()
void _internal_set_latency_out(::uint32_t value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
void MergeFrom(const TriggerLatency &from)
TriggerLatency & operator=(const TriggerLatency &from)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
void SharedCtor(::google::protobuf::Arena *arena)
::google::protobuf::Metadata GetMetadata() const final
void CopyFrom(const TriggerLatency &from)
static const ::google::protobuf::Descriptor * GetDescriptor()
const ::google::protobuf::Message::ClassData * GetClassData() const final
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::internal::DescriptorTable descriptor_table_trigger_2fopmon_2flatency_5finfo_2eproto
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerLatencyStandaloneDefaultTypeInternal _TriggerLatencyStandalone_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerLatencyDefaultTypeInternal _TriggerLatency_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_