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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kChannelListFieldNumber = 1 , kRequestIDFieldNumber = 5 , kNumberOfSamplesFieldNumber = 2 , kNumberOfWaveformsFieldNumber = 3 ,
  kSoftwareTriggerFieldNumber = 4 , kChunkSizeFieldNumber = 6
}
 

Public Member Functions

 DumpSpyBuffersChunkRequest ()
 
 ~DumpSpyBuffersChunkRequest () override
 
template<typename = void>
PROTOBUF_CONSTEXPR DumpSpyBuffersChunkRequest (::google::protobuf::internal::ConstantInitialized)
 
 DumpSpyBuffersChunkRequest (const DumpSpyBuffersChunkRequest &from)
 
 DumpSpyBuffersChunkRequest (DumpSpyBuffersChunkRequest &&from) noexcept
 
DumpSpyBuffersChunkRequestoperator= (const DumpSpyBuffersChunkRequest &from)
 
DumpSpyBuffersChunkRequestoperator= (DumpSpyBuffersChunkRequest &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DumpSpyBuffersChunkRequest *other)
 
void UnsafeArenaSwap (DumpSpyBuffersChunkRequest *other)
 
DumpSpyBuffersChunkRequestNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const DumpSpyBuffersChunkRequest &from)
 
void MergeFrom (const DumpSpyBuffersChunkRequest &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_requestid ()
 
const std::string & requestid () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_requestid (Arg_ &&arg, Args_... args)
 
std::string * mutable_requestid ()
 
PROTOBUF_NODISCARD std::string * release_requestid ()
 
void set_allocated_requestid (std::string *ptr)
 
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)
 
void clear_chunksize ()
 
::uint32_t chunksize () const
 
void set_chunksize (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR DumpSpyBuffersChunkRequest (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_requestid (Arg_ &&arg, Args_... args)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const DumpSpyBuffersChunkRequestdefault_instance ()
 
static const DumpSpyBuffersChunkRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 DumpSpyBuffersChunkRequest (::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 (DumpSpyBuffersChunkRequest *other)
 
int _internal_channellist_size () const
 
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channellist () const
 
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channellist ()
 
const std::string & _internal_requestid () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_requestid (const std::string &value)
 
std::string * _internal_mutable_requestid ()
 
::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)
 
::uint32_t _internal_chunksize () const
 
void _internal_set_chunksize (::uint32_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 3, 6, 0, 51, 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 (DumpSpyBuffersChunkRequest &a, DumpSpyBuffersChunkRequest &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChannelListFieldNumber 
kRequestIDFieldNumber 
kNumberOfSamplesFieldNumber 
kNumberOfWaveformsFieldNumber 
kSoftwareTriggerFieldNumber 
kChunkSizeFieldNumber 

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

Constructor & Destructor Documentation

◆ DumpSpyBuffersChunkRequest() [1/6]

daphne::DumpSpyBuffersChunkRequest::DumpSpyBuffersChunkRequest ( )
inline

◆ ~DumpSpyBuffersChunkRequest()

daphne::DumpSpyBuffersChunkRequest::~DumpSpyBuffersChunkRequest ( )
override

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

4805 {
4806 // @@protoc_insertion_point(destructor:daphne.DumpSpyBuffersChunkRequest)
4807 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
4808 SharedDtor();
4809}

◆ DumpSpyBuffersChunkRequest() [2/6]

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

◆ DumpSpyBuffersChunkRequest() [3/6]

daphne::DumpSpyBuffersChunkRequest::DumpSpyBuffersChunkRequest ( const DumpSpyBuffersChunkRequest & from)

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

4760 : ::google::protobuf::Message() {
4761 DumpSpyBuffersChunkRequest* const _this = this;
4762 (void)_this;
4763 new (&_impl_) Impl_{
4764 decltype(_impl_.channellist_){from._impl_.channellist_},
4765 /* _impl_._channellist_cached_byte_size_ = */ {0},
4766 decltype(_impl_.requestid_){},
4767 decltype(_impl_.numberofsamples_){},
4768 decltype(_impl_.numberofwaveforms_){},
4769 decltype(_impl_.softwaretrigger_){},
4770 decltype(_impl_.chunksize_){},
4771 /*decltype(_impl_._cached_size_)*/ {},
4772 };
4773 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
4774 from._internal_metadata_);
4775 _impl_.requestid_.InitDefault();
4776 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4777 _impl_.requestid_.Set("", GetArenaForAllocation());
4778 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4779 if (!from._internal_requestid().empty()) {
4780 _this->_impl_.requestid_.Set(from._internal_requestid(), _this->GetArenaForAllocation());
4781 }
4782 ::memcpy(&_impl_.numberofsamples_, &from._impl_.numberofsamples_,
4783 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.chunksize_) -
4784 reinterpret_cast<char*>(&_impl_.numberofsamples_)) + sizeof(_impl_.chunksize_));
4785
4786 // @@protoc_insertion_point(copy_constructor:daphne.DumpSpyBuffersChunkRequest)
4787}
::google::protobuf::RepeatedField<::uint32_t > channellist_
::google::protobuf::internal::ArenaStringPtr requestid_

◆ DumpSpyBuffersChunkRequest() [4/6]

daphne::DumpSpyBuffersChunkRequest::DumpSpyBuffersChunkRequest ( DumpSpyBuffersChunkRequest && from)
inlinenoexcept

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

2961 *this = ::std::move(from);
2962 }

◆ DumpSpyBuffersChunkRequest() [5/6]

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

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

4756 : ::google::protobuf::Message(arena) {
4757 SharedCtor(arena);
4758 // @@protoc_insertion_point(arena_constructor:daphne.DumpSpyBuffersChunkRequest)
4759}
void SharedCtor(::google::protobuf::Arena *arena)

◆ DumpSpyBuffersChunkRequest() [6/6]

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

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

290 : _impl_{
291 /*decltype(_impl_.channellist_)*/ {},
292 /* _impl_._channellist_cached_byte_size_ = */ {0},
293 /*decltype(_impl_.requestid_)*/ {
294 &::_pbi::fixed_address_empty_string,
295 ::_pbi::ConstantInitialized{},
296 },
297 /*decltype(_impl_.numberofsamples_)*/ 0u,
298 /*decltype(_impl_.numberofwaveforms_)*/ 0u,
299 /*decltype(_impl_.softwaretrigger_)*/ false,
300 /*decltype(_impl_.chunksize_)*/ 0u,
301 /*decltype(_impl_._cached_size_)*/ {},
302 } {}

Member Function Documentation

◆ _internal_channellist()

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

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

8080 {
8081 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8082 return _impl_.channellist_;
8083}

◆ _internal_channellist_size()

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

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

8048 {
8049 return _internal_channellist().size();
8050}
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_channellist() const

◆ _internal_chunksize()

uint32_t daphne::DumpSpyBuffersChunkRequest::_internal_chunksize ( ) const
inlineprivate

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

8218 {
8219 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8220 return _impl_.chunksize_;
8221}

◆ _internal_mutable_channellist()

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

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

8084 {
8085 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8086 return &_impl_.channellist_;
8087}

◆ _internal_mutable_requestid()

std::string * daphne::DumpSpyBuffersChunkRequest::_internal_mutable_requestid ( )
inlineprivate

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

8185 {
8186 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8187 ;
8188 return _impl_.requestid_.Mutable( GetArenaForAllocation());
8189}

◆ _internal_numberofsamples()

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

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

8101 {
8102 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8103 return _impl_.numberofsamples_;
8104}

◆ _internal_numberofwaveforms()

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

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

8123 {
8124 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8126}

◆ _internal_requestid()

const std::string & daphne::DumpSpyBuffersChunkRequest::_internal_requestid ( ) const
inlineprivate

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

8176 {
8177 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8178 return _impl_.requestid_.Get();
8179}

◆ _internal_set_chunksize()

void daphne::DumpSpyBuffersChunkRequest::_internal_set_chunksize ( ::uint32_t value)
inlineprivate

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

8222 {
8223 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8224 ;
8225 _impl_.chunksize_ = value;
8226}

◆ _internal_set_numberofsamples()

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

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

8105 {
8106 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8107 ;
8108 _impl_.numberofsamples_ = value;
8109}

◆ _internal_set_numberofwaveforms()

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

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

8127 {
8128 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8129 ;
8130 _impl_.numberofwaveforms_ = value;
8131}

◆ _internal_set_requestid()

void daphne::DumpSpyBuffersChunkRequest::_internal_set_requestid ( const std::string & value)
inlineprivate

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

8180 {
8181 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8182 ;
8183 _impl_.requestid_.Set(value, GetArenaForAllocation());
8184}

◆ _internal_set_softwaretrigger()

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

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

8149 {
8150 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8151 ;
8152 _impl_.softwaretrigger_ = value;
8153}

◆ _internal_softwaretrigger()

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

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

8145 {
8146 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8147 return _impl_.softwaretrigger_;
8148}

◆ _InternalParse()

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

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

4834 {
4835 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
4836 return ptr;
4837}
static const ::google::protobuf::internal::TcParseTable< 3, 6, 0, 51, 2 > _table_

◆ _InternalSerialize()

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

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

4907 {
4908 // @@protoc_insertion_point(serialize_to_array_start:daphne.DumpSpyBuffersChunkRequest)
4909 ::uint32_t cached_has_bits = 0;
4910 (void)cached_has_bits;
4911
4912 // repeated uint32 channelList = 1;
4913 {
4914 int byte_size = _impl_._channellist_cached_byte_size_.Get();
4915 if (byte_size > 0) {
4916 target = stream->WriteUInt32Packed(1, _internal_channellist(),
4917 byte_size, target);
4918 }
4919 }
4920
4921 // uint32 numberOfSamples = 2;
4922 if (this->_internal_numberofsamples() != 0) {
4923 target = stream->EnsureSpace(target);
4924 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
4925 2, this->_internal_numberofsamples(), target);
4926 }
4927
4928 // uint32 numberOfWaveforms = 3;
4929 if (this->_internal_numberofwaveforms() != 0) {
4930 target = stream->EnsureSpace(target);
4931 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
4932 3, this->_internal_numberofwaveforms(), target);
4933 }
4934
4935 // bool softwareTrigger = 4;
4936 if (this->_internal_softwaretrigger() != 0) {
4937 target = stream->EnsureSpace(target);
4938 target = ::_pbi::WireFormatLite::WriteBoolToArray(
4939 4, this->_internal_softwaretrigger(), target);
4940 }
4941
4942 // string requestID = 5;
4943 if (!this->_internal_requestid().empty()) {
4944 const std::string& _s = this->_internal_requestid();
4945 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
4946 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.DumpSpyBuffersChunkRequest.requestID");
4947 target = stream->WriteStringMaybeAliased(5, _s, target);
4948 }
4949
4950 // uint32 chunkSize = 6;
4951 if (this->_internal_chunksize() != 0) {
4952 target = stream->EnsureSpace(target);
4953 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
4954 6, this->_internal_chunksize(), target);
4955 }
4956
4957 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
4958 target =
4959 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
4960 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
4961 }
4962 // @@protoc_insertion_point(serialize_to_array_end:daphne.DumpSpyBuffersChunkRequest)
4963 return target;
4964}
const std::string & _internal_requestid() const
mutable::google::protobuf::internal::CachedSize _channellist_cached_byte_size_

◆ add_channellist()

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

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

8065 {
8066 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8067 _internal_mutable_channellist()->Add(value);
8068 // @@protoc_insertion_point(field_add:daphne.DumpSpyBuffersChunkRequest.channelList)
8069}
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_channellist()

◆ ByteSizeLong()

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

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

4966 {
4967// @@protoc_insertion_point(message_byte_size_start:daphne.DumpSpyBuffersChunkRequest)
4968 ::size_t total_size = 0;
4969
4970 ::uint32_t cached_has_bits = 0;
4971 // Prevent compiler warnings about cached_has_bits being unused
4972 (void) cached_has_bits;
4973
4974 // repeated uint32 channelList = 1;
4975 {
4976 std::size_t data_size = ::_pbi::WireFormatLite::UInt32Size(
4977 this->_internal_channellist())
4978 ;
4979 _impl_._channellist_cached_byte_size_.Set(::_pbi::ToCachedSize(data_size));
4980 std::size_t tag_size = data_size == 0
4981 ? 0
4982 : 1 + ::_pbi::WireFormatLite::Int32Size(
4983 static_cast<int32_t>(data_size))
4984 ;
4985 total_size += tag_size + data_size;
4986 }
4987 // string requestID = 5;
4988 if (!this->_internal_requestid().empty()) {
4989 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
4990 this->_internal_requestid());
4991 }
4992
4993 // uint32 numberOfSamples = 2;
4994 if (this->_internal_numberofsamples() != 0) {
4995 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
4997 }
4998
4999 // uint32 numberOfWaveforms = 3;
5000 if (this->_internal_numberofwaveforms() != 0) {
5001 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5003 }
5004
5005 // bool softwareTrigger = 4;
5006 if (this->_internal_softwaretrigger() != 0) {
5007 total_size += 2;
5008 }
5009
5010 // uint32 chunkSize = 6;
5011 if (this->_internal_chunksize() != 0) {
5012 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5013 this->_internal_chunksize());
5014 }
5015
5016 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
5017}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channellist() [1/2]

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

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

8070 {
8071 // @@protoc_insertion_point(field_list:daphne.DumpSpyBuffersChunkRequest.channelList)
8072 return _internal_channellist();
8073}

◆ channellist() [2/2]

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

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

8057 {
8058 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.channelList)
8059 return _internal_channellist().Get(index);
8060}

◆ channellist_size()

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

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

8051 {
8053}

◆ chunksize()

uint32_t daphne::DumpSpyBuffersChunkRequest::chunksize ( ) const
inline

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

8210 {
8211 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.chunkSize)
8212 return _internal_chunksize();
8213}

◆ Clear()

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

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

4819 {
4820// @@protoc_insertion_point(message_clear_start:daphne.DumpSpyBuffersChunkRequest)
4821 ::uint32_t cached_has_bits = 0;
4822 // Prevent compiler warnings about cached_has_bits being unused
4823 (void) cached_has_bits;
4824
4826 _impl_.requestid_.ClearToEmpty();
4827 ::memset(&_impl_.numberofsamples_, 0, static_cast<::size_t>(
4828 reinterpret_cast<char*>(&_impl_.chunksize_) -
4829 reinterpret_cast<char*>(&_impl_.numberofsamples_)) + sizeof(_impl_.chunksize_));
4830 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
4831}

◆ clear_channellist()

void daphne::DumpSpyBuffersChunkRequest::clear_channellist ( )
inline

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

8054 {
8056}

◆ clear_chunksize()

void daphne::DumpSpyBuffersChunkRequest::clear_chunksize ( )
inline

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

8207 {
8208 _impl_.chunksize_ = 0u;
8209}

◆ clear_numberofsamples()

void daphne::DumpSpyBuffersChunkRequest::clear_numberofsamples ( )
inline

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

8090 {
8092}

◆ clear_numberofwaveforms()

void daphne::DumpSpyBuffersChunkRequest::clear_numberofwaveforms ( )
inline

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

8112 {
8114}

◆ clear_requestid()

void daphne::DumpSpyBuffersChunkRequest::clear_requestid ( )
inline

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

8156 {
8157 _impl_.requestid_.ClearToEmpty();
8158}

◆ clear_softwaretrigger()

void daphne::DumpSpyBuffersChunkRequest::clear_softwaretrigger ( )
inline

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

8134 {
8135 _impl_.softwaretrigger_ = false;
8136}

◆ CopyFrom()

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

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

5053 {
5054// @@protoc_insertion_point(class_specific_copy_from_start:daphne.DumpSpyBuffersChunkRequest)
5055 if (&from == this) return;
5056 Clear();
5057 MergeFrom(from);
5058}
void MergeFrom(const DumpSpyBuffersChunkRequest &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

2998 {
2999 return *internal_default_instance();
3000 }
static const DumpSpyBuffersChunkRequest * internal_default_instance()

◆ descriptor()

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

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

2989 {
2990 return GetDescriptor();
2991 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

3061 {
3062 return "daphne.DumpSpyBuffersChunkRequest";
3063 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

5023{ return &_class_data_; }

◆ GetDescriptor()

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

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

2992 {
2993 return default_instance().GetMetadata().descriptor;
2994 }
static const DumpSpyBuffersChunkRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

5080 {
5081 return ::_pbi::AssignDescriptors(
5084}
::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::DumpSpyBuffersChunkRequest::GetReflection ( )
inlinestatic

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

2995 {
2996 return default_instance().GetMetadata().reflection;
2997 }

◆ internal_default_instance()

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

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

3001 {
3002 return reinterpret_cast<const DumpSpyBuffersChunkRequest*>(
3004 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DumpSpyBuffersChunkRequestDefaultTypeInternal _DumpSpyBuffersChunkRequest_default_instance_

◆ InternalSwap()

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

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

5064 {
5065 using std::swap;
5066 auto* lhs_arena = GetArenaForAllocation();
5067 auto* rhs_arena = other->GetArenaForAllocation();
5068 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
5069 _impl_.channellist_.InternalSwap(&other->_impl_.channellist_);
5070 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.requestid_, lhs_arena,
5071 &other->_impl_.requestid_, rhs_arena);
5072 ::google::protobuf::internal::memswap<
5073 PROTOBUF_FIELD_OFFSET(DumpSpyBuffersChunkRequest, _impl_.chunksize_)
5075 - PROTOBUF_FIELD_OFFSET(DumpSpyBuffersChunkRequest, _impl_.numberofsamples_)>(
5076 reinterpret_cast<char*>(&_impl_.numberofsamples_),
5077 reinterpret_cast<char*>(&other->_impl_.numberofsamples_));
5078}

◆ IsInitialized()

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

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

5060 {
5061 return true;
5062}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

5026 {
5027 auto* const _this = static_cast<DumpSpyBuffersChunkRequest*>(&to_msg);
5028 auto& from = static_cast<const DumpSpyBuffersChunkRequest&>(from_msg);
5029 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.DumpSpyBuffersChunkRequest)
5030 ABSL_DCHECK_NE(&from, _this);
5031 ::uint32_t cached_has_bits = 0;
5032 (void) cached_has_bits;
5033
5034 _this->_internal_mutable_channellist()->MergeFrom(from._internal_channellist());
5035 if (!from._internal_requestid().empty()) {
5036 _this->_internal_set_requestid(from._internal_requestid());
5037 }
5038 if (from._internal_numberofsamples() != 0) {
5039 _this->_internal_set_numberofsamples(from._internal_numberofsamples());
5040 }
5041 if (from._internal_numberofwaveforms() != 0) {
5042 _this->_internal_set_numberofwaveforms(from._internal_numberofwaveforms());
5043 }
5044 if (from._internal_softwaretrigger() != 0) {
5045 _this->_internal_set_softwaretrigger(from._internal_softwaretrigger());
5046 }
5047 if (from._internal_chunksize() != 0) {
5048 _this->_internal_set_chunksize(from._internal_chunksize());
5049 }
5050 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
5051}

◆ mutable_channellist()

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

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

8074 {
8075 // @@protoc_insertion_point(field_mutable_list:daphne.DumpSpyBuffersChunkRequest.channelList)
8076 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8078}

◆ mutable_requestid()

std::string * daphne::DumpSpyBuffersChunkRequest::mutable_requestid ( )
inline

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

8171 {
8172 std::string* _s = _internal_mutable_requestid();
8173 // @@protoc_insertion_point(field_mutable:daphne.DumpSpyBuffersChunkRequest.requestID)
8174 return _s;
8175}

◆ mutable_unknown_fields()

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

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

2985 {
2986 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2987 }

◆ New()

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

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

3032 {
3033 return CreateMaybeMessage<DumpSpyBuffersChunkRequest>(arena);
3034 }

◆ numberofsamples()

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

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

8093 {
8094 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.numberOfSamples)
8096}

◆ numberofwaveforms()

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

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

8115 {
8116 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.numberOfWaveforms)
8118}

◆ operator=() [1/2]

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

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

2964 {
2965 CopyFrom(from);
2966 return *this;
2967 }
void CopyFrom(const DumpSpyBuffersChunkRequest &from)

◆ operator=() [2/2]

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

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

2968 {
2969 if (this == &from) return *this;
2970 if (GetOwningArena() == from.GetOwningArena()
2971 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2972 && GetOwningArena() != nullptr
2973 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2974 ) {
2975 InternalSwap(&from);
2976 } else {
2977 CopyFrom(from);
2978 }
2979 return *this;
2980 }
void InternalSwap(DumpSpyBuffersChunkRequest *other)

◆ release_requestid()

std::string * daphne::DumpSpyBuffersChunkRequest::release_requestid ( )
inline

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

8190 {
8191 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8192 // @@protoc_insertion_point(field_release:daphne.DumpSpyBuffersChunkRequest.requestID)
8193 return _impl_.requestid_.Release();
8194}

◆ requestid()

const std::string & daphne::DumpSpyBuffersChunkRequest::requestid ( ) const
inline

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

8159 {
8160 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.requestID)
8161 return _internal_requestid();
8162}

◆ set_allocated_requestid()

void daphne::DumpSpyBuffersChunkRequest::set_allocated_requestid ( std::string * ptr)
inline

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

8195 {
8196 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8197 _impl_.requestid_.SetAllocated(value, GetArenaForAllocation());
8198 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
8199 if (_impl_.requestid_.IsDefault()) {
8200 _impl_.requestid_.Set("", GetArenaForAllocation());
8201 }
8202 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
8203 // @@protoc_insertion_point(field_set_allocated:daphne.DumpSpyBuffersChunkRequest.requestID)
8204}

◆ set_channellist()

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

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

8061 {
8062 _internal_mutable_channellist()->Set(index, value);
8063 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.channelList)
8064}

◆ set_chunksize()

void daphne::DumpSpyBuffersChunkRequest::set_chunksize ( ::uint32_t value)
inline

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

8214 {
8216 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.chunkSize)
8217}

◆ set_numberofsamples()

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

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

8097 {
8099 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.numberOfSamples)
8100}
void _internal_set_numberofsamples(::uint32_t value)

◆ set_numberofwaveforms()

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

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

8119 {
8121 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.numberOfWaveforms)
8122}
void _internal_set_numberofwaveforms(::uint32_t value)

◆ set_requestid() [1/2]

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

◆ set_requestid() [2/2]

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

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

8165 {
8166 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8167 ;
8168 _impl_.requestid_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
8169 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.requestID)
8170}

◆ set_softwaretrigger()

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

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

8141 {
8143 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.softwareTrigger)
8144}

◆ SetCachedSize()

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

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

4815 {
4816 _impl_._cached_size_.Set(size);
4817}

◆ SharedCtor()

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

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

4788 {
4789 (void)arena;
4790 new (&_impl_) Impl_{
4791 decltype(_impl_.channellist_){arena},
4792 /* _impl_._channellist_cached_byte_size_ = */ {0},
4793 decltype(_impl_.requestid_){},
4794 decltype(_impl_.numberofsamples_){0u},
4795 decltype(_impl_.numberofwaveforms_){0u},
4796 decltype(_impl_.softwaretrigger_){false},
4797 decltype(_impl_.chunksize_){0u},
4798 /*decltype(_impl_._cached_size_)*/ {},
4799 };
4800 _impl_.requestid_.InitDefault();
4801 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4802 _impl_.requestid_.Set("", GetArenaForAllocation());
4803 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4804}

◆ SharedDtor()

void daphne::DumpSpyBuffersChunkRequest::SharedDtor ( )
inlineprivate

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

4810 {
4811 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
4812 _impl_.channellist_.~RepeatedField();
4813 _impl_.requestid_.Destroy();
4814}

◆ softwaretrigger()

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

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

8137 {
8138 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.softwareTrigger)
8140}

◆ Swap()

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

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

3011 {
3012 if (other == this) return;
3013 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3014 if (GetOwningArena() != nullptr &&
3015 GetOwningArena() == other->GetOwningArena()) {
3016 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3017 if (GetOwningArena() == other->GetOwningArena()) {
3018 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3019 InternalSwap(other);
3020 } else {
3021 ::google::protobuf::internal::GenericSwap(this, other);
3022 }
3023 }

◆ unknown_fields()

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

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

2982 {
2983 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2984 }

◆ UnsafeArenaSwap()

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

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

3024 {
3025 if (other == this) return;
3026 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3027 InternalSwap(other);
3028 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

3008 {
3009 a.Swap(&b);
3010 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::DumpSpyBuffersChunkRequest::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 6, 0, 51, 2 > daphne::DumpSpyBuffersChunkRequest::_table_
staticprivate

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

◆ kIndexInFileMessages

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

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


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