|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <daphne_control_high.pb.h>
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 | |
| DumpSpyBuffersRequest & | operator= (const DumpSpyBuffersRequest &from) |
| DumpSpyBuffersRequest & | operator= (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) |
| DumpSpyBuffersRequest * | New (::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 DumpSpyBuffersRequest & | default_instance () |
| static const DumpSpyBuffersRequest * | internal_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) |
Definition at line 2491 of file daphne_control_high.pb.h.
|
private |
Definition at line 2680 of file daphne_control_high.pb.h.
Definition at line 2679 of file daphne_control_high.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kChannelListFieldNumber | |
| kNumberOfSamplesFieldNumber | |
| kNumberOfWaveformsFieldNumber | |
| kSoftwareTriggerFieldNumber | |
Definition at line 2618 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2494 of file daphne_control_high.pb.h.
|
override |
Definition at line 4151 of file daphne_control_high.pb.cc.
|
explicit |
| daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest | ( | const DumpSpyBuffersRequest & | from | ) |
Definition at line 4121 of file daphne_control_high.pb.cc.
|
inlinenoexcept |
Definition at line 2500 of file daphne_control_high.pb.h.
|
explicitprotected |
Definition at line 4116 of file daphne_control_high.pb.cc.
| PROTOBUF_CONSTEXPR daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 242 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 7739 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7707 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7743 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7760 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7782 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7764 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7786 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7808 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7804 of file daphne_control_high.pb.h.
|
final |
Definition at line 4177 of file daphne_control_high.pb.cc.
|
final |
Definition at line 4232 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7724 of file daphne_control_high.pb.h.
|
final |
Definition at line 4278 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7729 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7716 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7710 of file daphne_control_high.pb.h.
|
final |
Definition at line 4164 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7713 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7749 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7771 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7793 of file daphne_control_high.pb.h.
| void daphne::DumpSpyBuffersRequest::CopyFrom | ( | const DumpSpyBuffersRequest & | from | ) |
Definition at line 4347 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2539 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 2530 of file daphne_control_high.pb.h.
|
inlinestaticprivate |
Definition at line 2602 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 2592 of file daphne_control_high.pb.h.
|
final |
Definition at line 4323 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2533 of file daphne_control_high.pb.h.
|
final |
Definition at line 4370 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2536 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 2542 of file daphne_control_high.pb.h.
|
private |
Definition at line 4358 of file daphne_control_high.pb.cc.
|
final |
Definition at line 4354 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 2579 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 4326 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7733 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2526 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 2573 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7752 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7774 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2505 of file daphne_control_high.pb.h.
|
inlinenoexcept |
Definition at line 2509 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7720 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7756 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7778 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7800 of file daphne_control_high.pb.h.
|
finalprivate |
Definition at line 4160 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 4140 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 4156 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7796 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2552 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2523 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2565 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2678 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2601 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2676 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2691 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2549 of file daphne_control_high.pb.h.
| union { ... } daphne::DumpSpyBuffersRequest |
|
static |
Definition at line 2609 of file daphne_control_high.pb.h.
| Impl_ daphne::DumpSpyBuffersRequest::_impl_ |
Definition at line 2690 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 2677 of file daphne_control_high.pb.h.
|
staticconstexpr |
Definition at line 2546 of file daphne_control_high.pb.h.