|
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 2493 of file daphne_control_high.pb.h.
|
private |
Definition at line 2682 of file daphne_control_high.pb.h.
Definition at line 2681 of file daphne_control_high.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kChannelListFieldNumber | |
| kNumberOfSamplesFieldNumber | |
| kNumberOfWaveformsFieldNumber | |
| kSoftwareTriggerFieldNumber | |
Definition at line 2620 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2496 of file daphne_control_high.pb.h.
|
override |
Definition at line 4155 of file daphne_control_high.pb.cc.
|
explicit |
| daphne::DumpSpyBuffersRequest::DumpSpyBuffersRequest | ( | const DumpSpyBuffersRequest & | from | ) |
Definition at line 4125 of file daphne_control_high.pb.cc.
|
inlinenoexcept |
Definition at line 2502 of file daphne_control_high.pb.h.
|
explicitprotected |
Definition at line 4120 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 7741 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7709 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7745 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7762 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7784 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7766 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7788 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7810 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 7806 of file daphne_control_high.pb.h.
|
final |
Definition at line 4181 of file daphne_control_high.pb.cc.
|
final |
Definition at line 4236 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7726 of file daphne_control_high.pb.h.
|
final |
Definition at line 4282 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7731 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7718 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7712 of file daphne_control_high.pb.h.
|
final |
Definition at line 4168 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7715 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7751 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7773 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7795 of file daphne_control_high.pb.h.
| void daphne::DumpSpyBuffersRequest::CopyFrom | ( | const DumpSpyBuffersRequest & | from | ) |
Definition at line 4351 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2541 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 2532 of file daphne_control_high.pb.h.
|
inlinestaticprivate |
Definition at line 2604 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 2594 of file daphne_control_high.pb.h.
|
final |
Definition at line 4327 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2535 of file daphne_control_high.pb.h.
|
final |
Definition at line 4374 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 2538 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 2544 of file daphne_control_high.pb.h.
|
private |
Definition at line 4362 of file daphne_control_high.pb.cc.
|
final |
Definition at line 4358 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 2581 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 4330 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7735 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2528 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 2575 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7754 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7776 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2507 of file daphne_control_high.pb.h.
|
inlinenoexcept |
Definition at line 2511 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7722 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7758 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7780 of file daphne_control_high.pb.h.
|
inline |
Definition at line 7802 of file daphne_control_high.pb.h.
|
finalprivate |
Definition at line 4164 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 4144 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 4160 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 7798 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2554 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2525 of file daphne_control_high.pb.h.
|
inline |
Definition at line 2567 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2680 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2603 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2678 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2693 of file daphne_control_high.pb.h.
|
friend |
Definition at line 2551 of file daphne_control_high.pb.h.
| union { ... } daphne::DumpSpyBuffersRequest |
|
static |
Definition at line 2611 of file daphne_control_high.pb.h.
| Impl_ daphne::DumpSpyBuffersRequest::_impl_ |
Definition at line 2692 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 2679 of file daphne_control_high.pb.h.
|
staticconstexpr |
Definition at line 2548 of file daphne_control_high.pb.h.