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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kChannelsFieldNumber = 1 , kBaseAddrFieldNumber = 2 }
 

Public Member Functions

 ReadTriggerCountersRequest ()
 
 ~ReadTriggerCountersRequest () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ReadTriggerCountersRequest (::google::protobuf::internal::ConstantInitialized)
 
 ReadTriggerCountersRequest (const ReadTriggerCountersRequest &from)
 
 ReadTriggerCountersRequest (ReadTriggerCountersRequest &&from) noexcept
 
ReadTriggerCountersRequestoperator= (const ReadTriggerCountersRequest &from)
 
ReadTriggerCountersRequestoperator= (ReadTriggerCountersRequest &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReadTriggerCountersRequest *other)
 
void UnsafeArenaSwap (ReadTriggerCountersRequest *other)
 
ReadTriggerCountersRequestNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ReadTriggerCountersRequest &from)
 
void MergeFrom (const ReadTriggerCountersRequest &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
 
int channels_size () const
 
void clear_channels ()
 
::uint32_t channels (int index) const
 
void set_channels (int index, ::uint32_t value)
 
void add_channels (::uint32_t value)
 
const ::google::protobuf::RepeatedField<::uint32_t > & channels () const
 
::google::protobuf::RepeatedField<::uint32_t > * mutable_channels ()
 
void clear_base_addr ()
 
::uint32_t base_addr () const
 
void set_base_addr (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR ReadTriggerCountersRequest (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const ReadTriggerCountersRequestdefault_instance ()
 
static const ReadTriggerCountersRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReadTriggerCountersRequest (::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 (ReadTriggerCountersRequest *other)
 
int _internal_channels_size () const
 
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channels () const
 
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channels ()
 
::uint32_t _internal_base_addr () const
 
void _internal_set_base_addr (::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< 1, 2, 0, 0, 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_5fhigh_2eproto
 
void swap (ReadTriggerCountersRequest &a, ReadTriggerCountersRequest &b)
 

Detailed Description

Definition at line 4710 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChannelsFieldNumber 
kBaseAddrFieldNumber 

Definition at line 4837 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ReadTriggerCountersRequest() [1/6]

daphne::ReadTriggerCountersRequest::ReadTriggerCountersRequest ( )
inline

◆ ~ReadTriggerCountersRequest()

daphne::ReadTriggerCountersRequest::~ReadTriggerCountersRequest ( )
override

Definition at line 7321 of file daphne_control_high.pb.cc.

7321 {
7322 // @@protoc_insertion_point(destructor:daphne.ReadTriggerCountersRequest)
7323 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7324 SharedDtor();
7325}

◆ ReadTriggerCountersRequest() [2/6]

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

◆ ReadTriggerCountersRequest() [3/6]

daphne::ReadTriggerCountersRequest::ReadTriggerCountersRequest ( const ReadTriggerCountersRequest & from)

Definition at line 7297 of file daphne_control_high.pb.cc.

7297 : ::google::protobuf::Message() {
7298 ReadTriggerCountersRequest* const _this = this;
7299 (void)_this;
7300 new (&_impl_) Impl_{
7301 decltype(_impl_.channels_){from._impl_.channels_},
7302 /* _impl_._channels_cached_byte_size_ = */ {0},
7303 decltype(_impl_.base_addr_){},
7304 /*decltype(_impl_._cached_size_)*/ {},
7305 };
7306 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7307 from._internal_metadata_);
7308 _this->_impl_.base_addr_ = from._impl_.base_addr_;
7309
7310 // @@protoc_insertion_point(copy_constructor:daphne.ReadTriggerCountersRequest)
7311}
::google::protobuf::RepeatedField<::uint32_t > channels_

◆ ReadTriggerCountersRequest() [4/6]

daphne::ReadTriggerCountersRequest::ReadTriggerCountersRequest ( ReadTriggerCountersRequest && from)
inlinenoexcept

Definition at line 4719 of file daphne_control_high.pb.h.

4721 *this = ::std::move(from);
4722 }

◆ ReadTriggerCountersRequest() [5/6]

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

Definition at line 7292 of file daphne_control_high.pb.cc.

7293 : ::google::protobuf::Message(arena) {
7294 SharedCtor(arena);
7295 // @@protoc_insertion_point(arena_constructor:daphne.ReadTriggerCountersRequest)
7296}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ReadTriggerCountersRequest() [6/6]

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

Definition at line 466 of file daphne_control_high.pb.cc.

467 : _impl_{
468 /*decltype(_impl_.channels_)*/ {},
469 /* _impl_._channels_cached_byte_size_ = */ {0},
470 /*decltype(_impl_.base_addr_)*/ 0u,
471 /*decltype(_impl_._cached_size_)*/ {},
472 } {}

Member Function Documentation

◆ _internal_base_addr()

uint32_t daphne::ReadTriggerCountersRequest::_internal_base_addr ( ) const
inlineprivate

Definition at line 9420 of file daphne_control_high.pb.h.

9420 {
9421 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9422 return _impl_.base_addr_;
9423}

◆ _internal_channels()

const::google::protobuf::RepeatedField<::uint32_t > & daphne::ReadTriggerCountersRequest::_internal_channels ( ) const
inlineprivate

Definition at line 9399 of file daphne_control_high.pb.h.

9399 {
9400 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9401 return _impl_.channels_;
9402}

◆ _internal_channels_size()

int daphne::ReadTriggerCountersRequest::_internal_channels_size ( ) const
inlineprivate

Definition at line 9367 of file daphne_control_high.pb.h.

9367 {
9368 return _internal_channels().size();
9369}
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channels() const

◆ _internal_mutable_channels()

google::protobuf::RepeatedField<::uint32_t > * daphne::ReadTriggerCountersRequest::_internal_mutable_channels ( )
inlineprivate

Definition at line 9403 of file daphne_control_high.pb.h.

9403 {
9404 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9405 return &_impl_.channels_;
9406}

◆ _internal_set_base_addr()

void daphne::ReadTriggerCountersRequest::_internal_set_base_addr ( ::uint32_t value)
inlineprivate

Definition at line 9424 of file daphne_control_high.pb.h.

9424 {
9425 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9426 ;
9427 _impl_.base_addr_ = value;
9428}

◆ _InternalParse()

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

Definition at line 7345 of file daphne_control_high.pb.cc.

7346 {
7347 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7348 return ptr;
7349}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 7388 of file daphne_control_high.pb.cc.

7390 {
7391 // @@protoc_insertion_point(serialize_to_array_start:daphne.ReadTriggerCountersRequest)
7392 ::uint32_t cached_has_bits = 0;
7393 (void)cached_has_bits;
7394
7395 // repeated uint32 channels = 1;
7396 {
7397 int byte_size = _impl_._channels_cached_byte_size_.Get();
7398 if (byte_size > 0) {
7399 target = stream->WriteUInt32Packed(1, _internal_channels(),
7400 byte_size, target);
7401 }
7402 }
7403
7404 // uint32 base_addr = 2;
7405 if (this->_internal_base_addr() != 0) {
7406 target = stream->EnsureSpace(target);
7407 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7408 2, this->_internal_base_addr(), target);
7409 }
7410
7411 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7412 target =
7413 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7414 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7415 }
7416 // @@protoc_insertion_point(serialize_to_array_end:daphne.ReadTriggerCountersRequest)
7417 return target;
7418}
mutable::google::protobuf::internal::CachedSize _channels_cached_byte_size_

◆ add_channels()

void daphne::ReadTriggerCountersRequest::add_channels ( ::uint32_t value)
inline

Definition at line 9384 of file daphne_control_high.pb.h.

9384 {
9385 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9386 _internal_mutable_channels()->Add(value);
9387 // @@protoc_insertion_point(field_add:daphne.ReadTriggerCountersRequest.channels)
9388}
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channels()

◆ base_addr()

uint32_t daphne::ReadTriggerCountersRequest::base_addr ( ) const
inline

Definition at line 9412 of file daphne_control_high.pb.h.

9412 {
9413 // @@protoc_insertion_point(field_get:daphne.ReadTriggerCountersRequest.base_addr)
9414 return _internal_base_addr();
9415}

◆ ByteSizeLong()

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

Definition at line 7420 of file daphne_control_high.pb.cc.

7420 {
7421// @@protoc_insertion_point(message_byte_size_start:daphne.ReadTriggerCountersRequest)
7422 ::size_t total_size = 0;
7423
7424 ::uint32_t cached_has_bits = 0;
7425 // Prevent compiler warnings about cached_has_bits being unused
7426 (void) cached_has_bits;
7427
7428 // repeated uint32 channels = 1;
7429 {
7430 std::size_t data_size = ::_pbi::WireFormatLite::UInt32Size(
7431 this->_internal_channels())
7432 ;
7433 _impl_._channels_cached_byte_size_.Set(::_pbi::ToCachedSize(data_size));
7434 std::size_t tag_size = data_size == 0
7435 ? 0
7436 : 1 + ::_pbi::WireFormatLite::Int32Size(
7437 static_cast<int32_t>(data_size))
7438 ;
7439 total_size += tag_size + data_size;
7440 }
7441 // uint32 base_addr = 2;
7442 if (this->_internal_base_addr() != 0) {
7443 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7444 this->_internal_base_addr());
7445 }
7446
7447 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7448}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channels() [1/2]

const::google::protobuf::RepeatedField<::uint32_t > & daphne::ReadTriggerCountersRequest::channels ( ) const
inline

Definition at line 9389 of file daphne_control_high.pb.h.

9389 {
9390 // @@protoc_insertion_point(field_list:daphne.ReadTriggerCountersRequest.channels)
9391 return _internal_channels();
9392}

◆ channels() [2/2]

uint32_t daphne::ReadTriggerCountersRequest::channels ( int index) const
inline

Definition at line 9376 of file daphne_control_high.pb.h.

9376 {
9377 // @@protoc_insertion_point(field_get:daphne.ReadTriggerCountersRequest.channels)
9378 return _internal_channels().Get(index);
9379}

◆ channels_size()

int daphne::ReadTriggerCountersRequest::channels_size ( ) const
inline

Definition at line 9370 of file daphne_control_high.pb.h.

9370 {
9371 return _internal_channels_size();
9372}

◆ Clear()

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

Definition at line 7334 of file daphne_control_high.pb.cc.

7334 {
7335// @@protoc_insertion_point(message_clear_start:daphne.ReadTriggerCountersRequest)
7336 ::uint32_t cached_has_bits = 0;
7337 // Prevent compiler warnings about cached_has_bits being unused
7338 (void) cached_has_bits;
7339
7340 _internal_mutable_channels()->Clear();
7341 _impl_.base_addr_ = 0u;
7342 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7343}

◆ clear_base_addr()

void daphne::ReadTriggerCountersRequest::clear_base_addr ( )
inline

Definition at line 9409 of file daphne_control_high.pb.h.

9409 {
9410 _impl_.base_addr_ = 0u;
9411}

◆ clear_channels()

void daphne::ReadTriggerCountersRequest::clear_channels ( )
inline

Definition at line 9373 of file daphne_control_high.pb.h.

9373 {
9374 _internal_mutable_channels()->Clear();
9375}

◆ CopyFrom()

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

Definition at line 7472 of file daphne_control_high.pb.cc.

7472 {
7473// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ReadTriggerCountersRequest)
7474 if (&from == this) return;
7475 Clear();
7476 MergeFrom(from);
7477}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ReadTriggerCountersRequest &from)

◆ default_instance()

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

Definition at line 4758 of file daphne_control_high.pb.h.

4758 {
4759 return *internal_default_instance();
4760 }
static const ReadTriggerCountersRequest * internal_default_instance()

◆ descriptor()

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

Definition at line 4749 of file daphne_control_high.pb.h.

4749 {
4750 return GetDescriptor();
4751 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

Definition at line 4821 of file daphne_control_high.pb.h.

4821 {
4822 return "daphne.ReadTriggerCountersRequest";
4823 }

◆ GetCachedSize()

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

Definition at line 4811 of file daphne_control_high.pb.h.

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

◆ GetClassData()

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

Definition at line 7454 of file daphne_control_high.pb.cc.

7454{ return &_class_data_; }

◆ GetDescriptor()

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

Definition at line 4752 of file daphne_control_high.pb.h.

4752 {
4753 return default_instance().GetMetadata().descriptor;
4754 }
static const ReadTriggerCountersRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

Definition at line 7490 of file daphne_control_high.pb.cc.

7490 {
7491 return ::_pbi::AssignDescriptors(
7494}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::ReadTriggerCountersRequest::GetReflection ( )
inlinestatic

Definition at line 4755 of file daphne_control_high.pb.h.

4755 {
4756 return default_instance().GetMetadata().reflection;
4757 }

◆ internal_default_instance()

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

Definition at line 4761 of file daphne_control_high.pb.h.

4761 {
4762 return reinterpret_cast<const ReadTriggerCountersRequest*>(
4764 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReadTriggerCountersRequestDefaultTypeInternal _ReadTriggerCountersRequest_default_instance_

◆ InternalSwap()

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

Definition at line 7483 of file daphne_control_high.pb.cc.

7483 {
7484 using std::swap;
7485 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7486 _impl_.channels_.InternalSwap(&other->_impl_.channels_);
7487 swap(_impl_.base_addr_, other->_impl_.base_addr_);
7488}
friend void swap(ReadTriggerCountersRequest &a, ReadTriggerCountersRequest &b)

◆ IsInitialized()

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

Definition at line 7479 of file daphne_control_high.pb.cc.

7479 {
7480 return true;
7481}

◆ MergeFrom()

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

Definition at line 4798 of file daphne_control_high.pb.h.

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

◆ MergeImpl()

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

Definition at line 7457 of file daphne_control_high.pb.cc.

7457 {
7458 auto* const _this = static_cast<ReadTriggerCountersRequest*>(&to_msg);
7459 auto& from = static_cast<const ReadTriggerCountersRequest&>(from_msg);
7460 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ReadTriggerCountersRequest)
7461 ABSL_DCHECK_NE(&from, _this);
7462 ::uint32_t cached_has_bits = 0;
7463 (void) cached_has_bits;
7464
7465 _this->_internal_mutable_channels()->MergeFrom(from._internal_channels());
7466 if (from._internal_base_addr() != 0) {
7467 _this->_internal_set_base_addr(from._internal_base_addr());
7468 }
7469 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7470}

◆ mutable_channels()

google::protobuf::RepeatedField<::uint32_t > * daphne::ReadTriggerCountersRequest::mutable_channels ( )
inline

Definition at line 9393 of file daphne_control_high.pb.h.

9393 {
9394 // @@protoc_insertion_point(field_mutable_list:daphne.ReadTriggerCountersRequest.channels)
9395 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9397}

◆ mutable_unknown_fields()

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

Definition at line 4745 of file daphne_control_high.pb.h.

4745 {
4746 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4747 }

◆ New()

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

Definition at line 4792 of file daphne_control_high.pb.h.

4792 {
4793 return CreateMaybeMessage<ReadTriggerCountersRequest>(arena);
4794 }

◆ operator=() [1/2]

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

Definition at line 4724 of file daphne_control_high.pb.h.

4724 {
4725 CopyFrom(from);
4726 return *this;
4727 }
void CopyFrom(const ReadTriggerCountersRequest &from)

◆ operator=() [2/2]

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

Definition at line 4728 of file daphne_control_high.pb.h.

4728 {
4729 if (this == &from) return *this;
4730 if (GetOwningArena() == from.GetOwningArena()
4731 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4732 && GetOwningArena() != nullptr
4733 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4734 ) {
4735 InternalSwap(&from);
4736 } else {
4737 CopyFrom(from);
4738 }
4739 return *this;
4740 }
void InternalSwap(ReadTriggerCountersRequest *other)

◆ set_base_addr()

void daphne::ReadTriggerCountersRequest::set_base_addr ( ::uint32_t value)
inline

Definition at line 9416 of file daphne_control_high.pb.h.

9416 {
9418 // @@protoc_insertion_point(field_set:daphne.ReadTriggerCountersRequest.base_addr)
9419}

◆ set_channels()

void daphne::ReadTriggerCountersRequest::set_channels ( int index,
::uint32_t value )
inline

Definition at line 9380 of file daphne_control_high.pb.h.

9380 {
9381 _internal_mutable_channels()->Set(index, value);
9382 // @@protoc_insertion_point(field_set:daphne.ReadTriggerCountersRequest.channels)
9383}

◆ SetCachedSize()

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

Definition at line 7330 of file daphne_control_high.pb.cc.

7330 {
7331 _impl_._cached_size_.Set(size);
7332}

◆ SharedCtor()

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

Definition at line 7312 of file daphne_control_high.pb.cc.

7312 {
7313 (void)arena;
7314 new (&_impl_) Impl_{
7315 decltype(_impl_.channels_){arena},
7316 /* _impl_._channels_cached_byte_size_ = */ {0},
7317 decltype(_impl_.base_addr_){0u},
7318 /*decltype(_impl_._cached_size_)*/ {},
7319 };
7320}

◆ SharedDtor()

void daphne::ReadTriggerCountersRequest::SharedDtor ( )
inlineprivate

Definition at line 7326 of file daphne_control_high.pb.cc.

7326 {
7327 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7328 _impl_.channels_.~RepeatedField();
7329}

◆ Swap()

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

Definition at line 4771 of file daphne_control_high.pb.h.

4771 {
4772 if (other == this) return;
4773 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4774 if (GetOwningArena() != nullptr &&
4775 GetOwningArena() == other->GetOwningArena()) {
4776 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4777 if (GetOwningArena() == other->GetOwningArena()) {
4778 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4779 InternalSwap(other);
4780 } else {
4781 ::google::protobuf::internal::GenericSwap(this, other);
4782 }
4783 }

◆ unknown_fields()

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

Definition at line 4742 of file daphne_control_high.pb.h.

4742 {
4743 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4744 }

◆ UnsafeArenaSwap()

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

Definition at line 4784 of file daphne_control_high.pb.h.

4784 {
4785 if (other == this) return;
4786 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4787 InternalSwap(other);
4788 }

Friends And Related Symbol Documentation

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

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

Definition at line 4875 of file daphne_control_high.pb.h.

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

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

Definition at line 4820 of file daphne_control_high.pb.h.

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

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

Definition at line 4873 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

Definition at line 4768 of file daphne_control_high.pb.h.

4768 {
4769 a.Swap(&b);
4770 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 4828 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ReadTriggerCountersRequest::_impl_

Definition at line 4885 of file daphne_control_high.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::ReadTriggerCountersRequest::_table_
staticprivate

Definition at line 4874 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::ReadTriggerCountersRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
21

Definition at line 4765 of file daphne_control_high.pb.h.


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