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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_writeAFEAttenuation_response ()
 
 ~cmd_writeAFEAttenuation_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_writeAFEAttenuation_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_writeAFEAttenuation_response (const cmd_writeAFEAttenuation_response &from)
 
 cmd_writeAFEAttenuation_response (cmd_writeAFEAttenuation_response &&from) noexcept
 
cmd_writeAFEAttenuation_responseoperator= (const cmd_writeAFEAttenuation_response &from)
 
cmd_writeAFEAttenuation_responseoperator= (cmd_writeAFEAttenuation_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_writeAFEAttenuation_response *other)
 
void UnsafeArenaSwap (cmd_writeAFEAttenuation_response *other)
 
cmd_writeAFEAttenuation_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_writeAFEAttenuation_response &from)
 
void MergeFrom (const cmd_writeAFEAttenuation_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_attenuation ()
 
::uint32_t attenuation () const
 
void set_attenuation (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_writeAFEAttenuation_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_writeAFEAttenuation_responsedefault_instance ()
 
static const cmd_writeAFEAttenuation_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_writeAFEAttenuation_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_writeAFEAttenuation_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_attenuation () const
 
void _internal_set_attenuation (::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, 55, 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_writeAFEAttenuation_response &a, cmd_writeAFEAttenuation_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kAfeBlockFieldNumber 
kAttenuationFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_writeAFEAttenuation_response() [1/6]

daphne::cmd_writeAFEAttenuation_response::cmd_writeAFEAttenuation_response ( )
inline

◆ ~cmd_writeAFEAttenuation_response()

daphne::cmd_writeAFEAttenuation_response::~cmd_writeAFEAttenuation_response ( )
override

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

3449 {
3450 // @@protoc_insertion_point(destructor:daphne.cmd_writeAFEAttenuation_response)
3451 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
3452 SharedDtor();
3453}

◆ cmd_writeAFEAttenuation_response() [2/6]

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

◆ cmd_writeAFEAttenuation_response() [3/6]

daphne::cmd_writeAFEAttenuation_response::cmd_writeAFEAttenuation_response ( const cmd_writeAFEAttenuation_response & from)

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

3410 : ::google::protobuf::Message() {
3411 cmd_writeAFEAttenuation_response* const _this = this;
3412 (void)_this;
3413 new (&_impl_) Impl_{
3414 decltype(_impl_.message_){},
3415 decltype(_impl_.success_){},
3416 decltype(_impl_.afeblock_){},
3417 decltype(_impl_.attenuation_){},
3418 /*decltype(_impl_._cached_size_)*/ {},
3419 };
3420 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
3421 from._internal_metadata_);
3422 _impl_.message_.InitDefault();
3423 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3424 _impl_.message_.Set("", GetArenaForAllocation());
3425 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3426 if (!from._internal_message().empty()) {
3427 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
3428 }
3429 ::memcpy(&_impl_.success_, &from._impl_.success_,
3430 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.attenuation_) -
3431 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.attenuation_));
3432
3433 // @@protoc_insertion_point(copy_constructor:daphne.cmd_writeAFEAttenuation_response)
3434}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_writeAFEAttenuation_response() [4/6]

daphne::cmd_writeAFEAttenuation_response::cmd_writeAFEAttenuation_response ( cmd_writeAFEAttenuation_response && from)
inlinenoexcept

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

1229 *this = ::std::move(from);
1230 }

◆ cmd_writeAFEAttenuation_response() [5/6]

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

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

3406 : ::google::protobuf::Message(arena) {
3407 SharedCtor(arena);
3408 // @@protoc_insertion_point(arena_constructor:daphne.cmd_writeAFEAttenuation_response)
3409}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_writeAFEAttenuation_response() [6/6]

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

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

126 : _impl_{
127 /*decltype(_impl_.message_)*/ {
128 &::_pbi::fixed_address_empty_string,
129 ::_pbi::ConstantInitialized{},
130 },
131 /*decltype(_impl_.success_)*/ false,
132 /*decltype(_impl_.afeblock_)*/ 0u,
133 /*decltype(_impl_.attenuation_)*/ 0u,
134 /*decltype(_impl_._cached_size_)*/ {},
135 } {}

Member Function Documentation

◆ _internal_afeblock()

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

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

11859 {
11860 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
11861 return _impl_.afeblock_;
11862}

◆ _internal_attenuation()

uint32_t daphne::cmd_writeAFEAttenuation_response::_internal_attenuation ( ) const
inlineprivate

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

11881 {
11882 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
11883 return _impl_.attenuation_;
11884}

◆ _internal_message()

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

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

11817 {
11818 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
11819 return _impl_.message_.Get();
11820}

◆ _internal_mutable_message()

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

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

11826 {
11827 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11828 ;
11829 return _impl_.message_.Mutable( GetArenaForAllocation());
11830}

◆ _internal_set_afeblock()

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

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

11863 {
11864 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11865 ;
11866 _impl_.afeblock_ = value;
11867}

◆ _internal_set_attenuation()

void daphne::cmd_writeAFEAttenuation_response::_internal_set_attenuation ( ::uint32_t value)
inlineprivate

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

11885 {
11886 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11887 ;
11888 _impl_.attenuation_ = value;
11889}

◆ _internal_set_message()

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

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

11821 {
11822 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11823 ;
11824 _impl_.message_.Set(value, GetArenaForAllocation());
11825}

◆ _internal_set_success()

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

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

11790 {
11791 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11792 ;
11793 _impl_.success_ = value;
11794}

◆ _internal_success()

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

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

11786 {
11787 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
11788 return _impl_.success_;
11789}

◆ _InternalParse()

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

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

3476 {
3477 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
3478 return ptr;
3479}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 55, 2 > _table_

◆ _InternalSerialize()

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

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

3535 {
3536 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_writeAFEAttenuation_response)
3537 ::uint32_t cached_has_bits = 0;
3538 (void)cached_has_bits;
3539
3540 // bool success = 1;
3541 if (this->_internal_success() != 0) {
3542 target = stream->EnsureSpace(target);
3543 target = ::_pbi::WireFormatLite::WriteBoolToArray(
3544 1, this->_internal_success(), target);
3545 }
3546
3547 // string message = 2;
3548 if (!this->_internal_message().empty()) {
3549 const std::string& _s = this->_internal_message();
3550 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
3551 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_writeAFEAttenuation_response.message");
3552 target = stream->WriteStringMaybeAliased(2, _s, target);
3553 }
3554
3555 // uint32 afeBlock = 3;
3556 if (this->_internal_afeblock() != 0) {
3557 target = stream->EnsureSpace(target);
3558 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
3559 3, this->_internal_afeblock(), target);
3560 }
3561
3562 // uint32 attenuation = 4;
3563 if (this->_internal_attenuation() != 0) {
3564 target = stream->EnsureSpace(target);
3565 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
3566 4, this->_internal_attenuation(), target);
3567 }
3568
3569 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
3570 target =
3571 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
3572 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
3573 }
3574 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_writeAFEAttenuation_response)
3575 return target;
3576}

◆ afeblock()

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

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

11851 {
11852 // @@protoc_insertion_point(field_get:daphne.cmd_writeAFEAttenuation_response.afeBlock)
11853 return _internal_afeblock();
11854}

◆ attenuation()

uint32_t daphne::cmd_writeAFEAttenuation_response::attenuation ( ) const
inline

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

11873 {
11874 // @@protoc_insertion_point(field_get:daphne.cmd_writeAFEAttenuation_response.attenuation)
11875 return _internal_attenuation();
11876}

◆ ByteSizeLong()

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

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

3578 {
3579// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_writeAFEAttenuation_response)
3580 ::size_t total_size = 0;
3581
3582 ::uint32_t cached_has_bits = 0;
3583 // Prevent compiler warnings about cached_has_bits being unused
3584 (void) cached_has_bits;
3585
3586 // string message = 2;
3587 if (!this->_internal_message().empty()) {
3588 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
3589 this->_internal_message());
3590 }
3591
3592 // bool success = 1;
3593 if (this->_internal_success() != 0) {
3594 total_size += 2;
3595 }
3596
3597 // uint32 afeBlock = 3;
3598 if (this->_internal_afeblock() != 0) {
3599 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
3600 this->_internal_afeblock());
3601 }
3602
3603 // uint32 attenuation = 4;
3604 if (this->_internal_attenuation() != 0) {
3605 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
3606 this->_internal_attenuation());
3607 }
3608
3609 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
3610}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

3462 {
3463// @@protoc_insertion_point(message_clear_start:daphne.cmd_writeAFEAttenuation_response)
3464 ::uint32_t cached_has_bits = 0;
3465 // Prevent compiler warnings about cached_has_bits being unused
3466 (void) cached_has_bits;
3467
3468 _impl_.message_.ClearToEmpty();
3469 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
3470 reinterpret_cast<char*>(&_impl_.attenuation_) -
3471 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.attenuation_));
3472 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
3473}

◆ clear_afeblock()

void daphne::cmd_writeAFEAttenuation_response::clear_afeblock ( )
inline

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

11848 {
11849 _impl_.afeblock_ = 0u;
11850}

◆ clear_attenuation()

void daphne::cmd_writeAFEAttenuation_response::clear_attenuation ( )
inline

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

11870 {
11871 _impl_.attenuation_ = 0u;
11872}

◆ clear_message()

void daphne::cmd_writeAFEAttenuation_response::clear_message ( )
inline

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

11797 {
11798 _impl_.message_.ClearToEmpty();
11799}

◆ clear_success()

void daphne::cmd_writeAFEAttenuation_response::clear_success ( )
inline

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

11775 {
11776 _impl_.success_ = false;
11777}

◆ CopyFrom()

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

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

3642 {
3643// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_writeAFEAttenuation_response)
3644 if (&from == this) return;
3645 Clear();
3646 MergeFrom(from);
3647}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_writeAFEAttenuation_response &from)

◆ default_instance()

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

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

1266 {
1267 return *internal_default_instance();
1268 }
static const cmd_writeAFEAttenuation_response * internal_default_instance()

◆ descriptor()

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

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

1257 {
1258 return GetDescriptor();
1259 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1329 {
1330 return "daphne.cmd_writeAFEAttenuation_response";
1331 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

3616{ return &_class_data_; }

◆ GetDescriptor()

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

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

1260 {
1261 return default_instance().GetMetadata().descriptor;
1262 }
static const cmd_writeAFEAttenuation_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

3668 {
3669 return ::_pbi::AssignDescriptors(
3672}
::_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_writeAFEAttenuation_response::GetReflection ( )
inlinestatic

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

1263 {
1264 return default_instance().GetMetadata().reflection;
1265 }

◆ internal_default_instance()

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

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

1269 {
1270 return reinterpret_cast<const cmd_writeAFEAttenuation_response*>(
1272 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_writeAFEAttenuation_responseDefaultTypeInternal _cmd_writeAFEAttenuation_response_default_instance_

◆ InternalSwap()

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

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

3653 {
3654 using std::swap;
3655 auto* lhs_arena = GetArenaForAllocation();
3656 auto* rhs_arena = other->GetArenaForAllocation();
3657 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
3658 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
3659 &other->_impl_.message_, rhs_arena);
3660 ::google::protobuf::internal::memswap<
3663 - PROTOBUF_FIELD_OFFSET(cmd_writeAFEAttenuation_response, _impl_.success_)>(
3664 reinterpret_cast<char*>(&_impl_.success_),
3665 reinterpret_cast<char*>(&other->_impl_.success_));
3666}

◆ IsInitialized()

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

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

3649 {
3650 return true;
3651}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

3619 {
3620 auto* const _this = static_cast<cmd_writeAFEAttenuation_response*>(&to_msg);
3621 auto& from = static_cast<const cmd_writeAFEAttenuation_response&>(from_msg);
3622 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_writeAFEAttenuation_response)
3623 ABSL_DCHECK_NE(&from, _this);
3624 ::uint32_t cached_has_bits = 0;
3625 (void) cached_has_bits;
3626
3627 if (!from._internal_message().empty()) {
3628 _this->_internal_set_message(from._internal_message());
3629 }
3630 if (from._internal_success() != 0) {
3631 _this->_internal_set_success(from._internal_success());
3632 }
3633 if (from._internal_afeblock() != 0) {
3634 _this->_internal_set_afeblock(from._internal_afeblock());
3635 }
3636 if (from._internal_attenuation() != 0) {
3637 _this->_internal_set_attenuation(from._internal_attenuation());
3638 }
3639 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
3640}

◆ message()

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

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

11800 {
11801 // @@protoc_insertion_point(field_get:daphne.cmd_writeAFEAttenuation_response.message)
11802 return _internal_message();
11803}

◆ mutable_message()

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

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

11812 {
11813 std::string* _s = _internal_mutable_message();
11814 // @@protoc_insertion_point(field_mutable:daphne.cmd_writeAFEAttenuation_response.message)
11815 return _s;
11816}

◆ mutable_unknown_fields()

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

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

1253 {
1254 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1255 }

◆ New()

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

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

1300 {
1301 return CreateMaybeMessage<cmd_writeAFEAttenuation_response>(arena);
1302 }

◆ operator=() [1/2]

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

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

1236 {
1237 if (this == &from) return *this;
1238 if (GetOwningArena() == from.GetOwningArena()
1239 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1240 && GetOwningArena() != nullptr
1241 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1242 ) {
1243 InternalSwap(&from);
1244 } else {
1245 CopyFrom(from);
1246 }
1247 return *this;
1248 }
void CopyFrom(const cmd_writeAFEAttenuation_response &from)
void InternalSwap(cmd_writeAFEAttenuation_response *other)

◆ operator=() [2/2]

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

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

1232 {
1233 CopyFrom(from);
1234 return *this;
1235 }

◆ release_message()

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

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

11831 {
11832 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11833 // @@protoc_insertion_point(field_release:daphne.cmd_writeAFEAttenuation_response.message)
11834 return _impl_.message_.Release();
11835}

◆ set_afeblock()

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

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

11855 {
11857 // @@protoc_insertion_point(field_set:daphne.cmd_writeAFEAttenuation_response.afeBlock)
11858}

◆ set_allocated_message()

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

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

11836 {
11837 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11838 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
11839 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
11840 if (_impl_.message_.IsDefault()) {
11841 _impl_.message_.Set("", GetArenaForAllocation());
11842 }
11843 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
11844 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_writeAFEAttenuation_response.message)
11845}

◆ set_attenuation()

void daphne::cmd_writeAFEAttenuation_response::set_attenuation ( ::uint32_t value)
inline

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

11877 {
11879 // @@protoc_insertion_point(field_set:daphne.cmd_writeAFEAttenuation_response.attenuation)
11880}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

11806 {
11807 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
11808 ;
11809 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
11810 // @@protoc_insertion_point(field_set:daphne.cmd_writeAFEAttenuation_response.message)
11811}

◆ set_success()

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

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

11782 {
11783 _internal_set_success(value);
11784 // @@protoc_insertion_point(field_set:daphne.cmd_writeAFEAttenuation_response.success)
11785}

◆ SetCachedSize()

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

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

3458 {
3459 _impl_._cached_size_.Set(size);
3460}

◆ SharedCtor()

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

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

3435 {
3436 (void)arena;
3437 new (&_impl_) Impl_{
3438 decltype(_impl_.message_){},
3439 decltype(_impl_.success_){false},
3440 decltype(_impl_.afeblock_){0u},
3441 decltype(_impl_.attenuation_){0u},
3442 /*decltype(_impl_._cached_size_)*/ {},
3443 };
3444 _impl_.message_.InitDefault();
3445 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3446 _impl_.message_.Set("", GetArenaForAllocation());
3447 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3448}

◆ SharedDtor()

void daphne::cmd_writeAFEAttenuation_response::SharedDtor ( )
inlineprivate

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

3454 {
3455 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
3456 _impl_.message_.Destroy();
3457}

◆ success()

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

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

11778 {
11779 // @@protoc_insertion_point(field_get:daphne.cmd_writeAFEAttenuation_response.success)
11780 return _internal_success();
11781}

◆ Swap()

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

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

1279 {
1280 if (other == this) return;
1281 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1282 if (GetOwningArena() != nullptr &&
1283 GetOwningArena() == other->GetOwningArena()) {
1284 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1285 if (GetOwningArena() == other->GetOwningArena()) {
1286 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1287 InternalSwap(other);
1288 } else {
1289 ::google::protobuf::internal::GenericSwap(this, other);
1290 }
1291 }

◆ unknown_fields()

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

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

1250 {
1251 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1252 }

◆ UnsafeArenaSwap()

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

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

1292 {
1293 if (other == this) return;
1294 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1295 InternalSwap(other);
1296 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

1276 {
1277 a.Swap(&b);
1278 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_writeAFEAttenuation_response::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 55, 2 > daphne::cmd_writeAFEAttenuation_response::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_writeAFEAttenuation_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

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


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