|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <daphne_control_high.pb.h>
Classes | |
| class | _Internal |
| struct | Impl_ |
Public Types | |
| enum | : int { kSnapshotsFieldNumber = 3 , kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 } |
Public Member Functions | |
| ReadTriggerCountersResponse () | |
| ~ReadTriggerCountersResponse () override | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | ReadTriggerCountersResponse (::google::protobuf::internal::ConstantInitialized) |
| ReadTriggerCountersResponse (const ReadTriggerCountersResponse &from) | |
| ReadTriggerCountersResponse (ReadTriggerCountersResponse &&from) noexcept | |
| ReadTriggerCountersResponse & | operator= (const ReadTriggerCountersResponse &from) |
| ReadTriggerCountersResponse & | operator= (ReadTriggerCountersResponse &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (ReadTriggerCountersResponse *other) |
| void | UnsafeArenaSwap (ReadTriggerCountersResponse *other) |
| ReadTriggerCountersResponse * | New (::google::protobuf::Arena *arena=nullptr) const final |
| void | CopyFrom (const ReadTriggerCountersResponse &from) |
| void | MergeFrom (const ReadTriggerCountersResponse &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 | snapshots_size () const |
| void | clear_snapshots () |
| ::daphne::TriggerChannelSnapshot * | mutable_snapshots (int index) |
| ::google::protobuf::RepeatedPtrField< ::daphne::TriggerChannelSnapshot > * | mutable_snapshots () |
| const ::daphne::TriggerChannelSnapshot & | snapshots (int index) const |
| ::daphne::TriggerChannelSnapshot * | add_snapshots () |
| const ::google::protobuf::RepeatedPtrField< ::daphne::TriggerChannelSnapshot > & | snapshots () const |
| void | clear_message () |
| const std::string & | message () const |
| template<typename Arg_ = const std::string&, typename... Args_> | |
| void | set_message (Arg_ &&arg, Args_... args) |
| std::string * | mutable_message () |
| PROTOBUF_NODISCARD std::string * | release_message () |
| void | set_allocated_message (std::string *ptr) |
| void | clear_success () |
| bool | success () const |
| void | set_success (bool value) |
| template<typename > | |
| PROTOBUF_CONSTEXPR | ReadTriggerCountersResponse (::_pbi::ConstantInitialized) |
| template<typename Arg_ , typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_message (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 ReadTriggerCountersResponse & | default_instance () |
| static const ReadTriggerCountersResponse * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| ReadTriggerCountersResponse (::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 (ReadTriggerCountersResponse *other) |
| int | _internal_snapshots_size () const |
| const ::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > & | _internal_snapshots () const |
| ::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > * | _internal_mutable_snapshots () |
| const std::string & | _internal_message () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_message (const std::string &value) |
| std::string * | _internal_mutable_message () |
| bool | _internal_success () const |
| void | _internal_set_success (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, 3, 1, 50, 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 (ReadTriggerCountersResponse &a, ReadTriggerCountersResponse &b) |
Definition at line 4889 of file daphne_control_high.pb.h.
Definition at line 5073 of file daphne_control_high.pb.h.
Definition at line 5072 of file daphne_control_high.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kSnapshotsFieldNumber | |
| kMessageFieldNumber | |
| kSuccessFieldNumber | |
Definition at line 5016 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4892 of file daphne_control_high.pb.h.
|
override |
Definition at line 7541 of file daphne_control_high.pb.cc.
|
explicit |
| daphne::ReadTriggerCountersResponse::ReadTriggerCountersResponse | ( | const ReadTriggerCountersResponse & | from | ) |
Definition at line 7506 of file daphne_control_high.pb.cc.
|
inlinenoexcept |
Definition at line 4898 of file daphne_control_high.pb.h.
|
explicitprotected |
Definition at line 7501 of file daphne_control_high.pb.cc.
| PROTOBUF_CONSTEXPR daphne::ReadTriggerCountersResponse::ReadTriggerCountersResponse | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 484 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 9477 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9486 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9548 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9481 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9450 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9543 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9508 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 9446 of file daphne_control_high.pb.h.
|
final |
Definition at line 7567 of file daphne_control_high.pb.cc.
|
final |
Definition at line 7620 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 9531 of file daphne_control_high.pb.h.
|
final |
Definition at line 7659 of file daphne_control_high.pb.cc.
|
final |
Definition at line 7555 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 9457 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9514 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9435 of file daphne_control_high.pb.h.
| void daphne::ReadTriggerCountersResponse::CopyFrom | ( | const ReadTriggerCountersResponse & | from | ) |
Definition at line 7712 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 4937 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 4928 of file daphne_control_high.pb.h.
|
inlinestaticprivate |
Definition at line 5000 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 4990 of file daphne_control_high.pb.h.
|
final |
Definition at line 7691 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 4931 of file daphne_control_high.pb.h.
|
final |
Definition at line 7734 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 4934 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 4940 of file daphne_control_high.pb.h.
|
private |
Definition at line 7723 of file daphne_control_high.pb.cc.
|
final |
Definition at line 7719 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 4977 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 7694 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 9460 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9472 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9522 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9517 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4924 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 4971 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4903 of file daphne_control_high.pb.h.
|
inlinenoexcept |
Definition at line 4907 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9491 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9496 of file daphne_control_high.pb.h.
| void daphne::ReadTriggerCountersResponse::set_message | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 9465 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9442 of file daphne_control_high.pb.h.
|
finalprivate |
Definition at line 7551 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 7528 of file daphne_control_high.pb.cc.
|
inlineprivate |
Definition at line 7546 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 9538 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9527 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9511 of file daphne_control_high.pb.h.
|
inline |
Definition at line 9438 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4950 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4921 of file daphne_control_high.pb.h.
|
inline |
Definition at line 4963 of file daphne_control_high.pb.h.
|
friend |
Definition at line 5071 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4999 of file daphne_control_high.pb.h.
|
friend |
Definition at line 5069 of file daphne_control_high.pb.h.
|
friend |
Definition at line 5082 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4947 of file daphne_control_high.pb.h.
| union { ... } daphne::ReadTriggerCountersResponse |
|
static |
Definition at line 5007 of file daphne_control_high.pb.h.
| Impl_ daphne::ReadTriggerCountersResponse::_impl_ |
Definition at line 5081 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 5070 of file daphne_control_high.pb.h.
|
staticconstexpr |
Definition at line 4944 of file daphne_control_high.pb.h.