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

#include <daphne_control_low.pb.h>

Inheritance diagram for daphne::cmd_readBiasVoltageMonitor_response:
[legend]
Collaboration diagram for daphne::cmd_readBiasVoltageMonitor_response:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 , kAfeBlockFieldNumber = 3 , kBiasVoltageValueFieldNumber = 4 }
 

Public Member Functions

 cmd_readBiasVoltageMonitor_response ()
 
 ~cmd_readBiasVoltageMonitor_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readBiasVoltageMonitor_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readBiasVoltageMonitor_response (const cmd_readBiasVoltageMonitor_response &from)
 
 cmd_readBiasVoltageMonitor_response (cmd_readBiasVoltageMonitor_response &&from) noexcept
 
cmd_readBiasVoltageMonitor_responseoperator= (const cmd_readBiasVoltageMonitor_response &from)
 
cmd_readBiasVoltageMonitor_responseoperator= (cmd_readBiasVoltageMonitor_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readBiasVoltageMonitor_response *other)
 
void UnsafeArenaSwap (cmd_readBiasVoltageMonitor_response *other)
 
cmd_readBiasVoltageMonitor_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readBiasVoltageMonitor_response &from)
 
void MergeFrom (const cmd_readBiasVoltageMonitor_response &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_message ()
 
const std::string & message () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
 
std::string * mutable_message ()
 
PROTOBUF_NODISCARD std::string * release_message ()
 
void set_allocated_message (std::string *ptr)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
void clear_afeblock ()
 
::uint32_t afeblock () const
 
void set_afeblock (::uint32_t value)
 
void clear_biasvoltagevalue ()
 
::uint32_t biasvoltagevalue () const
 
void set_biasvoltagevalue (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readBiasVoltageMonitor_response (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (Arg_ &&arg, Args_... args)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const cmd_readBiasVoltageMonitor_responsedefault_instance ()
 
static const cmd_readBiasVoltageMonitor_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readBiasVoltageMonitor_response (::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 (cmd_readBiasVoltageMonitor_response *other)
 
const std::string & _internal_message () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_message (const std::string &value)
 
std::string * _internal_mutable_message ()
 
bool _internal_success () const
 
void _internal_set_success (bool value)
 
::uint32_t _internal_afeblock () const
 
void _internal_set_afeblock (::uint32_t value)
 
::uint32_t _internal_biasvoltagevalue () const
 
void _internal_set_biasvoltagevalue (::uint32_t 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< 2, 4, 0, 58, 2 > _table_
 

Friends

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

Detailed Description

Definition at line 8786 of file daphne_control_low.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kAfeBlockFieldNumber 
kBiasVoltageValueFieldNumber 

Definition at line 8913 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readBiasVoltageMonitor_response() [1/6]

daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( )
inline

◆ ~cmd_readBiasVoltageMonitor_response()

daphne::cmd_readBiasVoltageMonitor_response::~cmd_readBiasVoltageMonitor_response ( )
override

Definition at line 13123 of file daphne_control_low.pb.cc.

13123 {
13124 // @@protoc_insertion_point(destructor:daphne.cmd_readBiasVoltageMonitor_response)
13125 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
13126 SharedDtor();
13127}

◆ cmd_readBiasVoltageMonitor_response() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ cmd_readBiasVoltageMonitor_response() [3/6]

daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( const cmd_readBiasVoltageMonitor_response & from)

Definition at line 13084 of file daphne_control_low.pb.cc.

13084 : ::google::protobuf::Message() {
13085 cmd_readBiasVoltageMonitor_response* const _this = this;
13086 (void)_this;
13087 new (&_impl_) Impl_{
13088 decltype(_impl_.message_){},
13089 decltype(_impl_.success_){},
13090 decltype(_impl_.afeblock_){},
13091 decltype(_impl_.biasvoltagevalue_){},
13092 /*decltype(_impl_._cached_size_)*/ {},
13093 };
13094 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
13095 from._internal_metadata_);
13096 _impl_.message_.InitDefault();
13097 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
13098 _impl_.message_.Set("", GetArenaForAllocation());
13099 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
13100 if (!from._internal_message().empty()) {
13101 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
13102 }
13103 ::memcpy(&_impl_.success_, &from._impl_.success_,
13104 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.biasvoltagevalue_) -
13105 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.biasvoltagevalue_));
13106
13107 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readBiasVoltageMonitor_response)
13108}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_readBiasVoltageMonitor_response() [4/6]

daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( cmd_readBiasVoltageMonitor_response && from)
inlinenoexcept

Definition at line 8795 of file daphne_control_low.pb.h.

8797 *this = ::std::move(from);
8798 }

◆ cmd_readBiasVoltageMonitor_response() [5/6]

daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 13079 of file daphne_control_low.pb.cc.

13080 : ::google::protobuf::Message(arena) {
13081 SharedCtor(arena);
13082 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readBiasVoltageMonitor_response)
13083}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readBiasVoltageMonitor_response() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::cmd_readBiasVoltageMonitor_response::cmd_readBiasVoltageMonitor_response ( ::_pbi::ConstantInitialized )

Definition at line 920 of file daphne_control_low.pb.cc.

921 : _impl_{
922 /*decltype(_impl_.message_)*/ {
923 &::_pbi::fixed_address_empty_string,
924 ::_pbi::ConstantInitialized{},
925 },
926 /*decltype(_impl_.success_)*/ false,
927 /*decltype(_impl_.afeblock_)*/ 0u,
928 /*decltype(_impl_.biasvoltagevalue_)*/ 0u,
929 /*decltype(_impl_._cached_size_)*/ {},
930 } {}

Member Function Documentation

◆ _internal_afeblock()

uint32_t daphne::cmd_readBiasVoltageMonitor_response::_internal_afeblock ( ) const
inlineprivate

Definition at line 15561 of file daphne_control_low.pb.h.

15561 {
15562 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15563 return _impl_.afeblock_;
15564}

◆ _internal_biasvoltagevalue()

uint32_t daphne::cmd_readBiasVoltageMonitor_response::_internal_biasvoltagevalue ( ) const
inlineprivate

Definition at line 15583 of file daphne_control_low.pb.h.

15583 {
15584 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15586}

◆ _internal_message()

const std::string & daphne::cmd_readBiasVoltageMonitor_response::_internal_message ( ) const
inlineprivate

Definition at line 15519 of file daphne_control_low.pb.h.

15519 {
15520 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15521 return _impl_.message_.Get();
15522}

◆ _internal_mutable_message()

std::string * daphne::cmd_readBiasVoltageMonitor_response::_internal_mutable_message ( )
inlineprivate

Definition at line 15528 of file daphne_control_low.pb.h.

15528 {
15529 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15530 ;
15531 return _impl_.message_.Mutable( GetArenaForAllocation());
15532}

◆ _internal_set_afeblock()

void daphne::cmd_readBiasVoltageMonitor_response::_internal_set_afeblock ( ::uint32_t value)
inlineprivate

Definition at line 15565 of file daphne_control_low.pb.h.

15565 {
15566 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15567 ;
15568 _impl_.afeblock_ = value;
15569}

◆ _internal_set_biasvoltagevalue()

void daphne::cmd_readBiasVoltageMonitor_response::_internal_set_biasvoltagevalue ( ::uint32_t value)
inlineprivate

Definition at line 15587 of file daphne_control_low.pb.h.

15587 {
15588 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15589 ;
15590 _impl_.biasvoltagevalue_ = value;
15591}

◆ _internal_set_message()

void daphne::cmd_readBiasVoltageMonitor_response::_internal_set_message ( const std::string & value)
inlineprivate

Definition at line 15523 of file daphne_control_low.pb.h.

15523 {
15524 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15525 ;
15526 _impl_.message_.Set(value, GetArenaForAllocation());
15527}

◆ _internal_set_success()

void daphne::cmd_readBiasVoltageMonitor_response::_internal_set_success ( bool value)
inlineprivate

Definition at line 15492 of file daphne_control_low.pb.h.

15492 {
15493 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15494 ;
15495 _impl_.success_ = value;
15496}

◆ _internal_success()

bool daphne::cmd_readBiasVoltageMonitor_response::_internal_success ( ) const
inlineprivate

Definition at line 15488 of file daphne_control_low.pb.h.

15488 {
15489 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15490 return _impl_.success_;
15491}

◆ _InternalParse()

const char * daphne::cmd_readBiasVoltageMonitor_response::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 13149 of file daphne_control_low.pb.cc.

13150 {
13151 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
13152 return ptr;
13153}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 58, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::cmd_readBiasVoltageMonitor_response::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 13207 of file daphne_control_low.pb.cc.

13209 {
13210 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readBiasVoltageMonitor_response)
13211 ::uint32_t cached_has_bits = 0;
13212 (void)cached_has_bits;
13213
13214 // bool success = 1;
13215 if (this->_internal_success() != 0) {
13216 target = stream->EnsureSpace(target);
13217 target = ::_pbi::WireFormatLite::WriteBoolToArray(
13218 1, this->_internal_success(), target);
13219 }
13220
13221 // string message = 2;
13222 if (!this->_internal_message().empty()) {
13223 const std::string& _s = this->_internal_message();
13224 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
13225 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_readBiasVoltageMonitor_response.message");
13226 target = stream->WriteStringMaybeAliased(2, _s, target);
13227 }
13228
13229 // uint32 afeBlock = 3;
13230 if (this->_internal_afeblock() != 0) {
13231 target = stream->EnsureSpace(target);
13232 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
13233 3, this->_internal_afeblock(), target);
13234 }
13235
13236 // uint32 biasVoltageValue = 4;
13237 if (this->_internal_biasvoltagevalue() != 0) {
13238 target = stream->EnsureSpace(target);
13239 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
13240 4, this->_internal_biasvoltagevalue(), target);
13241 }
13242
13243 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
13244 target =
13245 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
13246 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
13247 }
13248 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readBiasVoltageMonitor_response)
13249 return target;
13250}

◆ afeblock()

uint32_t daphne::cmd_readBiasVoltageMonitor_response::afeblock ( ) const
inline

Definition at line 15553 of file daphne_control_low.pb.h.

15553 {
15554 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor_response.afeBlock)
15555 return _internal_afeblock();
15556}

◆ biasvoltagevalue()

uint32_t daphne::cmd_readBiasVoltageMonitor_response::biasvoltagevalue ( ) const
inline

Definition at line 15575 of file daphne_control_low.pb.h.

15575 {
15576 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor_response.biasVoltageValue)
15578}

◆ ByteSizeLong()

size_t daphne::cmd_readBiasVoltageMonitor_response::ByteSizeLong ( ) const
final

Definition at line 13252 of file daphne_control_low.pb.cc.

13252 {
13253// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readBiasVoltageMonitor_response)
13254 ::size_t total_size = 0;
13255
13256 ::uint32_t cached_has_bits = 0;
13257 // Prevent compiler warnings about cached_has_bits being unused
13258 (void) cached_has_bits;
13259
13260 // string message = 2;
13261 if (!this->_internal_message().empty()) {
13262 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
13263 this->_internal_message());
13264 }
13265
13266 // bool success = 1;
13267 if (this->_internal_success() != 0) {
13268 total_size += 2;
13269 }
13270
13271 // uint32 afeBlock = 3;
13272 if (this->_internal_afeblock() != 0) {
13273 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
13274 this->_internal_afeblock());
13275 }
13276
13277 // uint32 biasVoltageValue = 4;
13278 if (this->_internal_biasvoltagevalue() != 0) {
13279 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
13281 }
13282
13283 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
13284}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void daphne::cmd_readBiasVoltageMonitor_response::Clear ( )
final

Definition at line 13136 of file daphne_control_low.pb.cc.

13136 {
13137// @@protoc_insertion_point(message_clear_start:daphne.cmd_readBiasVoltageMonitor_response)
13138 ::uint32_t cached_has_bits = 0;
13139 // Prevent compiler warnings about cached_has_bits being unused
13140 (void) cached_has_bits;
13141
13142 _impl_.message_.ClearToEmpty();
13143 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
13144 reinterpret_cast<char*>(&_impl_.biasvoltagevalue_) -
13145 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.biasvoltagevalue_));
13146 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
13147}

◆ clear_afeblock()

void daphne::cmd_readBiasVoltageMonitor_response::clear_afeblock ( )
inline

Definition at line 15550 of file daphne_control_low.pb.h.

15550 {
15551 _impl_.afeblock_ = 0u;
15552}

◆ clear_biasvoltagevalue()

void daphne::cmd_readBiasVoltageMonitor_response::clear_biasvoltagevalue ( )
inline

Definition at line 15572 of file daphne_control_low.pb.h.

15572 {
15574}

◆ clear_message()

void daphne::cmd_readBiasVoltageMonitor_response::clear_message ( )
inline

Definition at line 15499 of file daphne_control_low.pb.h.

15499 {
15500 _impl_.message_.ClearToEmpty();
15501}

◆ clear_success()

void daphne::cmd_readBiasVoltageMonitor_response::clear_success ( )
inline

Definition at line 15477 of file daphne_control_low.pb.h.

15477 {
15478 _impl_.success_ = false;
15479}

◆ CopyFrom()

void daphne::cmd_readBiasVoltageMonitor_response::CopyFrom ( const cmd_readBiasVoltageMonitor_response & from)

Definition at line 13316 of file daphne_control_low.pb.cc.

13316 {
13317// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readBiasVoltageMonitor_response)
13318 if (&from == this) return;
13319 Clear();
13320 MergeFrom(from);
13321}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readBiasVoltageMonitor_response &from)

◆ default_instance()

static const cmd_readBiasVoltageMonitor_response & daphne::cmd_readBiasVoltageMonitor_response::default_instance ( )
inlinestatic

Definition at line 8834 of file daphne_control_low.pb.h.

8834 {
8835 return *internal_default_instance();
8836 }
static const cmd_readBiasVoltageMonitor_response * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::cmd_readBiasVoltageMonitor_response::descriptor ( )
inlinestatic

Definition at line 8825 of file daphne_control_low.pb.h.

8825 {
8826 return GetDescriptor();
8827 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::cmd_readBiasVoltageMonitor_response::FullMessageName ( )
inlinestaticprivate

Definition at line 8897 of file daphne_control_low.pb.h.

8897 {
8898 return "daphne.cmd_readBiasVoltageMonitor_response";
8899 }

◆ GetCachedSize()

int daphne::cmd_readBiasVoltageMonitor_response::GetCachedSize ( ) const
inlinefinal

Definition at line 8887 of file daphne_control_low.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::cmd_readBiasVoltageMonitor_response::GetClassData ( ) const
final

Definition at line 13290 of file daphne_control_low.pb.cc.

13290{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::cmd_readBiasVoltageMonitor_response::GetDescriptor ( )
inlinestatic

Definition at line 8828 of file daphne_control_low.pb.h.

8828 {
8829 return default_instance().GetMetadata().descriptor;
8830 }
static const cmd_readBiasVoltageMonitor_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata daphne::cmd_readBiasVoltageMonitor_response::GetMetadata ( ) const
final

Definition at line 13342 of file daphne_control_low.pb.cc.

13342 {
13343 return ::_pbi::AssignDescriptors(
13346}
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto[59]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_getter()
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_once

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::cmd_readBiasVoltageMonitor_response::GetReflection ( )
inlinestatic

Definition at line 8831 of file daphne_control_low.pb.h.

8831 {
8832 return default_instance().GetMetadata().reflection;
8833 }

◆ internal_default_instance()

static const cmd_readBiasVoltageMonitor_response * daphne::cmd_readBiasVoltageMonitor_response::internal_default_instance ( )
inlinestatic

Definition at line 8837 of file daphne_control_low.pb.h.

8837 {
8838 return reinterpret_cast<const cmd_readBiasVoltageMonitor_response*>(
8840 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readBiasVoltageMonitor_responseDefaultTypeInternal _cmd_readBiasVoltageMonitor_response_default_instance_

◆ InternalSwap()

void daphne::cmd_readBiasVoltageMonitor_response::InternalSwap ( cmd_readBiasVoltageMonitor_response * other)
private

Definition at line 13327 of file daphne_control_low.pb.cc.

13327 {
13328 using std::swap;
13329 auto* lhs_arena = GetArenaForAllocation();
13330 auto* rhs_arena = other->GetArenaForAllocation();
13331 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
13332 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
13333 &other->_impl_.message_, rhs_arena);
13334 ::google::protobuf::internal::memswap<
13337 - PROTOBUF_FIELD_OFFSET(cmd_readBiasVoltageMonitor_response, _impl_.success_)>(
13338 reinterpret_cast<char*>(&_impl_.success_),
13339 reinterpret_cast<char*>(&other->_impl_.success_));
13340}

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::cmd_readBiasVoltageMonitor_response::IsInitialized ( ) const
final

Definition at line 13323 of file daphne_control_low.pb.cc.

13323 {
13324 return true;
13325}

◆ MergeFrom()

void daphne::cmd_readBiasVoltageMonitor_response::MergeFrom ( const cmd_readBiasVoltageMonitor_response & from)
inline

Definition at line 8874 of file daphne_control_low.pb.h.

8874 {
8876 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void daphne::cmd_readBiasVoltageMonitor_response::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 13293 of file daphne_control_low.pb.cc.

13293 {
13294 auto* const _this = static_cast<cmd_readBiasVoltageMonitor_response*>(&to_msg);
13295 auto& from = static_cast<const cmd_readBiasVoltageMonitor_response&>(from_msg);
13296 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readBiasVoltageMonitor_response)
13297 ABSL_DCHECK_NE(&from, _this);
13298 ::uint32_t cached_has_bits = 0;
13299 (void) cached_has_bits;
13300
13301 if (!from._internal_message().empty()) {
13302 _this->_internal_set_message(from._internal_message());
13303 }
13304 if (from._internal_success() != 0) {
13305 _this->_internal_set_success(from._internal_success());
13306 }
13307 if (from._internal_afeblock() != 0) {
13308 _this->_internal_set_afeblock(from._internal_afeblock());
13309 }
13310 if (from._internal_biasvoltagevalue() != 0) {
13311 _this->_internal_set_biasvoltagevalue(from._internal_biasvoltagevalue());
13312 }
13313 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
13314}

◆ message()

const std::string & daphne::cmd_readBiasVoltageMonitor_response::message ( ) const
inline

Definition at line 15502 of file daphne_control_low.pb.h.

15502 {
15503 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor_response.message)
15504 return _internal_message();
15505}

◆ mutable_message()

std::string * daphne::cmd_readBiasVoltageMonitor_response::mutable_message ( )
inline

Definition at line 15514 of file daphne_control_low.pb.h.

15514 {
15515 std::string* _s = _internal_mutable_message();
15516 // @@protoc_insertion_point(field_mutable:daphne.cmd_readBiasVoltageMonitor_response.message)
15517 return _s;
15518}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::cmd_readBiasVoltageMonitor_response::mutable_unknown_fields ( )
inline

Definition at line 8821 of file daphne_control_low.pb.h.

8821 {
8822 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
8823 }

◆ New()

cmd_readBiasVoltageMonitor_response * daphne::cmd_readBiasVoltageMonitor_response::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 8868 of file daphne_control_low.pb.h.

8868 {
8869 return CreateMaybeMessage<cmd_readBiasVoltageMonitor_response>(arena);
8870 }

◆ operator=() [1/2]

cmd_readBiasVoltageMonitor_response & daphne::cmd_readBiasVoltageMonitor_response::operator= ( cmd_readBiasVoltageMonitor_response && from)
inlinenoexcept

Definition at line 8804 of file daphne_control_low.pb.h.

8804 {
8805 if (this == &from) return *this;
8806 if (GetOwningArena() == from.GetOwningArena()
8807 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
8808 && GetOwningArena() != nullptr
8809 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
8810 ) {
8811 InternalSwap(&from);
8812 } else {
8813 CopyFrom(from);
8814 }
8815 return *this;
8816 }
void InternalSwap(cmd_readBiasVoltageMonitor_response *other)
void CopyFrom(const cmd_readBiasVoltageMonitor_response &from)

◆ operator=() [2/2]

cmd_readBiasVoltageMonitor_response & daphne::cmd_readBiasVoltageMonitor_response::operator= ( const cmd_readBiasVoltageMonitor_response & from)
inline

Definition at line 8800 of file daphne_control_low.pb.h.

8800 {
8801 CopyFrom(from);
8802 return *this;
8803 }

◆ release_message()

std::string * daphne::cmd_readBiasVoltageMonitor_response::release_message ( )
inline

Definition at line 15533 of file daphne_control_low.pb.h.

15533 {
15534 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15535 // @@protoc_insertion_point(field_release:daphne.cmd_readBiasVoltageMonitor_response.message)
15536 return _impl_.message_.Release();
15537}

◆ set_afeblock()

void daphne::cmd_readBiasVoltageMonitor_response::set_afeblock ( ::uint32_t value)
inline

Definition at line 15557 of file daphne_control_low.pb.h.

15557 {
15559 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor_response.afeBlock)
15560}

◆ set_allocated_message()

void daphne::cmd_readBiasVoltageMonitor_response::set_allocated_message ( std::string * ptr)
inline

Definition at line 15538 of file daphne_control_low.pb.h.

15538 {
15539 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15540 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
15541 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15542 if (_impl_.message_.IsDefault()) {
15543 _impl_.message_.Set("", GetArenaForAllocation());
15544 }
15545 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
15546 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_readBiasVoltageMonitor_response.message)
15547}

◆ set_biasvoltagevalue()

void daphne::cmd_readBiasVoltageMonitor_response::set_biasvoltagevalue ( ::uint32_t value)
inline

Definition at line 15579 of file daphne_control_low.pb.h.

15579 {
15581 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor_response.biasVoltageValue)
15582}

◆ set_message() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void daphne::cmd_readBiasVoltageMonitor_response::set_message ( Arg_ && arg,
Args_... args )

◆ set_message() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void daphne::cmd_readBiasVoltageMonitor_response::set_message ( Arg_ && arg,
Args_... args )
inline

Definition at line 15507 of file daphne_control_low.pb.h.

15508 {
15509 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15510 ;
15511 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
15512 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor_response.message)
15513}

◆ set_success()

void daphne::cmd_readBiasVoltageMonitor_response::set_success ( bool value)
inline

Definition at line 15484 of file daphne_control_low.pb.h.

15484 {
15485 _internal_set_success(value);
15486 // @@protoc_insertion_point(field_set:daphne.cmd_readBiasVoltageMonitor_response.success)
15487}

◆ SetCachedSize()

void daphne::cmd_readBiasVoltageMonitor_response::SetCachedSize ( int size) const
finalprivate

Definition at line 13132 of file daphne_control_low.pb.cc.

13132 {
13133 _impl_._cached_size_.Set(size);
13134}

◆ SharedCtor()

void daphne::cmd_readBiasVoltageMonitor_response::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 13109 of file daphne_control_low.pb.cc.

13109 {
13110 (void)arena;
13111 new (&_impl_) Impl_{
13112 decltype(_impl_.message_){},
13113 decltype(_impl_.success_){false},
13114 decltype(_impl_.afeblock_){0u},
13115 decltype(_impl_.biasvoltagevalue_){0u},
13116 /*decltype(_impl_._cached_size_)*/ {},
13117 };
13118 _impl_.message_.InitDefault();
13119 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
13120 _impl_.message_.Set("", GetArenaForAllocation());
13121 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
13122}

◆ SharedDtor()

void daphne::cmd_readBiasVoltageMonitor_response::SharedDtor ( )
inlineprivate

Definition at line 13128 of file daphne_control_low.pb.cc.

13128 {
13129 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
13130 _impl_.message_.Destroy();
13131}

◆ success()

bool daphne::cmd_readBiasVoltageMonitor_response::success ( ) const
inline

Definition at line 15480 of file daphne_control_low.pb.h.

15480 {
15481 // @@protoc_insertion_point(field_get:daphne.cmd_readBiasVoltageMonitor_response.success)
15482 return _internal_success();
15483}

◆ Swap()

void daphne::cmd_readBiasVoltageMonitor_response::Swap ( cmd_readBiasVoltageMonitor_response * other)
inline

Definition at line 8847 of file daphne_control_low.pb.h.

8847 {
8848 if (other == this) return;
8849 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
8850 if (GetOwningArena() != nullptr &&
8851 GetOwningArena() == other->GetOwningArena()) {
8852 #else // PROTOBUF_FORCE_COPY_IN_SWAP
8853 if (GetOwningArena() == other->GetOwningArena()) {
8854 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
8855 InternalSwap(other);
8856 } else {
8857 ::google::protobuf::internal::GenericSwap(this, other);
8858 }
8859 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::cmd_readBiasVoltageMonitor_response::unknown_fields ( ) const
inline

Definition at line 8818 of file daphne_control_low.pb.h.

8818 {
8819 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
8820 }

◆ UnsafeArenaSwap()

void daphne::cmd_readBiasVoltageMonitor_response::UnsafeArenaSwap ( cmd_readBiasVoltageMonitor_response * other)
inline

Definition at line 8860 of file daphne_control_low.pb.h.

8860 {
8861 if (other == this) return;
8862 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8863 InternalSwap(other);
8864 }

Friends And Related Symbol Documentation

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

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

Definition at line 8971 of file daphne_control_low.pb.h.

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

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

Definition at line 8896 of file daphne_control_low.pb.h.

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

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

Definition at line 8969 of file daphne_control_low.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

Definition at line 8844 of file daphne_control_low.pb.h.

8844 {
8845 a.Swap(&b);
8846 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::cmd_readBiasVoltageMonitor_response::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 8904 of file daphne_control_low.pb.h.

◆ _impl_

Impl_ daphne::cmd_readBiasVoltageMonitor_response::_impl_

Definition at line 8982 of file daphne_control_low.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 58, 2 > daphne::cmd_readBiasVoltageMonitor_response::_table_
staticprivate

Definition at line 8970 of file daphne_control_low.pb.h.

◆ kIndexInFileMessages

int daphne::cmd_readBiasVoltageMonitor_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
45

Definition at line 8841 of file daphne_control_low.pb.h.


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