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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readVbiasControl_response ()
 
 ~cmd_readVbiasControl_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readVbiasControl_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readVbiasControl_response (const cmd_readVbiasControl_response &from)
 
 cmd_readVbiasControl_response (cmd_readVbiasControl_response &&from) noexcept
 
cmd_readVbiasControl_responseoperator= (const cmd_readVbiasControl_response &from)
 
cmd_readVbiasControl_responseoperator= (cmd_readVbiasControl_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readVbiasControl_response *other)
 
void UnsafeArenaSwap (cmd_readVbiasControl_response *other)
 
cmd_readVbiasControl_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readVbiasControl_response &from)
 
void MergeFrom (const cmd_readVbiasControl_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_readVbiasControl_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_readVbiasControl_responsedefault_instance ()
 
static const cmd_readVbiasControl_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readVbiasControl_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_readVbiasControl_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, 52, 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_readVbiasControl_response &a, cmd_readVbiasControl_response &b)
 

Detailed Description

Definition at line 8058 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 8185 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readVbiasControl_response() [1/6]

daphne::cmd_readVbiasControl_response::cmd_readVbiasControl_response ( )
inline

◆ ~cmd_readVbiasControl_response()

daphne::cmd_readVbiasControl_response::~cmd_readVbiasControl_response ( )
override

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

12204 {
12205 // @@protoc_insertion_point(destructor:daphne.cmd_readVbiasControl_response)
12206 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
12207 SharedDtor();
12208}

◆ cmd_readVbiasControl_response() [2/6]

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

◆ cmd_readVbiasControl_response() [3/6]

daphne::cmd_readVbiasControl_response::cmd_readVbiasControl_response ( const cmd_readVbiasControl_response & from)

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

12167 : ::google::protobuf::Message() {
12168 cmd_readVbiasControl_response* const _this = this;
12169 (void)_this;
12170 new (&_impl_) Impl_{
12171 decltype(_impl_.message_){},
12172 decltype(_impl_.success_){},
12173 decltype(_impl_.vbiascontrolvalue_){},
12174 /*decltype(_impl_._cached_size_)*/ {},
12175 };
12176 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
12177 from._internal_metadata_);
12178 _impl_.message_.InitDefault();
12179 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
12180 _impl_.message_.Set("", GetArenaForAllocation());
12181 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
12182 if (!from._internal_message().empty()) {
12183 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
12184 }
12185 ::memcpy(&_impl_.success_, &from._impl_.success_,
12186 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.vbiascontrolvalue_) -
12187 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.vbiascontrolvalue_));
12188
12189 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readVbiasControl_response)
12190}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_readVbiasControl_response() [4/6]

daphne::cmd_readVbiasControl_response::cmd_readVbiasControl_response ( cmd_readVbiasControl_response && from)
inlinenoexcept

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

8069 *this = ::std::move(from);
8070 }

◆ cmd_readVbiasControl_response() [5/6]

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

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

12163 : ::google::protobuf::Message(arena) {
12164 SharedCtor(arena);
12165 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readVbiasControl_response)
12166}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readVbiasControl_response() [6/6]

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

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

844 : _impl_{
845 /*decltype(_impl_.message_)*/ {
846 &::_pbi::fixed_address_empty_string,
847 ::_pbi::ConstantInitialized{},
848 },
849 /*decltype(_impl_.success_)*/ false,
850 /*decltype(_impl_.vbiascontrolvalue_)*/ 0u,
851 /*decltype(_impl_._cached_size_)*/ {},
852 } {}

Member Function Documentation

◆ _internal_message()

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

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

15203 {
15204 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15205 return _impl_.message_.Get();
15206}

◆ _internal_mutable_message()

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

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

15212 {
15213 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15214 ;
15215 return _impl_.message_.Mutable( GetArenaForAllocation());
15216}

◆ _internal_set_message()

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

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

15207 {
15208 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15209 ;
15210 _impl_.message_.Set(value, GetArenaForAllocation());
15211}

◆ _internal_set_success()

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

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

15176 {
15177 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15178 ;
15179 _impl_.success_ = value;
15180}

◆ _internal_set_vbiascontrolvalue()

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

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

15249 {
15250 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15251 ;
15252 _impl_.vbiascontrolvalue_ = value;
15253}

◆ _internal_success()

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

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

15172 {
15173 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15174 return _impl_.success_;
15175}

◆ _internal_vbiascontrolvalue()

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

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

15245 {
15246 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15248}

◆ _InternalParse()

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

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

12231 {
12232 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
12233 return ptr;
12234}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 52, 2 > _table_

◆ _InternalSerialize()

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

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

12285 {
12286 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readVbiasControl_response)
12287 ::uint32_t cached_has_bits = 0;
12288 (void)cached_has_bits;
12289
12290 // bool success = 1;
12291 if (this->_internal_success() != 0) {
12292 target = stream->EnsureSpace(target);
12293 target = ::_pbi::WireFormatLite::WriteBoolToArray(
12294 1, this->_internal_success(), target);
12295 }
12296
12297 // string message = 2;
12298 if (!this->_internal_message().empty()) {
12299 const std::string& _s = this->_internal_message();
12300 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
12301 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_readVbiasControl_response.message");
12302 target = stream->WriteStringMaybeAliased(2, _s, target);
12303 }
12304
12305 // uint32 vBiasControlValue = 3;
12306 if (this->_internal_vbiascontrolvalue() != 0) {
12307 target = stream->EnsureSpace(target);
12308 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
12309 3, this->_internal_vbiascontrolvalue(), target);
12310 }
12311
12312 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
12313 target =
12314 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
12315 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
12316 }
12317 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readVbiasControl_response)
12318 return target;
12319}

◆ ByteSizeLong()

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

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

12321 {
12322// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readVbiasControl_response)
12323 ::size_t total_size = 0;
12324
12325 ::uint32_t cached_has_bits = 0;
12326 // Prevent compiler warnings about cached_has_bits being unused
12327 (void) cached_has_bits;
12328
12329 // string message = 2;
12330 if (!this->_internal_message().empty()) {
12331 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
12332 this->_internal_message());
12333 }
12334
12335 // bool success = 1;
12336 if (this->_internal_success() != 0) {
12337 total_size += 2;
12338 }
12339
12340 // uint32 vBiasControlValue = 3;
12341 if (this->_internal_vbiascontrolvalue() != 0) {
12342 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
12344 }
12345
12346 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
12347}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

12217 {
12218// @@protoc_insertion_point(message_clear_start:daphne.cmd_readVbiasControl_response)
12219 ::uint32_t cached_has_bits = 0;
12220 // Prevent compiler warnings about cached_has_bits being unused
12221 (void) cached_has_bits;
12222
12223 _impl_.message_.ClearToEmpty();
12224 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
12225 reinterpret_cast<char*>(&_impl_.vbiascontrolvalue_) -
12226 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.vbiascontrolvalue_));
12227 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
12228}

◆ clear_message()

void daphne::cmd_readVbiasControl_response::clear_message ( )
inline

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

15183 {
15184 _impl_.message_.ClearToEmpty();
15185}

◆ clear_success()

void daphne::cmd_readVbiasControl_response::clear_success ( )
inline

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

15161 {
15162 _impl_.success_ = false;
15163}

◆ clear_vbiascontrolvalue()

void daphne::cmd_readVbiasControl_response::clear_vbiascontrolvalue ( )
inline

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

15234 {
15236}

◆ CopyFrom()

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

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

12376 {
12377// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readVbiasControl_response)
12378 if (&from == this) return;
12379 Clear();
12380 MergeFrom(from);
12381}
void MergeFrom(const cmd_readVbiasControl_response &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

8106 {
8107 return *internal_default_instance();
8108 }
static const cmd_readVbiasControl_response * internal_default_instance()

◆ descriptor()

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

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

8097 {
8098 return GetDescriptor();
8099 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

8169 {
8170 return "daphne.cmd_readVbiasControl_response";
8171 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

12353{ return &_class_data_; }

◆ GetDescriptor()

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

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

8100 {
8101 return default_instance().GetMetadata().descriptor;
8102 }
static const cmd_readVbiasControl_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

12402 {
12403 return ::_pbi::AssignDescriptors(
12406}
::_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_readVbiasControl_response::GetReflection ( )
inlinestatic

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

8103 {
8104 return default_instance().GetMetadata().reflection;
8105 }

◆ internal_default_instance()

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

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

8109 {
8110 return reinterpret_cast<const cmd_readVbiasControl_response*>(
8112 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readVbiasControl_responseDefaultTypeInternal _cmd_readVbiasControl_response_default_instance_

◆ InternalSwap()

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

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

12387 {
12388 using std::swap;
12389 auto* lhs_arena = GetArenaForAllocation();
12390 auto* rhs_arena = other->GetArenaForAllocation();
12391 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
12392 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
12393 &other->_impl_.message_, rhs_arena);
12394 ::google::protobuf::internal::memswap<
12397 - PROTOBUF_FIELD_OFFSET(cmd_readVbiasControl_response, _impl_.success_)>(
12398 reinterpret_cast<char*>(&_impl_.success_),
12399 reinterpret_cast<char*>(&other->_impl_.success_));
12400}

◆ IsInitialized()

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

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

12383 {
12384 return true;
12385}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

12356 {
12357 auto* const _this = static_cast<cmd_readVbiasControl_response*>(&to_msg);
12358 auto& from = static_cast<const cmd_readVbiasControl_response&>(from_msg);
12359 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readVbiasControl_response)
12360 ABSL_DCHECK_NE(&from, _this);
12361 ::uint32_t cached_has_bits = 0;
12362 (void) cached_has_bits;
12363
12364 if (!from._internal_message().empty()) {
12365 _this->_internal_set_message(from._internal_message());
12366 }
12367 if (from._internal_success() != 0) {
12368 _this->_internal_set_success(from._internal_success());
12369 }
12370 if (from._internal_vbiascontrolvalue() != 0) {
12371 _this->_internal_set_vbiascontrolvalue(from._internal_vbiascontrolvalue());
12372 }
12373 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
12374}

◆ message()

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

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

15186 {
15187 // @@protoc_insertion_point(field_get:daphne.cmd_readVbiasControl_response.message)
15188 return _internal_message();
15189}

◆ mutable_message()

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

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

15198 {
15199 std::string* _s = _internal_mutable_message();
15200 // @@protoc_insertion_point(field_mutable:daphne.cmd_readVbiasControl_response.message)
15201 return _s;
15202}

◆ mutable_unknown_fields()

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

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

8093 {
8094 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
8095 }

◆ New()

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

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

8140 {
8141 return CreateMaybeMessage<cmd_readVbiasControl_response>(arena);
8142 }

◆ operator=() [1/2]

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

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

8076 {
8077 if (this == &from) return *this;
8078 if (GetOwningArena() == from.GetOwningArena()
8079 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
8080 && GetOwningArena() != nullptr
8081 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
8082 ) {
8083 InternalSwap(&from);
8084 } else {
8085 CopyFrom(from);
8086 }
8087 return *this;
8088 }
void CopyFrom(const cmd_readVbiasControl_response &from)
void InternalSwap(cmd_readVbiasControl_response *other)

◆ operator=() [2/2]

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

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

8072 {
8073 CopyFrom(from);
8074 return *this;
8075 }

◆ release_message()

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

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

15217 {
15218 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15219 // @@protoc_insertion_point(field_release:daphne.cmd_readVbiasControl_response.message)
15220 return _impl_.message_.Release();
15221}

◆ set_allocated_message()

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

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

15222 {
15223 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15224 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
15225 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15226 if (_impl_.message_.IsDefault()) {
15227 _impl_.message_.Set("", GetArenaForAllocation());
15228 }
15229 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
15230 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_readVbiasControl_response.message)
15231}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

15192 {
15193 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15194 ;
15195 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
15196 // @@protoc_insertion_point(field_set:daphne.cmd_readVbiasControl_response.message)
15197}

◆ set_success()

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

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

15168 {
15169 _internal_set_success(value);
15170 // @@protoc_insertion_point(field_set:daphne.cmd_readVbiasControl_response.success)
15171}

◆ set_vbiascontrolvalue()

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

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

15241 {
15243 // @@protoc_insertion_point(field_set:daphne.cmd_readVbiasControl_response.vBiasControlValue)
15244}

◆ SetCachedSize()

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

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

12213 {
12214 _impl_._cached_size_.Set(size);
12215}

◆ SharedCtor()

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

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

12191 {
12192 (void)arena;
12193 new (&_impl_) Impl_{
12194 decltype(_impl_.message_){},
12195 decltype(_impl_.success_){false},
12196 decltype(_impl_.vbiascontrolvalue_){0u},
12197 /*decltype(_impl_._cached_size_)*/ {},
12198 };
12199 _impl_.message_.InitDefault();
12200 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
12201 _impl_.message_.Set("", GetArenaForAllocation());
12202 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
12203}

◆ SharedDtor()

void daphne::cmd_readVbiasControl_response::SharedDtor ( )
inlineprivate

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

12209 {
12210 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
12211 _impl_.message_.Destroy();
12212}

◆ success()

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

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

15164 {
15165 // @@protoc_insertion_point(field_get:daphne.cmd_readVbiasControl_response.success)
15166 return _internal_success();
15167}

◆ Swap()

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

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

8119 {
8120 if (other == this) return;
8121 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
8122 if (GetOwningArena() != nullptr &&
8123 GetOwningArena() == other->GetOwningArena()) {
8124 #else // PROTOBUF_FORCE_COPY_IN_SWAP
8125 if (GetOwningArena() == other->GetOwningArena()) {
8126 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
8127 InternalSwap(other);
8128 } else {
8129 ::google::protobuf::internal::GenericSwap(this, other);
8130 }
8131 }

◆ unknown_fields()

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

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

8090 {
8091 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
8092 }

◆ UnsafeArenaSwap()

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

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

8132 {
8133 if (other == this) return;
8134 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8135 InternalSwap(other);
8136 }

◆ vbiascontrolvalue()

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

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

15237 {
15238 // @@protoc_insertion_point(field_get:daphne.cmd_readVbiasControl_response.vBiasControlValue)
15240}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

8116 {
8117 a.Swap(&b);
8118 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readVbiasControl_response::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 52, 2 > daphne::cmd_readVbiasControl_response::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_readVbiasControl_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
41

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


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