DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ElinkModel.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: flxlibs/opmon/ElinkModel.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fElinkModel_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fElinkModel_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_2fElinkModel_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 flxlibs {
58namespace opmon {
59class CardReaderInfo;
60struct CardReaderInfoDefaultTypeInternal;
61extern CardReaderInfoDefaultTypeInternal _CardReaderInfo_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 CardReaderInfo final :
80 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.flxlibs.opmon.CardReaderInfo) */ {
81 public:
82 inline CardReaderInfo() : CardReaderInfo(nullptr) {}
83 ~CardReaderInfo() override;
84 template<typename = void>
85 explicit PROTOBUF_CONSTEXPR CardReaderInfo(::google::protobuf::internal::ConstantInitialized);
86
87 CardReaderInfo(const CardReaderInfo& from);
89 : CardReaderInfo() {
90 *this = ::std::move(from);
91 }
92
94 CopyFrom(from);
95 return *this;
96 }
97 inline CardReaderInfo& operator=(CardReaderInfo&& 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 }
129 }
131 return reinterpret_cast<const CardReaderInfo*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
137 friend void swap(CardReaderInfo& a, CardReaderInfo& b) {
138 a.Swap(&b);
139 }
140 inline void Swap(CardReaderInfo* 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 CardReaderInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<CardReaderInfo>(arena);
163 }
164 using ::google::protobuf::Message::CopyFrom;
165 void CopyFrom(const CardReaderInfo& from);
166 using ::google::protobuf::Message::MergeFrom;
167 void MergeFrom( const CardReaderInfo& from) {
168 CardReaderInfo::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(CardReaderInfo* other);
187
188 private:
189 friend class ::google::protobuf::internal::AnyMetadata;
190 static ::absl::string_view FullMessageName() {
191 return "dunedaq.flxlibs.opmon.CardReaderInfo";
192 }
193 protected:
194 explicit CardReaderInfo(::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 {
220 };
221 // uint64 num_short_chunks_processed = 1;
223 ::uint64_t num_short_chunks_processed() const;
224 void set_num_short_chunks_processed(::uint64_t value);
225
226 private:
227 ::uint64_t _internal_num_short_chunks_processed() const;
228 void _internal_set_num_short_chunks_processed(::uint64_t value);
229
230 public:
231 // uint64 num_chunks_processed = 2;
233 ::uint64_t num_chunks_processed() const;
234 void set_num_chunks_processed(::uint64_t value);
235
236 private:
237 ::uint64_t _internal_num_chunks_processed() const;
238 void _internal_set_num_chunks_processed(::uint64_t value);
239
240 public:
241 // uint64 num_subchunks_processed = 3;
243 ::uint64_t num_subchunks_processed() const;
244 void set_num_subchunks_processed(::uint64_t value);
245
246 private:
247 ::uint64_t _internal_num_subchunks_processed() const;
248 void _internal_set_num_subchunks_processed(::uint64_t value);
249
250 public:
251 // uint64 num_blocks_processed = 4;
253 ::uint64_t num_blocks_processed() const;
254 void set_num_blocks_processed(::uint64_t value);
255
256 private:
257 ::uint64_t _internal_num_blocks_processed() const;
258 void _internal_set_num_blocks_processed(::uint64_t value);
259
260 public:
261 // uint64 num_short_chunks_processed_with_error = 10;
263 ::uint64_t num_short_chunks_processed_with_error() const;
264 void set_num_short_chunks_processed_with_error(::uint64_t value);
265
266 private:
269
270 public:
271 // uint64 num_chunks_processed_with_error = 11;
273 ::uint64_t num_chunks_processed_with_error() const;
274 void set_num_chunks_processed_with_error(::uint64_t value);
275
276 private:
279
280 public:
281 // uint64 num_subchunks_processed_with_error = 12;
283 ::uint64_t num_subchunks_processed_with_error() const;
284 void set_num_subchunks_processed_with_error(::uint64_t value);
285
286 private:
289
290 public:
291 // uint64 num_blocks_processed_with_error = 13;
293 ::uint64_t num_blocks_processed_with_error() const;
294 void set_num_blocks_processed_with_error(::uint64_t value);
295
296 private:
299
300 public:
301 // uint64 num_subchunk_crc_errors = 15;
303 ::uint64_t num_subchunk_crc_errors() const;
304 void set_num_subchunk_crc_errors(::uint64_t value);
305
306 private:
307 ::uint64_t _internal_num_subchunk_crc_errors() const;
308 void _internal_set_num_subchunk_crc_errors(::uint64_t value);
309
310 public:
311 // uint64 num_subchunk_trunc_errors = 16;
313 ::uint64_t num_subchunk_trunc_errors() const;
314 void set_num_subchunk_trunc_errors(::uint64_t value);
315
316 private:
317 ::uint64_t _internal_num_subchunk_trunc_errors() const;
318 void _internal_set_num_subchunk_trunc_errors(::uint64_t value);
319
320 public:
321 // uint64 num_subchunk_errors = 17;
323 ::uint64_t num_subchunk_errors() const;
324 void set_num_subchunk_errors(::uint64_t value);
325
326 private:
327 ::uint64_t _internal_num_subchunk_errors() const;
328 void _internal_set_num_subchunk_errors(::uint64_t value);
329
330 public:
331 // double rate_blocks_processed = 20;
333 double rate_blocks_processed() const;
334 void set_rate_blocks_processed(double value);
335
336 private:
337 double _internal_rate_blocks_processed() const;
338 void _internal_set_rate_blocks_processed(double value);
339
340 public:
341 // double rate_chunks_processed = 21;
343 double rate_chunks_processed() const;
344 void set_rate_chunks_processed(double value);
345
346 private:
347 double _internal_rate_chunks_processed() const;
348 void _internal_set_rate_chunks_processed(double value);
349
350 public:
351 // @@protoc_insertion_point(class_scope:dunedaq.flxlibs.opmon.CardReaderInfo)
352 private:
353 class _Internal;
354
355 friend class ::google::protobuf::internal::TcParser;
356 static const ::google::protobuf::internal::TcParseTable<4, 13, 0, 0, 2> _table_;
357 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
377 union { Impl_ _impl_; };
378 friend struct ::TableStruct_flxlibs_2fopmon_2fElinkModel_2eproto;
379};
380
381// ===================================================================
382
383
384
385
386// ===================================================================
387
388
389#ifdef __GNUC__
390#pragma GCC diagnostic push
391#pragma GCC diagnostic ignored "-Wstrict-aliasing"
392#endif // __GNUC__
393// -------------------------------------------------------------------
394
395// CardReaderInfo
396
397// uint64 num_short_chunks_processed = 1;
402 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_short_chunks_processed)
404}
407 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_short_chunks_processed)
408}
410 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
412}
414 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
415 ;
417}
418
419// uint64 num_chunks_processed = 2;
423inline ::uint64_t CardReaderInfo::num_chunks_processed() const {
424 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_chunks_processed)
426}
427inline void CardReaderInfo::set_num_chunks_processed(::uint64_t value) {
429 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_chunks_processed)
430}
432 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
434}
436 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
437 ;
439}
440
441// uint64 num_subchunks_processed = 3;
446 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunks_processed)
448}
449inline void CardReaderInfo::set_num_subchunks_processed(::uint64_t value) {
451 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunks_processed)
452}
454 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
456}
458 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
459 ;
461}
462
463// uint64 num_blocks_processed = 4;
467inline ::uint64_t CardReaderInfo::num_blocks_processed() const {
468 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_blocks_processed)
470}
471inline void CardReaderInfo::set_num_blocks_processed(::uint64_t value) {
473 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_blocks_processed)
474}
476 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
478}
480 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
481 ;
483}
484
485// uint64 num_short_chunks_processed_with_error = 10;
490 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_short_chunks_processed_with_error)
492}
495 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_short_chunks_processed_with_error)
496}
498 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
500}
502 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
503 ;
505}
506
507// uint64 num_chunks_processed_with_error = 11;
512 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_chunks_processed_with_error)
514}
517 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_chunks_processed_with_error)
518}
520 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
522}
524 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
525 ;
527}
528
529// uint64 num_subchunks_processed_with_error = 12;
534 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunks_processed_with_error)
536}
539 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunks_processed_with_error)
540}
542 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
544}
546 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
547 ;
549}
550
551// uint64 num_blocks_processed_with_error = 13;
556 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_blocks_processed_with_error)
558}
561 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_blocks_processed_with_error)
562}
564 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
566}
568 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
569 ;
571}
572
573// uint64 num_subchunk_crc_errors = 15;
578 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_crc_errors)
580}
581inline void CardReaderInfo::set_num_subchunk_crc_errors(::uint64_t value) {
583 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_crc_errors)
584}
586 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
588}
590 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
591 ;
593}
594
595// uint64 num_subchunk_trunc_errors = 16;
600 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_trunc_errors)
602}
605 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_trunc_errors)
606}
608 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
610}
612 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
613 ;
615}
616
617// uint64 num_subchunk_errors = 17;
621inline ::uint64_t CardReaderInfo::num_subchunk_errors() const {
622 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_errors)
624}
625inline void CardReaderInfo::set_num_subchunk_errors(::uint64_t value) {
627 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.num_subchunk_errors)
628}
630 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
632}
634 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
635 ;
637}
638
639// double rate_blocks_processed = 20;
644 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.rate_blocks_processed)
646}
649 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.rate_blocks_processed)
650}
652 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
654}
656 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
657 ;
659}
660
661// double rate_chunks_processed = 21;
666 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.CardReaderInfo.rate_chunks_processed)
668}
671 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.CardReaderInfo.rate_chunks_processed)
672}
674 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
676}
678 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
679 ;
681}
682
683#ifdef __GNUC__
684#pragma GCC diagnostic pop
685#endif // __GNUC__
686
687// @@protoc_insertion_point(namespace_scope)
688} // namespace opmon
689} // namespace flxlibs
690} // namespace dunedaq
691
692
693// @@protoc_insertion_point(global_scope)
694
695#include "google/protobuf/port_undef.inc"
696
697#endif // GOOGLE_PROTOBUF_INCLUDED_flxlibs_2fopmon_2fElinkModel_2eproto_2epb_2eh
const ::google::protobuf::internal::DescriptorTable descriptor_table_flxlibs_2fopmon_2fElinkModel_2eproto
void set_num_chunks_processed(::uint64_t value)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void _internal_set_num_subchunk_errors(::uint64_t value)
void set_num_subchunk_crc_errors(::uint64_t value)
::uint64_t _internal_num_short_chunks_processed() const
void set_num_subchunk_errors(::uint64_t value)
::uint64_t _internal_num_blocks_processed_with_error() const
friend void swap(CardReaderInfo &a, CardReaderInfo &b)
void _internal_set_rate_chunks_processed(double value)
void MergeFrom(const CardReaderInfo &from)
void set_num_short_chunks_processed(::uint64_t value)
void SharedCtor(::google::protobuf::Arena *arena)
const ::google::protobuf::Message::ClassData * GetClassData() const final
CardReaderInfo(CardReaderInfo &&from) noexcept
::uint64_t _internal_num_short_chunks_processed_with_error() const
void set_num_subchunks_processed_with_error(::uint64_t value)
void set_num_subchunks_processed(::uint64_t value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_rate_blocks_processed(double value)
void SetCachedSize(int size) const final
::uint64_t _internal_num_subchunks_processed_with_error() const
static const ::google::protobuf::Descriptor * descriptor()
::uint64_t _internal_num_chunks_processed_with_error() const
::uint64_t num_chunks_processed_with_error() const
void _internal_set_num_blocks_processed_with_error(::uint64_t value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::uint64_t _internal_num_subchunks_processed() const
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const CardReaderInfo & default_instance()
void _internal_set_num_subchunk_trunc_errors(::uint64_t value)
void _internal_set_num_short_chunks_processed_with_error(::uint64_t value)
static const ::google::protobuf::Reflection * GetReflection()
void _internal_set_num_chunks_processed(::uint64_t value)
::uint64_t _internal_num_blocks_processed() const
void set_num_chunks_processed_with_error(::uint64_t value)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
::uint64_t _internal_num_subchunk_trunc_errors() const
void _internal_set_num_subchunks_processed_with_error(::uint64_t value)
static const ::google::protobuf::Descriptor * GetDescriptor()
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
void _internal_set_num_short_chunks_processed(::uint64_t value)
void set_num_blocks_processed_with_error(::uint64_t value)
::uint64_t num_blocks_processed_with_error() const
void InternalSwap(CardReaderInfo *other)
CardReaderInfo & operator=(CardReaderInfo &&from) noexcept
static const ::google::protobuf::internal::TcParseTable< 4, 13, 0, 0, 2 > _table_
void set_num_blocks_processed(::uint64_t value)
::uint64_t _internal_num_chunks_processed() const
CardReaderInfo & operator=(const CardReaderInfo &from)
void _internal_set_num_subchunk_crc_errors(::uint64_t value)
void CopyFrom(const CardReaderInfo &from)
::uint64_t num_subchunks_processed_with_error() const
::uint64_t num_short_chunks_processed_with_error() const
::google::protobuf::Metadata GetMetadata() const final
void _internal_set_num_blocks_processed(::uint64_t value)
void UnsafeArenaSwap(CardReaderInfo *other)
void _internal_set_num_subchunks_processed(::uint64_t value)
static const CardReaderInfo * internal_default_instance()
PROTOBUF_CONSTEXPR CardReaderInfo(::google::protobuf::internal::ConstantInitialized)
CardReaderInfo * New(::google::protobuf::Arena *arena=nullptr) const final
void set_num_subchunk_trunc_errors(::uint64_t value)
void _internal_set_num_chunks_processed_with_error(::uint64_t value)
void set_num_short_chunks_processed_with_error(::uint64_t value)
void Swap(CardReaderInfo *other)
::uint64_t _internal_num_subchunk_crc_errors() const
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CardReaderInfoDefaultTypeInternal _CardReaderInfo_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_