DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DaphneControllerModule.pb.h>
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 | |
GeneralInfo & | operator= (const GeneralInfo &from) |
GeneralInfo & | operator= (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) |
GeneralInfo * | New (::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 GeneralInfo & | default_instance () |
static const GeneralInfo * | internal_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) |
Definition at line 85 of file DaphneControllerModule.pb.h.
Definition at line 321 of file DaphneControllerModule.pb.h.
Definition at line 320 of file DaphneControllerModule.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kVBias0FieldNumber | |
kVBias1FieldNumber | |
kVBias2FieldNumber | |
kVBias3FieldNumber | |
kVBias4FieldNumber | |
kPowerMinus5VFieldNumber | |
kPowerPlus2P5VFieldNumber | |
kPowerCeFieldNumber | |
kTemperatureFieldNumber |
Definition at line 212 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 88 of file DaphneControllerModule.pb.h.
|
override |
Definition at line 239 of file DaphneControllerModule.pb.cc.
|
explicit |
dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo | ( | const GeneralInfo & | from | ) |
Definition at line 218 of file DaphneControllerModule.pb.cc.
|
inlinenoexcept |
Definition at line 94 of file DaphneControllerModule.pb.h.
|
explicitprotected |
Definition at line 213 of file DaphneControllerModule.pb.cc.
PROTOBUF_CONSTEXPR dunedaq::daphnemodules::opmon::GeneralInfo::GeneralInfo | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 27 of file DaphneControllerModule.pb.cc.
|
inlineprivate |
Definition at line 909 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 865 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 887 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 913 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 869 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 891 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 935 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 759 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 781 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 803 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 825 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 847 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 931 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 755 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 777 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 799 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 821 of file DaphneControllerModule.pb.h.
|
inlineprivate |
Definition at line 843 of file DaphneControllerModule.pb.h.
|
final |
Definition at line 263 of file DaphneControllerModule.pb.cc.
|
final |
Definition at line 355 of file DaphneControllerModule.pb.cc.
|
final |
Definition at line 479 of file DaphneControllerModule.pb.cc.
|
final |
Definition at line 251 of file DaphneControllerModule.pb.cc.
|
inline |
Definition at line 898 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 854 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 876 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 920 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 744 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 766 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 788 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 810 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 832 of file DaphneControllerModule.pb.h.
void dunedaq::daphnemodules::opmon::GeneralInfo::CopyFrom | ( | const GeneralInfo & | from | ) |
Definition at line 670 of file DaphneControllerModule.pb.cc.
|
inlinestatic |
Definition at line 133 of file DaphneControllerModule.pb.h.
|
inlinestatic |
Definition at line 124 of file DaphneControllerModule.pb.h.
|
inlinestaticprivate |
Definition at line 196 of file DaphneControllerModule.pb.h.
|
inlinefinal |
Definition at line 186 of file DaphneControllerModule.pb.h.
|
final |
Definition at line 584 of file DaphneControllerModule.pb.cc.
|
inlinestatic |
Definition at line 127 of file DaphneControllerModule.pb.h.
|
final |
Definition at line 692 of file DaphneControllerModule.pb.cc.
|
inlinestatic |
Definition at line 130 of file DaphneControllerModule.pb.h.
|
inlinestatic |
Definition at line 136 of file DaphneControllerModule.pb.h.
|
private |
Definition at line 681 of file DaphneControllerModule.pb.cc.
|
final |
Definition at line 677 of file DaphneControllerModule.pb.cc.
|
inline |
Definition at line 173 of file DaphneControllerModule.pb.h.
|
staticprivate |
Definition at line 587 of file DaphneControllerModule.pb.cc.
|
inline |
Definition at line 120 of file DaphneControllerModule.pb.h.
|
inlinefinal |
Definition at line 167 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 99 of file DaphneControllerModule.pb.h.
|
inlinenoexcept |
Definition at line 103 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 901 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 857 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 879 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 905 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 861 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 883 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 927 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 751 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 773 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 795 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 817 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 839 of file DaphneControllerModule.pb.h.
|
finalprivate |
Definition at line 247 of file DaphneControllerModule.pb.cc.
|
inlineprivate |
Definition at line 224 of file DaphneControllerModule.pb.cc.
|
inlineprivate |
Definition at line 244 of file DaphneControllerModule.pb.cc.
|
inline |
Definition at line 146 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 923 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 117 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 159 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 747 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 769 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 791 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 813 of file DaphneControllerModule.pb.h.
|
inline |
Definition at line 835 of file DaphneControllerModule.pb.h.
|
friend |
Definition at line 319 of file DaphneControllerModule.pb.h.
|
friend |
Definition at line 195 of file DaphneControllerModule.pb.h.
|
friend |
Definition at line 317 of file DaphneControllerModule.pb.h.
|
friend |
Definition at line 336 of file DaphneControllerModule.pb.h.
|
friend |
Definition at line 143 of file DaphneControllerModule.pb.h.
union { ... } dunedaq::daphnemodules::opmon::GeneralInfo |
|
static |
Definition at line 203 of file DaphneControllerModule.pb.h.
Impl_ dunedaq::daphnemodules::opmon::GeneralInfo::_impl_ |
Definition at line 335 of file DaphneControllerModule.pb.h.
|
staticprivate |
Definition at line 318 of file DaphneControllerModule.pb.h.
|
staticconstexpr |
Definition at line 140 of file DaphneControllerModule.pb.h.