DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
hsi_controller_info.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: hsilibs/opmon/hsi_controller_info.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_hsilibs_2fopmon_2fhsi_5fcontroller_5finfo_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_hsilibs_2fopmon_2fhsi_5fcontroller_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_hsilibs_2fopmon_2fhsi_5fcontroller_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 hsilibs {
58namespace opmon {
59class HSIControllerInfo;
60struct HSIControllerInfoDefaultTypeInternal;
61extern HSIControllerInfoDefaultTypeInternal _HSIControllerInfo_default_instance_;
62} // namespace opmon
63} // namespace hsilibs
64} // namespace dunedaq
65namespace google {
66namespace protobuf {
67} // namespace protobuf
68} // namespace google
69
70namespace dunedaq {
71namespace hsilibs {
72namespace opmon {
73
74// ===================================================================
75
76
77// -------------------------------------------------------------------
78
79class HSIControllerInfo final :
80 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.hsilibs.opmon.HSIControllerInfo) */ {
81 public:
82 inline HSIControllerInfo() : HSIControllerInfo(nullptr) {}
83 ~HSIControllerInfo() override;
84 template<typename = void>
85 explicit PROTOBUF_CONSTEXPR HSIControllerInfo(::google::protobuf::internal::ConstantInitialized);
86
90 *this = ::std::move(from);
91 }
92
94 CopyFrom(from);
95 return *this;
96 }
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 HSIControllerInfo*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
138 a.Swap(&b);
139 }
140 inline void Swap(HSIControllerInfo* 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 HSIControllerInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<HSIControllerInfo>(arena);
163 }
164 using ::google::protobuf::Message::CopyFrom;
165 void CopyFrom(const HSIControllerInfo& from);
166 using ::google::protobuf::Message::MergeFrom;
167 void MergeFrom( const HSIControllerInfo& from) {
168 HSIControllerInfo::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(HSIControllerInfo* other);
187
188 private:
189 friend class ::google::protobuf::internal::AnyMetadata;
190 static ::absl::string_view FullMessageName() {
191 return "dunedaq.hsilibs.opmon.HSIControllerInfo";
192 }
193 protected:
194 explicit HSIControllerInfo(::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 {
217 };
218 // uint64 sent_hsi_io_reset_cmds = 1;
220 ::uint64_t sent_hsi_io_reset_cmds() const;
221 void set_sent_hsi_io_reset_cmds(::uint64_t value);
222
223 private:
224 ::uint64_t _internal_sent_hsi_io_reset_cmds() const;
225 void _internal_set_sent_hsi_io_reset_cmds(::uint64_t value);
226
227 public:
228 // uint64 sent_hsi_endpoint_enable_cmds = 2;
230 ::uint64_t sent_hsi_endpoint_enable_cmds() const;
231 void set_sent_hsi_endpoint_enable_cmds(::uint64_t value);
232
233 private:
235 void _internal_set_sent_hsi_endpoint_enable_cmds(::uint64_t value);
236
237 public:
238 // uint64 sent_hsi_endpoint_disable_cmds = 3;
240 ::uint64_t sent_hsi_endpoint_disable_cmds() const;
241 void set_sent_hsi_endpoint_disable_cmds(::uint64_t value);
242
243 private:
246
247 public:
248 // uint64 sent_hsi_endpoint_reset_cmds = 4;
250 ::uint64_t sent_hsi_endpoint_reset_cmds() const;
251 void set_sent_hsi_endpoint_reset_cmds(::uint64_t value);
252
253 private:
255 void _internal_set_sent_hsi_endpoint_reset_cmds(::uint64_t value);
256
257 public:
258 // uint64 sent_hsi_reset_cmds = 5;
260 ::uint64_t sent_hsi_reset_cmds() const;
261 void set_sent_hsi_reset_cmds(::uint64_t value);
262
263 private:
264 ::uint64_t _internal_sent_hsi_reset_cmds() const;
265 void _internal_set_sent_hsi_reset_cmds(::uint64_t value);
266
267 public:
268 // uint64 sent_hsi_configure_cmds = 6;
270 ::uint64_t sent_hsi_configure_cmds() const;
271 void set_sent_hsi_configure_cmds(::uint64_t value);
272
273 private:
274 ::uint64_t _internal_sent_hsi_configure_cmds() const;
275 void _internal_set_sent_hsi_configure_cmds(::uint64_t value);
276
277 public:
278 // uint64 sent_hsi_start_cmds = 7;
280 ::uint64_t sent_hsi_start_cmds() const;
281 void set_sent_hsi_start_cmds(::uint64_t value);
282
283 private:
284 ::uint64_t _internal_sent_hsi_start_cmds() const;
285 void _internal_set_sent_hsi_start_cmds(::uint64_t value);
286
287 public:
288 // uint64 sent_hsi_stop_cmds = 8;
290 ::uint64_t sent_hsi_stop_cmds() const;
291 void set_sent_hsi_stop_cmds(::uint64_t value);
292
293 private:
294 ::uint64_t _internal_sent_hsi_stop_cmds() const;
295 void _internal_set_sent_hsi_stop_cmds(::uint64_t value);
296
297 public:
298 // uint64 sent_hsi_print_status_cmds = 9;
300 ::uint64_t sent_hsi_print_status_cmds() const;
301 void set_sent_hsi_print_status_cmds(::uint64_t value);
302
303 private:
304 ::uint64_t _internal_sent_hsi_print_status_cmds() const;
305 void _internal_set_sent_hsi_print_status_cmds(::uint64_t value);
306
307 public:
308 // uint64 device_infos_received_count = 10;
310 ::uint64_t device_infos_received_count() const;
311 void set_device_infos_received_count(::uint64_t value);
312
313 private:
314 ::uint64_t _internal_device_infos_received_count() const;
315 void _internal_set_device_infos_received_count(::uint64_t value);
316
317 public:
318 // @@protoc_insertion_point(class_scope:dunedaq.hsilibs.opmon.HSIControllerInfo)
319 private:
320 class _Internal;
321
322 friend class ::google::protobuf::internal::TcParser;
323 static const ::google::protobuf::internal::TcParseTable<4, 10, 0, 0, 2> _table_;
324 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
327 struct Impl_ {
338 mutable ::google::protobuf::internal::CachedSize _cached_size_;
339 PROTOBUF_TSAN_DECLARE_MEMBER
340 };
341 union { Impl_ _impl_; };
342 friend struct ::TableStruct_hsilibs_2fopmon_2fhsi_5fcontroller_5finfo_2eproto;
343};
344
345// ===================================================================
346
347
348
349
350// ===================================================================
351
352
353#ifdef __GNUC__
354#pragma GCC diagnostic push
355#pragma GCC diagnostic ignored "-Wstrict-aliasing"
356#endif // __GNUC__
357// -------------------------------------------------------------------
358
359// HSIControllerInfo
360
361// uint64 sent_hsi_io_reset_cmds = 1;
366 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_io_reset_cmds)
368}
371 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_io_reset_cmds)
372}
374 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
376}
378 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
379 ;
381}
382
383// uint64 sent_hsi_endpoint_enable_cmds = 2;
388 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_enable_cmds)
390}
393 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_enable_cmds)
394}
396 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
398}
400 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
401 ;
403}
404
405// uint64 sent_hsi_endpoint_disable_cmds = 3;
410 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_disable_cmds)
412}
415 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_disable_cmds)
416}
418 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
420}
422 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
423 ;
425}
426
427// uint64 sent_hsi_endpoint_reset_cmds = 4;
432 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_reset_cmds)
434}
437 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_endpoint_reset_cmds)
438}
440 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
442}
444 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
445 ;
447}
448
449// uint64 sent_hsi_reset_cmds = 5;
453inline ::uint64_t HSIControllerInfo::sent_hsi_reset_cmds() const {
454 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_reset_cmds)
456}
457inline void HSIControllerInfo::set_sent_hsi_reset_cmds(::uint64_t value) {
459 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_reset_cmds)
460}
462 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
464}
466 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
467 ;
469}
470
471// uint64 sent_hsi_configure_cmds = 6;
476 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_configure_cmds)
478}
481 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_configure_cmds)
482}
484 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
486}
488 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
489 ;
491}
492
493// uint64 sent_hsi_start_cmds = 7;
497inline ::uint64_t HSIControllerInfo::sent_hsi_start_cmds() const {
498 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_start_cmds)
500}
501inline void HSIControllerInfo::set_sent_hsi_start_cmds(::uint64_t value) {
503 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_start_cmds)
504}
506 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
508}
510 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
511 ;
513}
514
515// uint64 sent_hsi_stop_cmds = 8;
519inline ::uint64_t HSIControllerInfo::sent_hsi_stop_cmds() const {
520 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_stop_cmds)
522}
523inline void HSIControllerInfo::set_sent_hsi_stop_cmds(::uint64_t value) {
525 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_stop_cmds)
526}
528 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
530}
532 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
533 ;
535}
536
537// uint64 sent_hsi_print_status_cmds = 9;
542 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_print_status_cmds)
544}
547 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.sent_hsi_print_status_cmds)
548}
550 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
552}
554 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
555 ;
557}
558
559// uint64 device_infos_received_count = 10;
564 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIControllerInfo.device_infos_received_count)
566}
569 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIControllerInfo.device_infos_received_count)
570}
572 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
574}
576 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
577 ;
579}
580
581#ifdef __GNUC__
582#pragma GCC diagnostic pop
583#endif // __GNUC__
584
585// @@protoc_insertion_point(namespace_scope)
586} // namespace opmon
587} // namespace hsilibs
588} // namespace dunedaq
589
590
591// @@protoc_insertion_point(global_scope)
592
593#include "google/protobuf/port_undef.inc"
594
595#endif // GOOGLE_PROTOBUF_INCLUDED_hsilibs_2fopmon_2fhsi_5fcontroller_5finfo_2eproto_2epb_2eh
const ::google::protobuf::Message::ClassData * GetClassData() const final
void _internal_set_sent_hsi_endpoint_enable_cmds(::uint64_t value)
HSIControllerInfo & operator=(const HSIControllerInfo &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::google::protobuf::Descriptor * GetDescriptor()
::google::protobuf::Metadata GetMetadata() const final
HSIControllerInfo(HSIControllerInfo &&from) noexcept
void _internal_set_sent_hsi_endpoint_disable_cmds(::uint64_t value)
void SharedCtor(::google::protobuf::Arena *arena)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
HSIControllerInfo & operator=(HSIControllerInfo &&from) noexcept
static const ::google::protobuf::internal::TcParseTable< 4, 10, 0, 0, 2 > _table_
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
PROTOBUF_CONSTEXPR HSIControllerInfo(::google::protobuf::internal::ConstantInitialized)
void _internal_set_sent_hsi_endpoint_reset_cmds(::uint64_t value)
friend void swap(HSIControllerInfo &a, HSIControllerInfo &b)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ::google::protobuf::Reflection * GetReflection()
HSIControllerInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ::google::protobuf::Descriptor * descriptor()
static const HSIControllerInfo & default_instance()
void MergeFrom(const HSIControllerInfo &from)
void CopyFrom(const HSIControllerInfo &from)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const HSIControllerInfo * internal_default_instance()
const ::google::protobuf::internal::DescriptorTable descriptor_table_hsilibs_2fopmon_2fhsi_5fcontroller_5finfo_2eproto
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HSIControllerInfoDefaultTypeInternal _HSIControllerInfo_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_