#include <datahandling_info.pb.h>
|
static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
|
::absl::string_view | FullMessageName () |
|
|
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > | _table_ |
|
Definition at line 1199 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kElementsQueuedFieldNumber | |
Definition at line 1326 of file datahandling_info.pb.h.
1326 : int {
1328 };
@ kElementsQueuedFieldNumber
◆ DataProcessorInfo() [1/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
| ) |
|
|
inline |
◆ ~DataProcessorInfo()
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::~DataProcessorInfo |
( |
| ) |
|
|
override |
Definition at line 1937 of file datahandling_info.pb.cc.
1937 {
1938
1939 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1941}
◆ DataProcessorInfo() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ DataProcessorInfo() [3/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
const DataProcessorInfo & | from | ) |
|
Definition at line 1924 of file datahandling_info.pb.cc.
1925 : ::google::protobuf::Message(),
_impl_(from._impl_) {
1926 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1927 from._internal_metadata_);
1928
1929}
◆ DataProcessorInfo() [4/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
DataProcessorInfo && | from | ) |
|
|
inlinenoexcept |
◆ DataProcessorInfo() [5/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 1919 of file datahandling_info.pb.cc.
1920 : ::google::protobuf::Message(arena) {
1922
1923}
void SharedCtor(::google::protobuf::Arena *arena)
◆ DataProcessorInfo() [6/6]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_elements_queued()
uint64_t dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_internal_elements_queued |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_elements_queued()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_internal_set_elements_queued |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
const char * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 1959 of file datahandling_info.pb.cc.
1960 {
1961 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
1962 return ptr;
1963}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
◆ _InternalSerialize()
uint8_t * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 1996 of file datahandling_info.pb.cc.
1998 {
1999
2000 ::uint32_t cached_has_bits = 0;
2001 (void)cached_has_bits;
2002
2003
2005 target = stream->EnsureSpace(target);
2006 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2008 }
2009
2010 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2011 target =
2012 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2013 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2014 }
2015
2016 return target;
2017}
::uint64_t _internal_elements_queued() const
◆ ByteSizeLong()
size_t dunedaq::datahandlinglibs::opmon::DataProcessorInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 2019 of file datahandling_info.pb.cc.
2019 {
2020
2021 ::size_t total_size = 0;
2022
2023 ::uint32_t cached_has_bits = 0;
2024
2025 (void) cached_has_bits;
2026
2027
2029 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2031 }
2032
2034}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 1949 of file datahandling_info.pb.cc.
1949 {
1950
1951 ::uint32_t cached_has_bits = 0;
1952
1953 (void) cached_has_bits;
1954
1956 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1957}
◆ clear_elements_queued()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::clear_elements_queued |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::CopyFrom |
( |
const DataProcessorInfo & | from | ) |
|
Definition at line 2057 of file datahandling_info.pb.cc.
2057 {
2058
2059 if (&from == this) return;
2062}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const DataProcessorInfo &from)
◆ default_instance()
static const DataProcessorInfo & dunedaq::datahandlinglibs::opmon::DataProcessorInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 1247 of file datahandling_info.pb.h.
1247 {
1249 }
static const DataProcessorInfo * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1238 of file datahandling_info.pb.h.
1238 {
1240 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ elements_queued()
uint64_t dunedaq::datahandlinglibs::opmon::DataProcessorInfo::elements_queued |
( |
| ) |
const |
|
inline |
◆ FullMessageName()
::absl::string_view dunedaq::datahandlinglibs::opmon::DataProcessorInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1310 of file datahandling_info.pb.h.
1310 {
1311 return "dunedaq.datahandlinglibs.opmon.DataProcessorInfo";
1312 }
◆ GetCachedSize()
int dunedaq::datahandlinglibs::opmon::DataProcessorInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1241 of file datahandling_info.pb.h.
1241 {
1243 }
static const DataProcessorInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata dunedaq::datahandlinglibs::opmon::DataProcessorInfo::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 2074 of file datahandling_info.pb.cc.
2074 {
2075 return ::_pbi::AssignDescriptors(
2078}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[9]
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const DataProcessorInfo * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 1250 of file datahandling_info.pb.h.
1250 {
1253 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DataProcessorInfoDefaultTypeInternal _DataProcessorInfo_default_instance_
◆ InternalSwap()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::InternalSwap |
( |
DataProcessorInfo * | other | ) |
|
|
private |
Definition at line 2068 of file datahandling_info.pb.cc.
2068 {
2069 using std::swap;
2070 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2072}
friend void swap(DataProcessorInfo &a, DataProcessorInfo &b)
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::datahandlinglibs::opmon::DataProcessorInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::MergeFrom |
( |
const DataProcessorInfo & | from | ) |
|
|
inline |
Definition at line 1287 of file datahandling_info.pb.h.
1287 {
1289 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 2043 of file datahandling_info.pb.cc.
2043 {
2046
2047 ABSL_DCHECK_NE(&from, _this);
2048 ::uint32_t cached_has_bits = 0;
2049 (void) cached_has_bits;
2050
2051 if (from._internal_elements_queued() != 0) {
2052 _this->_internal_set_elements_queued(from._internal_elements_queued());
2053 }
2054 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2055}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1234 of file datahandling_info.pb.h.
1234 {
1235 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1236 }
◆ New()
DataProcessorInfo * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 1213 of file datahandling_info.pb.h.
1213 {
1215 return *this;
1216 }
void CopyFrom(const DataProcessorInfo &from)
◆ operator=() [2/2]
Definition at line 1217 of file datahandling_info.pb.h.
1217 {
1218 if (this == &from) return *this;
1219 if (GetOwningArena() == from.GetOwningArena()
1220 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1221 && GetOwningArena() != nullptr
1222 #endif
1223 ) {
1225 } else {
1227 }
1228 return *this;
1229 }
void InternalSwap(DataProcessorInfo *other)
◆ set_elements_queued()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::set_elements_queued |
( |
::uint64_t | value | ) |
|
|
inline |
◆ SetCachedSize()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 1945 of file datahandling_info.pb.cc.
1945 {
1947}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::Swap |
( |
DataProcessorInfo * | other | ) |
|
|
inline |
Definition at line 1260 of file datahandling_info.pb.h.
1260 {
1261 if (other == this) return;
1262 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1263 if (GetOwningArena() != nullptr &&
1264 GetOwningArena() == other->GetOwningArena()) {
1265 #else
1266 if (GetOwningArena() == other->GetOwningArena()) {
1267 #endif
1269 } else {
1270 ::google::protobuf::internal::GenericSwap(this, other);
1271 }
1272 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::DataProcessorInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1231 of file datahandling_info.pb.h.
1231 {
1232 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1233 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::UnsafeArenaSwap |
( |
DataProcessorInfo * | other | ) |
|
|
inline |
Definition at line 1273 of file datahandling_info.pb.h.
1273 {
1274 if (other == this) return;
1275 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1277 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_class_data_ |
|
static |
◆ _impl_
Impl_ dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::datahandlinglibs::opmon::DataProcessorInfo::_table_ |
|
staticprivate |
Initial value:= {
{
0,
0,
1, 0,
offsetof(
decltype(
_table_), field_lookup_table),
4294967294,
offsetof(
decltype(
_table_), field_entries),
1,
0,
offsetof(
decltype(
_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
}}, {{
65535, 65535
}}, {{
(0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
}},
{{
}},
}
DataProcessorInfo _instance
Definition at line 1344 of file datahandling_info.pb.h.
◆ kIndexInFileMessages
int dunedaq::datahandlinglibs::opmon::DataProcessorInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: