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 2948 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 3075 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 4801 of file daphne_control_high.pb.cc.

4801 {
4802 // @@protoc_insertion_point(destructor:daphne.DumpSpyBuffersChunkRequest)
4803 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
4804 SharedDtor();
4805}

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

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

◆ DumpSpyBuffersChunkRequest() [4/6]

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

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

2959 *this = ::std::move(from);
2960 }

◆ DumpSpyBuffersChunkRequest() [5/6]

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

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

4752 : ::google::protobuf::Message(arena) {
4753 SharedCtor(arena);
4754 // @@protoc_insertion_point(arena_constructor:daphne.DumpSpyBuffersChunkRequest)
4755}
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 8078 of file daphne_control_high.pb.h.

8078 {
8079 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8080 return _impl_.channellist_;
8081}

◆ _internal_channellist_size()

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

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

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

◆ _internal_chunksize()

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

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

8216 {
8217 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8218 return _impl_.chunksize_;
8219}

◆ _internal_mutable_channellist()

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

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

8082 {
8083 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8084 return &_impl_.channellist_;
8085}

◆ _internal_mutable_requestid()

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

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

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

◆ _internal_numberofsamples()

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

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

8099 {
8100 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8101 return _impl_.numberofsamples_;
8102}

◆ _internal_numberofwaveforms()

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

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

8121 {
8122 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8124}

◆ _internal_requestid()

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

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

8174 {
8175 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8176 return _impl_.requestid_.Get();
8177}

◆ _internal_set_chunksize()

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

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

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

◆ _internal_set_numberofsamples()

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

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

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

◆ _internal_set_numberofwaveforms()

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

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

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

◆ _internal_set_requestid()

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

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

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

◆ _internal_set_softwaretrigger()

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

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

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

◆ _internal_softwaretrigger()

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

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

8143 {
8144 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8145 return _impl_.softwaretrigger_;
8146}

◆ _InternalParse()

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

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

4830 {
4831 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
4832 return ptr;
4833}
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 4901 of file daphne_control_high.pb.cc.

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

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

◆ ByteSizeLong()

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

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

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

◆ channellist() [1/2]

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

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

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

◆ channellist() [2/2]

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

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

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

◆ channellist_size()

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

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

8049 {
8051}

◆ chunksize()

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

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

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

◆ Clear()

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

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

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

◆ clear_channellist()

void daphne::DumpSpyBuffersChunkRequest::clear_channellist ( )
inline

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

8052 {
8054}

◆ clear_chunksize()

void daphne::DumpSpyBuffersChunkRequest::clear_chunksize ( )
inline

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

8205 {
8206 _impl_.chunksize_ = 0u;
8207}

◆ clear_numberofsamples()

void daphne::DumpSpyBuffersChunkRequest::clear_numberofsamples ( )
inline

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

8088 {
8090}

◆ clear_numberofwaveforms()

void daphne::DumpSpyBuffersChunkRequest::clear_numberofwaveforms ( )
inline

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

8110 {
8112}

◆ clear_requestid()

void daphne::DumpSpyBuffersChunkRequest::clear_requestid ( )
inline

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

8154 {
8155 _impl_.requestid_.ClearToEmpty();
8156}

◆ clear_softwaretrigger()

void daphne::DumpSpyBuffersChunkRequest::clear_softwaretrigger ( )
inline

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

8132 {
8133 _impl_.softwaretrigger_ = false;
8134}

◆ CopyFrom()

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

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

5049 {
5050// @@protoc_insertion_point(class_specific_copy_from_start:daphne.DumpSpyBuffersChunkRequest)
5051 if (&from == this) return;
5052 Clear();
5053 MergeFrom(from);
5054}
void MergeFrom(const DumpSpyBuffersChunkRequest &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

2996 {
2997 return *internal_default_instance();
2998 }
static const DumpSpyBuffersChunkRequest * internal_default_instance()

◆ descriptor()

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

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

2987 {
2988 return GetDescriptor();
2989 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

3059 {
3060 return "daphne.DumpSpyBuffersChunkRequest";
3061 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

5019{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

5076 {
5077 return ::_pbi::AssignDescriptors(
5080}
::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 2993 of file daphne_control_high.pb.h.

2993 {
2994 return default_instance().GetMetadata().reflection;
2995 }

◆ internal_default_instance()

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

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

2999 {
3000 return reinterpret_cast<const DumpSpyBuffersChunkRequest*>(
3002 }
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 5060 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

5056 {
5057 return true;
5058}

◆ MergeFrom()

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

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

3036 {
3038 }
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 5022 of file daphne_control_high.pb.cc.

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

◆ mutable_channellist()

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

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

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

◆ mutable_requestid()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

3030 {
3031 return CreateMaybeMessage<DumpSpyBuffersChunkRequest>(arena);
3032 }

◆ numberofsamples()

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

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

8091 {
8092 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.numberOfSamples)
8094}

◆ numberofwaveforms()

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

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

8113 {
8114 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.numberOfWaveforms)
8116}

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ release_requestid()

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

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

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

◆ requestid()

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

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

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

◆ set_allocated_requestid()

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

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

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

◆ set_channellist()

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

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

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

◆ set_chunksize()

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

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

8212 {
8214 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.chunkSize)
8215}

◆ set_numberofsamples()

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

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

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

◆ set_numberofwaveforms()

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

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

8117 {
8119 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.numberOfWaveforms)
8120}
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 8162 of file daphne_control_high.pb.h.

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

◆ set_softwaretrigger()

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

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

8139 {
8141 // @@protoc_insertion_point(field_set:daphne.DumpSpyBuffersChunkRequest.softwareTrigger)
8142}

◆ SetCachedSize()

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

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

4811 {
4812 _impl_._cached_size_.Set(size);
4813}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::DumpSpyBuffersChunkRequest::SharedDtor ( )
inlineprivate

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

4806 {
4807 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
4808 _impl_.channellist_.~RepeatedField();
4809 _impl_.requestid_.Destroy();
4810}

◆ softwaretrigger()

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

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

8135 {
8136 // @@protoc_insertion_point(field_get:daphne.DumpSpyBuffersChunkRequest.softwareTrigger)
8138}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

3006 {
3007 a.Swap(&b);
3008 }

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

◆ _impl_

Impl_ daphne::DumpSpyBuffersChunkRequest::_impl_

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

◆ kIndexInFileMessages

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

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


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