DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CardControllerWrapper.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: flxlibs/opmon/CardControllerWrapper.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fCardControllerWrapper_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fCardControllerWrapper_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_flxlibs_2fopmon_2fCardControllerWrapper_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 flxlibs {
58namespace opmon {
59class LinkInfo;
60struct LinkInfoDefaultTypeInternal;
61extern LinkInfoDefaultTypeInternal _LinkInfo_default_instance_;
62} // namespace opmon
63} // namespace flxlibs
64} // namespace dunedaq
65namespace google {
66namespace protobuf {
67} // namespace protobuf
68} // namespace google
69
70namespace dunedaq {
71namespace flxlibs {
72namespace opmon {
73
74// ===================================================================
75
76
77// -------------------------------------------------------------------
78
79class LinkInfo final :
80 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.flxlibs.opmon.LinkInfo) */ {
81 public:
82 inline LinkInfo() : LinkInfo(nullptr) {}
83 ~LinkInfo() override;
84 template<typename = void>
85 explicit PROTOBUF_CONSTEXPR LinkInfo(::google::protobuf::internal::ConstantInitialized);
86
87 LinkInfo(const LinkInfo& from);
88 LinkInfo(LinkInfo&& from) noexcept
89 : LinkInfo() {
90 *this = ::std::move(from);
91 }
92
93 inline LinkInfo& operator=(const LinkInfo& from) {
94 CopyFrom(from);
95 return *this;
96 }
97 inline LinkInfo& operator=(LinkInfo&& 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 }
127 static const LinkInfo& default_instance() {
129 }
130 static inline const LinkInfo* internal_default_instance() {
131 return reinterpret_cast<const LinkInfo*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
137 friend void swap(LinkInfo& a, LinkInfo& b) {
138 a.Swap(&b);
139 }
140 inline void Swap(LinkInfo* 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 LinkInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<LinkInfo>(arena);
163 }
164 using ::google::protobuf::Message::CopyFrom;
165 void CopyFrom(const LinkInfo& from);
166 using ::google::protobuf::Message::MergeFrom;
167 void MergeFrom( const LinkInfo& from) {
168 LinkInfo::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(LinkInfo* other);
187
188 private:
189 friend class ::google::protobuf::internal::AnyMetadata;
190 static ::absl::string_view FullMessageName() {
191 return "dunedaq.flxlibs.opmon.LinkInfo";
192 }
193 protected:
194 explicit LinkInfo(::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 {
209 };
210 // bool enabled = 1;
211 void clear_enabled() ;
212 bool enabled() const;
213 void set_enabled(bool value);
214
215 private:
216 bool _internal_enabled() const;
217 void _internal_set_enabled(bool value);
218
219 public:
220 // bool aligned = 2;
221 void clear_aligned() ;
222 bool aligned() const;
223 void set_aligned(bool value);
224
225 private:
226 bool _internal_aligned() const;
227 void _internal_set_aligned(bool value);
228
229 public:
230 // @@protoc_insertion_point(class_scope:dunedaq.flxlibs.opmon.LinkInfo)
231 private:
232 class _Internal;
233
234 friend class ::google::protobuf::internal::TcParser;
235 static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_;
236 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
239 struct Impl_ {
242 mutable ::google::protobuf::internal::CachedSize _cached_size_;
243 PROTOBUF_TSAN_DECLARE_MEMBER
244 };
245 union { Impl_ _impl_; };
246 friend struct ::TableStruct_flxlibs_2fopmon_2fCardControllerWrapper_2eproto;
247};
248
249// ===================================================================
250
251
252
253
254// ===================================================================
255
256
257#ifdef __GNUC__
258#pragma GCC diagnostic push
259#pragma GCC diagnostic ignored "-Wstrict-aliasing"
260#endif // __GNUC__
261// -------------------------------------------------------------------
262
263// LinkInfo
264
265// bool enabled = 1;
267 _impl_.enabled_ = false;
268}
269inline bool LinkInfo::enabled() const {
270 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.LinkInfo.enabled)
271 return _internal_enabled();
272}
273inline void LinkInfo::set_enabled(bool value) {
275 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.LinkInfo.enabled)
276}
277inline bool LinkInfo::_internal_enabled() const {
278 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
279 return _impl_.enabled_;
280}
281inline void LinkInfo::_internal_set_enabled(bool value) {
282 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
283 ;
284 _impl_.enabled_ = value;
285}
286
287// bool aligned = 2;
289 _impl_.aligned_ = false;
290}
291inline bool LinkInfo::aligned() const {
292 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.LinkInfo.aligned)
293 return _internal_aligned();
294}
295inline void LinkInfo::set_aligned(bool value) {
297 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.LinkInfo.aligned)
298}
299inline bool LinkInfo::_internal_aligned() const {
300 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
301 return _impl_.aligned_;
302}
303inline void LinkInfo::_internal_set_aligned(bool value) {
304 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
305 ;
306 _impl_.aligned_ = value;
307}
308
309#ifdef __GNUC__
310#pragma GCC diagnostic pop
311#endif // __GNUC__
312
313// @@protoc_insertion_point(namespace_scope)
314} // namespace opmon
315} // namespace flxlibs
316} // namespace dunedaq
317
318
319// @@protoc_insertion_point(global_scope)
320
321#include "google/protobuf/port_undef.inc"
322
323#endif // GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fCardControllerWrapper_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_flxlibs_2fopmon_2fCardControllerWrapper_2eproto
static const ::google::protobuf::Reflection * GetReflection()
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
static const ::google::protobuf::Descriptor * descriptor()
void SharedCtor(::google::protobuf::Arena *arena)
LinkInfo * New(::google::protobuf::Arena *arena=nullptr) const final
const ::google::protobuf::Message::ClassData * GetClassData() const final
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::google::protobuf::Descriptor * GetDescriptor()
PROTOBUF_CONSTEXPR LinkInfo(::google::protobuf::internal::ConstantInitialized)
LinkInfo & operator=(LinkInfo &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
LinkInfo & operator=(const LinkInfo &from)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const LinkInfo * internal_default_instance()
friend void swap(LinkInfo &a, LinkInfo &b)
::google::protobuf::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LinkInfoDefaultTypeInternal _LinkInfo_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_