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)
 
template<typename >
PROTOBUF_CONSTEXPR GeneralInfo (::_pbi::ConstantInitialized)
 

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 85 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 212 of file DaphneControllerModule.pb.h.

Constructor & Destructor Documentation

◆ GeneralInfo() [1/6]

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

◆ ~GeneralInfo()

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

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

239 {
240 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.GeneralInfo)
241 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
242 SharedDtor();
243}

◆ GeneralInfo() [2/6]

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

◆ GeneralInfo() [3/6]

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

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

219 : ::google::protobuf::Message(), _impl_(from._impl_) {
220 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
221 from._internal_metadata_);
222 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.GeneralInfo)
223}

◆ GeneralInfo() [4/6]

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

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

95 : GeneralInfo() {
96 *this = ::std::move(from);
97 }

◆ GeneralInfo() [5/6]

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

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

214 : ::google::protobuf::Message(arena) {
215 SharedCtor(arena);
216 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.GeneralInfo)
217}
void SharedCtor(::google::protobuf::Arena *arena)

◆ GeneralInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo ( ::_pbi::ConstantInitialized )

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

28 : _impl_{
29 /*decltype(_impl_.v_bias_0_)*/ 0,
30 /*decltype(_impl_.v_bias_1_)*/ 0,
31 /*decltype(_impl_.v_bias_2_)*/ 0,
32 /*decltype(_impl_.v_bias_3_)*/ 0,
33 /*decltype(_impl_.v_bias_4_)*/ 0,
34 /*decltype(_impl_.power_minus5v_)*/ 0,
35 /*decltype(_impl_.power_plus2p5v_)*/ 0,
36 /*decltype(_impl_.power_ce_)*/ 0,
37 /*decltype(_impl_.temperature_)*/ 0,
38 /*decltype(_impl_._cached_size_)*/ {},
39 } {}

Member Function Documentation

◆ _internal_power_ce()

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

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

909 {
910 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
911 return _impl_.power_ce_;
912}

◆ _internal_power_minus5v()

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

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

865 {
866 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
867 return _impl_.power_minus5v_;
868}

◆ _internal_power_plus2p5v()

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

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

887 {
888 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
889 return _impl_.power_plus2p5v_;
890}

◆ _internal_set_power_ce()

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

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

913 {
914 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
915 ;
916 _impl_.power_ce_ = value;
917}

◆ _internal_set_power_minus5v()

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

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

869 {
870 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
871 ;
872 _impl_.power_minus5v_ = value;
873}

◆ _internal_set_power_plus2p5v()

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

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

891 {
892 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
893 ;
894 _impl_.power_plus2p5v_ = value;
895}

◆ _internal_set_temperature()

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

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

935 {
936 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
937 ;
938 _impl_.temperature_ = value;
939}

◆ _internal_set_v_bias_0()

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

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

759 {
760 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
761 ;
762 _impl_.v_bias_0_ = value;
763}

◆ _internal_set_v_bias_1()

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

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

781 {
782 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
783 ;
784 _impl_.v_bias_1_ = value;
785}

◆ _internal_set_v_bias_2()

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

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

803 {
804 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
805 ;
806 _impl_.v_bias_2_ = value;
807}

◆ _internal_set_v_bias_3()

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

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

825 {
826 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
827 ;
828 _impl_.v_bias_3_ = value;
829}

◆ _internal_set_v_bias_4()

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

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

847 {
848 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
849 ;
850 _impl_.v_bias_4_ = value;
851}

◆ _internal_temperature()

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

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

931 {
932 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
933 return _impl_.temperature_;
934}

◆ _internal_v_bias_0()

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

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

755 {
756 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
757 return _impl_.v_bias_0_;
758}

◆ _internal_v_bias_1()

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

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

777 {
778 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
779 return _impl_.v_bias_1_;
780}

◆ _internal_v_bias_2()

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

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

799 {
800 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
801 return _impl_.v_bias_2_;
802}

◆ _internal_v_bias_3()

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

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

821 {
822 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
823 return _impl_.v_bias_3_;
824}

◆ _internal_v_bias_4()

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

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

843 {
844 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
845 return _impl_.v_bias_4_;
846}

◆ _InternalParse()

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

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

264 {
265 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
266 return ptr;
267}
static const ::google::protobuf::internal::TcParseTable< 4, 9, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

357 {
358 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.GeneralInfo)
359 ::uint32_t cached_has_bits = 0;
360 (void)cached_has_bits;
361
362 // double v_bias_0 = 1;
363 static_assert(sizeof(::uint64_t) == sizeof(double),
364 "Code assumes ::uint64_t and double are the same size.");
365 double tmp_v_bias_0 = this->_internal_v_bias_0();
366 ::uint64_t raw_v_bias_0;
367 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
368 if (raw_v_bias_0 != 0) {
369 target = stream->EnsureSpace(target);
370 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
371 1, this->_internal_v_bias_0(), target);
372 }
373
374 // double v_bias_1 = 2;
375 static_assert(sizeof(::uint64_t) == sizeof(double),
376 "Code assumes ::uint64_t and double are the same size.");
377 double tmp_v_bias_1 = this->_internal_v_bias_1();
378 ::uint64_t raw_v_bias_1;
379 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
380 if (raw_v_bias_1 != 0) {
381 target = stream->EnsureSpace(target);
382 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
383 2, this->_internal_v_bias_1(), target);
384 }
385
386 // double v_bias_2 = 3;
387 static_assert(sizeof(::uint64_t) == sizeof(double),
388 "Code assumes ::uint64_t and double are the same size.");
389 double tmp_v_bias_2 = this->_internal_v_bias_2();
390 ::uint64_t raw_v_bias_2;
391 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
392 if (raw_v_bias_2 != 0) {
393 target = stream->EnsureSpace(target);
394 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
395 3, this->_internal_v_bias_2(), target);
396 }
397
398 // double v_bias_3 = 4;
399 static_assert(sizeof(::uint64_t) == sizeof(double),
400 "Code assumes ::uint64_t and double are the same size.");
401 double tmp_v_bias_3 = this->_internal_v_bias_3();
402 ::uint64_t raw_v_bias_3;
403 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
404 if (raw_v_bias_3 != 0) {
405 target = stream->EnsureSpace(target);
406 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
407 4, this->_internal_v_bias_3(), target);
408 }
409
410 // double v_bias_4 = 5;
411 static_assert(sizeof(::uint64_t) == sizeof(double),
412 "Code assumes ::uint64_t and double are the same size.");
413 double tmp_v_bias_4 = this->_internal_v_bias_4();
414 ::uint64_t raw_v_bias_4;
415 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
416 if (raw_v_bias_4 != 0) {
417 target = stream->EnsureSpace(target);
418 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
419 5, this->_internal_v_bias_4(), target);
420 }
421
422 // double power_minus5v = 10;
423 static_assert(sizeof(::uint64_t) == sizeof(double),
424 "Code assumes ::uint64_t and double are the same size.");
425 double tmp_power_minus5v = this->_internal_power_minus5v();
426 ::uint64_t raw_power_minus5v;
427 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
428 if (raw_power_minus5v != 0) {
429 target = stream->EnsureSpace(target);
430 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
431 10, this->_internal_power_minus5v(), target);
432 }
433
434 // double power_plus2p5v = 11;
435 static_assert(sizeof(::uint64_t) == sizeof(double),
436 "Code assumes ::uint64_t and double are the same size.");
437 double tmp_power_plus2p5v = this->_internal_power_plus2p5v();
438 ::uint64_t raw_power_plus2p5v;
439 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
440 if (raw_power_plus2p5v != 0) {
441 target = stream->EnsureSpace(target);
442 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
443 11, this->_internal_power_plus2p5v(), target);
444 }
445
446 // double power_ce = 12;
447 static_assert(sizeof(::uint64_t) == sizeof(double),
448 "Code assumes ::uint64_t and double are the same size.");
449 double tmp_power_ce = this->_internal_power_ce();
450 ::uint64_t raw_power_ce;
451 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
452 if (raw_power_ce != 0) {
453 target = stream->EnsureSpace(target);
454 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
455 12, this->_internal_power_ce(), target);
456 }
457
458 // double temperature = 15;
459 static_assert(sizeof(::uint64_t) == sizeof(double),
460 "Code assumes ::uint64_t and double are the same size.");
461 double tmp_temperature = this->_internal_temperature();
462 ::uint64_t raw_temperature;
463 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
464 if (raw_temperature != 0) {
465 target = stream->EnsureSpace(target);
466 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
467 15, this->_internal_temperature(), target);
468 }
469
470 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
471 target =
472 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
473 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
474 }
475 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.GeneralInfo)
476 return target;
477}

◆ ByteSizeLong()

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

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

479 {
480// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.GeneralInfo)
481 ::size_t total_size = 0;
482
483 ::uint32_t cached_has_bits = 0;
484 // Prevent compiler warnings about cached_has_bits being unused
485 (void) cached_has_bits;
486
487 // double v_bias_0 = 1;
488 static_assert(sizeof(::uint64_t) == sizeof(double),
489 "Code assumes ::uint64_t and double are the same size.");
490 double tmp_v_bias_0 = this->_internal_v_bias_0();
491 ::uint64_t raw_v_bias_0;
492 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
493 if (raw_v_bias_0 != 0) {
494 total_size += 9;
495 }
496
497 // double v_bias_1 = 2;
498 static_assert(sizeof(::uint64_t) == sizeof(double),
499 "Code assumes ::uint64_t and double are the same size.");
500 double tmp_v_bias_1 = this->_internal_v_bias_1();
501 ::uint64_t raw_v_bias_1;
502 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
503 if (raw_v_bias_1 != 0) {
504 total_size += 9;
505 }
506
507 // double v_bias_2 = 3;
508 static_assert(sizeof(::uint64_t) == sizeof(double),
509 "Code assumes ::uint64_t and double are the same size.");
510 double tmp_v_bias_2 = this->_internal_v_bias_2();
511 ::uint64_t raw_v_bias_2;
512 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
513 if (raw_v_bias_2 != 0) {
514 total_size += 9;
515 }
516
517 // double v_bias_3 = 4;
518 static_assert(sizeof(::uint64_t) == sizeof(double),
519 "Code assumes ::uint64_t and double are the same size.");
520 double tmp_v_bias_3 = this->_internal_v_bias_3();
521 ::uint64_t raw_v_bias_3;
522 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
523 if (raw_v_bias_3 != 0) {
524 total_size += 9;
525 }
526
527 // double v_bias_4 = 5;
528 static_assert(sizeof(::uint64_t) == sizeof(double),
529 "Code assumes ::uint64_t and double are the same size.");
530 double tmp_v_bias_4 = this->_internal_v_bias_4();
531 ::uint64_t raw_v_bias_4;
532 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
533 if (raw_v_bias_4 != 0) {
534 total_size += 9;
535 }
536
537 // double power_minus5v = 10;
538 static_assert(sizeof(::uint64_t) == sizeof(double),
539 "Code assumes ::uint64_t and double are the same size.");
540 double tmp_power_minus5v = this->_internal_power_minus5v();
541 ::uint64_t raw_power_minus5v;
542 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
543 if (raw_power_minus5v != 0) {
544 total_size += 9;
545 }
546
547 // double power_plus2p5v = 11;
548 static_assert(sizeof(::uint64_t) == sizeof(double),
549 "Code assumes ::uint64_t and double are the same size.");
550 double tmp_power_plus2p5v = this->_internal_power_plus2p5v();
551 ::uint64_t raw_power_plus2p5v;
552 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
553 if (raw_power_plus2p5v != 0) {
554 total_size += 9;
555 }
556
557 // double power_ce = 12;
558 static_assert(sizeof(::uint64_t) == sizeof(double),
559 "Code assumes ::uint64_t and double are the same size.");
560 double tmp_power_ce = this->_internal_power_ce();
561 ::uint64_t raw_power_ce;
562 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
563 if (raw_power_ce != 0) {
564 total_size += 9;
565 }
566
567 // double temperature = 15;
568 static_assert(sizeof(::uint64_t) == sizeof(double),
569 "Code assumes ::uint64_t and double are the same size.");
570 double tmp_temperature = this->_internal_temperature();
571 ::uint64_t raw_temperature;
572 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
573 if (raw_temperature != 0) {
574 total_size += 9;
575 }
576
577 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
578}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

251 {
252// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.GeneralInfo)
253 ::uint32_t cached_has_bits = 0;
254 // Prevent compiler warnings about cached_has_bits being unused
255 (void) cached_has_bits;
256
257 ::memset(&_impl_.v_bias_0_, 0, static_cast<::size_t>(
258 reinterpret_cast<char*>(&_impl_.temperature_) -
259 reinterpret_cast<char*>(&_impl_.v_bias_0_)) + sizeof(_impl_.temperature_));
260 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
261}

◆ clear_power_ce()

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

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

898 {
899 _impl_.power_ce_ = 0;
900}

◆ clear_power_minus5v()

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

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

854 {
856}

◆ clear_power_plus2p5v()

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

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

876 {
878}

◆ clear_temperature()

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

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

920 {
922}

◆ clear_v_bias_0()

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

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

744 {
745 _impl_.v_bias_0_ = 0;
746}

◆ clear_v_bias_1()

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

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

766 {
767 _impl_.v_bias_1_ = 0;
768}

◆ clear_v_bias_2()

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

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

788 {
789 _impl_.v_bias_2_ = 0;
790}

◆ clear_v_bias_3()

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

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

810 {
811 _impl_.v_bias_3_ = 0;
812}

◆ clear_v_bias_4()

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

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

832 {
833 _impl_.v_bias_4_ = 0;
834}

◆ CopyFrom()

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

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

670 {
671// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.GeneralInfo)
672 if (&from == this) return;
673 Clear();
674 MergeFrom(from);
675}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

133 {
135 }

◆ descriptor()

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

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

124 {
125 return GetDescriptor();
126 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

196 {
197 return "dunedaq.daphnemodules.opmon.GeneralInfo";
198 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

127 {
128 return default_instance().GetMetadata().descriptor;
129 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

692 {
693 return ::_pbi::AssignDescriptors(
696}
::absl::once_flag descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_getter()
::_pb::Metadata file_level_metadata_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto[3]

◆ GetReflection()

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

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

130 {
131 return default_instance().GetMetadata().reflection;
132 }

◆ internal_default_instance()

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

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

136 {
137 return reinterpret_cast<const GeneralInfo*>(
139 }
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 681 of file DaphneControllerModule.pb.cc.

681 {
682 using std::swap;
683 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
684 ::google::protobuf::internal::memswap<
685 PROTOBUF_FIELD_OFFSET(GeneralInfo, _impl_.temperature_)
687 - PROTOBUF_FIELD_OFFSET(GeneralInfo, _impl_.v_bias_0_)>(
688 reinterpret_cast<char*>(&_impl_.v_bias_0_),
689 reinterpret_cast<char*>(&other->_impl_.v_bias_0_));
690}

◆ IsInitialized()

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

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

677 {
678 return true;
679}

◆ MergeFrom()

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

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

173 {
174 GeneralInfo::MergeImpl(*this, from);
175 }
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 587 of file DaphneControllerModule.pb.cc.

587 {
588 auto* const _this = static_cast<GeneralInfo*>(&to_msg);
589 auto& from = static_cast<const GeneralInfo&>(from_msg);
590 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.GeneralInfo)
591 ABSL_DCHECK_NE(&from, _this);
592 ::uint32_t cached_has_bits = 0;
593 (void) cached_has_bits;
594
595 static_assert(sizeof(::uint64_t) == sizeof(double),
596 "Code assumes ::uint64_t and double are the same size.");
597 double tmp_v_bias_0 = from._internal_v_bias_0();
598 ::uint64_t raw_v_bias_0;
599 memcpy(&raw_v_bias_0, &tmp_v_bias_0, sizeof(tmp_v_bias_0));
600 if (raw_v_bias_0 != 0) {
601 _this->_internal_set_v_bias_0(from._internal_v_bias_0());
602 }
603 static_assert(sizeof(::uint64_t) == sizeof(double),
604 "Code assumes ::uint64_t and double are the same size.");
605 double tmp_v_bias_1 = from._internal_v_bias_1();
606 ::uint64_t raw_v_bias_1;
607 memcpy(&raw_v_bias_1, &tmp_v_bias_1, sizeof(tmp_v_bias_1));
608 if (raw_v_bias_1 != 0) {
609 _this->_internal_set_v_bias_1(from._internal_v_bias_1());
610 }
611 static_assert(sizeof(::uint64_t) == sizeof(double),
612 "Code assumes ::uint64_t and double are the same size.");
613 double tmp_v_bias_2 = from._internal_v_bias_2();
614 ::uint64_t raw_v_bias_2;
615 memcpy(&raw_v_bias_2, &tmp_v_bias_2, sizeof(tmp_v_bias_2));
616 if (raw_v_bias_2 != 0) {
617 _this->_internal_set_v_bias_2(from._internal_v_bias_2());
618 }
619 static_assert(sizeof(::uint64_t) == sizeof(double),
620 "Code assumes ::uint64_t and double are the same size.");
621 double tmp_v_bias_3 = from._internal_v_bias_3();
622 ::uint64_t raw_v_bias_3;
623 memcpy(&raw_v_bias_3, &tmp_v_bias_3, sizeof(tmp_v_bias_3));
624 if (raw_v_bias_3 != 0) {
625 _this->_internal_set_v_bias_3(from._internal_v_bias_3());
626 }
627 static_assert(sizeof(::uint64_t) == sizeof(double),
628 "Code assumes ::uint64_t and double are the same size.");
629 double tmp_v_bias_4 = from._internal_v_bias_4();
630 ::uint64_t raw_v_bias_4;
631 memcpy(&raw_v_bias_4, &tmp_v_bias_4, sizeof(tmp_v_bias_4));
632 if (raw_v_bias_4 != 0) {
633 _this->_internal_set_v_bias_4(from._internal_v_bias_4());
634 }
635 static_assert(sizeof(::uint64_t) == sizeof(double),
636 "Code assumes ::uint64_t and double are the same size.");
637 double tmp_power_minus5v = from._internal_power_minus5v();
638 ::uint64_t raw_power_minus5v;
639 memcpy(&raw_power_minus5v, &tmp_power_minus5v, sizeof(tmp_power_minus5v));
640 if (raw_power_minus5v != 0) {
641 _this->_internal_set_power_minus5v(from._internal_power_minus5v());
642 }
643 static_assert(sizeof(::uint64_t) == sizeof(double),
644 "Code assumes ::uint64_t and double are the same size.");
645 double tmp_power_plus2p5v = from._internal_power_plus2p5v();
646 ::uint64_t raw_power_plus2p5v;
647 memcpy(&raw_power_plus2p5v, &tmp_power_plus2p5v, sizeof(tmp_power_plus2p5v));
648 if (raw_power_plus2p5v != 0) {
649 _this->_internal_set_power_plus2p5v(from._internal_power_plus2p5v());
650 }
651 static_assert(sizeof(::uint64_t) == sizeof(double),
652 "Code assumes ::uint64_t and double are the same size.");
653 double tmp_power_ce = from._internal_power_ce();
654 ::uint64_t raw_power_ce;
655 memcpy(&raw_power_ce, &tmp_power_ce, sizeof(tmp_power_ce));
656 if (raw_power_ce != 0) {
657 _this->_internal_set_power_ce(from._internal_power_ce());
658 }
659 static_assert(sizeof(::uint64_t) == sizeof(double),
660 "Code assumes ::uint64_t and double are the same size.");
661 double tmp_temperature = from._internal_temperature();
662 ::uint64_t raw_temperature;
663 memcpy(&raw_temperature, &tmp_temperature, sizeof(tmp_temperature));
664 if (raw_temperature != 0) {
665 _this->_internal_set_temperature(from._internal_temperature());
666 }
667 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
668}

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

167 {
168 return CreateMaybeMessage<GeneralInfo>(arena);
169 }

◆ operator=() [1/2]

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

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

99 {
100 CopyFrom(from);
101 return *this;
102 }

◆ operator=() [2/2]

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

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

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

◆ power_ce()

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

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

901 {
902 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
903 return _internal_power_ce();
904}

◆ power_minus5v()

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

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

857 {
858 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
860}

◆ power_plus2p5v()

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

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

879 {
880 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
882}

◆ set_power_ce()

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

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

905 {
907 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_ce)
908}

◆ set_power_minus5v()

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

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

861 {
863 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_minus5v)
864}

◆ set_power_plus2p5v()

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

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

883 {
885 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.power_plus2p5v)
886}

◆ set_temperature()

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

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

927 {
929 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
930}

◆ set_v_bias_0()

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

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

751 {
753 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
754}

◆ set_v_bias_1()

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

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

773 {
775 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
776}

◆ set_v_bias_2()

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

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

795 {
797 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
798}

◆ set_v_bias_3()

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

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

817 {
819 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
820}

◆ set_v_bias_4()

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

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

839 {
841 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
842}

◆ SetCachedSize()

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

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

247 {
249}
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)
inlineprivate

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

224 {
225 (void)arena;
226 new (&_impl_) Impl_{
227 decltype(_impl_.v_bias_0_){0},
228 decltype(_impl_.v_bias_1_){0},
229 decltype(_impl_.v_bias_2_){0},
230 decltype(_impl_.v_bias_3_){0},
231 decltype(_impl_.v_bias_4_){0},
232 decltype(_impl_.power_minus5v_){0},
233 decltype(_impl_.power_plus2p5v_){0},
234 decltype(_impl_.power_ce_){0},
235 decltype(_impl_.temperature_){0},
236 /*decltype(_impl_._cached_size_)*/ {},
237 };
238}

◆ SharedDtor()

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

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

244 {
245 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
246}

◆ Swap()

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

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

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

◆ temperature()

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

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

923 {
924 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.temperature)
925 return _internal_temperature();
926}

◆ unknown_fields()

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

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

117 {
118 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
119 }

◆ UnsafeArenaSwap()

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

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

159 {
160 if (other == this) return;
161 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
162 InternalSwap(other);
163 }

◆ v_bias_0()

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

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

747 {
748 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_0)
749 return _internal_v_bias_0();
750}

◆ v_bias_1()

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

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

769 {
770 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_1)
771 return _internal_v_bias_1();
772}

◆ v_bias_2()

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

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

791 {
792 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_2)
793 return _internal_v_bias_2();
794}

◆ v_bias_3()

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

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

813 {
814 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_3)
815 return _internal_v_bias_3();
816}

◆ v_bias_4()

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

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

835 {
836 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.GeneralInfo.v_bias_4)
837 return _internal_v_bias_4();
838}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

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

143 {
144 a.Swap(&b);
145 }

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 203 of file DaphneControllerModule.pb.h.

◆ _impl_

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

Definition at line 335 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 318 of file DaphneControllerModule.pb.h.

◆ kIndexInFileMessages

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

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


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