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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kMessageFieldNumber = 2 , kTrimChannelFieldNumber = 3 , kSuccessFieldNumber = 1 , kTrimGainFieldNumber = 5 ,
  kTrimValueFieldNumber = 4
}
 

Public Member Functions

 cmd_writeTrim_singleChannel_response ()
 
 ~cmd_writeTrim_singleChannel_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_writeTrim_singleChannel_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_writeTrim_singleChannel_response (const cmd_writeTrim_singleChannel_response &from)
 
 cmd_writeTrim_singleChannel_response (cmd_writeTrim_singleChannel_response &&from) noexcept
 
cmd_writeTrim_singleChannel_responseoperator= (const cmd_writeTrim_singleChannel_response &from)
 
cmd_writeTrim_singleChannel_responseoperator= (cmd_writeTrim_singleChannel_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_writeTrim_singleChannel_response *other)
 
void UnsafeArenaSwap (cmd_writeTrim_singleChannel_response *other)
 
cmd_writeTrim_singleChannel_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_writeTrim_singleChannel_response &from)
 
void MergeFrom (const cmd_writeTrim_singleChannel_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_trimchannel ()
 
::uint32_t trimchannel () const
 
void set_trimchannel (::uint32_t value)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
void clear_trimgain ()
 
bool trimgain () const
 
void set_trimgain (bool value)
 
void clear_trimvalue ()
 
::uint32_t trimvalue () const
 
void set_trimvalue (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_writeTrim_singleChannel_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_writeTrim_singleChannel_responsedefault_instance ()
 
static const cmd_writeTrim_singleChannel_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_writeTrim_singleChannel_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_writeTrim_singleChannel_response *other)
 
const std::string & _internal_message () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_message (const std::string &value)
 
std::string * _internal_mutable_message ()
 
::uint32_t _internal_trimchannel () const
 
void _internal_set_trimchannel (::uint32_t value)
 
bool _internal_success () const
 
void _internal_set_success (bool value)
 
bool _internal_trimgain () const
 
void _internal_set_trimgain (bool value)
 
::uint32_t _internal_trimvalue () const
 
void _internal_set_trimvalue (::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< 3, 5, 0, 59, 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_writeTrim_singleChannel_response &a, cmd_writeTrim_singleChannel_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kTrimChannelFieldNumber 
kSuccessFieldNumber 
kTrimGainFieldNumber 
kTrimValueFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_writeTrim_singleChannel_response() [1/6]

daphne::cmd_writeTrim_singleChannel_response::cmd_writeTrim_singleChannel_response ( )
inline

◆ ~cmd_writeTrim_singleChannel_response()

daphne::cmd_writeTrim_singleChannel_response::~cmd_writeTrim_singleChannel_response ( )
override

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

5493 {
5494 // @@protoc_insertion_point(destructor:daphne.cmd_writeTrim_singleChannel_response)
5495 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
5496 SharedDtor();
5497}

◆ cmd_writeTrim_singleChannel_response() [2/6]

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

◆ cmd_writeTrim_singleChannel_response() [3/6]

daphne::cmd_writeTrim_singleChannel_response::cmd_writeTrim_singleChannel_response ( const cmd_writeTrim_singleChannel_response & from)

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

5452 : ::google::protobuf::Message() {
5453 cmd_writeTrim_singleChannel_response* const _this = this;
5454 (void)_this;
5455 new (&_impl_) Impl_{
5456 decltype(_impl_.message_){},
5457 decltype(_impl_.trimchannel_){},
5458 decltype(_impl_.success_){},
5459 decltype(_impl_.trimgain_){},
5460 decltype(_impl_.trimvalue_){},
5461 /*decltype(_impl_._cached_size_)*/ {},
5462 };
5463 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
5464 from._internal_metadata_);
5465 _impl_.message_.InitDefault();
5466 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5467 _impl_.message_.Set("", GetArenaForAllocation());
5468 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5469 if (!from._internal_message().empty()) {
5470 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
5471 }
5472 ::memcpy(&_impl_.trimchannel_, &from._impl_.trimchannel_,
5473 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.trimvalue_) -
5474 reinterpret_cast<char*>(&_impl_.trimchannel_)) + sizeof(_impl_.trimvalue_));
5475
5476 // @@protoc_insertion_point(copy_constructor:daphne.cmd_writeTrim_singleChannel_response)
5477}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_writeTrim_singleChannel_response() [4/6]

daphne::cmd_writeTrim_singleChannel_response::cmd_writeTrim_singleChannel_response ( cmd_writeTrim_singleChannel_response && from)
inlinenoexcept

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

2793 *this = ::std::move(from);
2794 }

◆ cmd_writeTrim_singleChannel_response() [5/6]

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

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

5448 : ::google::protobuf::Message(arena) {
5449 SharedCtor(arena);
5450 // @@protoc_insertion_point(arena_constructor:daphne.cmd_writeTrim_singleChannel_response)
5451}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_writeTrim_singleChannel_response() [6/6]

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

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

289 : _impl_{
290 /*decltype(_impl_.message_)*/ {
291 &::_pbi::fixed_address_empty_string,
292 ::_pbi::ConstantInitialized{},
293 },
294 /*decltype(_impl_.trimchannel_)*/ 0u,
295 /*decltype(_impl_.success_)*/ false,
296 /*decltype(_impl_.trimgain_)*/ false,
297 /*decltype(_impl_.trimvalue_)*/ 0u,
298 /*decltype(_impl_._cached_size_)*/ {},
299 } {}

Member Function Documentation

◆ _internal_message()

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

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

12647 {
12648 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12649 return _impl_.message_.Get();
12650}

◆ _internal_mutable_message()

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

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

12656 {
12657 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12658 ;
12659 return _impl_.message_.Mutable( GetArenaForAllocation());
12660}

◆ _internal_set_message()

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

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

12651 {
12652 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12653 ;
12654 _impl_.message_.Set(value, GetArenaForAllocation());
12655}

◆ _internal_set_success()

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

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

12620 {
12621 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12622 ;
12623 _impl_.success_ = value;
12624}

◆ _internal_set_trimchannel()

void daphne::cmd_writeTrim_singleChannel_response::_internal_set_trimchannel ( ::uint32_t value)
inlineprivate

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

12693 {
12694 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12695 ;
12696 _impl_.trimchannel_ = value;
12697}

◆ _internal_set_trimgain()

void daphne::cmd_writeTrim_singleChannel_response::_internal_set_trimgain ( bool value)
inlineprivate

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

12737 {
12738 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12739 ;
12740 _impl_.trimgain_ = value;
12741}

◆ _internal_set_trimvalue()

void daphne::cmd_writeTrim_singleChannel_response::_internal_set_trimvalue ( ::uint32_t value)
inlineprivate

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

12715 {
12716 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12717 ;
12718 _impl_.trimvalue_ = value;
12719}

◆ _internal_success()

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

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

12616 {
12617 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12618 return _impl_.success_;
12619}

◆ _internal_trimchannel()

uint32_t daphne::cmd_writeTrim_singleChannel_response::_internal_trimchannel ( ) const
inlineprivate

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

12689 {
12690 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12691 return _impl_.trimchannel_;
12692}

◆ _internal_trimgain()

bool daphne::cmd_writeTrim_singleChannel_response::_internal_trimgain ( ) const
inlineprivate

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

12733 {
12734 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12735 return _impl_.trimgain_;
12736}

◆ _internal_trimvalue()

uint32_t daphne::cmd_writeTrim_singleChannel_response::_internal_trimvalue ( ) const
inlineprivate

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

12711 {
12712 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12713 return _impl_.trimvalue_;
12714}

◆ _InternalParse()

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

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

5520 {
5521 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
5522 return ptr;
5523}
static const ::google::protobuf::internal::TcParseTable< 3, 5, 0, 59, 2 > _table_

◆ _InternalSerialize()

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

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

5588 {
5589 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_writeTrim_singleChannel_response)
5590 ::uint32_t cached_has_bits = 0;
5591 (void)cached_has_bits;
5592
5593 // bool success = 1;
5594 if (this->_internal_success() != 0) {
5595 target = stream->EnsureSpace(target);
5596 target = ::_pbi::WireFormatLite::WriteBoolToArray(
5597 1, this->_internal_success(), target);
5598 }
5599
5600 // string message = 2;
5601 if (!this->_internal_message().empty()) {
5602 const std::string& _s = this->_internal_message();
5603 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
5604 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_writeTrim_singleChannel_response.message");
5605 target = stream->WriteStringMaybeAliased(2, _s, target);
5606 }
5607
5608 // uint32 trimChannel = 3;
5609 if (this->_internal_trimchannel() != 0) {
5610 target = stream->EnsureSpace(target);
5611 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
5612 3, this->_internal_trimchannel(), target);
5613 }
5614
5615 // uint32 trimValue = 4;
5616 if (this->_internal_trimvalue() != 0) {
5617 target = stream->EnsureSpace(target);
5618 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
5619 4, this->_internal_trimvalue(), target);
5620 }
5621
5622 // bool trimGain = 5;
5623 if (this->_internal_trimgain() != 0) {
5624 target = stream->EnsureSpace(target);
5625 target = ::_pbi::WireFormatLite::WriteBoolToArray(
5626 5, this->_internal_trimgain(), target);
5627 }
5628
5629 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
5630 target =
5631 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
5632 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
5633 }
5634 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_writeTrim_singleChannel_response)
5635 return target;
5636}

◆ ByteSizeLong()

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

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

5638 {
5639// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_writeTrim_singleChannel_response)
5640 ::size_t total_size = 0;
5641
5642 ::uint32_t cached_has_bits = 0;
5643 // Prevent compiler warnings about cached_has_bits being unused
5644 (void) cached_has_bits;
5645
5646 // string message = 2;
5647 if (!this->_internal_message().empty()) {
5648 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
5649 this->_internal_message());
5650 }
5651
5652 // uint32 trimChannel = 3;
5653 if (this->_internal_trimchannel() != 0) {
5654 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5655 this->_internal_trimchannel());
5656 }
5657
5658 // bool success = 1;
5659 if (this->_internal_success() != 0) {
5660 total_size += 2;
5661 }
5662
5663 // bool trimGain = 5;
5664 if (this->_internal_trimgain() != 0) {
5665 total_size += 2;
5666 }
5667
5668 // uint32 trimValue = 4;
5669 if (this->_internal_trimvalue() != 0) {
5670 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5671 this->_internal_trimvalue());
5672 }
5673
5674 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
5675}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

5506 {
5507// @@protoc_insertion_point(message_clear_start:daphne.cmd_writeTrim_singleChannel_response)
5508 ::uint32_t cached_has_bits = 0;
5509 // Prevent compiler warnings about cached_has_bits being unused
5510 (void) cached_has_bits;
5511
5512 _impl_.message_.ClearToEmpty();
5513 ::memset(&_impl_.trimchannel_, 0, static_cast<::size_t>(
5514 reinterpret_cast<char*>(&_impl_.trimvalue_) -
5515 reinterpret_cast<char*>(&_impl_.trimchannel_)) + sizeof(_impl_.trimvalue_));
5516 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
5517}

◆ clear_message()

void daphne::cmd_writeTrim_singleChannel_response::clear_message ( )
inline

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

12627 {
12628 _impl_.message_.ClearToEmpty();
12629}

◆ clear_success()

void daphne::cmd_writeTrim_singleChannel_response::clear_success ( )
inline

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

12605 {
12606 _impl_.success_ = false;
12607}

◆ clear_trimchannel()

void daphne::cmd_writeTrim_singleChannel_response::clear_trimchannel ( )
inline

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

12678 {
12679 _impl_.trimchannel_ = 0u;
12680}

◆ clear_trimgain()

void daphne::cmd_writeTrim_singleChannel_response::clear_trimgain ( )
inline

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

12722 {
12723 _impl_.trimgain_ = false;
12724}

◆ clear_trimvalue()

void daphne::cmd_writeTrim_singleChannel_response::clear_trimvalue ( )
inline

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

12700 {
12701 _impl_.trimvalue_ = 0u;
12702}

◆ CopyFrom()

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

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

5710 {
5711// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_writeTrim_singleChannel_response)
5712 if (&from == this) return;
5713 Clear();
5714 MergeFrom(from);
5715}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_writeTrim_singleChannel_response &from)

◆ default_instance()

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

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

2830 {
2831 return *internal_default_instance();
2832 }
static const cmd_writeTrim_singleChannel_response * internal_default_instance()

◆ descriptor()

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

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

2821 {
2822 return GetDescriptor();
2823 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2893 {
2894 return "daphne.cmd_writeTrim_singleChannel_response";
2895 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

5681{ return &_class_data_; }

◆ GetDescriptor()

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

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

2824 {
2825 return default_instance().GetMetadata().descriptor;
2826 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_writeTrim_singleChannel_response & default_instance()

◆ GetMetadata()

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

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

5736 {
5737 return ::_pbi::AssignDescriptors(
5740}
::_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_writeTrim_singleChannel_response::GetReflection ( )
inlinestatic

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

2827 {
2828 return default_instance().GetMetadata().reflection;
2829 }

◆ internal_default_instance()

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

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

2833 {
2834 return reinterpret_cast<const cmd_writeTrim_singleChannel_response*>(
2836 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_writeTrim_singleChannel_responseDefaultTypeInternal _cmd_writeTrim_singleChannel_response_default_instance_

◆ InternalSwap()

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

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

5721 {
5722 using std::swap;
5723 auto* lhs_arena = GetArenaForAllocation();
5724 auto* rhs_arena = other->GetArenaForAllocation();
5725 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
5726 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
5727 &other->_impl_.message_, rhs_arena);
5728 ::google::protobuf::internal::memswap<
5731 - PROTOBUF_FIELD_OFFSET(cmd_writeTrim_singleChannel_response, _impl_.trimchannel_)>(
5732 reinterpret_cast<char*>(&_impl_.trimchannel_),
5733 reinterpret_cast<char*>(&other->_impl_.trimchannel_));
5734}

◆ IsInitialized()

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

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

5717 {
5718 return true;
5719}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

5684 {
5685 auto* const _this = static_cast<cmd_writeTrim_singleChannel_response*>(&to_msg);
5686 auto& from = static_cast<const cmd_writeTrim_singleChannel_response&>(from_msg);
5687 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_writeTrim_singleChannel_response)
5688 ABSL_DCHECK_NE(&from, _this);
5689 ::uint32_t cached_has_bits = 0;
5690 (void) cached_has_bits;
5691
5692 if (!from._internal_message().empty()) {
5693 _this->_internal_set_message(from._internal_message());
5694 }
5695 if (from._internal_trimchannel() != 0) {
5696 _this->_internal_set_trimchannel(from._internal_trimchannel());
5697 }
5698 if (from._internal_success() != 0) {
5699 _this->_internal_set_success(from._internal_success());
5700 }
5701 if (from._internal_trimgain() != 0) {
5702 _this->_internal_set_trimgain(from._internal_trimgain());
5703 }
5704 if (from._internal_trimvalue() != 0) {
5705 _this->_internal_set_trimvalue(from._internal_trimvalue());
5706 }
5707 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
5708}

◆ message()

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

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

12630 {
12631 // @@protoc_insertion_point(field_get:daphne.cmd_writeTrim_singleChannel_response.message)
12632 return _internal_message();
12633}

◆ mutable_message()

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

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

12642 {
12643 std::string* _s = _internal_mutable_message();
12644 // @@protoc_insertion_point(field_mutable:daphne.cmd_writeTrim_singleChannel_response.message)
12645 return _s;
12646}

◆ mutable_unknown_fields()

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

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

2817 {
2818 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2819 }

◆ New()

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

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

2864 {
2865 return CreateMaybeMessage<cmd_writeTrim_singleChannel_response>(arena);
2866 }

◆ operator=() [1/2]

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

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

2800 {
2801 if (this == &from) return *this;
2802 if (GetOwningArena() == from.GetOwningArena()
2803 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2804 && GetOwningArena() != nullptr
2805 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2806 ) {
2807 InternalSwap(&from);
2808 } else {
2809 CopyFrom(from);
2810 }
2811 return *this;
2812 }
void InternalSwap(cmd_writeTrim_singleChannel_response *other)
void CopyFrom(const cmd_writeTrim_singleChannel_response &from)

◆ operator=() [2/2]

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

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

2796 {
2797 CopyFrom(from);
2798 return *this;
2799 }

◆ release_message()

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

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

12661 {
12662 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12663 // @@protoc_insertion_point(field_release:daphne.cmd_writeTrim_singleChannel_response.message)
12664 return _impl_.message_.Release();
12665}

◆ set_allocated_message()

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

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

12666 {
12667 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12668 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
12669 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
12670 if (_impl_.message_.IsDefault()) {
12671 _impl_.message_.Set("", GetArenaForAllocation());
12672 }
12673 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
12674 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_writeTrim_singleChannel_response.message)
12675}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

12636 {
12637 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12638 ;
12639 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
12640 // @@protoc_insertion_point(field_set:daphne.cmd_writeTrim_singleChannel_response.message)
12641}

◆ set_success()

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

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

12612 {
12613 _internal_set_success(value);
12614 // @@protoc_insertion_point(field_set:daphne.cmd_writeTrim_singleChannel_response.success)
12615}

◆ set_trimchannel()

void daphne::cmd_writeTrim_singleChannel_response::set_trimchannel ( ::uint32_t value)
inline

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

12685 {
12687 // @@protoc_insertion_point(field_set:daphne.cmd_writeTrim_singleChannel_response.trimChannel)
12688}

◆ set_trimgain()

void daphne::cmd_writeTrim_singleChannel_response::set_trimgain ( bool value)
inline

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

12729 {
12731 // @@protoc_insertion_point(field_set:daphne.cmd_writeTrim_singleChannel_response.trimGain)
12732}

◆ set_trimvalue()

void daphne::cmd_writeTrim_singleChannel_response::set_trimvalue ( ::uint32_t value)
inline

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

12707 {
12709 // @@protoc_insertion_point(field_set:daphne.cmd_writeTrim_singleChannel_response.trimValue)
12710}

◆ SetCachedSize()

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

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

5502 {
5503 _impl_._cached_size_.Set(size);
5504}

◆ SharedCtor()

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

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

5478 {
5479 (void)arena;
5480 new (&_impl_) Impl_{
5481 decltype(_impl_.message_){},
5482 decltype(_impl_.trimchannel_){0u},
5483 decltype(_impl_.success_){false},
5484 decltype(_impl_.trimgain_){false},
5485 decltype(_impl_.trimvalue_){0u},
5486 /*decltype(_impl_._cached_size_)*/ {},
5487 };
5488 _impl_.message_.InitDefault();
5489 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5490 _impl_.message_.Set("", GetArenaForAllocation());
5491 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5492}

◆ SharedDtor()

void daphne::cmd_writeTrim_singleChannel_response::SharedDtor ( )
inlineprivate

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

5498 {
5499 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
5500 _impl_.message_.Destroy();
5501}

◆ success()

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

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

12608 {
12609 // @@protoc_insertion_point(field_get:daphne.cmd_writeTrim_singleChannel_response.success)
12610 return _internal_success();
12611}

◆ Swap()

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

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

2843 {
2844 if (other == this) return;
2845 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2846 if (GetOwningArena() != nullptr &&
2847 GetOwningArena() == other->GetOwningArena()) {
2848 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2849 if (GetOwningArena() == other->GetOwningArena()) {
2850 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2851 InternalSwap(other);
2852 } else {
2853 ::google::protobuf::internal::GenericSwap(this, other);
2854 }
2855 }

◆ trimchannel()

uint32_t daphne::cmd_writeTrim_singleChannel_response::trimchannel ( ) const
inline

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

12681 {
12682 // @@protoc_insertion_point(field_get:daphne.cmd_writeTrim_singleChannel_response.trimChannel)
12683 return _internal_trimchannel();
12684}

◆ trimgain()

bool daphne::cmd_writeTrim_singleChannel_response::trimgain ( ) const
inline

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

12725 {
12726 // @@protoc_insertion_point(field_get:daphne.cmd_writeTrim_singleChannel_response.trimGain)
12727 return _internal_trimgain();
12728}

◆ trimvalue()

uint32_t daphne::cmd_writeTrim_singleChannel_response::trimvalue ( ) const
inline

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

12703 {
12704 // @@protoc_insertion_point(field_get:daphne.cmd_writeTrim_singleChannel_response.trimValue)
12705 return _internal_trimvalue();
12706}

◆ unknown_fields()

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

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

2814 {
2815 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2816 }

◆ UnsafeArenaSwap()

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

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

2856 {
2857 if (other == this) return;
2858 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2859 InternalSwap(other);
2860 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

2840 {
2841 a.Swap(&b);
2842 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_writeTrim_singleChannel_response::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 5, 0, 59, 2 > daphne::cmd_writeTrim_singleChannel_response::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_writeTrim_singleChannel_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
13

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


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