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 4708 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 4835 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 7317 of file daphne_control_high.pb.cc.

7317 {
7318 // @@protoc_insertion_point(destructor:daphne.ReadTriggerCountersRequest)
7319 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7320 SharedDtor();
7321}

◆ 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 7293 of file daphne_control_high.pb.cc.

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

◆ ReadTriggerCountersRequest() [4/6]

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

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

4719 *this = ::std::move(from);
4720 }

◆ ReadTriggerCountersRequest() [5/6]

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

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

7289 : ::google::protobuf::Message(arena) {
7290 SharedCtor(arena);
7291 // @@protoc_insertion_point(arena_constructor:daphne.ReadTriggerCountersRequest)
7292}
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 9418 of file daphne_control_high.pb.h.

9418 {
9419 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9420 return _impl_.base_addr_;
9421}

◆ _internal_channels()

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

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

9397 {
9398 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9399 return _impl_.channels_;
9400}

◆ _internal_channels_size()

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

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

9365 {
9366 return _internal_channels().size();
9367}
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 9401 of file daphne_control_high.pb.h.

9401 {
9402 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9403 return &_impl_.channels_;
9404}

◆ _internal_set_base_addr()

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

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

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

◆ _InternalParse()

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

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

7342 {
7343 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7344 return ptr;
7345}
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 7384 of file daphne_control_high.pb.cc.

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

◆ add_channels()

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

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

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

◆ base_addr()

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

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

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

◆ ByteSizeLong()

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

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

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

◆ channels() [1/2]

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

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

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

◆ channels() [2/2]

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

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

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

◆ channels_size()

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

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

9368 {
9369 return _internal_channels_size();
9370}

◆ Clear()

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

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

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

◆ clear_base_addr()

void daphne::ReadTriggerCountersRequest::clear_base_addr ( )
inline

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

9407 {
9408 _impl_.base_addr_ = 0u;
9409}

◆ clear_channels()

void daphne::ReadTriggerCountersRequest::clear_channels ( )
inline

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

9371 {
9372 _internal_mutable_channels()->Clear();
9373}

◆ CopyFrom()

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

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

7468 {
7469// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ReadTriggerCountersRequest)
7470 if (&from == this) return;
7471 Clear();
7472 MergeFrom(from);
7473}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ReadTriggerCountersRequest &from)

◆ default_instance()

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

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

4756 {
4757 return *internal_default_instance();
4758 }
static const ReadTriggerCountersRequest * internal_default_instance()

◆ descriptor()

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

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

4747 {
4748 return GetDescriptor();
4749 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

4819 {
4820 return "daphne.ReadTriggerCountersRequest";
4821 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7450{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

7486 {
7487 return ::_pbi::AssignDescriptors(
7490}
::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 4753 of file daphne_control_high.pb.h.

4753 {
4754 return default_instance().GetMetadata().reflection;
4755 }

◆ internal_default_instance()

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

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

4759 {
4760 return reinterpret_cast<const ReadTriggerCountersRequest*>(
4762 }
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 7479 of file daphne_control_high.pb.cc.

7479 {
7480 using std::swap;
7481 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7482 _impl_.channels_.InternalSwap(&other->_impl_.channels_);
7483 swap(_impl_.base_addr_, other->_impl_.base_addr_);
7484}
friend void swap(ReadTriggerCountersRequest &a, ReadTriggerCountersRequest &b)

◆ IsInitialized()

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

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

7475 {
7476 return true;
7477}

◆ MergeFrom()

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

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

4796 {
4798 }
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 7453 of file daphne_control_high.pb.cc.

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

◆ mutable_channels()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

4790 {
4791 return CreateMaybeMessage<ReadTriggerCountersRequest>(arena);
4792 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ set_base_addr()

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

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

9414 {
9416 // @@protoc_insertion_point(field_set:daphne.ReadTriggerCountersRequest.base_addr)
9417}

◆ set_channels()

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

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

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

◆ SetCachedSize()

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

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

7326 {
7327 _impl_._cached_size_.Set(size);
7328}

◆ SharedCtor()

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

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

7308 {
7309 (void)arena;
7310 new (&_impl_) Impl_{
7311 decltype(_impl_.channels_){arena},
7312 /* _impl_._channels_cached_byte_size_ = */ {0},
7313 decltype(_impl_.base_addr_){0u},
7314 /*decltype(_impl_._cached_size_)*/ {},
7315 };
7316}

◆ SharedDtor()

void daphne::ReadTriggerCountersRequest::SharedDtor ( )
inlineprivate

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

7322 {
7323 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7324 _impl_.channels_.~RepeatedField();
7325}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

4766 {
4767 a.Swap(&b);
4768 }

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 4826 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ReadTriggerCountersRequest::_impl_

Definition at line 4883 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 4872 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

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

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


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