DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
wib::ConfigurePower Class Referencefinal

#include <wib.pb.h>

Inheritance diagram for wib::ConfigurePower:
[legend]
Collaboration diagram for wib::ConfigurePower:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kDc2DcO1FieldNumber = 1 , kDc2DcO2FieldNumber = 2 , kDc2DcO3FieldNumber = 3 , kDc2DcO4FieldNumber = 4 ,
  kLdoA0FieldNumber = 5 , kLdoA1FieldNumber = 6
}
 

Public Member Functions

 ConfigurePower ()
 
 ~ConfigurePower () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ConfigurePower (::google::protobuf::internal::ConstantInitialized)
 
 ConfigurePower (const ConfigurePower &from)
 
 ConfigurePower (ConfigurePower &&from) noexcept
 
ConfigurePoweroperator= (const ConfigurePower &from)
 
ConfigurePoweroperator= (ConfigurePower &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ConfigurePower *other)
 
void UnsafeArenaSwap (ConfigurePower *other)
 
ConfigurePowerNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ConfigurePower &from)
 
void MergeFrom (const ConfigurePower &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_dc2dc_o1 ()
 
double dc2dc_o1 () const
 
void set_dc2dc_o1 (double value)
 
void clear_dc2dc_o2 ()
 
double dc2dc_o2 () const
 
void set_dc2dc_o2 (double value)
 
void clear_dc2dc_o3 ()
 
double dc2dc_o3 () const
 
void set_dc2dc_o3 (double value)
 
void clear_dc2dc_o4 ()
 
double dc2dc_o4 () const
 
void set_dc2dc_o4 (double value)
 
void clear_ldo_a0 ()
 
double ldo_a0 () const
 
void set_ldo_a0 (double value)
 
void clear_ldo_a1 ()
 
double ldo_a1 () const
 
void set_ldo_a1 (double value)
 
template<typename >
PROTOBUF_CONSTEXPR ConfigurePower (::_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 ConfigurePowerdefault_instance ()
 
static const ConfigurePowerinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ConfigurePower (::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 (ConfigurePower *other)
 
double _internal_dc2dc_o1 () const
 
void _internal_set_dc2dc_o1 (double value)
 
double _internal_dc2dc_o2 () const
 
void _internal_set_dc2dc_o2 (double value)
 
double _internal_dc2dc_o3 () const
 
void _internal_set_dc2dc_o3 (double value)
 
double _internal_dc2dc_o4 () const
 
void _internal_set_dc2dc_o4 (double value)
 
double _internal_ldo_a0 () const
 
void _internal_set_ldo_a0 (double value)
 
double _internal_ldo_a1 () const
 
void _internal_set_ldo_a1 (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< 3, 6, 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_wib_2eproto
 
void swap (ConfigurePower &a, ConfigurePower &b)
 

Detailed Description

Definition at line 1180 of file wib.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 1383 of file wib.pb.h.

◆ InternalArenaConstructable_

Definition at line 1382 of file wib.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDc2DcO1FieldNumber 
kDc2DcO2FieldNumber 
kDc2DcO3FieldNumber 
kDc2DcO4FieldNumber 
kLdoA0FieldNumber 
kLdoA1FieldNumber 

Definition at line 1307 of file wib.pb.h.

Constructor & Destructor Documentation

◆ ConfigurePower() [1/6]

wib::ConfigurePower::ConfigurePower ( )
inline

Definition at line 1183 of file wib.pb.h.

1183: ConfigurePower(nullptr) {}

◆ ~ConfigurePower()

wib::ConfigurePower::~ConfigurePower ( )
override

Definition at line 2688 of file wib.pb.cc.

2688 {
2689 // @@protoc_insertion_point(destructor:wib.ConfigurePower)
2690 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2691 SharedDtor();
2692}

◆ ConfigurePower() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::ConfigurePower::ConfigurePower ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ ConfigurePower() [3/6]

wib::ConfigurePower::ConfigurePower ( const ConfigurePower & from)

Definition at line 2670 of file wib.pb.cc.

2671 : ::google::protobuf::Message(), _impl_(from._impl_) {
2672 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2673 from._internal_metadata_);
2674 // @@protoc_insertion_point(copy_constructor:wib.ConfigurePower)
2675}

◆ ConfigurePower() [4/6]

wib::ConfigurePower::ConfigurePower ( ConfigurePower && from)
inlinenoexcept

Definition at line 1189 of file wib.pb.h.

1190 : ConfigurePower() {
1191 *this = ::std::move(from);
1192 }

◆ ConfigurePower() [5/6]

wib::ConfigurePower::ConfigurePower ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 2665 of file wib.pb.cc.

2666 : ::google::protobuf::Message(arena) {
2667 SharedCtor(arena);
2668 // @@protoc_insertion_point(arena_constructor:wib.ConfigurePower)
2669}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:2676

◆ ConfigurePower() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::ConfigurePower::ConfigurePower ( ::_pbi::ConstantInitialized )

Definition at line 135 of file wib.pb.cc.

136 : _impl_{
137 /*decltype(_impl_.dc2dc_o1_)*/ 0,
138 /*decltype(_impl_.dc2dc_o2_)*/ 0,
139 /*decltype(_impl_.dc2dc_o3_)*/ 0,
140 /*decltype(_impl_.dc2dc_o4_)*/ 0,
141 /*decltype(_impl_.ldo_a0_)*/ 0,
142 /*decltype(_impl_.ldo_a1_)*/ 0,
143 /*decltype(_impl_._cached_size_)*/ {},
144 } {}

Member Function Documentation

◆ _internal_dc2dc_o1()

double wib::ConfigurePower::_internal_dc2dc_o1 ( ) const
inlineprivate

Definition at line 7795 of file wib.pb.h.

7795 {
7796 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7797 return _impl_.dc2dc_o1_;
7798}

◆ _internal_dc2dc_o2()

double wib::ConfigurePower::_internal_dc2dc_o2 ( ) const
inlineprivate

Definition at line 7817 of file wib.pb.h.

7817 {
7818 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7819 return _impl_.dc2dc_o2_;
7820}

◆ _internal_dc2dc_o3()

double wib::ConfigurePower::_internal_dc2dc_o3 ( ) const
inlineprivate

Definition at line 7839 of file wib.pb.h.

7839 {
7840 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7841 return _impl_.dc2dc_o3_;
7842}

◆ _internal_dc2dc_o4()

double wib::ConfigurePower::_internal_dc2dc_o4 ( ) const
inlineprivate

Definition at line 7861 of file wib.pb.h.

7861 {
7862 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7863 return _impl_.dc2dc_o4_;
7864}

◆ _internal_ldo_a0()

double wib::ConfigurePower::_internal_ldo_a0 ( ) const
inlineprivate

Definition at line 7883 of file wib.pb.h.

7883 {
7884 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7885 return _impl_.ldo_a0_;
7886}

◆ _internal_ldo_a1()

double wib::ConfigurePower::_internal_ldo_a1 ( ) const
inlineprivate

Definition at line 7905 of file wib.pb.h.

7905 {
7906 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7907 return _impl_.ldo_a1_;
7908}

◆ _internal_set_dc2dc_o1()

void wib::ConfigurePower::_internal_set_dc2dc_o1 ( double value)
inlineprivate

Definition at line 7799 of file wib.pb.h.

7799 {
7800 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7801 ;
7802 _impl_.dc2dc_o1_ = value;
7803}

◆ _internal_set_dc2dc_o2()

void wib::ConfigurePower::_internal_set_dc2dc_o2 ( double value)
inlineprivate

Definition at line 7821 of file wib.pb.h.

7821 {
7822 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7823 ;
7824 _impl_.dc2dc_o2_ = value;
7825}

◆ _internal_set_dc2dc_o3()

void wib::ConfigurePower::_internal_set_dc2dc_o3 ( double value)
inlineprivate

Definition at line 7843 of file wib.pb.h.

7843 {
7844 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7845 ;
7846 _impl_.dc2dc_o3_ = value;
7847}

◆ _internal_set_dc2dc_o4()

void wib::ConfigurePower::_internal_set_dc2dc_o4 ( double value)
inlineprivate

Definition at line 7865 of file wib.pb.h.

7865 {
7866 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7867 ;
7868 _impl_.dc2dc_o4_ = value;
7869}

◆ _internal_set_ldo_a0()

void wib::ConfigurePower::_internal_set_ldo_a0 ( double value)
inlineprivate

Definition at line 7887 of file wib.pb.h.

7887 {
7888 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7889 ;
7890 _impl_.ldo_a0_ = value;
7891}

◆ _internal_set_ldo_a1()

void wib::ConfigurePower::_internal_set_ldo_a1 ( double value)
inlineprivate

Definition at line 7909 of file wib.pb.h.

7909 {
7910 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7911 ;
7912 _impl_.ldo_a1_ = value;
7913}

◆ _InternalParse()

const char * wib::ConfigurePower::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 2712 of file wib.pb.cc.

2713 {
2714 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2715 return ptr;
2716}
static const ::google::protobuf::internal::TcParseTable< 3, 6, 0, 0, 2 > _table_
Definition wib.pb.h:1380

◆ _InternalSerialize()

uint8_t * wib::ConfigurePower::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 2781 of file wib.pb.cc.

2783 {
2784 // @@protoc_insertion_point(serialize_to_array_start:wib.ConfigurePower)
2785 ::uint32_t cached_has_bits = 0;
2786 (void)cached_has_bits;
2787
2788 // double dc2dc_o1 = 1;
2789 static_assert(sizeof(::uint64_t) == sizeof(double),
2790 "Code assumes ::uint64_t and double are the same size.");
2791 double tmp_dc2dc_o1 = this->_internal_dc2dc_o1();
2792 ::uint64_t raw_dc2dc_o1;
2793 memcpy(&raw_dc2dc_o1, &tmp_dc2dc_o1, sizeof(tmp_dc2dc_o1));
2794 if (raw_dc2dc_o1 != 0) {
2795 target = stream->EnsureSpace(target);
2796 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2797 1, this->_internal_dc2dc_o1(), target);
2798 }
2799
2800 // double dc2dc_o2 = 2;
2801 static_assert(sizeof(::uint64_t) == sizeof(double),
2802 "Code assumes ::uint64_t and double are the same size.");
2803 double tmp_dc2dc_o2 = this->_internal_dc2dc_o2();
2804 ::uint64_t raw_dc2dc_o2;
2805 memcpy(&raw_dc2dc_o2, &tmp_dc2dc_o2, sizeof(tmp_dc2dc_o2));
2806 if (raw_dc2dc_o2 != 0) {
2807 target = stream->EnsureSpace(target);
2808 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2809 2, this->_internal_dc2dc_o2(), target);
2810 }
2811
2812 // double dc2dc_o3 = 3;
2813 static_assert(sizeof(::uint64_t) == sizeof(double),
2814 "Code assumes ::uint64_t and double are the same size.");
2815 double tmp_dc2dc_o3 = this->_internal_dc2dc_o3();
2816 ::uint64_t raw_dc2dc_o3;
2817 memcpy(&raw_dc2dc_o3, &tmp_dc2dc_o3, sizeof(tmp_dc2dc_o3));
2818 if (raw_dc2dc_o3 != 0) {
2819 target = stream->EnsureSpace(target);
2820 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2821 3, this->_internal_dc2dc_o3(), target);
2822 }
2823
2824 // double dc2dc_o4 = 4;
2825 static_assert(sizeof(::uint64_t) == sizeof(double),
2826 "Code assumes ::uint64_t and double are the same size.");
2827 double tmp_dc2dc_o4 = this->_internal_dc2dc_o4();
2828 ::uint64_t raw_dc2dc_o4;
2829 memcpy(&raw_dc2dc_o4, &tmp_dc2dc_o4, sizeof(tmp_dc2dc_o4));
2830 if (raw_dc2dc_o4 != 0) {
2831 target = stream->EnsureSpace(target);
2832 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2833 4, this->_internal_dc2dc_o4(), target);
2834 }
2835
2836 // double ldo_a0 = 5;
2837 static_assert(sizeof(::uint64_t) == sizeof(double),
2838 "Code assumes ::uint64_t and double are the same size.");
2839 double tmp_ldo_a0 = this->_internal_ldo_a0();
2840 ::uint64_t raw_ldo_a0;
2841 memcpy(&raw_ldo_a0, &tmp_ldo_a0, sizeof(tmp_ldo_a0));
2842 if (raw_ldo_a0 != 0) {
2843 target = stream->EnsureSpace(target);
2844 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2845 5, this->_internal_ldo_a0(), target);
2846 }
2847
2848 // double ldo_a1 = 6;
2849 static_assert(sizeof(::uint64_t) == sizeof(double),
2850 "Code assumes ::uint64_t and double are the same size.");
2851 double tmp_ldo_a1 = this->_internal_ldo_a1();
2852 ::uint64_t raw_ldo_a1;
2853 memcpy(&raw_ldo_a1, &tmp_ldo_a1, sizeof(tmp_ldo_a1));
2854 if (raw_ldo_a1 != 0) {
2855 target = stream->EnsureSpace(target);
2856 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
2857 6, this->_internal_ldo_a1(), target);
2858 }
2859
2860 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2861 target =
2862 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2863 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2864 }
2865 // @@protoc_insertion_point(serialize_to_array_end:wib.ConfigurePower)
2866 return target;
2867}
double _internal_dc2dc_o1() const
Definition wib.pb.h:7795
double _internal_ldo_a0() const
Definition wib.pb.h:7883
double _internal_ldo_a1() const
Definition wib.pb.h:7905
double _internal_dc2dc_o3() const
Definition wib.pb.h:7839
double _internal_dc2dc_o2() const
Definition wib.pb.h:7817
double _internal_dc2dc_o4() const
Definition wib.pb.h:7861

◆ ByteSizeLong()

size_t wib::ConfigurePower::ByteSizeLong ( ) const
final

Definition at line 2869 of file wib.pb.cc.

2869 {
2870// @@protoc_insertion_point(message_byte_size_start:wib.ConfigurePower)
2871 ::size_t total_size = 0;
2872
2873 ::uint32_t cached_has_bits = 0;
2874 // Prevent compiler warnings about cached_has_bits being unused
2875 (void) cached_has_bits;
2876
2877 // double dc2dc_o1 = 1;
2878 static_assert(sizeof(::uint64_t) == sizeof(double),
2879 "Code assumes ::uint64_t and double are the same size.");
2880 double tmp_dc2dc_o1 = this->_internal_dc2dc_o1();
2881 ::uint64_t raw_dc2dc_o1;
2882 memcpy(&raw_dc2dc_o1, &tmp_dc2dc_o1, sizeof(tmp_dc2dc_o1));
2883 if (raw_dc2dc_o1 != 0) {
2884 total_size += 9;
2885 }
2886
2887 // double dc2dc_o2 = 2;
2888 static_assert(sizeof(::uint64_t) == sizeof(double),
2889 "Code assumes ::uint64_t and double are the same size.");
2890 double tmp_dc2dc_o2 = this->_internal_dc2dc_o2();
2891 ::uint64_t raw_dc2dc_o2;
2892 memcpy(&raw_dc2dc_o2, &tmp_dc2dc_o2, sizeof(tmp_dc2dc_o2));
2893 if (raw_dc2dc_o2 != 0) {
2894 total_size += 9;
2895 }
2896
2897 // double dc2dc_o3 = 3;
2898 static_assert(sizeof(::uint64_t) == sizeof(double),
2899 "Code assumes ::uint64_t and double are the same size.");
2900 double tmp_dc2dc_o3 = this->_internal_dc2dc_o3();
2901 ::uint64_t raw_dc2dc_o3;
2902 memcpy(&raw_dc2dc_o3, &tmp_dc2dc_o3, sizeof(tmp_dc2dc_o3));
2903 if (raw_dc2dc_o3 != 0) {
2904 total_size += 9;
2905 }
2906
2907 // double dc2dc_o4 = 4;
2908 static_assert(sizeof(::uint64_t) == sizeof(double),
2909 "Code assumes ::uint64_t and double are the same size.");
2910 double tmp_dc2dc_o4 = this->_internal_dc2dc_o4();
2911 ::uint64_t raw_dc2dc_o4;
2912 memcpy(&raw_dc2dc_o4, &tmp_dc2dc_o4, sizeof(tmp_dc2dc_o4));
2913 if (raw_dc2dc_o4 != 0) {
2914 total_size += 9;
2915 }
2916
2917 // double ldo_a0 = 5;
2918 static_assert(sizeof(::uint64_t) == sizeof(double),
2919 "Code assumes ::uint64_t and double are the same size.");
2920 double tmp_ldo_a0 = this->_internal_ldo_a0();
2921 ::uint64_t raw_ldo_a0;
2922 memcpy(&raw_ldo_a0, &tmp_ldo_a0, sizeof(tmp_ldo_a0));
2923 if (raw_ldo_a0 != 0) {
2924 total_size += 9;
2925 }
2926
2927 // double ldo_a1 = 6;
2928 static_assert(sizeof(::uint64_t) == sizeof(double),
2929 "Code assumes ::uint64_t and double are the same size.");
2930 double tmp_ldo_a1 = this->_internal_ldo_a1();
2931 ::uint64_t raw_ldo_a1;
2932 memcpy(&raw_ldo_a1, &tmp_ldo_a1, sizeof(tmp_ldo_a1));
2933 if (raw_ldo_a1 != 0) {
2934 total_size += 9;
2935 }
2936
2937 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2938}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:1391

◆ Clear()

PROTOBUF_NOINLINE void wib::ConfigurePower::Clear ( )
final

Definition at line 2700 of file wib.pb.cc.

2700 {
2701// @@protoc_insertion_point(message_clear_start:wib.ConfigurePower)
2702 ::uint32_t cached_has_bits = 0;
2703 // Prevent compiler warnings about cached_has_bits being unused
2704 (void) cached_has_bits;
2705
2706 ::memset(&_impl_.dc2dc_o1_, 0, static_cast<::size_t>(
2707 reinterpret_cast<char*>(&_impl_.ldo_a1_) -
2708 reinterpret_cast<char*>(&_impl_.dc2dc_o1_)) + sizeof(_impl_.ldo_a1_));
2709 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2710}

◆ clear_dc2dc_o1()

void wib::ConfigurePower::clear_dc2dc_o1 ( )
inline

Definition at line 7784 of file wib.pb.h.

7784 {
7785 _impl_.dc2dc_o1_ = 0;
7786}

◆ clear_dc2dc_o2()

void wib::ConfigurePower::clear_dc2dc_o2 ( )
inline

Definition at line 7806 of file wib.pb.h.

7806 {
7807 _impl_.dc2dc_o2_ = 0;
7808}

◆ clear_dc2dc_o3()

void wib::ConfigurePower::clear_dc2dc_o3 ( )
inline

Definition at line 7828 of file wib.pb.h.

7828 {
7829 _impl_.dc2dc_o3_ = 0;
7830}

◆ clear_dc2dc_o4()

void wib::ConfigurePower::clear_dc2dc_o4 ( )
inline

Definition at line 7850 of file wib.pb.h.

7850 {
7851 _impl_.dc2dc_o4_ = 0;
7852}

◆ clear_ldo_a0()

void wib::ConfigurePower::clear_ldo_a0 ( )
inline

Definition at line 7872 of file wib.pb.h.

7872 {
7873 _impl_.ldo_a0_ = 0;
7874}

◆ clear_ldo_a1()

void wib::ConfigurePower::clear_ldo_a1 ( )
inline

Definition at line 7894 of file wib.pb.h.

7894 {
7895 _impl_.ldo_a1_ = 0;
7896}

◆ CopyFrom()

void wib::ConfigurePower::CopyFrom ( const ConfigurePower & from)

Definition at line 3006 of file wib.pb.cc.

3006 {
3007// @@protoc_insertion_point(class_specific_copy_from_start:wib.ConfigurePower)
3008 if (&from == this) return;
3009 Clear();
3010 MergeFrom(from);
3011}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:2700
void MergeFrom(const ConfigurePower &from)
Definition wib.pb.h:1268

◆ dc2dc_o1()

double wib::ConfigurePower::dc2dc_o1 ( ) const
inline

Definition at line 7787 of file wib.pb.h.

7787 {
7788 // @@protoc_insertion_point(field_get:wib.ConfigurePower.dc2dc_o1)
7789 return _internal_dc2dc_o1();
7790}

◆ dc2dc_o2()

double wib::ConfigurePower::dc2dc_o2 ( ) const
inline

Definition at line 7809 of file wib.pb.h.

7809 {
7810 // @@protoc_insertion_point(field_get:wib.ConfigurePower.dc2dc_o2)
7811 return _internal_dc2dc_o2();
7812}

◆ dc2dc_o3()

double wib::ConfigurePower::dc2dc_o3 ( ) const
inline

Definition at line 7831 of file wib.pb.h.

7831 {
7832 // @@protoc_insertion_point(field_get:wib.ConfigurePower.dc2dc_o3)
7833 return _internal_dc2dc_o3();
7834}

◆ dc2dc_o4()

double wib::ConfigurePower::dc2dc_o4 ( ) const
inline

Definition at line 7853 of file wib.pb.h.

7853 {
7854 // @@protoc_insertion_point(field_get:wib.ConfigurePower.dc2dc_o4)
7855 return _internal_dc2dc_o4();
7856}

◆ default_instance()

static const ConfigurePower & wib::ConfigurePower::default_instance ( )
inlinestatic

Definition at line 1228 of file wib.pb.h.

1228 {
1229 return *internal_default_instance();
1230 }
static const ConfigurePower * internal_default_instance()
Definition wib.pb.h:1231

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::ConfigurePower::descriptor ( )
inlinestatic

Definition at line 1219 of file wib.pb.h.

1219 {
1220 return GetDescriptor();
1221 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:1222

◆ FullMessageName()

::absl::string_view wib::ConfigurePower::FullMessageName ( )
inlinestaticprivate

Definition at line 1291 of file wib.pb.h.

1291 {
1292 return "wib.ConfigurePower";
1293 }

◆ GetCachedSize()

int wib::ConfigurePower::GetCachedSize ( ) const
inlinefinal

Definition at line 1281 of file wib.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::ConfigurePower::GetClassData ( ) const
final

Definition at line 2944 of file wib.pb.cc.

2944{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:1298

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::ConfigurePower::GetDescriptor ( )
inlinestatic

Definition at line 1222 of file wib.pb.h.

1222 {
1223 return default_instance().GetMetadata().descriptor;
1224 }
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:3028
static const ConfigurePower & default_instance()
Definition wib.pb.h:1228

◆ GetMetadata()

google::protobuf::Metadata wib::ConfigurePower::GetMetadata ( ) const
final

Definition at line 3028 of file wib.pb.cc.

3028 {
3029 return ::_pbi::AssignDescriptors(
3032}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::ConfigurePower::GetReflection ( )
inlinestatic

Definition at line 1225 of file wib.pb.h.

1225 {
1226 return default_instance().GetMetadata().reflection;
1227 }

◆ internal_default_instance()

static const ConfigurePower * wib::ConfigurePower::internal_default_instance ( )
inlinestatic

Definition at line 1231 of file wib.pb.h.

1231 {
1232 return reinterpret_cast<const ConfigurePower*>(
1234 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigurePowerDefaultTypeInternal _ConfigurePower_default_instance_
Definition wib.pb.cc:154

◆ InternalSwap()

void wib::ConfigurePower::InternalSwap ( ConfigurePower * other)
private

Definition at line 3017 of file wib.pb.cc.

3017 {
3018 using std::swap;
3019 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
3020 ::google::protobuf::internal::memswap<
3021 PROTOBUF_FIELD_OFFSET(ConfigurePower, _impl_.ldo_a1_)
3023 - PROTOBUF_FIELD_OFFSET(ConfigurePower, _impl_.dc2dc_o1_)>(
3024 reinterpret_cast<char*>(&_impl_.dc2dc_o1_),
3025 reinterpret_cast<char*>(&other->_impl_.dc2dc_o1_));
3026}

◆ IsInitialized()

PROTOBUF_NOINLINE bool wib::ConfigurePower::IsInitialized ( ) const
final

Definition at line 3013 of file wib.pb.cc.

3013 {
3014 return true;
3015}

◆ ldo_a0()

double wib::ConfigurePower::ldo_a0 ( ) const
inline

Definition at line 7875 of file wib.pb.h.

7875 {
7876 // @@protoc_insertion_point(field_get:wib.ConfigurePower.ldo_a0)
7877 return _internal_ldo_a0();
7878}

◆ ldo_a1()

double wib::ConfigurePower::ldo_a1 ( ) const
inline

Definition at line 7897 of file wib.pb.h.

7897 {
7898 // @@protoc_insertion_point(field_get:wib.ConfigurePower.ldo_a1)
7899 return _internal_ldo_a1();
7900}

◆ MergeFrom()

void wib::ConfigurePower::MergeFrom ( const ConfigurePower & from)
inline

Definition at line 1268 of file wib.pb.h.

1268 {
1269 ConfigurePower::MergeImpl(*this, from);
1270 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:2947

◆ MergeImpl()

void wib::ConfigurePower::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 2947 of file wib.pb.cc.

2947 {
2948 auto* const _this = static_cast<ConfigurePower*>(&to_msg);
2949 auto& from = static_cast<const ConfigurePower&>(from_msg);
2950 // @@protoc_insertion_point(class_specific_merge_from_start:wib.ConfigurePower)
2951 ABSL_DCHECK_NE(&from, _this);
2952 ::uint32_t cached_has_bits = 0;
2953 (void) cached_has_bits;
2954
2955 static_assert(sizeof(::uint64_t) == sizeof(double),
2956 "Code assumes ::uint64_t and double are the same size.");
2957 double tmp_dc2dc_o1 = from._internal_dc2dc_o1();
2958 ::uint64_t raw_dc2dc_o1;
2959 memcpy(&raw_dc2dc_o1, &tmp_dc2dc_o1, sizeof(tmp_dc2dc_o1));
2960 if (raw_dc2dc_o1 != 0) {
2961 _this->_internal_set_dc2dc_o1(from._internal_dc2dc_o1());
2962 }
2963 static_assert(sizeof(::uint64_t) == sizeof(double),
2964 "Code assumes ::uint64_t and double are the same size.");
2965 double tmp_dc2dc_o2 = from._internal_dc2dc_o2();
2966 ::uint64_t raw_dc2dc_o2;
2967 memcpy(&raw_dc2dc_o2, &tmp_dc2dc_o2, sizeof(tmp_dc2dc_o2));
2968 if (raw_dc2dc_o2 != 0) {
2969 _this->_internal_set_dc2dc_o2(from._internal_dc2dc_o2());
2970 }
2971 static_assert(sizeof(::uint64_t) == sizeof(double),
2972 "Code assumes ::uint64_t and double are the same size.");
2973 double tmp_dc2dc_o3 = from._internal_dc2dc_o3();
2974 ::uint64_t raw_dc2dc_o3;
2975 memcpy(&raw_dc2dc_o3, &tmp_dc2dc_o3, sizeof(tmp_dc2dc_o3));
2976 if (raw_dc2dc_o3 != 0) {
2977 _this->_internal_set_dc2dc_o3(from._internal_dc2dc_o3());
2978 }
2979 static_assert(sizeof(::uint64_t) == sizeof(double),
2980 "Code assumes ::uint64_t and double are the same size.");
2981 double tmp_dc2dc_o4 = from._internal_dc2dc_o4();
2982 ::uint64_t raw_dc2dc_o4;
2983 memcpy(&raw_dc2dc_o4, &tmp_dc2dc_o4, sizeof(tmp_dc2dc_o4));
2984 if (raw_dc2dc_o4 != 0) {
2985 _this->_internal_set_dc2dc_o4(from._internal_dc2dc_o4());
2986 }
2987 static_assert(sizeof(::uint64_t) == sizeof(double),
2988 "Code assumes ::uint64_t and double are the same size.");
2989 double tmp_ldo_a0 = from._internal_ldo_a0();
2990 ::uint64_t raw_ldo_a0;
2991 memcpy(&raw_ldo_a0, &tmp_ldo_a0, sizeof(tmp_ldo_a0));
2992 if (raw_ldo_a0 != 0) {
2993 _this->_internal_set_ldo_a0(from._internal_ldo_a0());
2994 }
2995 static_assert(sizeof(::uint64_t) == sizeof(double),
2996 "Code assumes ::uint64_t and double are the same size.");
2997 double tmp_ldo_a1 = from._internal_ldo_a1();
2998 ::uint64_t raw_ldo_a1;
2999 memcpy(&raw_ldo_a1, &tmp_ldo_a1, sizeof(tmp_ldo_a1));
3000 if (raw_ldo_a1 != 0) {
3001 _this->_internal_set_ldo_a1(from._internal_ldo_a1());
3002 }
3003 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
3004}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::ConfigurePower::mutable_unknown_fields ( )
inline

Definition at line 1215 of file wib.pb.h.

1215 {
1216 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1217 }

◆ New()

ConfigurePower * wib::ConfigurePower::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 1262 of file wib.pb.h.

1262 {
1263 return CreateMaybeMessage<ConfigurePower>(arena);
1264 }

◆ operator=() [1/2]

ConfigurePower & wib::ConfigurePower::operator= ( ConfigurePower && from)
inlinenoexcept

Definition at line 1198 of file wib.pb.h.

1198 {
1199 if (this == &from) return *this;
1200 if (GetOwningArena() == from.GetOwningArena()
1201 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1202 && GetOwningArena() != nullptr
1203 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1204 ) {
1205 InternalSwap(&from);
1206 } else {
1207 CopyFrom(from);
1208 }
1209 return *this;
1210 }
void CopyFrom(const ConfigurePower &from)
Definition wib.pb.cc:3006
void InternalSwap(ConfigurePower *other)
Definition wib.pb.cc:3017

◆ operator=() [2/2]

ConfigurePower & wib::ConfigurePower::operator= ( const ConfigurePower & from)
inline

Definition at line 1194 of file wib.pb.h.

1194 {
1195 CopyFrom(from);
1196 return *this;
1197 }

◆ set_dc2dc_o1()

void wib::ConfigurePower::set_dc2dc_o1 ( double value)
inline

Definition at line 7791 of file wib.pb.h.

7791 {
7793 // @@protoc_insertion_point(field_set:wib.ConfigurePower.dc2dc_o1)
7794}
void _internal_set_dc2dc_o1(double value)
Definition wib.pb.h:7799

◆ set_dc2dc_o2()

void wib::ConfigurePower::set_dc2dc_o2 ( double value)
inline

Definition at line 7813 of file wib.pb.h.

7813 {
7815 // @@protoc_insertion_point(field_set:wib.ConfigurePower.dc2dc_o2)
7816}
void _internal_set_dc2dc_o2(double value)
Definition wib.pb.h:7821

◆ set_dc2dc_o3()

void wib::ConfigurePower::set_dc2dc_o3 ( double value)
inline

Definition at line 7835 of file wib.pb.h.

7835 {
7837 // @@protoc_insertion_point(field_set:wib.ConfigurePower.dc2dc_o3)
7838}
void _internal_set_dc2dc_o3(double value)
Definition wib.pb.h:7843

◆ set_dc2dc_o4()

void wib::ConfigurePower::set_dc2dc_o4 ( double value)
inline

Definition at line 7857 of file wib.pb.h.

7857 {
7859 // @@protoc_insertion_point(field_set:wib.ConfigurePower.dc2dc_o4)
7860}
void _internal_set_dc2dc_o4(double value)
Definition wib.pb.h:7865

◆ set_ldo_a0()

void wib::ConfigurePower::set_ldo_a0 ( double value)
inline

Definition at line 7879 of file wib.pb.h.

7879 {
7880 _internal_set_ldo_a0(value);
7881 // @@protoc_insertion_point(field_set:wib.ConfigurePower.ldo_a0)
7882}
void _internal_set_ldo_a0(double value)
Definition wib.pb.h:7887

◆ set_ldo_a1()

void wib::ConfigurePower::set_ldo_a1 ( double value)
inline

Definition at line 7901 of file wib.pb.h.

7901 {
7902 _internal_set_ldo_a1(value);
7903 // @@protoc_insertion_point(field_set:wib.ConfigurePower.ldo_a1)
7904}
void _internal_set_ldo_a1(double value)
Definition wib.pb.h:7909

◆ SetCachedSize()

void wib::ConfigurePower::SetCachedSize ( int size) const
finalprivate

Definition at line 2696 of file wib.pb.cc.

2696 {
2697 _impl_._cached_size_.Set(size);
2698}

◆ SharedCtor()

void wib::ConfigurePower::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 2676 of file wib.pb.cc.

2676 {
2677 (void)arena;
2678 new (&_impl_) Impl_{
2679 decltype(_impl_.dc2dc_o1_){0},
2680 decltype(_impl_.dc2dc_o2_){0},
2681 decltype(_impl_.dc2dc_o3_){0},
2682 decltype(_impl_.dc2dc_o4_){0},
2683 decltype(_impl_.ldo_a0_){0},
2684 decltype(_impl_.ldo_a1_){0},
2685 /*decltype(_impl_._cached_size_)*/ {},
2686 };
2687}

◆ SharedDtor()

void wib::ConfigurePower::SharedDtor ( )
inlineprivate

Definition at line 2693 of file wib.pb.cc.

2693 {
2694 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2695}

◆ Swap()

void wib::ConfigurePower::Swap ( ConfigurePower * other)
inline

Definition at line 1241 of file wib.pb.h.

1241 {
1242 if (other == this) return;
1243 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1244 if (GetOwningArena() != nullptr &&
1245 GetOwningArena() == other->GetOwningArena()) {
1246 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1247 if (GetOwningArena() == other->GetOwningArena()) {
1248 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1249 InternalSwap(other);
1250 } else {
1251 ::google::protobuf::internal::GenericSwap(this, other);
1252 }
1253 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::ConfigurePower::unknown_fields ( ) const
inline

Definition at line 1212 of file wib.pb.h.

1212 {
1213 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1214 }

◆ UnsafeArenaSwap()

void wib::ConfigurePower::UnsafeArenaSwap ( ConfigurePower * other)
inline

Definition at line 1254 of file wib.pb.h.

1254 {
1255 if (other == this) return;
1256 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1257 InternalSwap(other);
1258 }

Friends And Related Symbol Documentation

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

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

Definition at line 1381 of file wib.pb.h.

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

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

Definition at line 1290 of file wib.pb.h.

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

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

Definition at line 1379 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 1395 of file wib.pb.h.

◆ swap

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

Definition at line 1238 of file wib.pb.h.

1238 {
1239 a.Swap(&b);
1240 }

Member Data Documentation

◆ [union]

union { ... } wib::ConfigurePower

◆ _class_data_

const::google::protobuf::Message::ClassData wib::ConfigurePower::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 1298 of file wib.pb.h.

◆ _impl_

Impl_ wib::ConfigurePower::_impl_

Definition at line 1394 of file wib.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 6, 0, 0, 2 > wib::ConfigurePower::_table_
staticprivate

Definition at line 1380 of file wib.pb.h.

◆ kIndexInFileMessages

int wib::ConfigurePower::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

Definition at line 1235 of file wib.pb.h.


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