|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <IfaceWrapper.pb.h>
Classes | |
| class | _Internal |
| struct | Impl_ |
Public Types | |
| enum | : int { kIpacketsFieldNumber = 1 , kOpacketsFieldNumber = 2 , kIbytesFieldNumber = 10 , kObytesFieldNumber = 11 , kImissedFieldNumber = 20 , kIerrorsFieldNumber = 21 , kOerrorsFieldNumber = 22 , kRxNombufFieldNumber = 30 } |
Public Member Functions | |
| EthStats () | |
| ~EthStats () override | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | EthStats (::google::protobuf::internal::ConstantInitialized) |
| EthStats (const EthStats &from) | |
| EthStats (EthStats &&from) noexcept | |
| EthStats & | operator= (const EthStats &from) |
| EthStats & | operator= (EthStats &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (EthStats *other) |
| void | UnsafeArenaSwap (EthStats *other) |
| EthStats * | New (::google::protobuf::Arena *arena=nullptr) const final |
| void | CopyFrom (const EthStats &from) |
| void | MergeFrom (const EthStats &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_ipackets () |
| ::uint64_t | ipackets () const |
| void | set_ipackets (::uint64_t value) |
| void | clear_opackets () |
| ::uint64_t | opackets () const |
| void | set_opackets (::uint64_t value) |
| void | clear_ibytes () |
| ::uint64_t | ibytes () const |
| void | set_ibytes (::uint64_t value) |
| void | clear_obytes () |
| ::uint64_t | obytes () const |
| void | set_obytes (::uint64_t value) |
| void | clear_imissed () |
| ::uint64_t | imissed () const |
| void | set_imissed (::uint64_t value) |
| void | clear_ierrors () |
| ::uint64_t | ierrors () const |
| void | set_ierrors (::uint64_t value) |
| void | clear_oerrors () |
| ::uint64_t | oerrors () const |
| void | set_oerrors (::uint64_t value) |
| void | clear_rx_nombuf () |
| ::uint64_t | rx_nombuf () const |
| void | set_rx_nombuf (::uint64_t value) |
| template<typename > | |
| PROTOBUF_CONSTEXPR | EthStats (::_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 EthStats & | default_instance () |
| static const EthStats * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| EthStats (::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 (EthStats *other) |
| ::uint64_t | _internal_ipackets () const |
| void | _internal_set_ipackets (::uint64_t value) |
| ::uint64_t | _internal_opackets () const |
| void | _internal_set_opackets (::uint64_t value) |
| ::uint64_t | _internal_ibytes () const |
| void | _internal_set_ibytes (::uint64_t value) |
| ::uint64_t | _internal_obytes () const |
| void | _internal_set_obytes (::uint64_t value) |
| ::uint64_t | _internal_imissed () const |
| void | _internal_set_imissed (::uint64_t value) |
| ::uint64_t | _internal_ierrors () const |
| void | _internal_set_ierrors (::uint64_t value) |
| ::uint64_t | _internal_oerrors () const |
| void | _internal_set_oerrors (::uint64_t value) |
| ::uint64_t | _internal_rx_nombuf () const |
| void | _internal_set_rx_nombuf (::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< 4, 8, 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_dpdklibs_2fopmon_2fIfaceWrapper_2eproto |
| void | swap (EthStats &a, EthStats &b) |
Definition at line 94 of file IfaceWrapper.pb.h.
Definition at line 319 of file IfaceWrapper.pb.h.
Definition at line 318 of file IfaceWrapper.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kIpacketsFieldNumber | |
| kOpacketsFieldNumber | |
| kIbytesFieldNumber | |
| kObytesFieldNumber | |
| kImissedFieldNumber | |
| kIerrorsFieldNumber | |
| kOerrorsFieldNumber | |
| kRxNombufFieldNumber | |
Definition at line 221 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 97 of file IfaceWrapper.pb.h.
|
override |
Definition at line 450 of file IfaceWrapper.pb.cc.
|
explicit |
| dunedaq::dpdklibs::opmon::EthStats::EthStats | ( | const EthStats & | from | ) |
Definition at line 430 of file IfaceWrapper.pb.cc.
|
inlinenoexcept |
Definition at line 103 of file IfaceWrapper.pb.h.
|
explicitprotected |
Definition at line 425 of file IfaceWrapper.pb.cc.
| PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::EthStats::EthStats | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 27 of file IfaceWrapper.pb.cc.
|
inlineprivate |
Definition at line 1846 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1912 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1890 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1802 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1868 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1934 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1824 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1956 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1850 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1916 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1894 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1806 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1872 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1938 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1828 of file IfaceWrapper.pb.h.
|
inlineprivate |
Definition at line 1960 of file IfaceWrapper.pb.h.
|
final |
Definition at line 474 of file IfaceWrapper.pb.cc.
|
final |
Definition at line 561 of file IfaceWrapper.pb.cc.
|
final |
Definition at line 633 of file IfaceWrapper.pb.cc.
|
final |
Definition at line 462 of file IfaceWrapper.pb.cc.
|
inline |
Definition at line 1835 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1901 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1879 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1791 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1857 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1923 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1813 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1945 of file IfaceWrapper.pb.h.
| void dunedaq::dpdklibs::opmon::EthStats::CopyFrom | ( | const EthStats & | from | ) |
Definition at line 734 of file IfaceWrapper.pb.cc.
|
inlinestatic |
Definition at line 142 of file IfaceWrapper.pb.h.
|
inlinestatic |
Definition at line 133 of file IfaceWrapper.pb.h.
|
inlinestaticprivate |
Definition at line 205 of file IfaceWrapper.pb.h.
|
inlinefinal |
Definition at line 195 of file IfaceWrapper.pb.h.
|
final |
Definition at line 696 of file IfaceWrapper.pb.cc.
|
inlinestatic |
Definition at line 136 of file IfaceWrapper.pb.h.
|
final |
Definition at line 756 of file IfaceWrapper.pb.cc.
|
inlinestatic |
Definition at line 139 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1838 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1904 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1882 of file IfaceWrapper.pb.h.
|
inlinestatic |
Definition at line 145 of file IfaceWrapper.pb.h.
|
private |
Definition at line 745 of file IfaceWrapper.pb.cc.
|
inline |
Definition at line 1794 of file IfaceWrapper.pb.h.
|
final |
Definition at line 741 of file IfaceWrapper.pb.cc.
|
inline |
Definition at line 182 of file IfaceWrapper.pb.h.
|
staticprivate |
Definition at line 699 of file IfaceWrapper.pb.cc.
|
inline |
Definition at line 129 of file IfaceWrapper.pb.h.
|
inlinefinal |
Definition at line 176 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1860 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1926 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1816 of file IfaceWrapper.pb.h.
Definition at line 108 of file IfaceWrapper.pb.h.
Definition at line 112 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1948 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1842 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1908 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1886 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1798 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1864 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1930 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1820 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 1952 of file IfaceWrapper.pb.h.
|
finalprivate |
Definition at line 458 of file IfaceWrapper.pb.cc.
|
inlineprivate |
Definition at line 436 of file IfaceWrapper.pb.cc.
|
inlineprivate |
Definition at line 455 of file IfaceWrapper.pb.cc.
|
inline |
Definition at line 155 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 126 of file IfaceWrapper.pb.h.
|
inline |
Definition at line 168 of file IfaceWrapper.pb.h.
|
friend |
Definition at line 317 of file IfaceWrapper.pb.h.
|
friend |
Definition at line 204 of file IfaceWrapper.pb.h.
|
friend |
Definition at line 315 of file IfaceWrapper.pb.h.
|
friend |
Definition at line 333 of file IfaceWrapper.pb.h.
Definition at line 152 of file IfaceWrapper.pb.h.
| union { ... } dunedaq::dpdklibs::opmon::EthStats |
|
static |
Definition at line 212 of file IfaceWrapper.pb.h.
| Impl_ dunedaq::dpdklibs::opmon::EthStats::_impl_ |
Definition at line 332 of file IfaceWrapper.pb.h.
|
staticprivate |
Definition at line 316 of file IfaceWrapper.pb.h.
|
staticconstexpr |
Definition at line 149 of file IfaceWrapper.pb.h.