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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 , kCurrentMonitorChannelFieldNumber = 3 , kCurrentValueFieldNumber = 4 }
 

Public Member Functions

 cmd_readCurrentMonitor_response ()
 
 ~cmd_readCurrentMonitor_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readCurrentMonitor_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readCurrentMonitor_response (const cmd_readCurrentMonitor_response &from)
 
 cmd_readCurrentMonitor_response (cmd_readCurrentMonitor_response &&from) noexcept
 
cmd_readCurrentMonitor_responseoperator= (const cmd_readCurrentMonitor_response &from)
 
cmd_readCurrentMonitor_responseoperator= (cmd_readCurrentMonitor_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readCurrentMonitor_response *other)
 
void UnsafeArenaSwap (cmd_readCurrentMonitor_response *other)
 
cmd_readCurrentMonitor_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readCurrentMonitor_response &from)
 
void MergeFrom (const cmd_readCurrentMonitor_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_currentmonitorchannel ()
 
::uint32_t currentmonitorchannel () const
 
void set_currentmonitorchannel (::uint32_t value)
 
void clear_currentvalue ()
 
::uint32_t currentvalue () const
 
void set_currentvalue (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readCurrentMonitor_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_readCurrentMonitor_responsedefault_instance ()
 
static const cmd_readCurrentMonitor_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readCurrentMonitor_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_readCurrentMonitor_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_currentmonitorchannel () const
 
void _internal_set_currentmonitorchannel (::uint32_t value)
 
::uint32_t _internal_currentvalue () const
 
void _internal_set_currentvalue (::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, 54, 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_readCurrentMonitor_response &a, cmd_readCurrentMonitor_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kCurrentMonitorChannelFieldNumber 
kCurrentValueFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_readCurrentMonitor_response() [1/6]

daphne::cmd_readCurrentMonitor_response::cmd_readCurrentMonitor_response ( )
inline

◆ ~cmd_readCurrentMonitor_response()

daphne::cmd_readCurrentMonitor_response::~cmd_readCurrentMonitor_response ( )
override

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

12653 {
12654 // @@protoc_insertion_point(destructor:daphne.cmd_readCurrentMonitor_response)
12655 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
12656 SharedDtor();
12657}

◆ cmd_readCurrentMonitor_response() [2/6]

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

◆ cmd_readCurrentMonitor_response() [3/6]

daphne::cmd_readCurrentMonitor_response::cmd_readCurrentMonitor_response ( const cmd_readCurrentMonitor_response & from)

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

12614 : ::google::protobuf::Message() {
12615 cmd_readCurrentMonitor_response* const _this = this;
12616 (void)_this;
12617 new (&_impl_) Impl_{
12618 decltype(_impl_.message_){},
12619 decltype(_impl_.success_){},
12620 decltype(_impl_.currentmonitorchannel_){},
12621 decltype(_impl_.currentvalue_){},
12622 /*decltype(_impl_._cached_size_)*/ {},
12623 };
12624 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
12625 from._internal_metadata_);
12626 _impl_.message_.InitDefault();
12627 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
12628 _impl_.message_.Set("", GetArenaForAllocation());
12629 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
12630 if (!from._internal_message().empty()) {
12631 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
12632 }
12633 ::memcpy(&_impl_.success_, &from._impl_.success_,
12634 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.currentvalue_) -
12635 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.currentvalue_));
12636
12637 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readCurrentMonitor_response)
12638}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_readCurrentMonitor_response() [4/6]

daphne::cmd_readCurrentMonitor_response::cmd_readCurrentMonitor_response ( cmd_readCurrentMonitor_response && from)
inlinenoexcept

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

8427 *this = ::std::move(from);
8428 }

◆ cmd_readCurrentMonitor_response() [5/6]

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

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

12610 : ::google::protobuf::Message(arena) {
12611 SharedCtor(arena);
12612 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readCurrentMonitor_response)
12613}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readCurrentMonitor_response() [6/6]

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

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

882 : _impl_{
883 /*decltype(_impl_.message_)*/ {
884 &::_pbi::fixed_address_empty_string,
885 ::_pbi::ConstantInitialized{},
886 },
887 /*decltype(_impl_.success_)*/ false,
888 /*decltype(_impl_.currentmonitorchannel_)*/ 0u,
889 /*decltype(_impl_.currentvalue_)*/ 0u,
890 /*decltype(_impl_._cached_size_)*/ {},
891 } {}

Member Function Documentation

◆ _internal_currentmonitorchannel()

uint32_t daphne::cmd_readCurrentMonitor_response::_internal_currentmonitorchannel ( ) const
inlineprivate

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

15392 {
15393 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15395}

◆ _internal_currentvalue()

uint32_t daphne::cmd_readCurrentMonitor_response::_internal_currentvalue ( ) const
inlineprivate

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

15414 {
15415 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15416 return _impl_.currentvalue_;
15417}

◆ _internal_message()

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

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

15350 {
15351 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15352 return _impl_.message_.Get();
15353}

◆ _internal_mutable_message()

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

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

15359 {
15360 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15361 ;
15362 return _impl_.message_.Mutable( GetArenaForAllocation());
15363}

◆ _internal_set_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor_response::_internal_set_currentmonitorchannel ( ::uint32_t value)
inlineprivate

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

15396 {
15397 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15398 ;
15400}

◆ _internal_set_currentvalue()

void daphne::cmd_readCurrentMonitor_response::_internal_set_currentvalue ( ::uint32_t value)
inlineprivate

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

15418 {
15419 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15420 ;
15421 _impl_.currentvalue_ = value;
15422}

◆ _internal_set_message()

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

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

15354 {
15355 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15356 ;
15357 _impl_.message_.Set(value, GetArenaForAllocation());
15358}

◆ _internal_set_success()

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

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

15323 {
15324 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15325 ;
15326 _impl_.success_ = value;
15327}

◆ _internal_success()

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

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

15319 {
15320 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15321 return _impl_.success_;
15322}

◆ _InternalParse()

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

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

12680 {
12681 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
12682 return ptr;
12683}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 54, 2 > _table_

◆ _InternalSerialize()

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

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

12739 {
12740 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readCurrentMonitor_response)
12741 ::uint32_t cached_has_bits = 0;
12742 (void)cached_has_bits;
12743
12744 // bool success = 1;
12745 if (this->_internal_success() != 0) {
12746 target = stream->EnsureSpace(target);
12747 target = ::_pbi::WireFormatLite::WriteBoolToArray(
12748 1, this->_internal_success(), target);
12749 }
12750
12751 // string message = 2;
12752 if (!this->_internal_message().empty()) {
12753 const std::string& _s = this->_internal_message();
12754 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
12755 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_readCurrentMonitor_response.message");
12756 target = stream->WriteStringMaybeAliased(2, _s, target);
12757 }
12758
12759 // uint32 currentMonitorChannel = 3;
12760 if (this->_internal_currentmonitorchannel() != 0) {
12761 target = stream->EnsureSpace(target);
12762 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
12763 3, this->_internal_currentmonitorchannel(), target);
12764 }
12765
12766 // uint32 currentValue = 4;
12767 if (this->_internal_currentvalue() != 0) {
12768 target = stream->EnsureSpace(target);
12769 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
12770 4, this->_internal_currentvalue(), target);
12771 }
12772
12773 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
12774 target =
12775 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
12776 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
12777 }
12778 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readCurrentMonitor_response)
12779 return target;
12780}

◆ ByteSizeLong()

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

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

12782 {
12783// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readCurrentMonitor_response)
12784 ::size_t total_size = 0;
12785
12786 ::uint32_t cached_has_bits = 0;
12787 // Prevent compiler warnings about cached_has_bits being unused
12788 (void) cached_has_bits;
12789
12790 // string message = 2;
12791 if (!this->_internal_message().empty()) {
12792 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
12793 this->_internal_message());
12794 }
12795
12796 // bool success = 1;
12797 if (this->_internal_success() != 0) {
12798 total_size += 2;
12799 }
12800
12801 // uint32 currentMonitorChannel = 3;
12802 if (this->_internal_currentmonitorchannel() != 0) {
12803 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
12805 }
12806
12807 // uint32 currentValue = 4;
12808 if (this->_internal_currentvalue() != 0) {
12809 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
12810 this->_internal_currentvalue());
12811 }
12812
12813 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
12814}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

12666 {
12667// @@protoc_insertion_point(message_clear_start:daphne.cmd_readCurrentMonitor_response)
12668 ::uint32_t cached_has_bits = 0;
12669 // Prevent compiler warnings about cached_has_bits being unused
12670 (void) cached_has_bits;
12671
12672 _impl_.message_.ClearToEmpty();
12673 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
12674 reinterpret_cast<char*>(&_impl_.currentvalue_) -
12675 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.currentvalue_));
12676 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
12677}

◆ clear_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor_response::clear_currentmonitorchannel ( )
inline

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

15381 {
15383}

◆ clear_currentvalue()

void daphne::cmd_readCurrentMonitor_response::clear_currentvalue ( )
inline

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

15403 {
15404 _impl_.currentvalue_ = 0u;
15405}

◆ clear_message()

void daphne::cmd_readCurrentMonitor_response::clear_message ( )
inline

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

15330 {
15331 _impl_.message_.ClearToEmpty();
15332}

◆ clear_success()

void daphne::cmd_readCurrentMonitor_response::clear_success ( )
inline

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

15308 {
15309 _impl_.success_ = false;
15310}

◆ CopyFrom()

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

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

12846 {
12847// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readCurrentMonitor_response)
12848 if (&from == this) return;
12849 Clear();
12850 MergeFrom(from);
12851}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readCurrentMonitor_response &from)

◆ currentmonitorchannel()

uint32_t daphne::cmd_readCurrentMonitor_response::currentmonitorchannel ( ) const
inline

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

15384 {
15385 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor_response.currentMonitorChannel)
15387}

◆ currentvalue()

uint32_t daphne::cmd_readCurrentMonitor_response::currentvalue ( ) const
inline

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

15406 {
15407 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor_response.currentValue)
15408 return _internal_currentvalue();
15409}

◆ default_instance()

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

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

8464 {
8465 return *internal_default_instance();
8466 }
static const cmd_readCurrentMonitor_response * internal_default_instance()

◆ descriptor()

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

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

8455 {
8456 return GetDescriptor();
8457 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

8527 {
8528 return "daphne.cmd_readCurrentMonitor_response";
8529 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

12820{ return &_class_data_; }

◆ GetDescriptor()

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

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

8458 {
8459 return default_instance().GetMetadata().descriptor;
8460 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readCurrentMonitor_response & default_instance()

◆ GetMetadata()

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

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

12872 {
12873 return ::_pbi::AssignDescriptors(
12876}
::_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_readCurrentMonitor_response::GetReflection ( )
inlinestatic

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

8461 {
8462 return default_instance().GetMetadata().reflection;
8463 }

◆ internal_default_instance()

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

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

8467 {
8468 return reinterpret_cast<const cmd_readCurrentMonitor_response*>(
8470 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readCurrentMonitor_responseDefaultTypeInternal _cmd_readCurrentMonitor_response_default_instance_

◆ InternalSwap()

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

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

12857 {
12858 using std::swap;
12859 auto* lhs_arena = GetArenaForAllocation();
12860 auto* rhs_arena = other->GetArenaForAllocation();
12861 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
12862 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
12863 &other->_impl_.message_, rhs_arena);
12864 ::google::protobuf::internal::memswap<
12867 - PROTOBUF_FIELD_OFFSET(cmd_readCurrentMonitor_response, _impl_.success_)>(
12868 reinterpret_cast<char*>(&_impl_.success_),
12869 reinterpret_cast<char*>(&other->_impl_.success_));
12870}

◆ IsInitialized()

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

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

12853 {
12854 return true;
12855}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

12823 {
12824 auto* const _this = static_cast<cmd_readCurrentMonitor_response*>(&to_msg);
12825 auto& from = static_cast<const cmd_readCurrentMonitor_response&>(from_msg);
12826 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readCurrentMonitor_response)
12827 ABSL_DCHECK_NE(&from, _this);
12828 ::uint32_t cached_has_bits = 0;
12829 (void) cached_has_bits;
12830
12831 if (!from._internal_message().empty()) {
12832 _this->_internal_set_message(from._internal_message());
12833 }
12834 if (from._internal_success() != 0) {
12835 _this->_internal_set_success(from._internal_success());
12836 }
12837 if (from._internal_currentmonitorchannel() != 0) {
12838 _this->_internal_set_currentmonitorchannel(from._internal_currentmonitorchannel());
12839 }
12840 if (from._internal_currentvalue() != 0) {
12841 _this->_internal_set_currentvalue(from._internal_currentvalue());
12842 }
12843 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
12844}

◆ message()

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

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

15333 {
15334 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor_response.message)
15335 return _internal_message();
15336}

◆ mutable_message()

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

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

15345 {
15346 std::string* _s = _internal_mutable_message();
15347 // @@protoc_insertion_point(field_mutable:daphne.cmd_readCurrentMonitor_response.message)
15348 return _s;
15349}

◆ mutable_unknown_fields()

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

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

8451 {
8452 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
8453 }

◆ New()

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

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

8498 {
8499 return CreateMaybeMessage<cmd_readCurrentMonitor_response>(arena);
8500 }

◆ operator=() [1/2]

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

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

8434 {
8435 if (this == &from) return *this;
8436 if (GetOwningArena() == from.GetOwningArena()
8437 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
8438 && GetOwningArena() != nullptr
8439 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
8440 ) {
8441 InternalSwap(&from);
8442 } else {
8443 CopyFrom(from);
8444 }
8445 return *this;
8446 }
void CopyFrom(const cmd_readCurrentMonitor_response &from)
void InternalSwap(cmd_readCurrentMonitor_response *other)

◆ operator=() [2/2]

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

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

8430 {
8431 CopyFrom(from);
8432 return *this;
8433 }

◆ release_message()

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

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

15364 {
15365 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15366 // @@protoc_insertion_point(field_release:daphne.cmd_readCurrentMonitor_response.message)
15367 return _impl_.message_.Release();
15368}

◆ set_allocated_message()

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

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

15369 {
15370 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15371 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
15372 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15373 if (_impl_.message_.IsDefault()) {
15374 _impl_.message_.Set("", GetArenaForAllocation());
15375 }
15376 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
15377 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_readCurrentMonitor_response.message)
15378}

◆ set_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor_response::set_currentmonitorchannel ( ::uint32_t value)
inline

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

15388 {
15390 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor_response.currentMonitorChannel)
15391}

◆ set_currentvalue()

void daphne::cmd_readCurrentMonitor_response::set_currentvalue ( ::uint32_t value)
inline

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

15410 {
15412 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor_response.currentValue)
15413}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

15339 {
15340 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15341 ;
15342 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
15343 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor_response.message)
15344}

◆ set_success()

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

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

15315 {
15316 _internal_set_success(value);
15317 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor_response.success)
15318}

◆ SetCachedSize()

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

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

12662 {
12663 _impl_._cached_size_.Set(size);
12664}

◆ SharedCtor()

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

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

12639 {
12640 (void)arena;
12641 new (&_impl_) Impl_{
12642 decltype(_impl_.message_){},
12643 decltype(_impl_.success_){false},
12644 decltype(_impl_.currentmonitorchannel_){0u},
12645 decltype(_impl_.currentvalue_){0u},
12646 /*decltype(_impl_._cached_size_)*/ {},
12647 };
12648 _impl_.message_.InitDefault();
12649 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
12650 _impl_.message_.Set("", GetArenaForAllocation());
12651 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
12652}

◆ SharedDtor()

void daphne::cmd_readCurrentMonitor_response::SharedDtor ( )
inlineprivate

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

12658 {
12659 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
12660 _impl_.message_.Destroy();
12661}

◆ success()

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

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

15311 {
15312 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor_response.success)
15313 return _internal_success();
15314}

◆ Swap()

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

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

8477 {
8478 if (other == this) return;
8479 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
8480 if (GetOwningArena() != nullptr &&
8481 GetOwningArena() == other->GetOwningArena()) {
8482 #else // PROTOBUF_FORCE_COPY_IN_SWAP
8483 if (GetOwningArena() == other->GetOwningArena()) {
8484 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
8485 InternalSwap(other);
8486 } else {
8487 ::google::protobuf::internal::GenericSwap(this, other);
8488 }
8489 }

◆ unknown_fields()

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

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

8448 {
8449 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
8450 }

◆ UnsafeArenaSwap()

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

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

8490 {
8491 if (other == this) return;
8492 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8493 InternalSwap(other);
8494 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

8474 {
8475 a.Swap(&b);
8476 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readCurrentMonitor_response::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 54, 2 > daphne::cmd_readCurrentMonitor_response::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_readCurrentMonitor_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
43

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


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