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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 , kVBiasControlValueFieldNumber = 3 }
 

Public Member Functions

 cmd_writeVbiasControl_response ()
 
 ~cmd_writeVbiasControl_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_writeVbiasControl_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_writeVbiasControl_response (const cmd_writeVbiasControl_response &from)
 
 cmd_writeVbiasControl_response (cmd_writeVbiasControl_response &&from) noexcept
 
cmd_writeVbiasControl_responseoperator= (const cmd_writeVbiasControl_response &from)
 
cmd_writeVbiasControl_responseoperator= (cmd_writeVbiasControl_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_writeVbiasControl_response *other)
 
void UnsafeArenaSwap (cmd_writeVbiasControl_response *other)
 
cmd_writeVbiasControl_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_writeVbiasControl_response &from)
 
void MergeFrom (const cmd_writeVbiasControl_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_vbiascontrolvalue ()
 
::uint32_t vbiascontrolvalue () const
 
void set_vbiascontrolvalue (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_writeVbiasControl_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_writeVbiasControl_responsedefault_instance ()
 
static const cmd_writeVbiasControl_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_writeVbiasControl_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_writeVbiasControl_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_vbiascontrolvalue () const
 
void _internal_set_vbiascontrolvalue (::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, 3, 0, 53, 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_writeVbiasControl_response &a, cmd_writeVbiasControl_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kVBiasControlValueFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_writeVbiasControl_response() [1/6]

daphne::cmd_writeVbiasControl_response::cmd_writeVbiasControl_response ( )
inline

◆ ~cmd_writeVbiasControl_response()

daphne::cmd_writeVbiasControl_response::~cmd_writeVbiasControl_response ( )
override

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

7582 {
7583 // @@protoc_insertion_point(destructor:daphne.cmd_writeVbiasControl_response)
7584 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7585 SharedDtor();
7586}

◆ cmd_writeVbiasControl_response() [2/6]

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

◆ cmd_writeVbiasControl_response() [3/6]

daphne::cmd_writeVbiasControl_response::cmd_writeVbiasControl_response ( const cmd_writeVbiasControl_response & from)

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

7545 : ::google::protobuf::Message() {
7546 cmd_writeVbiasControl_response* const _this = this;
7547 (void)_this;
7548 new (&_impl_) Impl_{
7549 decltype(_impl_.message_){},
7550 decltype(_impl_.success_){},
7551 decltype(_impl_.vbiascontrolvalue_){},
7552 /*decltype(_impl_._cached_size_)*/ {},
7553 };
7554 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7555 from._internal_metadata_);
7556 _impl_.message_.InitDefault();
7557 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7558 _impl_.message_.Set("", GetArenaForAllocation());
7559 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7560 if (!from._internal_message().empty()) {
7561 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
7562 }
7563 ::memcpy(&_impl_.success_, &from._impl_.success_,
7564 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.vbiascontrolvalue_) -
7565 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.vbiascontrolvalue_));
7566
7567 // @@protoc_insertion_point(copy_constructor:daphne.cmd_writeVbiasControl_response)
7568}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_writeVbiasControl_response() [4/6]

daphne::cmd_writeVbiasControl_response::cmd_writeVbiasControl_response ( cmd_writeVbiasControl_response && from)
inlinenoexcept

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

4381 *this = ::std::move(from);
4382 }

◆ cmd_writeVbiasControl_response() [5/6]

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

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

7541 : ::google::protobuf::Message(arena) {
7542 SharedCtor(arena);
7543 // @@protoc_insertion_point(arena_constructor:daphne.cmd_writeVbiasControl_response)
7544}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_writeVbiasControl_response() [6/6]

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

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

454 : _impl_{
455 /*decltype(_impl_.message_)*/ {
456 &::_pbi::fixed_address_empty_string,
457 ::_pbi::ConstantInitialized{},
458 },
459 /*decltype(_impl_.success_)*/ false,
460 /*decltype(_impl_.vbiascontrolvalue_)*/ 0u,
461 /*decltype(_impl_._cached_size_)*/ {},
462 } {}

Member Function Documentation

◆ _internal_message()

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

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

13521 {
13522 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13523 return _impl_.message_.Get();
13524}

◆ _internal_mutable_message()

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

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

13530 {
13531 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13532 ;
13533 return _impl_.message_.Mutable( GetArenaForAllocation());
13534}

◆ _internal_set_message()

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

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

13525 {
13526 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13527 ;
13528 _impl_.message_.Set(value, GetArenaForAllocation());
13529}

◆ _internal_set_success()

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

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

13494 {
13495 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13496 ;
13497 _impl_.success_ = value;
13498}

◆ _internal_set_vbiascontrolvalue()

void daphne::cmd_writeVbiasControl_response::_internal_set_vbiascontrolvalue ( ::uint32_t value)
inlineprivate

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

13567 {
13568 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13569 ;
13570 _impl_.vbiascontrolvalue_ = value;
13571}

◆ _internal_success()

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

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

13490 {
13491 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13492 return _impl_.success_;
13493}

◆ _internal_vbiascontrolvalue()

uint32_t daphne::cmd_writeVbiasControl_response::_internal_vbiascontrolvalue ( ) const
inlineprivate

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

13563 {
13564 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13566}

◆ _InternalParse()

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

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

7609 {
7610 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7611 return ptr;
7612}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 53, 2 > _table_

◆ _InternalSerialize()

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

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

7663 {
7664 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_writeVbiasControl_response)
7665 ::uint32_t cached_has_bits = 0;
7666 (void)cached_has_bits;
7667
7668 // bool success = 1;
7669 if (this->_internal_success() != 0) {
7670 target = stream->EnsureSpace(target);
7671 target = ::_pbi::WireFormatLite::WriteBoolToArray(
7672 1, this->_internal_success(), target);
7673 }
7674
7675 // string message = 2;
7676 if (!this->_internal_message().empty()) {
7677 const std::string& _s = this->_internal_message();
7678 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
7679 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_writeVbiasControl_response.message");
7680 target = stream->WriteStringMaybeAliased(2, _s, target);
7681 }
7682
7683 // uint32 vBiasControlValue = 3;
7684 if (this->_internal_vbiascontrolvalue() != 0) {
7685 target = stream->EnsureSpace(target);
7686 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7687 3, this->_internal_vbiascontrolvalue(), target);
7688 }
7689
7690 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7691 target =
7692 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7693 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7694 }
7695 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_writeVbiasControl_response)
7696 return target;
7697}

◆ ByteSizeLong()

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

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

7699 {
7700// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_writeVbiasControl_response)
7701 ::size_t total_size = 0;
7702
7703 ::uint32_t cached_has_bits = 0;
7704 // Prevent compiler warnings about cached_has_bits being unused
7705 (void) cached_has_bits;
7706
7707 // string message = 2;
7708 if (!this->_internal_message().empty()) {
7709 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
7710 this->_internal_message());
7711 }
7712
7713 // bool success = 1;
7714 if (this->_internal_success() != 0) {
7715 total_size += 2;
7716 }
7717
7718 // uint32 vBiasControlValue = 3;
7719 if (this->_internal_vbiascontrolvalue() != 0) {
7720 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7722 }
7723
7724 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7725}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

7595 {
7596// @@protoc_insertion_point(message_clear_start:daphne.cmd_writeVbiasControl_response)
7597 ::uint32_t cached_has_bits = 0;
7598 // Prevent compiler warnings about cached_has_bits being unused
7599 (void) cached_has_bits;
7600
7601 _impl_.message_.ClearToEmpty();
7602 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
7603 reinterpret_cast<char*>(&_impl_.vbiascontrolvalue_) -
7604 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.vbiascontrolvalue_));
7605 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7606}

◆ clear_message()

void daphne::cmd_writeVbiasControl_response::clear_message ( )
inline

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

13501 {
13502 _impl_.message_.ClearToEmpty();
13503}

◆ clear_success()

void daphne::cmd_writeVbiasControl_response::clear_success ( )
inline

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

13479 {
13480 _impl_.success_ = false;
13481}

◆ clear_vbiascontrolvalue()

void daphne::cmd_writeVbiasControl_response::clear_vbiascontrolvalue ( )
inline

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

13552 {
13554}

◆ CopyFrom()

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

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

7754 {
7755// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_writeVbiasControl_response)
7756 if (&from == this) return;
7757 Clear();
7758 MergeFrom(from);
7759}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_writeVbiasControl_response &from)

◆ default_instance()

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

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

4418 {
4419 return *internal_default_instance();
4420 }
static const cmd_writeVbiasControl_response * internal_default_instance()

◆ descriptor()

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

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

4409 {
4410 return GetDescriptor();
4411 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

4481 {
4482 return "daphne.cmd_writeVbiasControl_response";
4483 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7731{ return &_class_data_; }

◆ GetDescriptor()

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

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

4412 {
4413 return default_instance().GetMetadata().descriptor;
4414 }
static const cmd_writeVbiasControl_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

7780 {
7781 return ::_pbi::AssignDescriptors(
7784}
::_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_writeVbiasControl_response::GetReflection ( )
inlinestatic

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

4415 {
4416 return default_instance().GetMetadata().reflection;
4417 }

◆ internal_default_instance()

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

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

4421 {
4422 return reinterpret_cast<const cmd_writeVbiasControl_response*>(
4424 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_writeVbiasControl_responseDefaultTypeInternal _cmd_writeVbiasControl_response_default_instance_

◆ InternalSwap()

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

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

7765 {
7766 using std::swap;
7767 auto* lhs_arena = GetArenaForAllocation();
7768 auto* rhs_arena = other->GetArenaForAllocation();
7769 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7770 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
7771 &other->_impl_.message_, rhs_arena);
7772 ::google::protobuf::internal::memswap<
7775 - PROTOBUF_FIELD_OFFSET(cmd_writeVbiasControl_response, _impl_.success_)>(
7776 reinterpret_cast<char*>(&_impl_.success_),
7777 reinterpret_cast<char*>(&other->_impl_.success_));
7778}

◆ IsInitialized()

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

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

7761 {
7762 return true;
7763}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

7734 {
7735 auto* const _this = static_cast<cmd_writeVbiasControl_response*>(&to_msg);
7736 auto& from = static_cast<const cmd_writeVbiasControl_response&>(from_msg);
7737 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_writeVbiasControl_response)
7738 ABSL_DCHECK_NE(&from, _this);
7739 ::uint32_t cached_has_bits = 0;
7740 (void) cached_has_bits;
7741
7742 if (!from._internal_message().empty()) {
7743 _this->_internal_set_message(from._internal_message());
7744 }
7745 if (from._internal_success() != 0) {
7746 _this->_internal_set_success(from._internal_success());
7747 }
7748 if (from._internal_vbiascontrolvalue() != 0) {
7749 _this->_internal_set_vbiascontrolvalue(from._internal_vbiascontrolvalue());
7750 }
7751 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7752}

◆ message()

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

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

13504 {
13505 // @@protoc_insertion_point(field_get:daphne.cmd_writeVbiasControl_response.message)
13506 return _internal_message();
13507}

◆ mutable_message()

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

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

13516 {
13517 std::string* _s = _internal_mutable_message();
13518 // @@protoc_insertion_point(field_mutable:daphne.cmd_writeVbiasControl_response.message)
13519 return _s;
13520}

◆ mutable_unknown_fields()

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

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

4405 {
4406 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4407 }

◆ New()

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

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

4452 {
4453 return CreateMaybeMessage<cmd_writeVbiasControl_response>(arena);
4454 }

◆ operator=() [1/2]

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

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

4388 {
4389 if (this == &from) return *this;
4390 if (GetOwningArena() == from.GetOwningArena()
4391 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4392 && GetOwningArena() != nullptr
4393 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4394 ) {
4395 InternalSwap(&from);
4396 } else {
4397 CopyFrom(from);
4398 }
4399 return *this;
4400 }
void InternalSwap(cmd_writeVbiasControl_response *other)
void CopyFrom(const cmd_writeVbiasControl_response &from)

◆ operator=() [2/2]

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

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

4384 {
4385 CopyFrom(from);
4386 return *this;
4387 }

◆ release_message()

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

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

13535 {
13536 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13537 // @@protoc_insertion_point(field_release:daphne.cmd_writeVbiasControl_response.message)
13538 return _impl_.message_.Release();
13539}

◆ set_allocated_message()

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

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

13540 {
13541 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13542 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
13543 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
13544 if (_impl_.message_.IsDefault()) {
13545 _impl_.message_.Set("", GetArenaForAllocation());
13546 }
13547 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
13548 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_writeVbiasControl_response.message)
13549}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

13510 {
13511 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13512 ;
13513 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
13514 // @@protoc_insertion_point(field_set:daphne.cmd_writeVbiasControl_response.message)
13515}

◆ set_success()

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

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

13486 {
13487 _internal_set_success(value);
13488 // @@protoc_insertion_point(field_set:daphne.cmd_writeVbiasControl_response.success)
13489}

◆ set_vbiascontrolvalue()

void daphne::cmd_writeVbiasControl_response::set_vbiascontrolvalue ( ::uint32_t value)
inline

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

13559 {
13561 // @@protoc_insertion_point(field_set:daphne.cmd_writeVbiasControl_response.vBiasControlValue)
13562}

◆ SetCachedSize()

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

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

7591 {
7592 _impl_._cached_size_.Set(size);
7593}

◆ SharedCtor()

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

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

7569 {
7570 (void)arena;
7571 new (&_impl_) Impl_{
7572 decltype(_impl_.message_){},
7573 decltype(_impl_.success_){false},
7574 decltype(_impl_.vbiascontrolvalue_){0u},
7575 /*decltype(_impl_._cached_size_)*/ {},
7576 };
7577 _impl_.message_.InitDefault();
7578 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7579 _impl_.message_.Set("", GetArenaForAllocation());
7580 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7581}

◆ SharedDtor()

void daphne::cmd_writeVbiasControl_response::SharedDtor ( )
inlineprivate

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

7587 {
7588 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7589 _impl_.message_.Destroy();
7590}

◆ success()

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

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

13482 {
13483 // @@protoc_insertion_point(field_get:daphne.cmd_writeVbiasControl_response.success)
13484 return _internal_success();
13485}

◆ Swap()

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

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

4431 {
4432 if (other == this) return;
4433 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4434 if (GetOwningArena() != nullptr &&
4435 GetOwningArena() == other->GetOwningArena()) {
4436 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4437 if (GetOwningArena() == other->GetOwningArena()) {
4438 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4439 InternalSwap(other);
4440 } else {
4441 ::google::protobuf::internal::GenericSwap(this, other);
4442 }
4443 }

◆ unknown_fields()

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

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

4402 {
4403 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4404 }

◆ UnsafeArenaSwap()

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

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

4444 {
4445 if (other == this) return;
4446 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4447 InternalSwap(other);
4448 }

◆ vbiascontrolvalue()

uint32_t daphne::cmd_writeVbiasControl_response::vbiascontrolvalue ( ) const
inline

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

13555 {
13556 // @@protoc_insertion_point(field_get:daphne.cmd_writeVbiasControl_response.vBiasControlValue)
13558}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

4428 {
4429 a.Swap(&b);
4430 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_writeVbiasControl_response::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 53, 2 > daphne::cmd_writeVbiasControl_response::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_writeVbiasControl_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
21

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


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