DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::daphnemodules::opmon::GeneralInfo Class Referencefinal

#include <DaphneControllerModule.pb.h>

Inheritance diagram for dunedaq::daphnemodules::opmon::GeneralInfo:
[legend]
Collaboration diagram for dunedaq::daphnemodules::opmon::GeneralInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kVBias0FieldNumber = 1 , kVBias1FieldNumber = 2 , kVBias2FieldNumber = 3 , kVBias3FieldNumber = 4 ,
  kVBias4FieldNumber = 5 , kPowerMinus5VFieldNumber = 10 , kPowerPlus2P5VFieldNumber = 11 , kPowerCeFieldNumber = 12 ,
  kTemperatureFieldNumber = 15
}
 

Public Member Functions

 GeneralInfo ()
 
 ~GeneralInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR GeneralInfo (::google::protobuf::internal::ConstantInitialized)
 
 GeneralInfo (const GeneralInfo &from)
 
 GeneralInfo (GeneralInfo &&from) noexcept
 
GeneralInfooperator= (const GeneralInfo &from)
 
GeneralInfooperator= (GeneralInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GeneralInfo *other)
 
void UnsafeArenaSwap (GeneralInfo *other)
 
GeneralInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const GeneralInfo &from)
 
void MergeFrom (const GeneralInfo &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_v_bias_0 ()
 
double v_bias_0 () const
 
void set_v_bias_0 (double value)
 
void clear_v_bias_1 ()
 
double v_bias_1 () const
 
void set_v_bias_1 (double value)
 
void clear_v_bias_2 ()
 
double v_bias_2 () const
 
void set_v_bias_2 (double value)
 
void clear_v_bias_3 ()
 
double v_bias_3 () const
 
void set_v_bias_3 (double value)
 
void clear_v_bias_4 ()
 
double v_bias_4 () const
 
void set_v_bias_4 (double value)
 
void clear_power_minus5v ()
 
double power_minus5v () const
 
void set_power_minus5v (double value)
 
void clear_power_plus2p5v ()
 
double power_plus2p5v () const
 
void set_power_plus2p5v (double value)
 
void clear_power_ce ()
 
double power_ce () const
 
void set_power_ce (double value)
 
void clear_temperature ()
 
double temperature () const
 
void set_temperature (double value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const GeneralInfodefault_instance ()
 
static const GeneralInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 GeneralInfo (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (GeneralInfo *other)
 
double _internal_v_bias_0 () const
 
void _internal_set_v_bias_0 (double value)
 
double _internal_v_bias_1 () const
 
void _internal_set_v_bias_1 (double value)
 
double _internal_v_bias_2 () const
 
void _internal_set_v_bias_2 (double value)
 
double _internal_v_bias_3 () const
 
void _internal_set_v_bias_3 (double value)
 
double _internal_v_bias_4 () const
 
void _internal_set_v_bias_4 (double value)
 
double _internal_power_minus5v () const
 
void _internal_set_power_minus5v (double value)
 
double _internal_power_plus2p5v () const
 
void _internal_set_power_plus2p5v (double value)
 
double _internal_power_ce () const
 
void _internal_set_power_ce (double value)
 
double _internal_temperature () const
 
void _internal_set_temperature (double value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 4, 9, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto
 
void swap (GeneralInfo &a, GeneralInfo &b)
 

Detailed Description

Definition at line 88 of file DaphneControllerModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kVBias0FieldNumber 
kVBias1FieldNumber 
kVBias2FieldNumber 
kVBias3FieldNumber 
kVBias4FieldNumber 
kPowerMinus5VFieldNumber 
kPowerPlus2P5VFieldNumber 
kPowerCeFieldNumber 
kTemperatureFieldNumber 

Definition at line 215 of file DaphneControllerModule.pb.h.

Constructor & Destructor Documentation

◆ GeneralInfo() [1/5]

dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( )
inline

◆ ~GeneralInfo()

dunedaq::daphnemodules::opmon::GeneralInfo::~GeneralInfo ( )
override

Definition at line 275 of file DaphneControllerModule.pb.cc.

275 {
276 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.GeneralInfo)
277 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
278 SharedDtor();
279}

◆ GeneralInfo() [2/5]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ GeneralInfo() [3/5]

dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( const GeneralInfo & from)

Definition at line 254 of file DaphneControllerModule.pb.cc.

255 : ::google::protobuf::Message(), _impl_(from._impl_) {
256 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
257 from._internal_metadata_);
258 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.GeneralInfo)
259}

◆ GeneralInfo() [4/5]

dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( GeneralInfo && from)
inlinenoexcept

Definition at line 97 of file DaphneControllerModule.pb.h.

98 : GeneralInfo() {
99 *this = ::std::move(from);
100 }

◆ GeneralInfo() [5/5]

dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 249 of file DaphneControllerModule.pb.cc.

250 : ::google::protobuf::Message(arena) {
251 SharedCtor(arena);
252 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.GeneralInfo)
253}
void SharedCtor(::google::protobuf::Arena *arena)

Member Function Documentation

◆ _internal_power_ce()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_power_ce ( ) const
inlineprivate

Definition at line 1106 of file DaphneControllerModule.pb.h.

1106 {
1107 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1108 return _impl_.power_ce_;
1109}

◆ _internal_power_minus5v()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_power_minus5v ( ) const
inlineprivate

Definition at line 1062 of file DaphneControllerModule.pb.h.

1062 {
1063 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1064 return _impl_.power_minus5v_;
1065}

◆ _internal_power_plus2p5v()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_power_plus2p5v ( ) const
inlineprivate

Definition at line 1084 of file DaphneControllerModule.pb.h.

1084 {
1085 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1086 return _impl_.power_plus2p5v_;
1087}

◆ _internal_set_power_ce()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_power_ce ( double value)
inlineprivate

Definition at line 1110 of file DaphneControllerModule.pb.h.

1110 {
1111 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1112 ;
1113 _impl_.power_ce_ = value;
1114}

◆ _internal_set_power_minus5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_power_minus5v ( double value)
inlineprivate

Definition at line 1066 of file DaphneControllerModule.pb.h.

1066 {
1067 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1068 ;
1069 _impl_.power_minus5v_ = value;
1070}

◆ _internal_set_power_plus2p5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_power_plus2p5v ( double value)
inlineprivate

Definition at line 1088 of file DaphneControllerModule.pb.h.

1088 {
1089 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1090 ;
1091 _impl_.power_plus2p5v_ = value;
1092}

◆ _internal_set_temperature()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_temperature ( double value)
inlineprivate

Definition at line 1132 of file DaphneControllerModule.pb.h.

1132 {
1133 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1134 ;
1135 _impl_.temperature_ = value;
1136}

◆ _internal_set_v_bias_0()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_v_bias_0 ( double value)
inlineprivate

Definition at line 956 of file DaphneControllerModule.pb.h.

956 {
957 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
958 ;
959 _impl_.v_bias_0_ = value;
960}

◆ _internal_set_v_bias_1()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_v_bias_1 ( double value)
inlineprivate

Definition at line 978 of file DaphneControllerModule.pb.h.

978 {
979 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
980 ;
981 _impl_.v_bias_1_ = value;
982}

◆ _internal_set_v_bias_2()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_v_bias_2 ( double value)
inlineprivate

Definition at line 1000 of file DaphneControllerModule.pb.h.

1000 {
1001 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1002 ;
1003 _impl_.v_bias_2_ = value;
1004}

◆ _internal_set_v_bias_3()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_v_bias_3 ( double value)
inlineprivate

Definition at line 1022 of file DaphneControllerModule.pb.h.

1022 {
1023 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1024 ;
1025 _impl_.v_bias_3_ = value;
1026}

◆ _internal_set_v_bias_4()

void dunedaq::daphnemodules::opmon::GeneralInfo::_internal_set_v_bias_4 ( double value)
inlineprivate

Definition at line 1044 of file DaphneControllerModule.pb.h.

1044 {
1045 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1046 ;
1047 _impl_.v_bias_4_ = value;
1048}

◆ _internal_temperature()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_temperature ( ) const
inlineprivate

Definition at line 1128 of file DaphneControllerModule.pb.h.

1128 {
1129 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1130 return _impl_.temperature_;
1131}

◆ _internal_v_bias_0()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_v_bias_0 ( ) const
inlineprivate

Definition at line 952 of file DaphneControllerModule.pb.h.

952 {
953 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
954 return _impl_.v_bias_0_;
955}

◆ _internal_v_bias_1()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_v_bias_1 ( ) const
inlineprivate

Definition at line 974 of file DaphneControllerModule.pb.h.

974 {
975 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
976 return _impl_.v_bias_1_;
977}

◆ _internal_v_bias_2()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_v_bias_2 ( ) const
inlineprivate

Definition at line 996 of file DaphneControllerModule.pb.h.

996 {
997 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
998 return _impl_.v_bias_2_;
999}

◆ _internal_v_bias_3()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_v_bias_3 ( ) const
inlineprivate

Definition at line 1018 of file DaphneControllerModule.pb.h.

1018 {
1019 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1020 return _impl_.v_bias_3_;
1021}

◆ _internal_v_bias_4()

double dunedaq::daphnemodules::opmon::GeneralInfo::_internal_v_bias_4 ( ) const
inlineprivate

Definition at line 1040 of file DaphneControllerModule.pb.h.

1040 {
1041 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1042 return _impl_.v_bias_4_;
1043}

◆ _InternalParse()

const char * dunedaq::daphnemodules::opmon::GeneralInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * dunedaq::daphnemodules::opmon::GeneralInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 391 of file DaphneControllerModule.pb.cc.

393 {
394 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.GeneralInfo)
395 ::uint32_t cached_has_bits = 0;
396 (void)cached_has_bits;
397
398 // double v_bias_0 = 1;
399 static_assert(sizeof(::uint64_t) == sizeof(double),
400 "Code assumes ::uint64_t and double are the same size.");
401 double tmp_v_bias_0 = this->_internal_v_bias_0();
402 ::uint64_t raw_v_bias_0;
403 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
404 if (raw_v_bias_0 != 0) {
405 target = stream->EnsureSpace(target);
406 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
407 1, this->_internal_v_bias_0(), target);
408 }
409
410 // double v_bias_1 = 2;
411 static_assert(sizeof(::uint64_t) == sizeof(double),
412 "Code assumes ::uint64_t and double are the same size.");
413 double tmp_v_bias_1 = this->_internal_v_bias_1();
414 ::uint64_t raw_v_bias_1;
415 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
416 if (raw_v_bias_1 != 0) {
417 target = stream->EnsureSpace(target);
418 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
419 2, this->_internal_v_bias_1(), target);
420 }
421
422 // double v_bias_2 = 3;
423 static_assert(sizeof(::uint64_t) == sizeof(double),
424 "Code assumes ::uint64_t and double are the same size.");
425 double tmp_v_bias_2 = this->_internal_v_bias_2();
426 ::uint64_t raw_v_bias_2;
427 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
428 if (raw_v_bias_2 != 0) {
429 target = stream->EnsureSpace(target);
430 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
431 3, this->_internal_v_bias_2(), target);
432 }
433
434 // double v_bias_3 = 4;
435 static_assert(sizeof(::uint64_t) == sizeof(double),
436 "Code assumes ::uint64_t and double are the same size.");
437 double tmp_v_bias_3 = this->_internal_v_bias_3();
438 ::uint64_t raw_v_bias_3;
439 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
440 if (raw_v_bias_3 != 0) {
441 target = stream->EnsureSpace(target);
442 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
443 4, this->_internal_v_bias_3(), target);
444 }
445
446 // double v_bias_4 = 5;
447 static_assert(sizeof(::uint64_t) == sizeof(double),
448 "Code assumes ::uint64_t and double are the same size.");
449 double tmp_v_bias_4 = this->_internal_v_bias_4();
450 ::uint64_t raw_v_bias_4;
451 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
452 if (raw_v_bias_4 != 0) {
453 target = stream->EnsureSpace(target);
454 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
455 5, this->_internal_v_bias_4(), target);
456 }
457
458 // double power_minus5v = 10;
459 static_assert(sizeof(::uint64_t) == sizeof(double),
460 "Code assumes ::uint64_t and double are the same size.");
461 double tmp_power_minus5v = this->_internal_power_minus5v();
462 ::uint64_t raw_power_minus5v;
463 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
464 if (raw_power_minus5v != 0) {
465 target = stream->EnsureSpace(target);
466 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
467 10, this->_internal_power_minus5v(), target);
468 }
469
470 // double power_plus2p5v = 11;
471 static_assert(sizeof(::uint64_t) == sizeof(double),
472 "Code assumes ::uint64_t and double are the same size.");
473 double tmp_power_plus2p5v = this->_internal_power_plus2p5v();
474 ::uint64_t raw_power_plus2p5v;
475 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
476 if (raw_power_plus2p5v != 0) {
477 target = stream->EnsureSpace(target);
478 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
479 11, this->_internal_power_plus2p5v(), target);
480 }
481
482 // double power_ce = 12;
483 static_assert(sizeof(::uint64_t) == sizeof(double),
484 "Code assumes ::uint64_t and double are the same size.");
485 double tmp_power_ce = this->_internal_power_ce();
486 ::uint64_t raw_power_ce;
487 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
488 if (raw_power_ce != 0) {
489 target = stream->EnsureSpace(target);
490 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
491 12, this->_internal_power_ce(), target);
492 }
493
494 // double temperature = 15;
495 static_assert(sizeof(::uint64_t) == sizeof(double),
496 "Code assumes ::uint64_t and double are the same size.");
497 double tmp_temperature = this->_internal_temperature();
498 ::uint64_t raw_temperature;
499 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
500 if (raw_temperature != 0) {
501 target = stream->EnsureSpace(target);
502 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
503 15, this->_internal_temperature(), target);
504 }
505
506 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
507 target =
508 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
509 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
510 }
511 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.GeneralInfo)
512 return target;
513}

◆ ByteSizeLong()

size_t dunedaq::daphnemodules::opmon::GeneralInfo::ByteSizeLong ( ) const
final

Definition at line 515 of file DaphneControllerModule.pb.cc.

515 {
516// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.GeneralInfo)
517 ::size_t total_size = 0;
518
519 ::uint32_t cached_has_bits = 0;
520 // Prevent compiler warnings about cached_has_bits being unused
521 (void) cached_has_bits;
522
523 // double v_bias_0 = 1;
524 static_assert(sizeof(::uint64_t) == sizeof(double),
525 "Code assumes ::uint64_t and double are the same size.");
526 double tmp_v_bias_0 = this->_internal_v_bias_0();
527 ::uint64_t raw_v_bias_0;
528 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
529 if (raw_v_bias_0 != 0) {
530 total_size += 9;
531 }
532
533 // double v_bias_1 = 2;
534 static_assert(sizeof(::uint64_t) == sizeof(double),
535 "Code assumes ::uint64_t and double are the same size.");
536 double tmp_v_bias_1 = this->_internal_v_bias_1();
537 ::uint64_t raw_v_bias_1;
538 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
539 if (raw_v_bias_1 != 0) {
540 total_size += 9;
541 }
542
543 // double v_bias_2 = 3;
544 static_assert(sizeof(::uint64_t) == sizeof(double),
545 "Code assumes ::uint64_t and double are the same size.");
546 double tmp_v_bias_2 = this->_internal_v_bias_2();
547 ::uint64_t raw_v_bias_2;
548 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
549 if (raw_v_bias_2 != 0) {
550 total_size += 9;
551 }
552
553 // double v_bias_3 = 4;
554 static_assert(sizeof(::uint64_t) == sizeof(double),
555 "Code assumes ::uint64_t and double are the same size.");
556 double tmp_v_bias_3 = this->_internal_v_bias_3();
557 ::uint64_t raw_v_bias_3;
558 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
559 if (raw_v_bias_3 != 0) {
560 total_size += 9;
561 }
562
563 // double v_bias_4 = 5;
564 static_assert(sizeof(::uint64_t) == sizeof(double),
565 "Code assumes ::uint64_t and double are the same size.");
566 double tmp_v_bias_4 = this->_internal_v_bias_4();
567 ::uint64_t raw_v_bias_4;
568 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
569 if (raw_v_bias_4 != 0) {
570 total_size += 9;
571 }
572
573 // double power_minus5v = 10;
574 static_assert(sizeof(::uint64_t) == sizeof(double),
575 "Code assumes ::uint64_t and double are the same size.");
576 double tmp_power_minus5v = this->_internal_power_minus5v();
577 ::uint64_t raw_power_minus5v;
578 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
579 if (raw_power_minus5v != 0) {
580 total_size += 9;
581 }
582
583 // double power_plus2p5v = 11;
584 static_assert(sizeof(::uint64_t) == sizeof(double),
585 "Code assumes ::uint64_t and double are the same size.");
586 double tmp_power_plus2p5v = this->_internal_power_plus2p5v();
587 ::uint64_t raw_power_plus2p5v;
588 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
589 if (raw_power_plus2p5v != 0) {
590 total_size += 9;
591 }
592
593 // double power_ce = 12;
594 static_assert(sizeof(::uint64_t) == sizeof(double),
595 "Code assumes ::uint64_t and double are the same size.");
596 double tmp_power_ce = this->_internal_power_ce();
597 ::uint64_t raw_power_ce;
598 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
599 if (raw_power_ce != 0) {
600 total_size += 9;
601 }
602
603 // double temperature = 15;
604 static_assert(sizeof(::uint64_t) == sizeof(double),
605 "Code assumes ::uint64_t and double are the same size.");
606 double tmp_temperature = this->_internal_temperature();
607 ::uint64_t raw_temperature;
608 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
609 if (raw_temperature != 0) {
610 total_size += 9;
611 }
612
613 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
614}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::daphnemodules::opmon::GeneralInfo::Clear ( )
final

Definition at line 287 of file DaphneControllerModule.pb.cc.

287 {
288// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.GeneralInfo)
289 ::uint32_t cached_has_bits = 0;
290 // Prevent compiler warnings about cached_has_bits being unused
291 (void) cached_has_bits;
292
293 ::memset(&_impl_.v_bias_0_, 0, static_cast<::size_t>(
294 reinterpret_cast<char*>(&_impl_.temperature_) -
295 reinterpret_cast<char*>(&_impl_.v_bias_0_)) + sizeof(_impl_.temperature_));
296 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
297}

◆ clear_power_ce()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_power_ce ( )
inline

Definition at line 1095 of file DaphneControllerModule.pb.h.

1095 {
1096 _impl_.power_ce_ = 0;
1097}

◆ clear_power_minus5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_power_minus5v ( )
inline

Definition at line 1051 of file DaphneControllerModule.pb.h.

1051 {
1053}

◆ clear_power_plus2p5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_power_plus2p5v ( )
inline

Definition at line 1073 of file DaphneControllerModule.pb.h.

1073 {
1075}

◆ clear_temperature()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_temperature ( )
inline

Definition at line 1117 of file DaphneControllerModule.pb.h.

1117 {
1118 _impl_.temperature_ = 0;
1119}

◆ clear_v_bias_0()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_v_bias_0 ( )
inline

Definition at line 941 of file DaphneControllerModule.pb.h.

941 {
942 _impl_.v_bias_0_ = 0;
943}

◆ clear_v_bias_1()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_v_bias_1 ( )
inline

Definition at line 963 of file DaphneControllerModule.pb.h.

963 {
964 _impl_.v_bias_1_ = 0;
965}

◆ clear_v_bias_2()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_v_bias_2 ( )
inline

Definition at line 985 of file DaphneControllerModule.pb.h.

985 {
986 _impl_.v_bias_2_ = 0;
987}

◆ clear_v_bias_3()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_v_bias_3 ( )
inline

Definition at line 1007 of file DaphneControllerModule.pb.h.

1007 {
1008 _impl_.v_bias_3_ = 0;
1009}

◆ clear_v_bias_4()

void dunedaq::daphnemodules::opmon::GeneralInfo::clear_v_bias_4 ( )
inline

Definition at line 1029 of file DaphneControllerModule.pb.h.

1029 {
1030 _impl_.v_bias_4_ = 0;
1031}

◆ CopyFrom()

void dunedaq::daphnemodules::opmon::GeneralInfo::CopyFrom ( const GeneralInfo & from)

Definition at line 706 of file DaphneControllerModule.pb.cc.

706 {
707// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.GeneralInfo)
708 if (&from == this) return;
709 Clear();
710 MergeFrom(from);
711}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const GeneralInfo & dunedaq::daphnemodules::opmon::GeneralInfo::default_instance ( )
inlinestatic

Definition at line 136 of file DaphneControllerModule.pb.h.

136 {
138 }

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::daphnemodules::opmon::GeneralInfo::descriptor ( )
inlinestatic

Definition at line 127 of file DaphneControllerModule.pb.h.

127 {
128 return GetDescriptor();
129 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::daphnemodules::opmon::GeneralInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 199 of file DaphneControllerModule.pb.h.

199 {
200 return "dunedaq.daphnemodules.opmon.GeneralInfo";
201 }

◆ GetCachedSize()

int dunedaq::daphnemodules::opmon::GeneralInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 189 of file DaphneControllerModule.pb.h.

189{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::daphnemodules::opmon::GeneralInfo::GetClassData ( ) const
final

Definition at line 620 of file DaphneControllerModule.pb.cc.

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::daphnemodules::opmon::GeneralInfo::GetDescriptor ( )
inlinestatic

Definition at line 130 of file DaphneControllerModule.pb.h.

130 {
131 return default_instance().GetMetadata().descriptor;
132 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::daphnemodules::opmon::GeneralInfo::GetMetadata ( ) const
final

Definition at line 728 of file DaphneControllerModule.pb.cc.

728 {
729 return ::_pbi::AssignDescriptors(
732}
::_pb::Metadata file_level_metadata_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto[4]
::absl::once_flag descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::daphnemodules::opmon::GeneralInfo::GetReflection ( )
inlinestatic

Definition at line 133 of file DaphneControllerModule.pb.h.

133 {
134 return default_instance().GetMetadata().reflection;
135 }

◆ internal_default_instance()

static const GeneralInfo * dunedaq::daphnemodules::opmon::GeneralInfo::internal_default_instance ( )
inlinestatic

Definition at line 139 of file DaphneControllerModule.pb.h.

139 {
140 return reinterpret_cast<const GeneralInfo*>(
142 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GeneralInfoDefaultTypeInternal _GeneralInfo_default_instance_

◆ InternalSwap()

void dunedaq::daphnemodules::opmon::GeneralInfo::InternalSwap ( GeneralInfo * other)
private

Definition at line 717 of file DaphneControllerModule.pb.cc.

717 {
718 using std::swap;
719 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
720 ::google::protobuf::internal::memswap<
721 PROTOBUF_FIELD_OFFSET(GeneralInfo, _impl_.temperature_)
723 - PROTOBUF_FIELD_OFFSET(GeneralInfo, _impl_.v_bias_0_)>(
724 reinterpret_cast<char*>(&_impl_.v_bias_0_),
725 reinterpret_cast<char*>(&other->_impl_.v_bias_0_));
726}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::daphnemodules::opmon::GeneralInfo::IsInitialized ( ) const
final

Definition at line 713 of file DaphneControllerModule.pb.cc.

713 {
714 return true;
715}

◆ MergeFrom()

void dunedaq::daphnemodules::opmon::GeneralInfo::MergeFrom ( const GeneralInfo & from)
inline

Definition at line 176 of file DaphneControllerModule.pb.h.

176 {
177 GeneralInfo::MergeImpl(*this, from);
178 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::daphnemodules::opmon::GeneralInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 623 of file DaphneControllerModule.pb.cc.

623 {
624 auto* const _this = static_cast<GeneralInfo*>(&to_msg);
625 auto& from = static_cast<const GeneralInfo&>(from_msg);
626 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.GeneralInfo)
627 ABSL_DCHECK_NE(&from, _this);
628 ::uint32_t cached_has_bits = 0;
629 (void) cached_has_bits;
630
631 static_assert(sizeof(::uint64_t) == sizeof(double),
632 "Code assumes ::uint64_t and double are the same size.");
633 double tmp_v_bias_0 = from._internal_v_bias_0();
634 ::uint64_t raw_v_bias_0;
635 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
636 if (raw_v_bias_0 != 0) {
637 _this->_internal_set_v_bias_0(from._internal_v_bias_0());
638 }
639 static_assert(sizeof(::uint64_t) == sizeof(double),
640 "Code assumes ::uint64_t and double are the same size.");
641 double tmp_v_bias_1 = from._internal_v_bias_1();
642 ::uint64_t raw_v_bias_1;
643 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
644 if (raw_v_bias_1 != 0) {
645 _this->_internal_set_v_bias_1(from._internal_v_bias_1());
646 }
647 static_assert(sizeof(::uint64_t) == sizeof(double),
648 "Code assumes ::uint64_t and double are the same size.");
649 double tmp_v_bias_2 = from._internal_v_bias_2();
650 ::uint64_t raw_v_bias_2;
651 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
652 if (raw_v_bias_2 != 0) {
653 _this->_internal_set_v_bias_2(from._internal_v_bias_2());
654 }
655 static_assert(sizeof(::uint64_t) == sizeof(double),
656 "Code assumes ::uint64_t and double are the same size.");
657 double tmp_v_bias_3 = from._internal_v_bias_3();
658 ::uint64_t raw_v_bias_3;
659 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
660 if (raw_v_bias_3 != 0) {
661 _this->_internal_set_v_bias_3(from._internal_v_bias_3());
662 }
663 static_assert(sizeof(::uint64_t) == sizeof(double),
664 "Code assumes ::uint64_t and double are the same size.");
665 double tmp_v_bias_4 = from._internal_v_bias_4();
666 ::uint64_t raw_v_bias_4;
667 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
668 if (raw_v_bias_4 != 0) {
669 _this->_internal_set_v_bias_4(from._internal_v_bias_4());
670 }
671 static_assert(sizeof(::uint64_t) == sizeof(double),
672 "Code assumes ::uint64_t and double are the same size.");
673 double tmp_power_minus5v = from._internal_power_minus5v();
674 ::uint64_t raw_power_minus5v;
675 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
676 if (raw_power_minus5v != 0) {
677 _this->_internal_set_power_minus5v(from._internal_power_minus5v());
678 }
679 static_assert(sizeof(::uint64_t) == sizeof(double),
680 "Code assumes ::uint64_t and double are the same size.");
681 double tmp_power_plus2p5v = from._internal_power_plus2p5v();
682 ::uint64_t raw_power_plus2p5v;
683 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
684 if (raw_power_plus2p5v != 0) {
685 _this->_internal_set_power_plus2p5v(from._internal_power_plus2p5v());
686 }
687 static_assert(sizeof(::uint64_t) == sizeof(double),
688 "Code assumes ::uint64_t and double are the same size.");
689 double tmp_power_ce = from._internal_power_ce();
690 ::uint64_t raw_power_ce;
691 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
692 if (raw_power_ce != 0) {
693 _this->_internal_set_power_ce(from._internal_power_ce());
694 }
695 static_assert(sizeof(::uint64_t) == sizeof(double),
696 "Code assumes ::uint64_t and double are the same size.");
697 double tmp_temperature = from._internal_temperature();
698 ::uint64_t raw_temperature;
699 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
700 if (raw_temperature != 0) {
701 _this->_internal_set_temperature(from._internal_temperature());
702 }
703 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
704}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::daphnemodules::opmon::GeneralInfo::mutable_unknown_fields ( )
inline

Definition at line 123 of file DaphneControllerModule.pb.h.

123 {
124 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
125 }

◆ New()

GeneralInfo * dunedaq::daphnemodules::opmon::GeneralInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 170 of file DaphneControllerModule.pb.h.

170 {
171 return CreateMaybeMessage<GeneralInfo>(arena);
172 }

◆ operator=() [1/2]

GeneralInfo & dunedaq::daphnemodules::opmon::GeneralInfo::operator= ( const GeneralInfo & from)
inline

Definition at line 102 of file DaphneControllerModule.pb.h.

102 {
103 CopyFrom(from);
104 return *this;
105 }

◆ operator=() [2/2]

GeneralInfo & dunedaq::daphnemodules::opmon::GeneralInfo::operator= ( GeneralInfo && from)
inlinenoexcept

Definition at line 106 of file DaphneControllerModule.pb.h.

106 {
107 if (this == &from) return *this;
108 if (GetOwningArena() == from.GetOwningArena()
109 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
110 && GetOwningArena() != nullptr
111 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
112 ) {
113 InternalSwap(&from);
114 } else {
115 CopyFrom(from);
116 }
117 return *this;
118 }

◆ power_ce()

double dunedaq::daphnemodules::opmon::GeneralInfo::power_ce ( ) const
inline

Definition at line 1098 of file DaphneControllerModule.pb.h.

1098 {
1099 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
1100 return _internal_power_ce();
1101}

◆ power_minus5v()

double dunedaq::daphnemodules::opmon::GeneralInfo::power_minus5v ( ) const
inline

Definition at line 1054 of file DaphneControllerModule.pb.h.

1054 {
1055 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
1056 return _internal_power_minus5v();
1057}

◆ power_plus2p5v()

double dunedaq::daphnemodules::opmon::GeneralInfo::power_plus2p5v ( ) const
inline

Definition at line 1076 of file DaphneControllerModule.pb.h.

1076 {
1077 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
1078 return _internal_power_plus2p5v();
1079}

◆ set_power_ce()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_power_ce ( double value)
inline

Definition at line 1102 of file DaphneControllerModule.pb.h.

1102 {
1104 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
1105}

◆ set_power_minus5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_power_minus5v ( double value)
inline

Definition at line 1058 of file DaphneControllerModule.pb.h.

1058 {
1060 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
1061}

◆ set_power_plus2p5v()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_power_plus2p5v ( double value)
inline

Definition at line 1080 of file DaphneControllerModule.pb.h.

1080 {
1082 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
1083}

◆ set_temperature()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_temperature ( double value)
inline

Definition at line 1124 of file DaphneControllerModule.pb.h.

1124 {
1126 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
1127}

◆ set_v_bias_0()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_v_bias_0 ( double value)
inline

Definition at line 948 of file DaphneControllerModule.pb.h.

948 {
950 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
951}

◆ set_v_bias_1()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_v_bias_1 ( double value)
inline

Definition at line 970 of file DaphneControllerModule.pb.h.

970 {
972 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
973}

◆ set_v_bias_2()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_v_bias_2 ( double value)
inline

Definition at line 992 of file DaphneControllerModule.pb.h.

992 {
994 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
995}

◆ set_v_bias_3()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_v_bias_3 ( double value)
inline

Definition at line 1014 of file DaphneControllerModule.pb.h.

1014 {
1016 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
1017}

◆ set_v_bias_4()

void dunedaq::daphnemodules::opmon::GeneralInfo::set_v_bias_4 ( double value)
inline

Definition at line 1036 of file DaphneControllerModule.pb.h.

1036 {
1038 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
1039}

◆ SetCachedSize()

void dunedaq::daphnemodules::opmon::GeneralInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 283 of file DaphneControllerModule.pb.cc.

283 {
285}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::daphnemodules::opmon::GeneralInfo::SharedCtor ( ::google::protobuf::Arena * arena)
private

◆ SharedDtor()

void dunedaq::daphnemodules::opmon::GeneralInfo::SharedDtor ( )
inlineprivate

Definition at line 280 of file DaphneControllerModule.pb.cc.

280 {
281 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
282}

◆ Swap()

void dunedaq::daphnemodules::opmon::GeneralInfo::Swap ( GeneralInfo * other)
inline

Definition at line 149 of file DaphneControllerModule.pb.h.

149 {
150 if (other == this) return;
151 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
152 if (GetOwningArena() != nullptr &&
153 GetOwningArena() == other->GetOwningArena()) {
154 #else // PROTOBUF_FORCE_COPY_IN_SWAP
155 if (GetOwningArena() == other->GetOwningArena()) {
156 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
157 InternalSwap(other);
158 } else {
159 ::google::protobuf::internal::GenericSwap(this, other);
160 }
161 }

◆ temperature()

double dunedaq::daphnemodules::opmon::GeneralInfo::temperature ( ) const
inline

Definition at line 1120 of file DaphneControllerModule.pb.h.

1120 {
1121 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
1122 return _internal_temperature();
1123}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::daphnemodules::opmon::GeneralInfo::unknown_fields ( ) const
inline

Definition at line 120 of file DaphneControllerModule.pb.h.

120 {
121 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
122 }

◆ UnsafeArenaSwap()

void dunedaq::daphnemodules::opmon::GeneralInfo::UnsafeArenaSwap ( GeneralInfo * other)
inline

Definition at line 162 of file DaphneControllerModule.pb.h.

162 {
163 if (other == this) return;
164 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
165 InternalSwap(other);
166 }

◆ v_bias_0()

double dunedaq::daphnemodules::opmon::GeneralInfo::v_bias_0 ( ) const
inline

Definition at line 944 of file DaphneControllerModule.pb.h.

944 {
945 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
946 return _internal_v_bias_0();
947}

◆ v_bias_1()

double dunedaq::daphnemodules::opmon::GeneralInfo::v_bias_1 ( ) const
inline

Definition at line 966 of file DaphneControllerModule.pb.h.

966 {
967 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
968 return _internal_v_bias_1();
969}

◆ v_bias_2()

double dunedaq::daphnemodules::opmon::GeneralInfo::v_bias_2 ( ) const
inline

Definition at line 988 of file DaphneControllerModule.pb.h.

988 {
989 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
990 return _internal_v_bias_2();
991}

◆ v_bias_3()

double dunedaq::daphnemodules::opmon::GeneralInfo::v_bias_3 ( ) const
inline

Definition at line 1010 of file DaphneControllerModule.pb.h.

1010 {
1011 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
1012 return _internal_v_bias_3();
1013}

◆ v_bias_4()

double dunedaq::daphnemodules::opmon::GeneralInfo::v_bias_4 ( ) const
inline

Definition at line 1032 of file DaphneControllerModule.pb.h.

1032 {
1033 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
1034 return _internal_v_bias_4();
1035}

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 322 of file DaphneControllerModule.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 198 of file DaphneControllerModule.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 320 of file DaphneControllerModule.pb.h.

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

void swap ( GeneralInfo & a,
GeneralInfo & b )
friend

Definition at line 146 of file DaphneControllerModule.pb.h.

146 {
147 a.Swap(&b);
148 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::daphnemodules::opmon::GeneralInfo::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 206 of file DaphneControllerModule.pb.h.

◆ _impl_

Impl_ dunedaq::daphnemodules::opmon::GeneralInfo::_impl_

Definition at line 338 of file DaphneControllerModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 4, 9, 0, 0, 2 > dunedaq::daphnemodules::opmon::GeneralInfo::_table_
staticprivate

Definition at line 321 of file DaphneControllerModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::daphnemodules::opmon::GeneralInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 143 of file DaphneControllerModule.pb.h.


The documentation for this class was generated from the following files: