DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
application.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: appfwk/opmon/application.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_appfwk_2fopmon_2fapplication_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_appfwk_2fopmon_2fapplication_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_appfwk_2fopmon_2fapplication_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.
52 static const ::uint32_t offsets[];
53};
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace appfwk {
58namespace opmon {
59class AppInfo;
60struct AppInfoDefaultTypeInternal;
61extern AppInfoDefaultTypeInternal _AppInfo_default_instance_;
62} // namespace opmon
63} // namespace appfwk
64} // namespace dunedaq
65namespace google {
66namespace protobuf {
67} // namespace protobuf
68} // namespace google
69
70namespace dunedaq {
71namespace appfwk {
72namespace opmon {
73
74// ===================================================================
75
76
77// -------------------------------------------------------------------
78
79class AppInfo final :
80 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.appfwk.opmon.AppInfo) */ {
81 public:
82 inline AppInfo() : AppInfo(nullptr) {}
83 ~AppInfo() override;
84 template<typename = void>
85 explicit PROTOBUF_CONSTEXPR AppInfo(::google::protobuf::internal::ConstantInitialized);
86
87 AppInfo(const AppInfo& from);
88 AppInfo(AppInfo&& from) noexcept
89 : AppInfo() {
90 *this = ::std::move(from);
91 }
92
93 inline AppInfo& operator=(const AppInfo& from) {
94 CopyFrom(from);
95 return *this;
96 }
97 inline AppInfo& operator=(AppInfo&& 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 AppInfo& default_instance() {
129 }
130 static inline const AppInfo* internal_default_instance() {
131 return reinterpret_cast<const AppInfo*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
137 friend void swap(AppInfo& a, AppInfo& b) {
138 a.Swap(&b);
139 }
140 inline void Swap(AppInfo* 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 AppInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<AppInfo>(arena);
163 }
164 using ::google::protobuf::Message::CopyFrom;
165 void CopyFrom(const AppInfo& from);
166 using ::google::protobuf::Message::MergeFrom;
167 void MergeFrom( const AppInfo& from) {
168 AppInfo::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(AppInfo* other);
187
188 private:
189 friend class ::google::protobuf::internal::AnyMetadata;
190 static ::absl::string_view FullMessageName() {
191 return "dunedaq.appfwk.opmon.AppInfo";
192 }
193 protected:
194 explicit AppInfo(::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 {
211 };
212 // string state = 1;
213 void clear_state() ;
214 const std::string& state() const;
215 template <typename Arg_ = const std::string&, typename... Args_>
216 void set_state(Arg_&& arg, Args_... args);
217 std::string* mutable_state();
218 PROTOBUF_NODISCARD std::string* release_state();
219 void set_allocated_state(std::string* ptr);
220
221 private:
222 const std::string& _internal_state() const;
223 inline PROTOBUF_ALWAYS_INLINE void _internal_set_state(
224 const std::string& value);
225 std::string* _internal_mutable_state();
226
227 public:
228 // string host = 2;
229 void clear_host() ;
230 const std::string& host() const;
231 template <typename Arg_ = const std::string&, typename... Args_>
232 void set_host(Arg_&& arg, Args_... args);
233 std::string* mutable_host();
234 PROTOBUF_NODISCARD std::string* release_host();
235 void set_allocated_host(std::string* ptr);
236
237 private:
238 const std::string& _internal_host() const;
239 inline PROTOBUF_ALWAYS_INLINE void _internal_set_host(
240 const std::string& value);
241 std::string* _internal_mutable_host();
242
243 public:
244 // bool busy = 5;
245 void clear_busy() ;
246 bool busy() const;
247 void set_busy(bool value);
248
249 private:
250 bool _internal_busy() const;
251 void _internal_set_busy(bool value);
252
253 public:
254 // bool error = 6;
255 void clear_error() ;
256 bool error() const;
257 void set_error(bool value);
258
259 private:
260 bool _internal_error() const;
261 void _internal_set_error(bool value);
262
263 public:
264 // @@protoc_insertion_point(class_scope:dunedaq.appfwk.opmon.AppInfo)
265 private:
266 class _Internal;
267
268 friend class ::google::protobuf::internal::TcParser;
269 static const ::google::protobuf::internal::TcParseTable<3, 4, 0, 46, 2> _table_;
270 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
273 struct Impl_ {
274 ::google::protobuf::internal::ArenaStringPtr state_;
275 ::google::protobuf::internal::ArenaStringPtr host_;
276 bool busy_;
277 bool error_;
278 mutable ::google::protobuf::internal::CachedSize _cached_size_;
279 PROTOBUF_TSAN_DECLARE_MEMBER
280 };
281 union { Impl_ _impl_; };
282 friend struct ::TableStruct_appfwk_2fopmon_2fapplication_2eproto;
283};
284
285// ===================================================================
286
287
288
289
290// ===================================================================
291
292
293#ifdef __GNUC__
294#pragma GCC diagnostic push
295#pragma GCC diagnostic ignored "-Wstrict-aliasing"
296#endif // __GNUC__
297// -------------------------------------------------------------------
298
299// AppInfo
300
301// string state = 1;
302inline void AppInfo::clear_state() {
303 _impl_.state_.ClearToEmpty();
304}
305inline const std::string& AppInfo::state() const {
306 // @@protoc_insertion_point(field_get:dunedaq.appfwk.opmon.AppInfo.state)
307 return _internal_state();
308}
309template <typename Arg_, typename... Args_>
310inline PROTOBUF_ALWAYS_INLINE void AppInfo::set_state(Arg_&& arg,
311 Args_... args) {
312 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
313 ;
314 _impl_.state_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
315 // @@protoc_insertion_point(field_set:dunedaq.appfwk.opmon.AppInfo.state)
316}
317inline std::string* AppInfo::mutable_state() {
318 std::string* _s = _internal_mutable_state();
319 // @@protoc_insertion_point(field_mutable:dunedaq.appfwk.opmon.AppInfo.state)
320 return _s;
321}
322inline const std::string& AppInfo::_internal_state() const {
323 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
324 return _impl_.state_.Get();
325}
326inline void AppInfo::_internal_set_state(const std::string& value) {
327 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
328 ;
329 _impl_.state_.Set(value, GetArenaForAllocation());
330}
331inline std::string* AppInfo::_internal_mutable_state() {
332 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
333 ;
334 return _impl_.state_.Mutable( GetArenaForAllocation());
335}
336inline std::string* AppInfo::release_state() {
337 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
338 // @@protoc_insertion_point(field_release:dunedaq.appfwk.opmon.AppInfo.state)
339 return _impl_.state_.Release();
340}
341inline void AppInfo::set_allocated_state(std::string* value) {
342 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
343 _impl_.state_.SetAllocated(value, GetArenaForAllocation());
344 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
345 if (_impl_.state_.IsDefault()) {
346 _impl_.state_.Set("", GetArenaForAllocation());
347 }
348 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
349 // @@protoc_insertion_point(field_set_allocated:dunedaq.appfwk.opmon.AppInfo.state)
350}
351
352// string host = 2;
353inline void AppInfo::clear_host() {
354 _impl_.host_.ClearToEmpty();
355}
356inline const std::string& AppInfo::host() const {
357 // @@protoc_insertion_point(field_get:dunedaq.appfwk.opmon.AppInfo.host)
358 return _internal_host();
359}
360template <typename Arg_, typename... Args_>
361inline PROTOBUF_ALWAYS_INLINE void AppInfo::set_host(Arg_&& arg,
362 Args_... args) {
363 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
364 ;
365 _impl_.host_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
366 // @@protoc_insertion_point(field_set:dunedaq.appfwk.opmon.AppInfo.host)
367}
368inline std::string* AppInfo::mutable_host() {
369 std::string* _s = _internal_mutable_host();
370 // @@protoc_insertion_point(field_mutable:dunedaq.appfwk.opmon.AppInfo.host)
371 return _s;
372}
373inline const std::string& AppInfo::_internal_host() const {
374 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
375 return _impl_.host_.Get();
376}
377inline void AppInfo::_internal_set_host(const std::string& value) {
378 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
379 ;
380 _impl_.host_.Set(value, GetArenaForAllocation());
381}
382inline std::string* AppInfo::_internal_mutable_host() {
383 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
384 ;
385 return _impl_.host_.Mutable( GetArenaForAllocation());
386}
387inline std::string* AppInfo::release_host() {
388 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
389 // @@protoc_insertion_point(field_release:dunedaq.appfwk.opmon.AppInfo.host)
390 return _impl_.host_.Release();
391}
392inline void AppInfo::set_allocated_host(std::string* value) {
393 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
394 _impl_.host_.SetAllocated(value, GetArenaForAllocation());
395 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
396 if (_impl_.host_.IsDefault()) {
397 _impl_.host_.Set("", GetArenaForAllocation());
398 }
399 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
400 // @@protoc_insertion_point(field_set_allocated:dunedaq.appfwk.opmon.AppInfo.host)
401}
402
403// bool busy = 5;
404inline void AppInfo::clear_busy() {
405 _impl_.busy_ = false;
406}
407inline bool AppInfo::busy() const {
408 // @@protoc_insertion_point(field_get:dunedaq.appfwk.opmon.AppInfo.busy)
409 return _internal_busy();
410}
411inline void AppInfo::set_busy(bool value) {
412 _internal_set_busy(value);
413 // @@protoc_insertion_point(field_set:dunedaq.appfwk.opmon.AppInfo.busy)
414}
415inline bool AppInfo::_internal_busy() const {
416 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
417 return _impl_.busy_;
418}
419inline void AppInfo::_internal_set_busy(bool value) {
420 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
421 ;
422 _impl_.busy_ = value;
423}
424
425// bool error = 6;
426inline void AppInfo::clear_error() {
427 _impl_.error_ = false;
428}
429inline bool AppInfo::error() const {
430 // @@protoc_insertion_point(field_get:dunedaq.appfwk.opmon.AppInfo.error)
431 return _internal_error();
432}
433inline void AppInfo::set_error(bool value) {
434 _internal_set_error(value);
435 // @@protoc_insertion_point(field_set:dunedaq.appfwk.opmon.AppInfo.error)
436}
437inline bool AppInfo::_internal_error() const {
438 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
439 return _impl_.error_;
440}
441inline void AppInfo::_internal_set_error(bool value) {
442 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
443 ;
444 _impl_.error_ = value;
445}
446
447#ifdef __GNUC__
448#pragma GCC diagnostic pop
449#endif // __GNUC__
450
451// @@protoc_insertion_point(namespace_scope)
452} // namespace opmon
453} // namespace appfwk
454} // namespace dunedaq
455
456
457// @@protoc_insertion_point(global_scope)
458
459#include "google/protobuf/port_undef.inc"
460
461#endif // GOOGLE_PROTOBUF_INCLUDED_appfwk_2fopmon_2fapplication_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_appfwk_2fopmon_2fapplication_2eproto
void SharedCtor(::google::protobuf::Arena *arena)
AppInfo & operator=(const AppInfo &from)
const std::string & _internal_host() const
const std::string & _internal_state() const
AppInfo & operator=(AppInfo &&from) noexcept
void UnsafeArenaSwap(AppInfo *other)
PROTOBUF_NODISCARD std::string * release_host()
void set_allocated_host(std::string *ptr)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void MergeFrom(const AppInfo &from)
void set_state(Arg_ &&arg, Args_... args)
const std::string & state() const
void SetCachedSize(int size) const final
PROTOBUF_ALWAYS_INLINE void _internal_set_state(const std::string &value)
PROTOBUF_CONSTEXPR AppInfo(::google::protobuf::internal::ConstantInitialized)
::google::protobuf::Metadata GetMetadata() const final
::absl::string_view FullMessageName()
void set_allocated_state(std::string *ptr)
static const ClassData _class_data_
static constexpr int kIndexInFileMessages
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_host(Arg_ &&arg, Args_... args)
AppInfo * New(::google::protobuf::Arena *arena=nullptr) const final
const std::string & host() const
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
static const AppInfo * internal_default_instance()
AppInfo(AppInfo &&from) noexcept
PROTOBUF_NODISCARD std::string * release_state()
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
void InternalSwap(AppInfo *other)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
PROTOBUF_ALWAYS_INLINE void _internal_set_host(const std::string &value)
static const AppInfo & default_instance()
void CopyFrom(const AppInfo &from)
static const ::google::protobuf::Reflection * GetReflection()
const ::google::protobuf::Message::ClassData * GetClassData() const final
static const ::google::protobuf::Descriptor * GetDescriptor()
static const ::google::protobuf::Descriptor * descriptor()
::size_t ByteSizeLong() const final
static const ::google::protobuf::internal::TcParseTable< 3, 4, 0, 46, 2 > _table_
friend void swap(AppInfo &a, AppInfo &b)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AppInfoDefaultTypeInternal _AppInfo_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_
::google::protobuf::internal::ArenaStringPtr state_
::google::protobuf::internal::ArenaStringPtr host_