DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CIBModule.pb.cc
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: cibmodules/opmon/CIBModule.proto
3
5
6#include <algorithm>
7#include "google/protobuf/io/coded_stream.h"
8#include "google/protobuf/extension_set.h"
9#include "google/protobuf/wire_format_lite.h"
10#include "google/protobuf/descriptor.h"
11#include "google/protobuf/generated_message_reflection.h"
12#include "google/protobuf/reflection_ops.h"
13#include "google/protobuf/wire_format.h"
14#include "google/protobuf/generated_message_tctable_impl.h"
15// @@protoc_insertion_point(includes)
16
17// Must be included last.
18#include "google/protobuf/port_def.inc"
19PROTOBUF_PRAGMA_INIT_SEG
20namespace _pb = ::google::protobuf;
21namespace _pbi = ::google::protobuf::internal;
22namespace _fl = ::google::protobuf::internal::field_layout;
23namespace dunedaq {
24namespace cibmodules {
25namespace opmon {
26 template <typename>
27PROTOBUF_CONSTEXPR CIBModuleInfo::CIBModuleInfo(::_pbi::ConstantInitialized)
28 : _impl_{
29 /*decltype(_impl_.num_control_messages_sent_)*/ 0u,
30 /*decltype(_impl_.num_control_responses_received_)*/ 0u,
31 /*decltype(_impl_.hardware_running_)*/ false,
32 /*decltype(_impl_.hardware_configured_)*/ false,
33 /*decltype(_impl_.num_total_triggers_received_)*/ 0u,
34 /*decltype(_impl_.num_run_triggers_received_)*/ 0u,
35 /*decltype(_impl_.sent_hsi_events_counter_)*/ 0u,
36 /*decltype(_impl_.average_buffer_occupancy_)*/ 0,
37 /*decltype(_impl_.failed_to_send_hsi_events_counter_)*/ 0u,
38 /*decltype(_impl_._cached_size_)*/ {},
39 } {}
41 PROTOBUF_CONSTEXPR CIBModuleInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
43 union {
45 };
46};
47
48PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
50} // namespace opmon
51} // namespace cibmodules
52} // namespace dunedaq
54static constexpr const ::_pb::EnumDescriptor**
56static constexpr const ::_pb::ServiceDescriptor**
59 protodesc_cold) = {
60 ~0u, // no _has_bits_
61 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _internal_metadata_),
62 ~0u, // no _extensions_
63 ~0u, // no _oneof_case_
64 ~0u, // no _weak_field_map_
65 ~0u, // no _inlined_string_donated_
66 ~0u, // no _split_
67 ~0u, // no sizeof(Split)
68 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.num_control_messages_sent_),
69 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.num_control_responses_received_),
70 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.hardware_running_),
71 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.hardware_configured_),
72 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.num_total_triggers_received_),
73 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.num_run_triggers_received_),
74 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.sent_hsi_events_counter_),
75 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.failed_to_send_hsi_events_counter_),
76 PROTOBUF_FIELD_OFFSET(::dunedaq::cibmodules::opmon::CIBModuleInfo, _impl_.average_buffer_occupancy_),
77};
78
79static const ::_pbi::MigrationSchema
80 schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
82};
83
87const char descriptor_table_protodef_cibmodules_2fopmon_2fCIBModule_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
88 "\n cibmodules/opmon/CIBModule.proto\022\030dune"
89 "daq.cibmodules.opmon\"\307\002\n\rCIBModuleInfo\022!"
90 "\n\031num_control_messages_sent\030\001 \001(\r\022&\n\036num"
91 "_control_responses_received\030\002 \001(\r\022\030\n\020har"
92 "dware_running\030\005 \001(\010\022\033\n\023hardware_configur"
93 "ed\030\006 \001(\010\022#\n\033num_total_triggers_received\030"
94 "\n \001(\r\022!\n\031num_run_triggers_received\030\014 \001(\r"
95 "\022\037\n\027sent_hsi_events_counter\030\017 \001(\r\022)\n!fai"
96 "led_to_send_hsi_events_counter\030\020 \001(\r\022 \n\030"
97 "average_buffer_occupancy\030\025 \001(\001b\006proto3"
98};
117
118// This function exists to be marked as weak.
119// It can significantly speed up compilation by breaking up LLVM's SCC
120// in the .pb.cc translation units. Large translation units see a
121// reduction of more than 35% of walltime for optimized builds. Without
122// the weak attribute all the messages in the file, including all the
123// vtables and everything they use become part of the same SCC through
124// a cycle like:
125// GetMetadata -> descriptor table -> default instances ->
126// vtables -> GetMetadata
127// By adding a weak function here we break the connection from the
128// individual vtables back into the descriptor table.
132// Force running AddDescriptors() at dynamic initialization time.
133PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
134static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_cibmodules_2fopmon_2fCIBModule_2eproto(&descriptor_table_cibmodules_2fopmon_2fCIBModule_2eproto);
135namespace dunedaq {
136namespace cibmodules {
137namespace opmon {
138// ===================================================================
139
141 public:
142};
143
144CIBModuleInfo::CIBModuleInfo(::google::protobuf::Arena* arena)
145 : ::google::protobuf::Message(arena) {
146 SharedCtor(arena);
147 // @@protoc_insertion_point(arena_constructor:dunedaq.cibmodules.opmon.CIBModuleInfo)
148}
150 : ::google::protobuf::Message(), _impl_(from._impl_) {
151 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
152 from._internal_metadata_);
153 // @@protoc_insertion_point(copy_constructor:dunedaq.cibmodules.opmon.CIBModuleInfo)
154}
155inline void CIBModuleInfo::SharedCtor(::_pb::Arena* arena) {
156 (void)arena;
157 new (&_impl_) Impl_{
160 decltype(_impl_.hardware_running_){false},
161 decltype(_impl_.hardware_configured_){false},
164 decltype(_impl_.sent_hsi_events_counter_){0u},
167 /*decltype(_impl_._cached_size_)*/ {},
168 };
169}
171 // @@protoc_insertion_point(destructor:dunedaq.cibmodules.opmon.CIBModuleInfo)
172 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
173 SharedDtor();
174}
176 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
177}
181
182PROTOBUF_NOINLINE void CIBModuleInfo::Clear() {
183// @@protoc_insertion_point(message_clear_start:dunedaq.cibmodules.opmon.CIBModuleInfo)
184 ::uint32_t cached_has_bits = 0;
185 // Prevent compiler warnings about cached_has_bits being unused
186 (void) cached_has_bits;
187
188 ::memset(&_impl_.num_control_messages_sent_, 0, static_cast<::size_t>(
189 reinterpret_cast<char*>(&_impl_.failed_to_send_hsi_events_counter_) -
191 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
192}
193
195 const char* ptr, ::_pbi::ParseContext* ctx) {
196 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
197 return ptr;
198}
199
200
201PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
202const ::_pbi::TcParseTable<4, 9, 0, 0, 2> CIBModuleInfo::_table_ = {
203 {
204 0, // no _has_bits_
205 0, // no _extensions_
206 21, 120, // max_field_number, fast_idx_mask
207 offsetof(decltype(_table_), field_lookup_table),
208 4293866956, // skipmap
209 offsetof(decltype(_table_), field_entries),
210 9, // num_field_entries
211 0, // num_aux_entries
212 offsetof(decltype(_table_), field_names), // no aux_entries
214 ::_pbi::TcParser::GenericFallback, // fallback
215 }, {{
216 // uint32 failed_to_send_hsi_events_counter = 16;
217 {::_pbi::TcParser::FastV32S2,
218 {384, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.failed_to_send_hsi_events_counter_)}},
219 // uint32 num_control_messages_sent = 1;
220 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(CIBModuleInfo, _impl_.num_control_messages_sent_), 63>(),
221 {8, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_control_messages_sent_)}},
222 // uint32 num_control_responses_received = 2;
223 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(CIBModuleInfo, _impl_.num_control_responses_received_), 63>(),
224 {16, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_control_responses_received_)}},
225 {::_pbi::TcParser::MiniParse, {}},
226 {::_pbi::TcParser::MiniParse, {}},
227 // bool hardware_running = 5;
228 {::_pbi::TcParser::SingularVarintNoZag1<bool, offsetof(CIBModuleInfo, _impl_.hardware_running_), 63>(),
229 {40, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.hardware_running_)}},
230 // bool hardware_configured = 6;
231 {::_pbi::TcParser::SingularVarintNoZag1<bool, offsetof(CIBModuleInfo, _impl_.hardware_configured_), 63>(),
232 {48, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.hardware_configured_)}},
233 {::_pbi::TcParser::MiniParse, {}},
234 {::_pbi::TcParser::MiniParse, {}},
235 {::_pbi::TcParser::MiniParse, {}},
236 // uint32 num_total_triggers_received = 10;
237 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(CIBModuleInfo, _impl_.num_total_triggers_received_), 63>(),
238 {80, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_total_triggers_received_)}},
239 {::_pbi::TcParser::MiniParse, {}},
240 // uint32 num_run_triggers_received = 12;
241 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(CIBModuleInfo, _impl_.num_run_triggers_received_), 63>(),
242 {96, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_run_triggers_received_)}},
243 {::_pbi::TcParser::MiniParse, {}},
244 {::_pbi::TcParser::MiniParse, {}},
245 // uint32 sent_hsi_events_counter = 15;
246 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(CIBModuleInfo, _impl_.sent_hsi_events_counter_), 63>(),
247 {120, 63, 0, PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.sent_hsi_events_counter_)}},
248 }}, {{
249 65535, 65535
250 }}, {{
251 // uint32 num_control_messages_sent = 1;
252 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_control_messages_sent_), 0, 0,
253 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
254 // uint32 num_control_responses_received = 2;
255 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_control_responses_received_), 0, 0,
256 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
257 // bool hardware_running = 5;
258 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.hardware_running_), 0, 0,
259 (0 | ::_fl::kFcSingular | ::_fl::kBool)},
260 // bool hardware_configured = 6;
261 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.hardware_configured_), 0, 0,
262 (0 | ::_fl::kFcSingular | ::_fl::kBool)},
263 // uint32 num_total_triggers_received = 10;
264 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_total_triggers_received_), 0, 0,
265 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
266 // uint32 num_run_triggers_received = 12;
267 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_run_triggers_received_), 0, 0,
268 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
269 // uint32 sent_hsi_events_counter = 15;
270 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.sent_hsi_events_counter_), 0, 0,
271 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
272 // uint32 failed_to_send_hsi_events_counter = 16;
273 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.failed_to_send_hsi_events_counter_), 0, 0,
274 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
275 // double average_buffer_occupancy = 21;
276 {PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.average_buffer_occupancy_), 0, 0,
277 (0 | ::_fl::kFcSingular | ::_fl::kDouble)},
278 }},
279 // no aux_entries
280 {{
281 }},
282};
283
285 ::uint8_t* target,
286 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
287 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.cibmodules.opmon.CIBModuleInfo)
288 ::uint32_t cached_has_bits = 0;
289 (void)cached_has_bits;
290
291 // uint32 num_control_messages_sent = 1;
292 if (this->_internal_num_control_messages_sent() != 0) {
293 target = stream->EnsureSpace(target);
294 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
295 1, this->_internal_num_control_messages_sent(), target);
296 }
297
298 // uint32 num_control_responses_received = 2;
300 target = stream->EnsureSpace(target);
301 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
303 }
304
305 // bool hardware_running = 5;
306 if (this->_internal_hardware_running() != 0) {
307 target = stream->EnsureSpace(target);
308 target = ::_pbi::WireFormatLite::WriteBoolToArray(
309 5, this->_internal_hardware_running(), target);
310 }
311
312 // bool hardware_configured = 6;
313 if (this->_internal_hardware_configured() != 0) {
314 target = stream->EnsureSpace(target);
315 target = ::_pbi::WireFormatLite::WriteBoolToArray(
316 6, this->_internal_hardware_configured(), target);
317 }
318
319 // uint32 num_total_triggers_received = 10;
320 if (this->_internal_num_total_triggers_received() != 0) {
321 target = stream->EnsureSpace(target);
322 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
323 10, this->_internal_num_total_triggers_received(), target);
324 }
325
326 // uint32 num_run_triggers_received = 12;
327 if (this->_internal_num_run_triggers_received() != 0) {
328 target = stream->EnsureSpace(target);
329 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
330 12, this->_internal_num_run_triggers_received(), target);
331 }
332
333 // uint32 sent_hsi_events_counter = 15;
334 if (this->_internal_sent_hsi_events_counter() != 0) {
335 target = stream->EnsureSpace(target);
336 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
337 15, this->_internal_sent_hsi_events_counter(), target);
338 }
339
340 // uint32 failed_to_send_hsi_events_counter = 16;
342 target = stream->EnsureSpace(target);
343 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
345 }
346
347 // double average_buffer_occupancy = 21;
348 static_assert(sizeof(::uint64_t) == sizeof(double),
349 "Code assumes ::uint64_t and double are the same size.");
350 double tmp_average_buffer_occupancy = this->_internal_average_buffer_occupancy();
351 ::uint64_t raw_average_buffer_occupancy;
352 memcpy(&raw_average_buffer_occupancy, &tmp_average_buffer_occupancy, sizeof(tmp_average_buffer_occupancy));
353 if (raw_average_buffer_occupancy != 0) {
354 target = stream->EnsureSpace(target);
355 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
356 21, this->_internal_average_buffer_occupancy(), target);
357 }
358
359 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
360 target =
361 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
362 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
363 }
364 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.cibmodules.opmon.CIBModuleInfo)
365 return target;
366}
367
369// @@protoc_insertion_point(message_byte_size_start:dunedaq.cibmodules.opmon.CIBModuleInfo)
370 ::size_t total_size = 0;
371
372 ::uint32_t cached_has_bits = 0;
373 // Prevent compiler warnings about cached_has_bits being unused
374 (void) cached_has_bits;
375
376 // uint32 num_control_messages_sent = 1;
377 if (this->_internal_num_control_messages_sent() != 0) {
378 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
380 }
381
382 // uint32 num_control_responses_received = 2;
384 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
386 }
387
388 // bool hardware_running = 5;
389 if (this->_internal_hardware_running() != 0) {
390 total_size += 2;
391 }
392
393 // bool hardware_configured = 6;
394 if (this->_internal_hardware_configured() != 0) {
395 total_size += 2;
396 }
397
398 // uint32 num_total_triggers_received = 10;
399 if (this->_internal_num_total_triggers_received() != 0) {
400 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
402 }
403
404 // uint32 num_run_triggers_received = 12;
405 if (this->_internal_num_run_triggers_received() != 0) {
406 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
408 }
409
410 // uint32 sent_hsi_events_counter = 15;
411 if (this->_internal_sent_hsi_events_counter() != 0) {
412 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
414 }
415
416 // double average_buffer_occupancy = 21;
417 static_assert(sizeof(::uint64_t) == sizeof(double),
418 "Code assumes ::uint64_t and double are the same size.");
419 double tmp_average_buffer_occupancy = this->_internal_average_buffer_occupancy();
420 ::uint64_t raw_average_buffer_occupancy;
421 memcpy(&raw_average_buffer_occupancy, &tmp_average_buffer_occupancy, sizeof(tmp_average_buffer_occupancy));
422 if (raw_average_buffer_occupancy != 0) {
423 total_size += 10;
424 }
425
426 // uint32 failed_to_send_hsi_events_counter = 16;
428 total_size += 2 + ::_pbi::WireFormatLite::UInt32Size(
430 }
431
432 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
433}
434
435const ::google::protobuf::Message::ClassData CIBModuleInfo::_class_data_ = {
436 ::google::protobuf::Message::CopyWithSourceCheck,
438};
439const ::google::protobuf::Message::ClassData*CIBModuleInfo::GetClassData() const { return &_class_data_; }
440
441
442void CIBModuleInfo::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
443 auto* const _this = static_cast<CIBModuleInfo*>(&to_msg);
444 auto& from = static_cast<const CIBModuleInfo&>(from_msg);
445 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.cibmodules.opmon.CIBModuleInfo)
446 ABSL_DCHECK_NE(&from, _this);
447 ::uint32_t cached_has_bits = 0;
448 (void) cached_has_bits;
449
450 if (from._internal_num_control_messages_sent() != 0) {
451 _this->_internal_set_num_control_messages_sent(from._internal_num_control_messages_sent());
452 }
453 if (from._internal_num_control_responses_received() != 0) {
454 _this->_internal_set_num_control_responses_received(from._internal_num_control_responses_received());
455 }
456 if (from._internal_hardware_running() != 0) {
457 _this->_internal_set_hardware_running(from._internal_hardware_running());
458 }
459 if (from._internal_hardware_configured() != 0) {
460 _this->_internal_set_hardware_configured(from._internal_hardware_configured());
461 }
462 if (from._internal_num_total_triggers_received() != 0) {
463 _this->_internal_set_num_total_triggers_received(from._internal_num_total_triggers_received());
464 }
465 if (from._internal_num_run_triggers_received() != 0) {
466 _this->_internal_set_num_run_triggers_received(from._internal_num_run_triggers_received());
467 }
468 if (from._internal_sent_hsi_events_counter() != 0) {
469 _this->_internal_set_sent_hsi_events_counter(from._internal_sent_hsi_events_counter());
470 }
471 static_assert(sizeof(::uint64_t) == sizeof(double),
472 "Code assumes ::uint64_t and double are the same size.");
473 double tmp_average_buffer_occupancy = from._internal_average_buffer_occupancy();
474 ::uint64_t raw_average_buffer_occupancy;
475 memcpy(&raw_average_buffer_occupancy, &tmp_average_buffer_occupancy, sizeof(tmp_average_buffer_occupancy));
476 if (raw_average_buffer_occupancy != 0) {
477 _this->_internal_set_average_buffer_occupancy(from._internal_average_buffer_occupancy());
478 }
479 if (from._internal_failed_to_send_hsi_events_counter() != 0) {
480 _this->_internal_set_failed_to_send_hsi_events_counter(from._internal_failed_to_send_hsi_events_counter());
481 }
482 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
483}
484
486// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.cibmodules.opmon.CIBModuleInfo)
487 if (&from == this) return;
488 Clear();
489 MergeFrom(from);
490}
491
492PROTOBUF_NOINLINE bool CIBModuleInfo::IsInitialized() const {
493 return true;
494}
495
497 using std::swap;
498 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
499 ::google::protobuf::internal::memswap<
502 - PROTOBUF_FIELD_OFFSET(CIBModuleInfo, _impl_.num_control_messages_sent_)>(
503 reinterpret_cast<char*>(&_impl_.num_control_messages_sent_),
504 reinterpret_cast<char*>(&other->_impl_.num_control_messages_sent_));
505}
506
512// @@protoc_insertion_point(namespace_scope)
513} // namespace opmon
514} // namespace cibmodules
515} // namespace dunedaq
516namespace google {
517namespace protobuf {
518} // namespace protobuf
519} // namespace google
520// @@protoc_insertion_point(global_scope)
521#include "google/protobuf/port_undef.inc"
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_cibmodules_2fopmon_2fCIBModule_2eproto_getter()
::absl::once_flag descriptor_table_cibmodules_2fopmon_2fCIBModule_2eproto_once
::_pb::Metadata file_level_metadata_cibmodules_2fopmon_2fCIBModule_2eproto[1]
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_cibmodules_2fopmon_2fCIBModule_2eproto
const ::_pbi::DescriptorTable descriptor_table_cibmodules_2fopmon_2fCIBModule_2eproto
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_cibmodules_2fopmon_2fCIBModule_2eproto
static const ::_pb::Message *const file_default_instances[]
const ::uint32_t TableStruct_cibmodules_2fopmon_2fCIBModule_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
::uint32_t _internal_num_control_responses_received() const
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
::uint32_t _internal_num_total_triggers_received() const
const ::google::protobuf::Message::ClassData * GetClassData() const final
void SharedCtor(::google::protobuf::Arena *arena)
::google::protobuf::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::uint32_t _internal_num_run_triggers_received() const
void MergeFrom(const CIBModuleInfo &from)
void SetCachedSize(int size) const final
static const ::google::protobuf::internal::TcParseTable< 4, 9, 0, 0, 2 > _table_
void CopyFrom(const CIBModuleInfo &from)
::uint32_t _internal_num_control_messages_sent() const
::uint32_t _internal_sent_hsi_events_counter() const
void InternalSwap(CIBModuleInfo *other)
::uint32_t _internal_failed_to_send_hsi_events_counter() const
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CIBModuleInfoDefaultTypeInternal _CIBModuleInfo_default_instance_
Including Qt Headers.
Unknown serialization type<< t,((char) t)) template< typename T > inline std::string datatype_to_string() { return "Unknown";} namespace serialization { template< typename T > struct is_serializable :std::false_type {};enum SerializationType { kMsgPack };inline SerializationType from_string(const std::string s) { if(s=="msgpack") return kMsgPack;throw UnknownSerializationTypeString(ERS_HERE, s);} constexpr uint8_t serialization_type_byte(SerializationType stype) { switch(stype) { case kMsgPack:return 'M';default:throw UnknownSerializationTypeEnum(ERS_HERE);} } constexpr SerializationType DEFAULT_SERIALIZATION_TYPE=kMsgPack;template< class T > std::vector< uint8_t > serialize(const T &obj, SerializationType stype=DEFAULT_SERIALIZATION_TYPE) { switch(stype) { case kMsgPack:{ msgpack::sbuffer buf;msgpack::pack(buf, obj);std::vector< uint8_t > ret(buf.size()+1);ret[0]=serialization_type_byte(stype);std::copy(buf.data(), buf.data()+buf.size(), ret.begin()+1);return ret;} default:throw UnknownSerializationTypeEnum(ERS_HERE);} } template< class T, typename CharType=unsigned char > T deserialize(const std::vector< CharType > &v) { switch(v[0]) { case serialization_type_byte(kMsgPack):{ try { msgpack::object_handle oh=msgpack::unpack(const_cast< char * >(reinterpret_cast< const char * >(v.data()+1)), v.size() - 1,[](msgpack::type::object_type, std::size_t, void *) -> bool
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
mutable::google::protobuf::internal::CachedSize _cached_size_