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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kChannelListFieldNumber = 1 , kNumberOfSamplesFieldNumber = 2 , kNumberOfWaveformsFieldNumber = 3 , kSoftwareTriggerFieldNumber = 4 }
 

Public Member Functions

 DumpSpyBuffersRequest ()
 
 ~DumpSpyBuffersRequest () override
 
template<typename = void>
PROTOBUF_CONSTEXPR DumpSpyBuffersRequest (::google::protobuf::internal::ConstantInitialized)
 
 DumpSpyBuffersRequest (const DumpSpyBuffersRequest &from)
 
 DumpSpyBuffersRequest (DumpSpyBuffersRequest &&from) noexcept
 
DumpSpyBuffersRequestoperator= (const DumpSpyBuffersRequest &from)
 
DumpSpyBuffersRequestoperator= (DumpSpyBuffersRequest &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DumpSpyBuffersRequest *other)
 
void UnsafeArenaSwap (DumpSpyBuffersRequest *other)
 
DumpSpyBuffersRequestNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const DumpSpyBuffersRequest &from)
 
void MergeFrom (const DumpSpyBuffersRequest &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 channellist_size () const
 
void clear_channellist ()
 
::uint32_t channellist (int index) const
 
void set_channellist (int index, ::uint32_t value)
 
void add_channellist (::uint32_t value)
 
const ::google::protobuf::RepeatedField<::uint32_t > & channellist () const
 
::google::protobuf::RepeatedField<::uint32_t > * mutable_channellist ()
 
void clear_numberofsamples ()
 
::uint32_t numberofsamples () const
 
void set_numberofsamples (::uint32_t value)
 
void clear_numberofwaveforms ()
 
::uint32_t numberofwaveforms () const
 
void set_numberofwaveforms (::uint32_t value)
 
void clear_softwaretrigger ()
 
bool softwaretrigger () const
 
void set_softwaretrigger (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR DumpSpyBuffersRequest (::_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 DumpSpyBuffersRequestdefault_instance ()
 
static const DumpSpyBuffersRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 DumpSpyBuffersRequest (::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 (DumpSpyBuffersRequest *other)
 
int _internal_channellist_size () const
 
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channellist () const
 
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channellist ()
 
::uint32_t _internal_numberofsamples () const
 
void _internal_set_numberofsamples (::uint32_t value)
 
::uint32_t _internal_numberofwaveforms () const
 
void _internal_set_numberofwaveforms (::uint32_t value)
 
bool _internal_softwaretrigger () const
 
void _internal_set_softwaretrigger (bool 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, 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 (DumpSpyBuffersRequest &a, DumpSpyBuffersRequest &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChannelListFieldNumber 
kNumberOfSamplesFieldNumber 
kNumberOfWaveformsFieldNumber 
kSoftwareTriggerFieldNumber 

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

Constructor & Destructor Documentation

◆ DumpSpyBuffersRequest() [1/6]

daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest ( )
inline

◆ ~DumpSpyBuffersRequest()

daphne::DumpSpyBuffersRequest::~DumpSpyBuffersRequest ( )
override

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

4155 {
4156 // @@protoc_insertion_point(destructor:daphne.DumpSpyBuffersRequest)
4157 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
4158 SharedDtor();
4159}

◆ DumpSpyBuffersRequest() [2/6]

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

◆ DumpSpyBuffersRequest() [3/6]

daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest ( const DumpSpyBuffersRequest & from)

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

4125 : ::google::protobuf::Message() {
4126 DumpSpyBuffersRequest* const _this = this;
4127 (void)_this;
4128 new (&_impl_) Impl_{
4129 decltype(_impl_.channellist_){from._impl_.channellist_},
4130 /* _impl_._channellist_cached_byte_size_ = */ {0},
4131 decltype(_impl_.numberofsamples_){},
4132 decltype(_impl_.numberofwaveforms_){},
4133 decltype(_impl_.softwaretrigger_){},
4134 /*decltype(_impl_._cached_size_)*/ {},
4135 };
4136 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
4137 from._internal_metadata_);
4138 ::memcpy(&_impl_.numberofsamples_, &from._impl_.numberofsamples_,
4139 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.softwaretrigger_) -
4140 reinterpret_cast<char*>(&_impl_.numberofsamples_)) + sizeof(_impl_.softwaretrigger_));
4141
4142 // @@protoc_insertion_point(copy_constructor:daphne.DumpSpyBuffersRequest)
4143}
::google::protobuf::RepeatedField<::uint32_t > channellist_

◆ DumpSpyBuffersRequest() [4/6]

daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest ( DumpSpyBuffersRequest && from)
inlinenoexcept

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

2504 *this = ::std::move(from);
2505 }

◆ DumpSpyBuffersRequest() [5/6]

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

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

4121 : ::google::protobuf::Message(arena) {
4122 SharedCtor(arena);
4123 // @@protoc_insertion_point(arena_constructor:daphne.DumpSpyBuffersRequest)
4124}
void SharedCtor(::google::protobuf::Arena *arena)

◆ DumpSpyBuffersRequest() [6/6]

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

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

243 : _impl_{
244 /*decltype(_impl_.channellist_)*/ {},
245 /* _impl_._channellist_cached_byte_size_ = */ {0},
246 /*decltype(_impl_.numberofsamples_)*/ 0u,
247 /*decltype(_impl_.numberofwaveforms_)*/ 0u,
248 /*decltype(_impl_.softwaretrigger_)*/ false,
249 /*decltype(_impl_._cached_size_)*/ {},
250 } {}

Member Function Documentation

◆ _internal_channellist()

const::google::protobuf::RepeatedField<::uint32_t > & daphne::DumpSpyBuffersRequest::_internal_channellist ( ) const
inlineprivate

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

7741 {
7742 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7743 return _impl_.channellist_;
7744}

◆ _internal_channellist_size()

int daphne::DumpSpyBuffersRequest::_internal_channellist_size ( ) const
inlineprivate

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

7709 {
7710 return _internal_channellist().size();
7711}
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channellist() const

◆ _internal_mutable_channellist()

google::protobuf::RepeatedField<::uint32_t > * daphne::DumpSpyBuffersRequest::_internal_mutable_channellist ( )
inlineprivate

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

7745 {
7746 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7747 return &_impl_.channellist_;
7748}

◆ _internal_numberofsamples()

uint32_t daphne::DumpSpyBuffersRequest::_internal_numberofsamples ( ) const
inlineprivate

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

7762 {
7763 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7764 return _impl_.numberofsamples_;
7765}

◆ _internal_numberofwaveforms()

uint32_t daphne::DumpSpyBuffersRequest::_internal_numberofwaveforms ( ) const
inlineprivate

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

7784 {
7785 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7787}

◆ _internal_set_numberofsamples()

void daphne::DumpSpyBuffersRequest::_internal_set_numberofsamples ( ::uint32_t value)
inlineprivate

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

7766 {
7767 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7768 ;
7769 _impl_.numberofsamples_ = value;
7770}

◆ _internal_set_numberofwaveforms()

void daphne::DumpSpyBuffersRequest::_internal_set_numberofwaveforms ( ::uint32_t value)
inlineprivate

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

7788 {
7789 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7790 ;
7791 _impl_.numberofwaveforms_ = value;
7792}

◆ _internal_set_softwaretrigger()

void daphne::DumpSpyBuffersRequest::_internal_set_softwaretrigger ( bool value)
inlineprivate

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

7810 {
7811 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7812 ;
7813 _impl_.softwaretrigger_ = value;
7814}

◆ _internal_softwaretrigger()

bool daphne::DumpSpyBuffersRequest::_internal_softwaretrigger ( ) const
inlineprivate

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

7806 {
7807 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7808 return _impl_.softwaretrigger_;
7809}

◆ _InternalParse()

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

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

4182 {
4183 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
4184 return ptr;
4185}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

4238 {
4239 // @@protoc_insertion_point(serialize_to_array_start:daphne.DumpSpyBuffersRequest)
4240 ::uint32_t cached_has_bits = 0;
4241 (void)cached_has_bits;
4242
4243 // repeated uint32 channelList = 1;
4244 {
4245 int byte_size = _impl_._channellist_cached_byte_size_.Get();
4246 if (byte_size > 0) {
4247 target = stream->WriteUInt32Packed(1, _internal_channellist(),
4248 byte_size, target);
4249 }
4250 }
4251
4252 // uint32 numberOfSamples = 2;
4253 if (this->_internal_numberofsamples() != 0) {
4254 target = stream->EnsureSpace(target);
4255 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
4256 2, this->_internal_numberofsamples(), target);
4257 }
4258
4259 // uint32 numberOfWaveforms = 3;
4260 if (this->_internal_numberofwaveforms() != 0) {
4261 target = stream->EnsureSpace(target);
4262 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
4263 3, this->_internal_numberofwaveforms(), target);
4264 }
4265
4266 // bool softwareTrigger = 4;
4267 if (this->_internal_softwaretrigger() != 0) {
4268 target = stream->EnsureSpace(target);
4269 target = ::_pbi::WireFormatLite::WriteBoolToArray(
4270 4, this->_internal_softwaretrigger(), target);
4271 }
4272
4273 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
4274 target =
4275 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
4276 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
4277 }
4278 // @@protoc_insertion_point(serialize_to_array_end:daphne.DumpSpyBuffersRequest)
4279 return target;
4280}
mutable::google::protobuf::internal::CachedSize _channellist_cached_byte_size_

◆ add_channellist()

void daphne::DumpSpyBuffersRequest::add_channellist ( ::uint32_t value)
inline

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

7726 {
7727 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7728 _internal_mutable_channellist()->Add(value);
7729 // @@protoc_insertion_point(field_add:daphne.DumpSpyBuffersRequest.channelList)
7730}
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channellist()

◆ ByteSizeLong()

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

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

4282 {
4283// @@protoc_insertion_point(message_byte_size_start:daphne.DumpSpyBuffersRequest)
4284 ::size_t total_size = 0;
4285
4286 ::uint32_t cached_has_bits = 0;
4287 // Prevent compiler warnings about cached_has_bits being unused
4288 (void) cached_has_bits;
4289
4290 // repeated uint32 channelList = 1;
4291 {
4292 std::size_t data_size = ::_pbi::WireFormatLite::UInt32Size(
4293 this->_internal_channellist())
4294 ;
4295 _impl_._channellist_cached_byte_size_.Set(::_pbi::ToCachedSize(data_size));
4296 std::size_t tag_size = data_size == 0
4297 ? 0
4298 : 1 + ::_pbi::WireFormatLite::Int32Size(
4299 static_cast<int32_t>(data_size))
4300 ;
4301 total_size += tag_size + data_size;
4302 }
4303 // uint32 numberOfSamples = 2;
4304 if (this->_internal_numberofsamples() != 0) {
4305 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
4307 }
4308
4309 // uint32 numberOfWaveforms = 3;
4310 if (this->_internal_numberofwaveforms() != 0) {
4311 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
4313 }
4314
4315 // bool softwareTrigger = 4;
4316 if (this->_internal_softwaretrigger() != 0) {
4317 total_size += 2;
4318 }
4319
4320 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
4321}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channellist() [1/2]

const::google::protobuf::RepeatedField<::uint32_t > & daphne::DumpSpyBuffersRequest::channellist ( ) const
inline

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

7731 {
7732 // @@protoc_insertion_point(field_list:daphne.DumpSpyBuffersRequest.channelList)
7733 return _internal_channellist();
7734}

◆ channellist() [2/2]

uint32_t daphne::DumpSpyBuffersRequest::channellist ( int index) const
inline

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

7718 {
7719 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.channelList)
7720 return _internal_channellist().Get(index);
7721}

◆ channellist_size()

int daphne::DumpSpyBuffersRequest::channellist_size ( ) const
inline

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

7712 {
7714}

◆ Clear()

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

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

4168 {
4169// @@protoc_insertion_point(message_clear_start:daphne.DumpSpyBuffersRequest)
4170 ::uint32_t cached_has_bits = 0;
4171 // Prevent compiler warnings about cached_has_bits being unused
4172 (void) cached_has_bits;
4173
4175 ::memset(&_impl_.numberofsamples_, 0, static_cast<::size_t>(
4176 reinterpret_cast<char*>(&_impl_.softwaretrigger_) -
4177 reinterpret_cast<char*>(&_impl_.numberofsamples_)) + sizeof(_impl_.softwaretrigger_));
4178 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
4179}

◆ clear_channellist()

void daphne::DumpSpyBuffersRequest::clear_channellist ( )
inline

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

7715 {
7717}

◆ clear_numberofsamples()

void daphne::DumpSpyBuffersRequest::clear_numberofsamples ( )
inline

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

7751 {
7753}

◆ clear_numberofwaveforms()

void daphne::DumpSpyBuffersRequest::clear_numberofwaveforms ( )
inline

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

7773 {
7775}

◆ clear_softwaretrigger()

void daphne::DumpSpyBuffersRequest::clear_softwaretrigger ( )
inline

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

7795 {
7796 _impl_.softwaretrigger_ = false;
7797}

◆ CopyFrom()

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

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

4351 {
4352// @@protoc_insertion_point(class_specific_copy_from_start:daphne.DumpSpyBuffersRequest)
4353 if (&from == this) return;
4354 Clear();
4355 MergeFrom(from);
4356}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const DumpSpyBuffersRequest &from)

◆ default_instance()

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

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

2541 {
2542 return *internal_default_instance();
2543 }
static const DumpSpyBuffersRequest * internal_default_instance()

◆ descriptor()

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

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

2532 {
2533 return GetDescriptor();
2534 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2604 {
2605 return "daphne.DumpSpyBuffersRequest";
2606 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

4327{ return &_class_data_; }

◆ GetDescriptor()

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

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

2535 {
2536 return default_instance().GetMetadata().descriptor;
2537 }
static const DumpSpyBuffersRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

4374 {
4375 return ::_pbi::AssignDescriptors(
4378}
::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::DumpSpyBuffersRequest::GetReflection ( )
inlinestatic

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

2538 {
2539 return default_instance().GetMetadata().reflection;
2540 }

◆ internal_default_instance()

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

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

2544 {
2545 return reinterpret_cast<const DumpSpyBuffersRequest*>(
2547 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DumpSpyBuffersRequestDefaultTypeInternal _DumpSpyBuffersRequest_default_instance_

◆ InternalSwap()

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

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

4362 {
4363 using std::swap;
4364 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
4365 _impl_.channellist_.InternalSwap(&other->_impl_.channellist_);
4366 ::google::protobuf::internal::memswap<
4367 PROTOBUF_FIELD_OFFSET(DumpSpyBuffersRequest, _impl_.softwaretrigger_)
4369 - PROTOBUF_FIELD_OFFSET(DumpSpyBuffersRequest, _impl_.numberofsamples_)>(
4370 reinterpret_cast<char*>(&_impl_.numberofsamples_),
4371 reinterpret_cast<char*>(&other->_impl_.numberofsamples_));
4372}

◆ IsInitialized()

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

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

4358 {
4359 return true;
4360}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

4330 {
4331 auto* const _this = static_cast<DumpSpyBuffersRequest*>(&to_msg);
4332 auto& from = static_cast<const DumpSpyBuffersRequest&>(from_msg);
4333 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.DumpSpyBuffersRequest)
4334 ABSL_DCHECK_NE(&from, _this);
4335 ::uint32_t cached_has_bits = 0;
4336 (void) cached_has_bits;
4337
4338 _this->_internal_mutable_channellist()->MergeFrom(from._internal_channellist());
4339 if (from._internal_numberofsamples() != 0) {
4340 _this->_internal_set_numberofsamples(from._internal_numberofsamples());
4341 }
4342 if (from._internal_numberofwaveforms() != 0) {
4343 _this->_internal_set_numberofwaveforms(from._internal_numberofwaveforms());
4344 }
4345 if (from._internal_softwaretrigger() != 0) {
4346 _this->_internal_set_softwaretrigger(from._internal_softwaretrigger());
4347 }
4348 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
4349}

◆ mutable_channellist()

google::protobuf::RepeatedField<::uint32_t > * daphne::DumpSpyBuffersRequest::mutable_channellist ( )
inline

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

7735 {
7736 // @@protoc_insertion_point(field_mutable_list:daphne.DumpSpyBuffersRequest.channelList)
7737 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7739}

◆ mutable_unknown_fields()

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

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

2528 {
2529 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2530 }

◆ New()

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

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

2575 {
2576 return CreateMaybeMessage<DumpSpyBuffersRequest>(arena);
2577 }

◆ numberofsamples()

uint32_t daphne::DumpSpyBuffersRequest::numberofsamples ( ) const
inline

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

7754 {
7755 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.numberOfSamples)
7757}

◆ numberofwaveforms()

uint32_t daphne::DumpSpyBuffersRequest::numberofwaveforms ( ) const
inline

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

7776 {
7777 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.numberOfWaveforms)
7779}

◆ operator=() [1/2]

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

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

2507 {
2508 CopyFrom(from);
2509 return *this;
2510 }
void CopyFrom(const DumpSpyBuffersRequest &from)

◆ operator=() [2/2]

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

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

2511 {
2512 if (this == &from) return *this;
2513 if (GetOwningArena() == from.GetOwningArena()
2514 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2515 && GetOwningArena() != nullptr
2516 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2517 ) {
2518 InternalSwap(&from);
2519 } else {
2520 CopyFrom(from);
2521 }
2522 return *this;
2523 }
void InternalSwap(DumpSpyBuffersRequest *other)

◆ set_channellist()

void daphne::DumpSpyBuffersRequest::set_channellist ( int index,
::uint32_t value )
inline

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

7722 {
7723 _internal_mutable_channellist()->Set(index, value);
7724 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersRequest.channelList)
7725}

◆ set_numberofsamples()

void daphne::DumpSpyBuffersRequest::set_numberofsamples ( ::uint32_t value)
inline

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

7758 {
7760 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersRequest.numberOfSamples)
7761}
void _internal_set_numberofsamples(::uint32_t value)

◆ set_numberofwaveforms()

void daphne::DumpSpyBuffersRequest::set_numberofwaveforms ( ::uint32_t value)
inline

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

7780 {
7782 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersRequest.numberOfWaveforms)
7783}
void _internal_set_numberofwaveforms(::uint32_t value)

◆ set_softwaretrigger()

void daphne::DumpSpyBuffersRequest::set_softwaretrigger ( bool value)
inline

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

7802 {
7804 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersRequest.softwareTrigger)
7805}

◆ SetCachedSize()

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

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

4164 {
4165 _impl_._cached_size_.Set(size);
4166}

◆ SharedCtor()

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

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

4144 {
4145 (void)arena;
4146 new (&_impl_) Impl_{
4147 decltype(_impl_.channellist_){arena},
4148 /* _impl_._channellist_cached_byte_size_ = */ {0},
4149 decltype(_impl_.numberofsamples_){0u},
4150 decltype(_impl_.numberofwaveforms_){0u},
4151 decltype(_impl_.softwaretrigger_){false},
4152 /*decltype(_impl_._cached_size_)*/ {},
4153 };
4154}

◆ SharedDtor()

void daphne::DumpSpyBuffersRequest::SharedDtor ( )
inlineprivate

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

4160 {
4161 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
4162 _impl_.channellist_.~RepeatedField();
4163}

◆ softwaretrigger()

bool daphne::DumpSpyBuffersRequest::softwaretrigger ( ) const
inline

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

7798 {
7799 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.softwareTrigger)
7801}

◆ Swap()

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

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

2554 {
2555 if (other == this) return;
2556 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2557 if (GetOwningArena() != nullptr &&
2558 GetOwningArena() == other->GetOwningArena()) {
2559 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2560 if (GetOwningArena() == other->GetOwningArena()) {
2561 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2562 InternalSwap(other);
2563 } else {
2564 ::google::protobuf::internal::GenericSwap(this, other);
2565 }
2566 }

◆ unknown_fields()

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

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

2525 {
2526 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2527 }

◆ UnsafeArenaSwap()

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

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

2567 {
2568 if (other == this) return;
2569 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2570 InternalSwap(other);
2571 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

void swap ( DumpSpyBuffersRequest & a,
DumpSpyBuffersRequest & b )
friend

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

2551 {
2552 a.Swap(&b);
2553 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::DumpSpyBuffersRequest::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::DumpSpyBuffersRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

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


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