|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <daphne_control_high.pb.h>
Classes | |
| class | _Internal |
| struct | Impl_ |
Public Types | |
| enum | : int { kTotalTriggersFieldNumber = 2 , kNewTriggersFieldNumber = 3 , kTotalPacketsFieldNumber = 4 , kNewPacketsFieldNumber = 5 , kIdFieldNumber = 1 } |
Public Member Functions | |
| ChannelInfo () | |
| ~ChannelInfo () override | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | ChannelInfo (::google::protobuf::internal::ConstantInitialized) |
| ChannelInfo (const ChannelInfo &from) | |
| ChannelInfo (ChannelInfo &&from) noexcept | |
| ChannelInfo & | operator= (const ChannelInfo &from) |
| ChannelInfo & | operator= (ChannelInfo &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (ChannelInfo *other) |
| void | UnsafeArenaSwap (ChannelInfo *other) |
| ChannelInfo * | New (::google::protobuf::Arena *arena=nullptr) const final |
| void | CopyFrom (const ChannelInfo &from) |
| void | MergeFrom (const ChannelInfo &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 |
| void | clear_total_triggers () |
| ::uint64_t | total_triggers () const |
| void | set_total_triggers (::uint64_t value) |
| void | clear_new_triggers () |
| ::uint64_t | new_triggers () const |
| void | set_new_triggers (::uint64_t value) |
| void | clear_total_packets () |
| ::uint64_t | total_packets () const |
| void | set_total_packets (::uint64_t value) |
| void | clear_new_packets () |
| ::uint64_t | new_packets () const |
| void | set_new_packets (::uint64_t value) |
| void | clear_id () |
| ::uint32_t | id () const |
| void | set_id (::uint32_t value) |
| template<typename > | |
| PROTOBUF_CONSTEXPR | ChannelInfo (::_pbi::ConstantInitialized) |
| template<typename > | |
| PROTOBUF_CONSTEXPR | ChannelInfo (::_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 ChannelInfo & | default_instance () |
| static const ChannelInfo * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| ChannelInfo (::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 (ChannelInfo *other) |
| ::uint64_t | _internal_total_triggers () const |
| void | _internal_set_total_triggers (::uint64_t value) |
| ::uint64_t | _internal_new_triggers () const |
| void | _internal_set_new_triggers (::uint64_t value) |
| ::uint64_t | _internal_total_packets () const |
| void | _internal_set_total_packets (::uint64_t value) |
| ::uint64_t | _internal_new_packets () const |
| void | _internal_set_new_packets (::uint64_t value) |
| ::uint32_t | _internal_id () const |
| void | _internal_set_id (::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, 5, 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 (ChannelInfo &a, ChannelInfo &b) |
Definition at line 3841 of file daphne_control_high.pb.h.
|
private |
Definition at line 4033 of file daphne_control_high.pb.h.
|
private |
Definition at line 4032 of file daphne_control_high.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kTotalTriggersFieldNumber | |
| kNewTriggersFieldNumber | |
| kTotalPacketsFieldNumber | |
| kNewPacketsFieldNumber | |
| kIdFieldNumber | |
Definition at line 3968 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3844 of file daphne_control_high.pb.h.
|
override |
Definition at line 6004 of file daphne_control_high.pb.cc.
|
explicit |
| daphne::ChannelInfo::ChannelInfo | ( | const ChannelInfo & | from | ) |
Definition at line 5987 of file daphne_control_high.pb.cc.
|
inlinenoexcept |
Definition at line 3850 of file daphne_control_high.pb.h.
|
explicitprotected |
Definition at line 5982 of file daphne_control_high.pb.cc.
| PROTOBUF_CONSTEXPR daphne::ChannelInfo::ChannelInfo | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 383 of file daphne_control_high.pb.cc.
| PROTOBUF_CONSTEXPR daphne::ChannelInfo::ChannelInfo | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 70 of file DaphneControllerModule.pb.cc.
|
inlineprivate |
Definition at line 8704 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8792 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8748 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8708 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8796 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8752 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8774 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8730 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8770 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8726 of file daphne_control_high.pb.h.
|
final |
|
final |
Definition at line 6092 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6143 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6016 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 8693 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8781 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8737 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8759 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8715 of file daphne_control_high.pb.h.
| void daphne::ChannelInfo::CopyFrom | ( | const ChannelInfo & | from | ) |
Definition at line 6217 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3889 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 3880 of file daphne_control_high.pb.h.
|
inlinestaticprivate |
Definition at line 3952 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 3942 of file daphne_control_high.pb.h.
|
final |
Definition at line 6188 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3883 of file daphne_control_high.pb.h.
|
final |
Definition at line 6239 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3886 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8696 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 3892 of file daphne_control_high.pb.h.
|
private |
Definition at line 6228 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6224 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3929 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 6191 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3876 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 3923 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8784 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8740 of file daphne_control_high.pb.h.
|
inlinenoexcept |
Definition at line 3859 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3855 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8700 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8788 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8744 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8766 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8722 of file daphne_control_high.pb.h.
|
finalprivate |
Definition at line 6012 of file daphne_control_high.pb.cc.
|
private |
|
inlineprivate |
Definition at line 6009 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3902 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8762 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8718 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3873 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3915 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4031 of file daphne_control_high.pb.h.
|
friend |
Definition at line 3951 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4029 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4044 of file daphne_control_high.pb.h.
|
friend |
Definition at line 3899 of file daphne_control_high.pb.h.
| union { ... } daphne::ChannelInfo |
|
static |
Definition at line 3959 of file daphne_control_high.pb.h.
| Impl_ daphne::ChannelInfo::_impl_ |
Definition at line 4043 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 4030 of file daphne_control_high.pb.h.
|
staticconstexpr |
Definition at line 3896 of file daphne_control_high.pb.h.