|
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 3843 of file daphne_control_high.pb.h.
|
private |
Definition at line 4035 of file daphne_control_high.pb.h.
|
private |
Definition at line 4034 of file daphne_control_high.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kTotalTriggersFieldNumber | |
| kNewTriggersFieldNumber | |
| kTotalPacketsFieldNumber | |
| kNewPacketsFieldNumber | |
| kIdFieldNumber | |
Definition at line 3970 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3846 of file daphne_control_high.pb.h.
|
override |
Definition at line 6008 of file daphne_control_high.pb.cc.
|
explicit |
| daphne::ChannelInfo::ChannelInfo | ( | const ChannelInfo & | from | ) |
Definition at line 5991 of file daphne_control_high.pb.cc.
|
inlinenoexcept |
Definition at line 3852 of file daphne_control_high.pb.h.
|
explicitprotected |
Definition at line 5986 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 8706 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8794 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8750 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8710 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8798 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8754 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8776 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8732 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8772 of file daphne_control_high.pb.h.
|
inlineprivate |
Definition at line 8728 of file daphne_control_high.pb.h.
|
final |
|
final |
Definition at line 6096 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6147 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6020 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 8695 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8783 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8739 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8761 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8717 of file daphne_control_high.pb.h.
| void daphne::ChannelInfo::CopyFrom | ( | const ChannelInfo & | from | ) |
Definition at line 6221 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3891 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 3882 of file daphne_control_high.pb.h.
|
inlinestaticprivate |
Definition at line 3954 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 3944 of file daphne_control_high.pb.h.
|
final |
Definition at line 6192 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3885 of file daphne_control_high.pb.h.
|
final |
Definition at line 6243 of file daphne_control_high.pb.cc.
|
inlinestatic |
Definition at line 3888 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8698 of file daphne_control_high.pb.h.
|
inlinestatic |
Definition at line 3894 of file daphne_control_high.pb.h.
|
private |
Definition at line 6232 of file daphne_control_high.pb.cc.
|
final |
Definition at line 6228 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3931 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 6195 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3878 of file daphne_control_high.pb.h.
|
inlinefinal |
Definition at line 3925 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8786 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8742 of file daphne_control_high.pb.h.
|
inlinenoexcept |
Definition at line 3861 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3857 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8702 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8790 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8746 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8768 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8724 of file daphne_control_high.pb.h.
|
finalprivate |
Definition at line 6016 of file daphne_control_high.pb.cc.
|
private |
|
inlineprivate |
Definition at line 6013 of file daphne_control_high.pb.cc.
|
inline |
Definition at line 3904 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8764 of file daphne_control_high.pb.h.
|
inline |
Definition at line 8720 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3875 of file daphne_control_high.pb.h.
|
inline |
Definition at line 3917 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4033 of file daphne_control_high.pb.h.
|
friend |
Definition at line 3953 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4031 of file daphne_control_high.pb.h.
|
friend |
Definition at line 4046 of file daphne_control_high.pb.h.
|
friend |
Definition at line 3901 of file daphne_control_high.pb.h.
| union { ... } daphne::ChannelInfo |
|
static |
Definition at line 3961 of file daphne_control_high.pb.h.
| Impl_ daphne::ChannelInfo::_impl_ |
Definition at line 4045 of file daphne_control_high.pb.h.
|
staticprivate |
Definition at line 4032 of file daphne_control_high.pb.h.
|
staticconstexpr |
Definition at line 3898 of file daphne_control_high.pb.h.