DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ipm.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ipm/opmon/ipm.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_ipm_2fopmon_2fipm_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_ipm_2fopmon_2fipm_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_ipm_2fopmon_2fipm_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 ipm {
58namespace opmon {
59class ReceiverInfo;
60struct ReceiverInfoDefaultTypeInternal;
61extern ReceiverInfoDefaultTypeInternal _ReceiverInfo_default_instance_;
62class SenderInfo;
63struct SenderInfoDefaultTypeInternal;
64extern SenderInfoDefaultTypeInternal _SenderInfo_default_instance_;
65} // namespace opmon
66} // namespace ipm
67} // namespace dunedaq
68namespace google {
69namespace protobuf {
70} // namespace protobuf
71} // namespace google
72
73namespace dunedaq {
74namespace ipm {
75namespace opmon {
76
77// ===================================================================
78
79
80// -------------------------------------------------------------------
81
82class SenderInfo final :
83 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.ipm.opmon.SenderInfo) */ {
84 public:
85 inline SenderInfo() : SenderInfo(nullptr) {}
86 ~SenderInfo() override;
87 template<typename = void>
88 explicit PROTOBUF_CONSTEXPR SenderInfo(::google::protobuf::internal::ConstantInitialized);
89
90 SenderInfo(const SenderInfo& from);
91 SenderInfo(SenderInfo&& from) noexcept
92 : SenderInfo() {
93 *this = ::std::move(from);
94 }
95
96 inline SenderInfo& operator=(const SenderInfo& from) {
97 CopyFrom(from);
98 return *this;
99 }
100 inline SenderInfo& operator=(SenderInfo&& 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 }
130 static const SenderInfo& default_instance() {
132 }
133 static inline const SenderInfo* internal_default_instance() {
134 return reinterpret_cast<const SenderInfo*>(
136 }
137 static constexpr int kIndexInFileMessages =
138 0;
139
140 friend void swap(SenderInfo& a, SenderInfo& b) {
141 a.Swap(&b);
142 }
143 inline void Swap(SenderInfo* 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 SenderInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
165 return CreateMaybeMessage<SenderInfo>(arena);
166 }
167 using ::google::protobuf::Message::CopyFrom;
168 void CopyFrom(const SenderInfo& from);
169 using ::google::protobuf::Message::MergeFrom;
170 void MergeFrom( const SenderInfo& from) {
171 SenderInfo::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(SenderInfo* other);
190
191 private:
192 friend class ::google::protobuf::internal::AnyMetadata;
193 static ::absl::string_view FullMessageName() {
194 return "dunedaq.ipm.opmon.SenderInfo";
195 }
196 protected:
197 explicit SenderInfo(::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 // uint64 bytes = 1;
214 void clear_bytes() ;
215 ::uint64_t bytes() const;
216 void set_bytes(::uint64_t value);
217
218 private:
219 ::uint64_t _internal_bytes() const;
220 void _internal_set_bytes(::uint64_t value);
221
222 public:
223 // uint64 messages = 2;
224 void clear_messages() ;
225 ::uint64_t messages() const;
226 void set_messages(::uint64_t value);
227
228 private:
229 ::uint64_t _internal_messages() const;
230 void _internal_set_messages(::uint64_t value);
231
232 public:
233 // @@protoc_insertion_point(class_scope:dunedaq.ipm.opmon.SenderInfo)
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 ::uint64_t bytes_;
244 ::uint64_t messages_;
245 mutable ::google::protobuf::internal::CachedSize _cached_size_;
246 PROTOBUF_TSAN_DECLARE_MEMBER
247 };
248 union { Impl_ _impl_; };
249 friend struct ::TableStruct_ipm_2fopmon_2fipm_2eproto;
250};// -------------------------------------------------------------------
251
252class ReceiverInfo final :
253 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.ipm.opmon.ReceiverInfo) */ {
254 public:
255 inline ReceiverInfo() : ReceiverInfo(nullptr) {}
256 ~ReceiverInfo() override;
257 template<typename = void>
258 explicit PROTOBUF_CONSTEXPR ReceiverInfo(::google::protobuf::internal::ConstantInitialized);
259
260 ReceiverInfo(const ReceiverInfo& from);
261 ReceiverInfo(ReceiverInfo&& from) noexcept
262 : ReceiverInfo() {
263 *this = ::std::move(from);
264 }
265
266 inline ReceiverInfo& operator=(const ReceiverInfo& from) {
267 CopyFrom(from);
268 return *this;
269 }
270 inline ReceiverInfo& operator=(ReceiverInfo&& from) noexcept {
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 ReceiverInfo*>(
306 }
307 static constexpr int kIndexInFileMessages =
308 1;
309
310 friend void swap(ReceiverInfo& a, ReceiverInfo& b) {
311 a.Swap(&b);
312 }
313 inline void Swap(ReceiverInfo* 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 ReceiverInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
335 return CreateMaybeMessage<ReceiverInfo>(arena);
336 }
337 using ::google::protobuf::Message::CopyFrom;
338 void CopyFrom(const ReceiverInfo& from);
339 using ::google::protobuf::Message::MergeFrom;
340 void MergeFrom( const ReceiverInfo& from) {
341 ReceiverInfo::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(ReceiverInfo* other);
360
361 private:
362 friend class ::google::protobuf::internal::AnyMetadata;
363 static ::absl::string_view FullMessageName() {
364 return "dunedaq.ipm.opmon.ReceiverInfo";
365 }
366 protected:
367 explicit ReceiverInfo(::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 kBytesFieldNumber = 1,
381 kMessagesFieldNumber = 2,
382 };
383 // uint64 bytes = 1;
384 void clear_bytes() ;
385 ::uint64_t bytes() const;
386 void set_bytes(::uint64_t value);
387
388 private:
389 ::uint64_t _internal_bytes() const;
390 void _internal_set_bytes(::uint64_t value);
391
392 public:
393 // uint64 messages = 2;
394 void clear_messages() ;
395 ::uint64_t messages() const;
396 void set_messages(::uint64_t value);
397
398 private:
399 ::uint64_t _internal_messages() const;
400 void _internal_set_messages(::uint64_t value);
401
402 public:
403 // @@protoc_insertion_point(class_scope:dunedaq.ipm.opmon.ReceiverInfo)
404 private:
405 class _Internal;
406
407 friend class ::google::protobuf::internal::TcParser;
408 static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_;
409 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
412 struct Impl_ {
413 ::uint64_t bytes_;
414 ::uint64_t messages_;
415 mutable ::google::protobuf::internal::CachedSize _cached_size_;
416 PROTOBUF_TSAN_DECLARE_MEMBER
417 };
418 union { Impl_ _impl_; };
419 friend struct ::TableStruct_ipm_2fopmon_2fipm_2eproto;
420};
421
422// ===================================================================
423
424
425
426
427// ===================================================================
428
429
430#ifdef __GNUC__
431#pragma GCC diagnostic push
432#pragma GCC diagnostic ignored "-Wstrict-aliasing"
433#endif // __GNUC__
434// -------------------------------------------------------------------
435
436// SenderInfo
437
438// uint64 bytes = 1;
439inline void SenderInfo::clear_bytes() {
440 _impl_.bytes_ = ::uint64_t{0u};
441}
442inline ::uint64_t SenderInfo::bytes() const {
443 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.SenderInfo.bytes)
444 return _internal_bytes();
445}
446inline void SenderInfo::set_bytes(::uint64_t value) {
447 _internal_set_bytes(value);
448 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.SenderInfo.bytes)
449}
450inline ::uint64_t SenderInfo::_internal_bytes() const {
451 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
452 return _impl_.bytes_;
453}
454inline void SenderInfo::_internal_set_bytes(::uint64_t value) {
455 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
456 ;
457 _impl_.bytes_ = value;
458}
459
460// uint64 messages = 2;
461inline void SenderInfo::clear_messages() {
462 _impl_.messages_ = ::uint64_t{0u};
463}
464inline ::uint64_t SenderInfo::messages() const {
465 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.SenderInfo.messages)
466 return _internal_messages();
467}
468inline void SenderInfo::set_messages(::uint64_t value) {
469 _internal_set_messages(value);
470 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.SenderInfo.messages)
471}
472inline ::uint64_t SenderInfo::_internal_messages() const {
473 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
474 return _impl_.messages_;
475}
476inline void SenderInfo::_internal_set_messages(::uint64_t value) {
477 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
478 ;
479 _impl_.messages_ = value;
480}
481
482// -------------------------------------------------------------------
483
484// ReceiverInfo
485
486// uint64 bytes = 1;
487inline void ReceiverInfo::clear_bytes() {
488 _impl_.bytes_ = ::uint64_t{0u};
489}
490inline ::uint64_t ReceiverInfo::bytes() const {
491 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.ReceiverInfo.bytes)
492 return _internal_bytes();
493}
494inline void ReceiverInfo::set_bytes(::uint64_t value) {
495 _internal_set_bytes(value);
496 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.ReceiverInfo.bytes)
497}
498inline ::uint64_t ReceiverInfo::_internal_bytes() const {
499 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
500 return _impl_.bytes_;
501}
502inline void ReceiverInfo::_internal_set_bytes(::uint64_t value) {
503 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
504 ;
505 _impl_.bytes_ = value;
506}
507
508// uint64 messages = 2;
509inline void ReceiverInfo::clear_messages() {
510 _impl_.messages_ = ::uint64_t{0u};
511}
512inline ::uint64_t ReceiverInfo::messages() const {
513 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.ReceiverInfo.messages)
514 return _internal_messages();
515}
516inline void ReceiverInfo::set_messages(::uint64_t value) {
517 _internal_set_messages(value);
518 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.ReceiverInfo.messages)
519}
520inline ::uint64_t ReceiverInfo::_internal_messages() const {
521 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
522 return _impl_.messages_;
523}
524inline void ReceiverInfo::_internal_set_messages(::uint64_t value) {
525 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
526 ;
527 _impl_.messages_ = value;
528}
529
530#ifdef __GNUC__
531#pragma GCC diagnostic pop
532#endif // __GNUC__
533
534// @@protoc_insertion_point(namespace_scope)
535} // namespace opmon
536} // namespace ipm
537} // namespace dunedaq
538
539
540// @@protoc_insertion_point(global_scope)
541
542#include "google/protobuf/port_undef.inc"
543
544#endif // GOOGLE_PROTOBUF_INCLUDED_ipm_2fopmon_2fipm_2eproto_2epb_2eh
static const ReceiverInfo * internal_default_instance()
Definition ipm.pb.h:303
ReceiverInfo & operator=(ReceiverInfo &&from) noexcept
Definition ipm.pb.h:270
friend void swap(ReceiverInfo &a, ReceiverInfo &b)
Definition ipm.pb.h:310
static const ClassData _class_data_
Definition ipm.pb.h:370
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition ipm.pb.h:284
ReceiverInfo * New(::google::protobuf::Arena *arena=nullptr) const final
Definition ipm.pb.h:334
void Swap(ReceiverInfo *other)
Definition ipm.pb.h:313
::absl::string_view FullMessageName()
Definition ipm.pb.h:363
void MergeFrom(const ReceiverInfo &from)
Definition ipm.pb.h:340
ReceiverInfo & operator=(const ReceiverInfo &from)
Definition ipm.pb.h:266
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition ipm.pb.h:287
static const ReceiverInfo & default_instance()
Definition ipm.pb.h:300
static const ::google::protobuf::Descriptor * descriptor()
Definition ipm.pb.h:291
ReceiverInfo(ReceiverInfo &&from) noexcept
Definition ipm.pb.h:261
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:408
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition ipm.pb.h:294
void UnsafeArenaSwap(ReceiverInfo *other)
Definition ipm.pb.h:326
static const ::google::protobuf::Reflection * GetReflection()
Definition ipm.pb.h:297
PROTOBUF_CONSTEXPR ReceiverInfo(::google::protobuf::internal::ConstantInitialized)
void set_bytes(::uint64_t value)
Definition ipm.pb.h:446
SenderInfo * New(::google::protobuf::Arena *arena=nullptr) const final
Definition ipm.pb.h:164
void _internal_set_messages(::uint64_t value)
Definition ipm.pb.h:476
SenderInfo & operator=(SenderInfo &&from) noexcept
Definition ipm.pb.h:100
static const ClassData _class_data_
Definition ipm.pb.h:200
::uint64_t bytes() const
Definition ipm.pb.h:442
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
Definition ipm.pb.cc:239
static const SenderInfo & default_instance()
Definition ipm.pb.h:130
static constexpr int kIndexInFileMessages
Definition ipm.pb.h:137
void MergeFrom(const SenderInfo &from)
Definition ipm.pb.h:170
::uint64_t _internal_bytes() const
Definition ipm.pb.h:450
static const ::google::protobuf::Reflection * GetReflection()
Definition ipm.pb.h:127
bool IsInitialized() const final
Definition ipm.pb.cc:323
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition ipm.pb.h:114
void SetCachedSize(int size) const final
Definition ipm.pb.cc:180
friend void swap(SenderInfo &a, SenderInfo &b)
Definition ipm.pb.h:140
::google::protobuf::Metadata GetMetadata() const final
Definition ipm.pb.cc:338
::absl::string_view FullMessageName()
Definition ipm.pb.h:193
SenderInfo & operator=(const SenderInfo &from)
Definition ipm.pb.h:96
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
Definition ipm.pb.cc:196
void UnsafeArenaSwap(SenderInfo *other)
Definition ipm.pb.h:156
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition ipm.pb.cc:184
void InternalSwap(SenderInfo *other)
Definition ipm.pb.cc:327
void set_messages(::uint64_t value)
Definition ipm.pb.h:468
::uint64_t _internal_messages() const
Definition ipm.pb.h:472
void CopyFrom(const SenderInfo &from)
Definition ipm.pb.cc:316
::uint64_t messages() const
Definition ipm.pb.h:464
::size_t ByteSizeLong() const final
Definition ipm.pb.cc:269
void _internal_set_bytes(::uint64_t value)
Definition ipm.pb.h:454
int GetCachedSize() const final
Definition ipm.pb.h:183
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition ipm.pb.cc:299
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:238
static const SenderInfo * internal_default_instance()
Definition ipm.pb.h:133
SenderInfo(SenderInfo &&from) noexcept
Definition ipm.pb.h:91
void SharedCtor(::google::protobuf::Arena *arena)
Definition ipm.pb.cc:164
void Swap(SenderInfo *other)
Definition ipm.pb.h:143
PROTOBUF_CONSTEXPR SenderInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::Descriptor * descriptor()
Definition ipm.pb.h:121
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition ipm.pb.h:124
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition ipm.pb.h:117
const ::google::protobuf::Message::ClassData * GetClassData() const final
Definition ipm.pb.cc:296
const ::google::protobuf::internal::DescriptorTable descriptor_table_ipm_2fopmon_2fipm_2eproto
Definition ipm.pb.cc:109
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SenderInfoDefaultTypeInternal _SenderInfo_default_instance_
Definition ipm.pb.cc:42
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReceiverInfoDefaultTypeInternal _ReceiverInfo_default_instance_
Definition ipm.pb.cc:59
Including Qt Headers.
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
static const ::uint32_t offsets[]
Definition ipm.pb.h:52
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:415
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:245