#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 1217 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kElementsQueuedFieldNumber | |
Definition at line 1344 of file datahandling_info.pb.h.
1344 : int {
1346 };
@ kElementsQueuedFieldNumber
◆ DataProcessorInfo() [1/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
| ) |
|
|
inline |
◆ ~DataProcessorInfo()
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::~DataProcessorInfo |
( |
| ) |
|
|
override |
Definition at line 2033 of file datahandling_info.pb.cc.
2033 {
2034
2035 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2037}
◆ 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 2020 of file datahandling_info.pb.cc.
2021 : ::google::protobuf::Message(),
_impl_(from._impl_) {
2022 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2023 from._internal_metadata_);
2024
2025}
◆ 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 2015 of file datahandling_info.pb.cc.
2016 : ::google::protobuf::Message(arena) {
2018
2019}
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 2055 of file datahandling_info.pb.cc.
2056 {
2057 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
2058 return ptr;
2059}
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 2092 of file datahandling_info.pb.cc.
2094 {
2095
2096 ::uint32_t cached_has_bits = 0;
2097 (void)cached_has_bits;
2098
2099
2101 target = stream->EnsureSpace(target);
2102 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2104 }
2105
2106 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2107 target =
2108 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2109 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2110 }
2111
2112 return target;
2113}
::uint64_t _internal_elements_queued() const
◆ ByteSizeLong()
size_t dunedaq::datahandlinglibs::opmon::DataProcessorInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 2115 of file datahandling_info.pb.cc.
2115 {
2116
2117 ::size_t total_size = 0;
2118
2119 ::uint32_t cached_has_bits = 0;
2120
2121 (void) cached_has_bits;
2122
2123
2125 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2127 }
2128
2130}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 2045 of file datahandling_info.pb.cc.
2045 {
2046
2047 ::uint32_t cached_has_bits = 0;
2048
2049 (void) cached_has_bits;
2050
2052 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2053}
◆ 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 2153 of file datahandling_info.pb.cc.
2153 {
2154
2155 if (&from == this) return;
2158}
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 1265 of file datahandling_info.pb.h.
1265 {
1267 }
static const DataProcessorInfo * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1256 of file datahandling_info.pb.h.
1256 {
1258 }
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 1328 of file datahandling_info.pb.h.
1328 {
1329 return "dunedaq.datahandlinglibs.opmon.DataProcessorInfo";
1330 }
◆ 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 1259 of file datahandling_info.pb.h.
1259 {
1261 }
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 2170 of file datahandling_info.pb.cc.
2170 {
2171 return ::_pbi::AssignDescriptors(
2174}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[11]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()
◆ 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 1268 of file datahandling_info.pb.h.
1268 {
1271 }
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 2164 of file datahandling_info.pb.cc.
2164 {
2165 using std::swap;
2166 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2168}
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 1305 of file datahandling_info.pb.h.
1305 {
1307 }
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 2139 of file datahandling_info.pb.cc.
2139 {
2142
2143 ABSL_DCHECK_NE(&from, _this);
2144 ::uint32_t cached_has_bits = 0;
2145 (void) cached_has_bits;
2146
2147 if (from._internal_elements_queued() != 0) {
2148 _this->_internal_set_elements_queued(from._internal_elements_queued());
2149 }
2150 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2151}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1252 of file datahandling_info.pb.h.
1252 {
1253 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1254 }
◆ New()
DataProcessorInfo * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 1231 of file datahandling_info.pb.h.
1231 {
1233 return *this;
1234 }
void CopyFrom(const DataProcessorInfo &from)
◆ operator=() [2/2]
Definition at line 1235 of file datahandling_info.pb.h.
1235 {
1236 if (this == &from) return *this;
1237 if (GetOwningArena() == from.GetOwningArena()
1238 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1239 && GetOwningArena() != nullptr
1240 #endif
1241 ) {
1243 } else {
1245 }
1246 return *this;
1247 }
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 2041 of file datahandling_info.pb.cc.
2041 {
2043}
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 1278 of file datahandling_info.pb.h.
1278 {
1279 if (other == this) return;
1280 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1281 if (GetOwningArena() != nullptr &&
1282 GetOwningArena() == other->GetOwningArena()) {
1283 #else
1284 if (GetOwningArena() == other->GetOwningArena()) {
1285 #endif
1287 } else {
1288 ::google::protobuf::internal::GenericSwap(this, other);
1289 }
1290 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::DataProcessorInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1249 of file datahandling_info.pb.h.
1249 {
1250 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1251 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::UnsafeArenaSwap |
( |
DataProcessorInfo * | other | ) |
|
|
inline |
Definition at line 1291 of file datahandling_info.pb.h.
1291 {
1292 if (other == this) return;
1293 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1295 }
◆ ::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 1362 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: