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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_setAFEPowerState_response ()
 
 ~cmd_setAFEPowerState_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_setAFEPowerState_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_setAFEPowerState_response (const cmd_setAFEPowerState_response &from)
 
 cmd_setAFEPowerState_response (cmd_setAFEPowerState_response &&from) noexcept
 
cmd_setAFEPowerState_responseoperator= (const cmd_setAFEPowerState_response &from)
 
cmd_setAFEPowerState_responseoperator= (cmd_setAFEPowerState_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_setAFEPowerState_response *other)
 
void UnsafeArenaSwap (cmd_setAFEPowerState_response *other)
 
cmd_setAFEPowerState_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_setAFEPowerState_response &from)
 
void MergeFrom (const cmd_setAFEPowerState_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_powerstate ()
 
::uint32_t powerstate () const
 
void set_powerstate (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_setAFEPowerState_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_setAFEPowerState_responsedefault_instance ()
 
static const cmd_setAFEPowerState_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_setAFEPowerState_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_setAFEPowerState_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_powerstate () const
 
void _internal_set_powerstate (::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_setAFEPowerState_response &a, cmd_setAFEPowerState_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kPowerStateFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_setAFEPowerState_response() [1/6]

daphne::cmd_setAFEPowerState_response::cmd_setAFEPowerState_response ( )
inline

◆ ~cmd_setAFEPowerState_response()

daphne::cmd_setAFEPowerState_response::~cmd_setAFEPowerState_response ( )
override

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

14418 {
14419 // @@protoc_insertion_point(destructor:daphne.cmd_setAFEPowerState_response)
14420 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
14421 SharedDtor();
14422}

◆ cmd_setAFEPowerState_response() [2/6]

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

◆ cmd_setAFEPowerState_response() [3/6]

daphne::cmd_setAFEPowerState_response::cmd_setAFEPowerState_response ( const cmd_setAFEPowerState_response & from)

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

14381 : ::google::protobuf::Message() {
14382 cmd_setAFEPowerState_response* const _this = this;
14383 (void)_this;
14384 new (&_impl_) Impl_{
14385 decltype(_impl_.message_){},
14386 decltype(_impl_.success_){},
14387 decltype(_impl_.powerstate_){},
14388 /*decltype(_impl_._cached_size_)*/ {},
14389 };
14390 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
14391 from._internal_metadata_);
14392 _impl_.message_.InitDefault();
14393 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
14394 _impl_.message_.Set("", GetArenaForAllocation());
14395 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
14396 if (!from._internal_message().empty()) {
14397 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
14398 }
14399 ::memcpy(&_impl_.success_, &from._impl_.success_,
14400 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.powerstate_) -
14401 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.powerstate_));
14402
14403 // @@protoc_insertion_point(copy_constructor:daphne.cmd_setAFEPowerState_response)
14404}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_setAFEPowerState_response() [4/6]

daphne::cmd_setAFEPowerState_response::cmd_setAFEPowerState_response ( cmd_setAFEPowerState_response && from)
inlinenoexcept

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

9859 *this = ::std::move(from);
9860 }

◆ cmd_setAFEPowerState_response() [5/6]

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

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

14377 : ::google::protobuf::Message(arena) {
14378 SharedCtor(arena);
14379 // @@protoc_insertion_point(arena_constructor:daphne.cmd_setAFEPowerState_response)
14380}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_setAFEPowerState_response() [6/6]

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

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

1034 : _impl_{
1035 /*decltype(_impl_.message_)*/ {
1036 &::_pbi::fixed_address_empty_string,
1037 ::_pbi::ConstantInitialized{},
1038 },
1039 /*decltype(_impl_.success_)*/ false,
1040 /*decltype(_impl_.powerstate_)*/ 0u,
1041 /*decltype(_impl_._cached_size_)*/ {},
1042 } {}

Member Function Documentation

◆ _internal_message()

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

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

15938 {
15939 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15940 return _impl_.message_.Get();
15941}

◆ _internal_mutable_message()

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

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

15947 {
15948 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15949 ;
15950 return _impl_.message_.Mutable( GetArenaForAllocation());
15951}

◆ _internal_powerstate()

uint32_t daphne::cmd_setAFEPowerState_response::_internal_powerstate ( ) const
inlineprivate

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

15980 {
15981 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15982 return _impl_.powerstate_;
15983}

◆ _internal_set_message()

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

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

15942 {
15943 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15944 ;
15945 _impl_.message_.Set(value, GetArenaForAllocation());
15946}

◆ _internal_set_powerstate()

void daphne::cmd_setAFEPowerState_response::_internal_set_powerstate ( ::uint32_t value)
inlineprivate

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

15984 {
15985 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15986 ;
15987 _impl_.powerstate_ = value;
15988}

◆ _internal_set_success()

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

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

15911 {
15912 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15913 ;
15914 _impl_.success_ = value;
15915}

◆ _internal_success()

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

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

15907 {
15908 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15909 return _impl_.success_;
15910}

◆ _InternalParse()

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

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

14445 {
14446 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
14447 return ptr;
14448}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 52, 2 > _table_

◆ _InternalSerialize()

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

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

14499 {
14500 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_setAFEPowerState_response)
14501 ::uint32_t cached_has_bits = 0;
14502 (void)cached_has_bits;
14503
14504 // bool success = 1;
14505 if (this->_internal_success() != 0) {
14506 target = stream->EnsureSpace(target);
14507 target = ::_pbi::WireFormatLite::WriteBoolToArray(
14508 1, this->_internal_success(), target);
14509 }
14510
14511 // string message = 2;
14512 if (!this->_internal_message().empty()) {
14513 const std::string& _s = this->_internal_message();
14514 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
14515 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_setAFEPowerState_response.message");
14516 target = stream->WriteStringMaybeAliased(2, _s, target);
14517 }
14518
14519 // uint32 powerState = 3;
14520 if (this->_internal_powerstate() != 0) {
14521 target = stream->EnsureSpace(target);
14522 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
14523 3, this->_internal_powerstate(), target);
14524 }
14525
14526 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
14527 target =
14528 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
14529 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
14530 }
14531 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_setAFEPowerState_response)
14532 return target;
14533}

◆ ByteSizeLong()

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

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

14535 {
14536// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_setAFEPowerState_response)
14537 ::size_t total_size = 0;
14538
14539 ::uint32_t cached_has_bits = 0;
14540 // Prevent compiler warnings about cached_has_bits being unused
14541 (void) cached_has_bits;
14542
14543 // string message = 2;
14544 if (!this->_internal_message().empty()) {
14545 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
14546 this->_internal_message());
14547 }
14548
14549 // bool success = 1;
14550 if (this->_internal_success() != 0) {
14551 total_size += 2;
14552 }
14553
14554 // uint32 powerState = 3;
14555 if (this->_internal_powerstate() != 0) {
14556 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
14557 this->_internal_powerstate());
14558 }
14559
14560 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
14561}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

14431 {
14432// @@protoc_insertion_point(message_clear_start:daphne.cmd_setAFEPowerState_response)
14433 ::uint32_t cached_has_bits = 0;
14434 // Prevent compiler warnings about cached_has_bits being unused
14435 (void) cached_has_bits;
14436
14437 _impl_.message_.ClearToEmpty();
14438 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
14439 reinterpret_cast<char*>(&_impl_.powerstate_) -
14440 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.powerstate_));
14441 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
14442}

◆ clear_message()

void daphne::cmd_setAFEPowerState_response::clear_message ( )
inline

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

15918 {
15919 _impl_.message_.ClearToEmpty();
15920}

◆ clear_powerstate()

void daphne::cmd_setAFEPowerState_response::clear_powerstate ( )
inline

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

15969 {
15970 _impl_.powerstate_ = 0u;
15971}

◆ clear_success()

void daphne::cmd_setAFEPowerState_response::clear_success ( )
inline

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

15896 {
15897 _impl_.success_ = false;
15898}

◆ CopyFrom()

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

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

14590 {
14591// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_setAFEPowerState_response)
14592 if (&from == this) return;
14593 Clear();
14594 MergeFrom(from);
14595}
void MergeFrom(const cmd_setAFEPowerState_response &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

9896 {
9897 return *internal_default_instance();
9898 }
static const cmd_setAFEPowerState_response * internal_default_instance()

◆ descriptor()

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

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

9887 {
9888 return GetDescriptor();
9889 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

9959 {
9960 return "daphne.cmd_setAFEPowerState_response";
9961 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

14567{ return &_class_data_; }

◆ GetDescriptor()

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

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

9890 {
9891 return default_instance().GetMetadata().descriptor;
9892 }
static const cmd_setAFEPowerState_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

14616 {
14617 return ::_pbi::AssignDescriptors(
14620}
::_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_setAFEPowerState_response::GetReflection ( )
inlinestatic

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

9893 {
9894 return default_instance().GetMetadata().reflection;
9895 }

◆ internal_default_instance()

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

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

9899 {
9900 return reinterpret_cast<const cmd_setAFEPowerState_response*>(
9902 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_setAFEPowerState_responseDefaultTypeInternal _cmd_setAFEPowerState_response_default_instance_

◆ InternalSwap()

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

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

14601 {
14602 using std::swap;
14603 auto* lhs_arena = GetArenaForAllocation();
14604 auto* rhs_arena = other->GetArenaForAllocation();
14605 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
14606 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
14607 &other->_impl_.message_, rhs_arena);
14608 ::google::protobuf::internal::memswap<
14609 PROTOBUF_FIELD_OFFSET(cmd_setAFEPowerState_response, _impl_.powerstate_)
14611 - PROTOBUF_FIELD_OFFSET(cmd_setAFEPowerState_response, _impl_.success_)>(
14612 reinterpret_cast<char*>(&_impl_.success_),
14613 reinterpret_cast<char*>(&other->_impl_.success_));
14614}

◆ IsInitialized()

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

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

14597 {
14598 return true;
14599}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

14570 {
14571 auto* const _this = static_cast<cmd_setAFEPowerState_response*>(&to_msg);
14572 auto& from = static_cast<const cmd_setAFEPowerState_response&>(from_msg);
14573 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_setAFEPowerState_response)
14574 ABSL_DCHECK_NE(&from, _this);
14575 ::uint32_t cached_has_bits = 0;
14576 (void) cached_has_bits;
14577
14578 if (!from._internal_message().empty()) {
14579 _this->_internal_set_message(from._internal_message());
14580 }
14581 if (from._internal_success() != 0) {
14582 _this->_internal_set_success(from._internal_success());
14583 }
14584 if (from._internal_powerstate() != 0) {
14585 _this->_internal_set_powerstate(from._internal_powerstate());
14586 }
14587 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
14588}

◆ message()

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

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

15921 {
15922 // @@protoc_insertion_point(field_get:daphne.cmd_setAFEPowerState_response.message)
15923 return _internal_message();
15924}

◆ mutable_message()

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

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

15933 {
15934 std::string* _s = _internal_mutable_message();
15935 // @@protoc_insertion_point(field_mutable:daphne.cmd_setAFEPowerState_response.message)
15936 return _s;
15937}

◆ mutable_unknown_fields()

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

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

9883 {
9884 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
9885 }

◆ New()

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

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

9930 {
9931 return CreateMaybeMessage<cmd_setAFEPowerState_response>(arena);
9932 }

◆ operator=() [1/2]

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

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

9866 {
9867 if (this == &from) return *this;
9868 if (GetOwningArena() == from.GetOwningArena()
9869 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
9870 && GetOwningArena() != nullptr
9871 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
9872 ) {
9873 InternalSwap(&from);
9874 } else {
9875 CopyFrom(from);
9876 }
9877 return *this;
9878 }
void InternalSwap(cmd_setAFEPowerState_response *other)
void CopyFrom(const cmd_setAFEPowerState_response &from)

◆ operator=() [2/2]

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

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

9862 {
9863 CopyFrom(from);
9864 return *this;
9865 }

◆ powerstate()

uint32_t daphne::cmd_setAFEPowerState_response::powerstate ( ) const
inline

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

15972 {
15973 // @@protoc_insertion_point(field_get:daphne.cmd_setAFEPowerState_response.powerState)
15974 return _internal_powerstate();
15975}

◆ release_message()

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

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

15952 {
15953 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15954 // @@protoc_insertion_point(field_release:daphne.cmd_setAFEPowerState_response.message)
15955 return _impl_.message_.Release();
15956}

◆ set_allocated_message()

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

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

15957 {
15958 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15959 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
15960 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15961 if (_impl_.message_.IsDefault()) {
15962 _impl_.message_.Set("", GetArenaForAllocation());
15963 }
15964 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
15965 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_setAFEPowerState_response.message)
15966}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

15927 {
15928 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15929 ;
15930 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
15931 // @@protoc_insertion_point(field_set:daphne.cmd_setAFEPowerState_response.message)
15932}

◆ set_powerstate()

void daphne::cmd_setAFEPowerState_response::set_powerstate ( ::uint32_t value)
inline

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

15976 {
15978 // @@protoc_insertion_point(field_set:daphne.cmd_setAFEPowerState_response.powerState)
15979}

◆ set_success()

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

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

15903 {
15904 _internal_set_success(value);
15905 // @@protoc_insertion_point(field_set:daphne.cmd_setAFEPowerState_response.success)
15906}

◆ SetCachedSize()

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

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

14427 {
14428 _impl_._cached_size_.Set(size);
14429}

◆ SharedCtor()

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

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

14405 {
14406 (void)arena;
14407 new (&_impl_) Impl_{
14408 decltype(_impl_.message_){},
14409 decltype(_impl_.success_){false},
14410 decltype(_impl_.powerstate_){0u},
14411 /*decltype(_impl_._cached_size_)*/ {},
14412 };
14413 _impl_.message_.InitDefault();
14414 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
14415 _impl_.message_.Set("", GetArenaForAllocation());
14416 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
14417}

◆ SharedDtor()

void daphne::cmd_setAFEPowerState_response::SharedDtor ( )
inlineprivate

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

14423 {
14424 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
14425 _impl_.message_.Destroy();
14426}

◆ success()

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

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

15899 {
15900 // @@protoc_insertion_point(field_get:daphne.cmd_setAFEPowerState_response.success)
15901 return _internal_success();
15902}

◆ Swap()

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

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

9909 {
9910 if (other == this) return;
9911 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
9912 if (GetOwningArena() != nullptr &&
9913 GetOwningArena() == other->GetOwningArena()) {
9914 #else // PROTOBUF_FORCE_COPY_IN_SWAP
9915 if (GetOwningArena() == other->GetOwningArena()) {
9916 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
9917 InternalSwap(other);
9918 } else {
9919 ::google::protobuf::internal::GenericSwap(this, other);
9920 }
9921 }

◆ unknown_fields()

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

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

9880 {
9881 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
9882 }

◆ UnsafeArenaSwap()

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

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

9922 {
9923 if (other == this) return;
9924 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
9925 InternalSwap(other);
9926 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

9906 {
9907 a.Swap(&b);
9908 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_setAFEPowerState_response::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_setAFEPowerState_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
51

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


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