DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <FragmentAggregatorModule.pb.h>
Classes | |
class | _Internal |
struct | Impl_ |
Public Types | |
enum | : int { kFragmentsReceivedFieldNumber = 1 , kFragmentsProcessedFieldNumber = 2 , kFragmentsFailedFieldNumber = 3 , kFragmentsEmptyFieldNumber = 4 , kFragmentsIncompleteFieldNumber = 5 , kFragmentsInvalidFieldNumber = 6 } |
Public Member Functions | |
FAFragmentsCounterInfo () | |
~FAFragmentsCounterInfo () override | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | FAFragmentsCounterInfo (::google::protobuf::internal::ConstantInitialized) |
FAFragmentsCounterInfo (const FAFragmentsCounterInfo &from) | |
FAFragmentsCounterInfo (FAFragmentsCounterInfo &&from) noexcept | |
FAFragmentsCounterInfo & | operator= (const FAFragmentsCounterInfo &from) |
FAFragmentsCounterInfo & | operator= (FAFragmentsCounterInfo &&from) noexcept |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FAFragmentsCounterInfo *other) |
void | UnsafeArenaSwap (FAFragmentsCounterInfo *other) |
FAFragmentsCounterInfo * | New (::google::protobuf::Arena *arena=nullptr) const final |
void | CopyFrom (const FAFragmentsCounterInfo &from) |
void | MergeFrom (const FAFragmentsCounterInfo &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_fragments_received () |
::uint64_t | fragments_received () const |
void | set_fragments_received (::uint64_t value) |
void | clear_fragments_processed () |
::uint64_t | fragments_processed () const |
void | set_fragments_processed (::uint64_t value) |
void | clear_fragments_failed () |
::uint64_t | fragments_failed () const |
void | set_fragments_failed (::uint64_t value) |
void | clear_fragments_empty () |
::uint64_t | fragments_empty () const |
void | set_fragments_empty (::uint64_t value) |
void | clear_fragments_incomplete () |
::uint64_t | fragments_incomplete () const |
void | set_fragments_incomplete (::uint64_t value) |
void | clear_fragments_invalid () |
::uint64_t | fragments_invalid () const |
void | set_fragments_invalid (::uint64_t value) |
template<typename > | |
PROTOBUF_CONSTEXPR | FAFragmentsCounterInfo (::_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 FAFragmentsCounterInfo & | default_instance () |
static const FAFragmentsCounterInfo * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
FAFragmentsCounterInfo (::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 (FAFragmentsCounterInfo *other) |
::uint64_t | _internal_fragments_received () const |
void | _internal_set_fragments_received (::uint64_t value) |
::uint64_t | _internal_fragments_processed () const |
void | _internal_set_fragments_processed (::uint64_t value) |
::uint64_t | _internal_fragments_failed () const |
void | _internal_set_fragments_failed (::uint64_t value) |
::uint64_t | _internal_fragments_empty () const |
void | _internal_set_fragments_empty (::uint64_t value) |
::uint64_t | _internal_fragments_incomplete () const |
void | _internal_set_fragments_incomplete (::uint64_t value) |
::uint64_t | _internal_fragments_invalid () const |
void | _internal_set_fragments_invalid (::uint64_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, 6, 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_dfmodules_2fopmon_2fFragmentAggregatorModule_2eproto |
void | swap (FAFragmentsCounterInfo &a, FAFragmentsCounterInfo &b) |
Definition at line 267 of file FragmentAggregatorModule.pb.h.
Definition at line 470 of file FragmentAggregatorModule.pb.h.
Definition at line 469 of file FragmentAggregatorModule.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFragmentsReceivedFieldNumber | |
kFragmentsProcessedFieldNumber | |
kFragmentsFailedFieldNumber | |
kFragmentsEmptyFieldNumber | |
kFragmentsIncompleteFieldNumber | |
kFragmentsInvalidFieldNumber |
Definition at line 394 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 270 of file FragmentAggregatorModule.pb.h.
|
override |
Definition at line 445 of file FragmentAggregatorModule.pb.cc.
|
explicit |
dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo | ( | const FAFragmentsCounterInfo & | from | ) |
Definition at line 427 of file FragmentAggregatorModule.pb.cc.
|
inlinenoexcept |
Definition at line 276 of file FragmentAggregatorModule.pb.h.
|
explicitprotected |
Definition at line 422 of file FragmentAggregatorModule.pb.cc.
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::FAFragmentsCounterInfo | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 45 of file FragmentAggregatorModule.pb.cc.
|
inlineprivate |
Definition at line 831 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 809 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 853 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 875 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 787 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 765 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 835 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 813 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 857 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 879 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 791 of file FragmentAggregatorModule.pb.h.
|
inlineprivate |
Definition at line 769 of file FragmentAggregatorModule.pb.h.
|
final |
Definition at line 469 of file FragmentAggregatorModule.pb.cc.
|
final |
Definition at line 538 of file FragmentAggregatorModule.pb.cc.
|
final |
Definition at line 596 of file FragmentAggregatorModule.pb.cc.
|
final |
Definition at line 457 of file FragmentAggregatorModule.pb.cc.
|
inline |
Definition at line 820 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 798 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 842 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 864 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 776 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 754 of file FragmentAggregatorModule.pb.h.
void dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::CopyFrom | ( | const FAFragmentsCounterInfo & | from | ) |
Definition at line 679 of file FragmentAggregatorModule.pb.cc.
|
inlinestatic |
Definition at line 315 of file FragmentAggregatorModule.pb.h.
|
inlinestatic |
Definition at line 306 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 823 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 801 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 845 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 867 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 779 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 757 of file FragmentAggregatorModule.pb.h.
|
inlinestaticprivate |
Definition at line 378 of file FragmentAggregatorModule.pb.h.
|
inlinefinal |
Definition at line 368 of file FragmentAggregatorModule.pb.h.
|
final |
Definition at line 647 of file FragmentAggregatorModule.pb.cc.
|
inlinestatic |
Definition at line 309 of file FragmentAggregatorModule.pb.h.
|
final |
Definition at line 701 of file FragmentAggregatorModule.pb.cc.
|
inlinestatic |
Definition at line 312 of file FragmentAggregatorModule.pb.h.
|
inlinestatic |
Definition at line 318 of file FragmentAggregatorModule.pb.h.
|
private |
Definition at line 690 of file FragmentAggregatorModule.pb.cc.
|
final |
Definition at line 686 of file FragmentAggregatorModule.pb.cc.
|
inline |
Definition at line 355 of file FragmentAggregatorModule.pb.h.
|
staticprivate |
Definition at line 650 of file FragmentAggregatorModule.pb.cc.
|
inline |
Definition at line 302 of file FragmentAggregatorModule.pb.h.
|
inlinefinal |
Definition at line 349 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 281 of file FragmentAggregatorModule.pb.h.
|
inlinenoexcept |
Definition at line 285 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 827 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 805 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 849 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 871 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 783 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 761 of file FragmentAggregatorModule.pb.h.
|
finalprivate |
Definition at line 453 of file FragmentAggregatorModule.pb.cc.
|
inlineprivate |
Definition at line 433 of file FragmentAggregatorModule.pb.cc.
|
inlineprivate |
Definition at line 450 of file FragmentAggregatorModule.pb.cc.
|
inline |
Definition at line 328 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 299 of file FragmentAggregatorModule.pb.h.
|
inline |
Definition at line 341 of file FragmentAggregatorModule.pb.h.
|
friend |
Definition at line 468 of file FragmentAggregatorModule.pb.h.
|
friend |
Definition at line 377 of file FragmentAggregatorModule.pb.h.
|
friend |
Definition at line 466 of file FragmentAggregatorModule.pb.h.
|
friend |
Definition at line 482 of file FragmentAggregatorModule.pb.h.
|
friend |
Definition at line 325 of file FragmentAggregatorModule.pb.h.
union { ... } dunedaq::dfmodules::opmon::FAFragmentsCounterInfo |
|
static |
Definition at line 385 of file FragmentAggregatorModule.pb.h.
Impl_ dunedaq::dfmodules::opmon::FAFragmentsCounterInfo::_impl_ |
Definition at line 481 of file FragmentAggregatorModule.pb.h.
|
staticprivate |
Definition at line 467 of file FragmentAggregatorModule.pb.h.
|
staticconstexpr |
Definition at line 322 of file FragmentAggregatorModule.pb.h.