DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <opmon_entry.pb.h>
Classes | |
struct | Impl_ |
Public Types | |
enum | : int { kCustomOriginFieldNumber = 3 , kDataFieldNumber = 10 , kMeasurementFieldNumber = 5 , kTimeFieldNumber = 1 , kOriginFieldNumber = 2 } |
Public Member Functions | |
OpMonEntry () | |
~OpMonEntry () override | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | OpMonEntry (::google::protobuf::internal::ConstantInitialized) |
OpMonEntry (const OpMonEntry &from) | |
OpMonEntry (OpMonEntry &&from) noexcept | |
OpMonEntry & | operator= (const OpMonEntry &from) |
OpMonEntry & | operator= (OpMonEntry &&from) noexcept |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (OpMonEntry *other) |
void | UnsafeArenaSwap (OpMonEntry *other) |
OpMonEntry * | New (::google::protobuf::Arena *arena=nullptr) const final |
void | CopyFrom (const OpMonEntry &from) |
void | MergeFrom (const OpMonEntry &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 | custom_origin_size () const |
void | clear_custom_origin () |
const ::google::protobuf::Map< std::string, std::string > & | custom_origin () const |
::google::protobuf::Map< std::string, std::string > * | mutable_custom_origin () |
int | data_size () const |
void | clear_data () |
const ::google::protobuf::Map< std::string, ::dunedaq::opmon::OpMonValue > & | data () const |
::google::protobuf::Map< std::string, ::dunedaq::opmon::OpMonValue > * | mutable_data () |
void | clear_measurement () |
const std::string & | measurement () const |
template<typename Arg_ = const std::string&, typename... Args_> | |
void | set_measurement (Arg_ &&arg, Args_... args) |
std::string * | mutable_measurement () |
PROTOBUF_NODISCARD std::string * | release_measurement () |
void | set_allocated_measurement (std::string *ptr) |
bool | has_time () const |
void | clear_time () |
const ::google::protobuf::Timestamp & | time () const |
PROTOBUF_NODISCARD::google::protobuf::Timestamp * | release_time () |
::google::protobuf::Timestamp * | mutable_time () |
void | set_allocated_time (::google::protobuf::Timestamp *value) |
void | unsafe_arena_set_allocated_time (::google::protobuf::Timestamp *value) |
::google::protobuf::Timestamp * | unsafe_arena_release_time () |
bool | has_origin () const |
void | clear_origin () |
const ::dunedaq::opmon::OpMonId & | origin () const |
PROTOBUF_NODISCARD::dunedaq::opmon::OpMonId * | release_origin () |
::dunedaq::opmon::OpMonId * | mutable_origin () |
void | set_allocated_origin (::dunedaq::opmon::OpMonId *value) |
void | unsafe_arena_set_allocated_origin (::dunedaq::opmon::OpMonId *value) |
::dunedaq::opmon::OpMonId * | unsafe_arena_release_origin () |
template<typename > | |
PROTOBUF_CONSTEXPR | OpMonEntry (::_pbi::ConstantInitialized) |
template<typename Arg_ , typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_measurement (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 OpMonEntry & | default_instance () |
static const OpMonEntry * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
OpMonEntry (::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 (OpMonEntry *other) |
int | _internal_custom_origin_size () const |
const ::google::protobuf::Map< std::string, std::string > & | _internal_custom_origin () const |
::google::protobuf::Map< std::string, std::string > * | _internal_mutable_custom_origin () |
int | _internal_data_size () const |
const ::google::protobuf::Map< std::string, ::dunedaq::opmon::OpMonValue > & | _internal_data () const |
::google::protobuf::Map< std::string, ::dunedaq::opmon::OpMonValue > * | _internal_mutable_data () |
const std::string & | _internal_measurement () const |
PROTOBUF_ALWAYS_INLINE void | _internal_set_measurement (const std::string &value) |
std::string * | _internal_mutable_measurement () |
const ::google::protobuf::Timestamp & | _internal_time () const |
::google::protobuf::Timestamp * | _internal_mutable_time () |
const ::dunedaq::opmon::OpMonId & | _internal_origin () const |
::dunedaq::opmon::OpMonId * | _internal_mutable_origin () |
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, 5, 61, 2 > | _table_ |
Friends | |
class | ::google::protobuf::internal::AnyMetadata |
class | ::google::protobuf::internal::TcParser |
template<typename T > | |
class | ::google::protobuf::Arena::InternalHelper |
struct | ::TableStruct_opmonlib_2fopmon_5fentry_2eproto |
void | swap (OpMonEntry &a, OpMonEntry &b) |
Definition at line 692 of file opmon_entry.pb.h.
|
private |
Definition at line 911 of file opmon_entry.pb.h.
Definition at line 910 of file opmon_entry.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kCustomOriginFieldNumber | |
kDataFieldNumber | |
kMeasurementFieldNumber | |
kTimeFieldNumber | |
kOriginFieldNumber |
Definition at line 820 of file opmon_entry.pb.h.
|
inline |
Definition at line 695 of file opmon_entry.pb.h.
|
override |
Definition at line 1085 of file opmon_entry.pb.cc.
|
explicit |
dunedaq::opmon::OpMonEntry::OpMonEntry | ( | const OpMonEntry & | from | ) |
Definition at line 1037 of file opmon_entry.pb.cc.
|
inlinenoexcept |
Definition at line 701 of file opmon_entry.pb.h.
|
explicitprotected |
Definition at line 1032 of file opmon_entry.pb.cc.
PROTOBUF_CONSTEXPR dunedaq::opmon::OpMonEntry::OpMonEntry | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 91 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 1728 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1719 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1806 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1797 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1766 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1736 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1814 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1775 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1682 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1586 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1632 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1770 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1536 of file opmon_entry.pb.h.
|
final |
Definition at line 1126 of file opmon_entry.pb.cc.
|
final |
Definition at line 1195 of file opmon_entry.pb.cc.
|
final |
Definition at line 1290 of file opmon_entry.pb.cc.
|
final |
Definition at line 1102 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1725 of file opmon_entry.pb.h.
|
inline |
Definition at line 1803 of file opmon_entry.pb.h.
|
inline |
Definition at line 1746 of file opmon_entry.pb.h.
|
inline |
Definition at line 1628 of file opmon_entry.pb.h.
void dunedaq::opmon::OpMonEntry::clear_time | ( | ) |
Definition at line 1028 of file opmon_entry.pb.cc.
void dunedaq::opmon::OpMonEntry::CopyFrom | ( | const OpMonEntry & | from | ) |
Definition at line 1368 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1732 of file opmon_entry.pb.h.
|
inline |
Definition at line 1722 of file opmon_entry.pb.h.
|
inline |
Definition at line 1810 of file opmon_entry.pb.h.
|
inline |
Definition at line 1800 of file opmon_entry.pb.h.
|
inlinestatic |
Definition at line 740 of file opmon_entry.pb.h.
|
inlinestatic |
Definition at line 731 of file opmon_entry.pb.h.
|
inlinestaticprivate |
Definition at line 803 of file opmon_entry.pb.h.
|
inlinefinal |
Definition at line 793 of file opmon_entry.pb.h.
|
final |
Definition at line 1338 of file opmon_entry.pb.cc.
|
inlinestatic |
Definition at line 734 of file opmon_entry.pb.h.
|
final |
Definition at line 1397 of file opmon_entry.pb.cc.
|
inlinestatic |
Definition at line 737 of file opmon_entry.pb.h.
|
inline |
Definition at line 1623 of file opmon_entry.pb.h.
|
inline |
Definition at line 1531 of file opmon_entry.pb.h.
|
inlinestatic |
Definition at line 743 of file opmon_entry.pb.h.
|
private |
Definition at line 1379 of file opmon_entry.pb.cc.
|
final |
Definition at line 1375 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1749 of file opmon_entry.pb.h.
|
inline |
Definition at line 780 of file opmon_entry.pb.h.
|
staticprivate |
Definition at line 1341 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1740 of file opmon_entry.pb.h.
|
inline |
Definition at line 1818 of file opmon_entry.pb.h.
|
inline |
Definition at line 1761 of file opmon_entry.pb.h.
|
inline |
Definition at line 1691 of file opmon_entry.pb.h.
|
inline |
Definition at line 1595 of file opmon_entry.pb.h.
|
inline |
Definition at line 727 of file opmon_entry.pb.h.
|
inlinefinal |
Definition at line 774 of file opmon_entry.pb.h.
|
inline |
Definition at line 706 of file opmon_entry.pb.h.
|
inlinenoexcept |
Definition at line 710 of file opmon_entry.pb.h.
|
inline |
Definition at line 1637 of file opmon_entry.pb.h.
|
inline |
Definition at line 1780 of file opmon_entry.pb.h.
|
inline |
Definition at line 1654 of file opmon_entry.pb.h.
|
inline |
Definition at line 1558 of file opmon_entry.pb.h.
|
inline |
Definition at line 1785 of file opmon_entry.pb.h.
|
inline |
Definition at line 1696 of file opmon_entry.pb.h.
|
inline |
Definition at line 1600 of file opmon_entry.pb.h.
void dunedaq::opmon::OpMonEntry::set_measurement | ( | Arg_ && | arg, |
Args_... | args ) |
|
inline |
Definition at line 1754 of file opmon_entry.pb.h.
|
finalprivate |
Definition at line 1098 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 1069 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 1090 of file opmon_entry.pb.cc.
|
inline |
Definition at line 753 of file opmon_entry.pb.h.
|
inline |
Definition at line 1541 of file opmon_entry.pb.h.
|
inline |
Definition at line 724 of file opmon_entry.pb.h.
|
inline |
Definition at line 1673 of file opmon_entry.pb.h.
|
inline |
Definition at line 1577 of file opmon_entry.pb.h.
|
inline |
Definition at line 1641 of file opmon_entry.pb.h.
|
inline |
Definition at line 1545 of file opmon_entry.pb.h.
|
inline |
Definition at line 766 of file opmon_entry.pb.h.
|
friend |
Definition at line 909 of file opmon_entry.pb.h.
|
friend |
Definition at line 802 of file opmon_entry.pb.h.
|
friend |
Definition at line 907 of file opmon_entry.pb.h.
|
friend |
Definition at line 929 of file opmon_entry.pb.h.
|
friend |
Definition at line 750 of file opmon_entry.pb.h.
union { ... } dunedaq::opmon::OpMonEntry |
|
static |
Definition at line 810 of file opmon_entry.pb.h.
Impl_ dunedaq::opmon::OpMonEntry::_impl_ |
Definition at line 928 of file opmon_entry.pb.h.
|
staticprivate |
Definition at line 908 of file opmon_entry.pb.h.
|
staticconstexpr |
Definition at line 747 of file opmon_entry.pb.h.