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 2491 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 2618 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 4151 of file daphne_control_high.pb.cc.

4151 {
4152 // @@protoc_insertion_point(destructor:daphne.DumpSpyBuffersRequest)
4153 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
4154 SharedDtor();
4155}

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

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

◆ DumpSpyBuffersRequest() [4/6]

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

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

2502 *this = ::std::move(from);
2503 }

◆ DumpSpyBuffersRequest() [5/6]

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

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

4117 : ::google::protobuf::Message(arena) {
4118 SharedCtor(arena);
4119 // @@protoc_insertion_point(arena_constructor:daphne.DumpSpyBuffersRequest)
4120}
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 7739 of file daphne_control_high.pb.h.

7739 {
7740 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7741 return _impl_.channellist_;
7742}

◆ _internal_channellist_size()

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

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

7707 {
7708 return _internal_channellist().size();
7709}
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 7743 of file daphne_control_high.pb.h.

7743 {
7744 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7745 return &_impl_.channellist_;
7746}

◆ _internal_numberofsamples()

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

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

7760 {
7761 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7762 return _impl_.numberofsamples_;
7763}

◆ _internal_numberofwaveforms()

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

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

7782 {
7783 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7785}

◆ _internal_set_numberofsamples()

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

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

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

◆ _internal_set_numberofwaveforms()

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

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

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

◆ _internal_set_softwaretrigger()

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

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

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

◆ _internal_softwaretrigger()

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

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

7804 {
7805 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7806 return _impl_.softwaretrigger_;
7807}

◆ _InternalParse()

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

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

4178 {
4179 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
4180 return ptr;
4181}
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 4232 of file daphne_control_high.pb.cc.

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

◆ add_channellist()

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

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

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

◆ ByteSizeLong()

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

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

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

◆ channellist() [1/2]

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

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

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

◆ channellist() [2/2]

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

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

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

◆ channellist_size()

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

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

7710 {
7712}

◆ Clear()

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

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

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

◆ clear_channellist()

void daphne::DumpSpyBuffersRequest::clear_channellist ( )
inline

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

7713 {
7715}

◆ clear_numberofsamples()

void daphne::DumpSpyBuffersRequest::clear_numberofsamples ( )
inline

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

7749 {
7751}

◆ clear_numberofwaveforms()

void daphne::DumpSpyBuffersRequest::clear_numberofwaveforms ( )
inline

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

7771 {
7773}

◆ clear_softwaretrigger()

void daphne::DumpSpyBuffersRequest::clear_softwaretrigger ( )
inline

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

7793 {
7794 _impl_.softwaretrigger_ = false;
7795}

◆ CopyFrom()

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

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

4347 {
4348// @@protoc_insertion_point(class_specific_copy_from_start:daphne.DumpSpyBuffersRequest)
4349 if (&from == this) return;
4350 Clear();
4351 MergeFrom(from);
4352}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const DumpSpyBuffersRequest &from)

◆ default_instance()

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

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

2539 {
2540 return *internal_default_instance();
2541 }
static const DumpSpyBuffersRequest * internal_default_instance()

◆ descriptor()

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

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

2530 {
2531 return GetDescriptor();
2532 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2602 {
2603 return "daphne.DumpSpyBuffersRequest";
2604 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

4323{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

4370 {
4371 return ::_pbi::AssignDescriptors(
4374}
::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 2536 of file daphne_control_high.pb.h.

2536 {
2537 return default_instance().GetMetadata().reflection;
2538 }

◆ internal_default_instance()

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

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

2542 {
2543 return reinterpret_cast<const DumpSpyBuffersRequest*>(
2545 }
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 4358 of file daphne_control_high.pb.cc.

4358 {
4359 using std::swap;
4360 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
4361 _impl_.channellist_.InternalSwap(&other->_impl_.channellist_);
4362 ::google::protobuf::internal::memswap<
4363 PROTOBUF_FIELD_OFFSET(DumpSpyBuffersRequest, _impl_.softwaretrigger_)
4365 - PROTOBUF_FIELD_OFFSET(DumpSpyBuffersRequest, _impl_.numberofsamples_)>(
4366 reinterpret_cast<char*>(&_impl_.numberofsamples_),
4367 reinterpret_cast<char*>(&other->_impl_.numberofsamples_));
4368}

◆ IsInitialized()

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

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

4354 {
4355 return true;
4356}

◆ MergeFrom()

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

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

2579 {
2581 }
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 4326 of file daphne_control_high.pb.cc.

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

◆ mutable_channellist()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

2573 {
2574 return CreateMaybeMessage<DumpSpyBuffersRequest>(arena);
2575 }

◆ numberofsamples()

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

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

7752 {
7753 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.numberOfSamples)
7755}

◆ numberofwaveforms()

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

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

7774 {
7775 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.numberOfWaveforms)
7777}

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ set_channellist()

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

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

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

◆ set_numberofsamples()

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

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

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

◆ set_numberofwaveforms()

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

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

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

◆ set_softwaretrigger()

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

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

7800 {
7802 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersRequest.softwareTrigger)
7803}

◆ SetCachedSize()

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

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

4160 {
4161 _impl_._cached_size_.Set(size);
4162}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::DumpSpyBuffersRequest::SharedDtor ( )
inlineprivate

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

4156 {
4157 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
4158 _impl_.channellist_.~RepeatedField();
4159}

◆ softwaretrigger()

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

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

7796 {
7797 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersRequest.softwareTrigger)
7799}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

2549 {
2550 a.Swap(&b);
2551 }

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

◆ _impl_

Impl_ daphne::DumpSpyBuffersRequest::_impl_

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

◆ kIndexInFileMessages

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

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


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