#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 1241 of file datahandling_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kElementsQueuedFieldNumber | |
Definition at line 1368 of file datahandling_info.pb.h.
1368 : int {
1370 };
@ kElementsQueuedFieldNumber
◆ DataProcessorInfo() [1/6]
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::DataProcessorInfo |
( |
| ) |
|
|
inline |
◆ ~DataProcessorInfo()
dunedaq::datahandlinglibs::opmon::DataProcessorInfo::~DataProcessorInfo |
( |
| ) |
|
|
override |
Definition at line 2082 of file datahandling_info.pb.cc.
2082 {
2083
2084 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2086}
◆ 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 2069 of file datahandling_info.pb.cc.
2070 : ::google::protobuf::Message(),
_impl_(from._impl_) {
2071 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2072 from._internal_metadata_);
2073
2074}
◆ 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 2064 of file datahandling_info.pb.cc.
2065 : ::google::protobuf::Message(arena) {
2067
2068}
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 2104 of file datahandling_info.pb.cc.
2105 {
2106 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
2107 return ptr;
2108}
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 2141 of file datahandling_info.pb.cc.
2143 {
2144
2145 ::uint32_t cached_has_bits = 0;
2146 (void)cached_has_bits;
2147
2148
2150 target = stream->EnsureSpace(target);
2151 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
2153 }
2154
2155 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2156 target =
2157 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2158 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2159 }
2160
2161 return target;
2162}
::uint64_t _internal_elements_queued() const
◆ ByteSizeLong()
size_t dunedaq::datahandlinglibs::opmon::DataProcessorInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 2164 of file datahandling_info.pb.cc.
2164 {
2165
2166 ::size_t total_size = 0;
2167
2168 ::uint32_t cached_has_bits = 0;
2169
2170 (void) cached_has_bits;
2171
2172
2174 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
2176 }
2177
2179}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 2094 of file datahandling_info.pb.cc.
2094 {
2095
2096 ::uint32_t cached_has_bits = 0;
2097
2098 (void) cached_has_bits;
2099
2101 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2102}
◆ 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 2202 of file datahandling_info.pb.cc.
2202 {
2203
2204 if (&from == this) return;
2207}
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 1289 of file datahandling_info.pb.h.
1289 {
1291 }
static const DataProcessorInfo * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 1280 of file datahandling_info.pb.h.
1280 {
1282 }
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 1352 of file datahandling_info.pb.h.
1352 {
1353 return "dunedaq.datahandlinglibs.opmon.DataProcessorInfo";
1354 }
◆ 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 1283 of file datahandling_info.pb.h.
1283 {
1285 }
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 2219 of file datahandling_info.pb.cc.
2219 {
2220 return ::_pbi::AssignDescriptors(
2223}
::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 1292 of file datahandling_info.pb.h.
1292 {
1295 }
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 2213 of file datahandling_info.pb.cc.
2213 {
2214 using std::swap;
2215 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2217}
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 1329 of file datahandling_info.pb.h.
1329 {
1331 }
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 2188 of file datahandling_info.pb.cc.
2188 {
2191
2192 ABSL_DCHECK_NE(&from, _this);
2193 ::uint32_t cached_has_bits = 0;
2194 (void) cached_has_bits;
2195
2196 if (from._internal_elements_queued() != 0) {
2197 _this->_internal_set_elements_queued(from._internal_elements_queued());
2198 }
2199 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2200}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 1276 of file datahandling_info.pb.h.
1276 {
1277 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1278 }
◆ New()
DataProcessorInfo * dunedaq::datahandlinglibs::opmon::DataProcessorInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 1255 of file datahandling_info.pb.h.
1255 {
1257 return *this;
1258 }
void CopyFrom(const DataProcessorInfo &from)
◆ operator=() [2/2]
Definition at line 1259 of file datahandling_info.pb.h.
1259 {
1260 if (this == &from) return *this;
1261 if (GetOwningArena() == from.GetOwningArena()
1262 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1263 && GetOwningArena() != nullptr
1264 #endif
1265 ) {
1267 } else {
1269 }
1270 return *this;
1271 }
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 2090 of file datahandling_info.pb.cc.
2090 {
2092}
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 1302 of file datahandling_info.pb.h.
1302 {
1303 if (other == this) return;
1304 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1305 if (GetOwningArena() != nullptr &&
1306 GetOwningArena() == other->GetOwningArena()) {
1307 #else
1308 if (GetOwningArena() == other->GetOwningArena()) {
1309 #endif
1311 } else {
1312 ::google::protobuf::internal::GenericSwap(this, other);
1313 }
1314 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::DataProcessorInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 1273 of file datahandling_info.pb.h.
1273 {
1274 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1275 }
◆ UnsafeArenaSwap()
void dunedaq::datahandlinglibs::opmon::DataProcessorInfo::UnsafeArenaSwap |
( |
DataProcessorInfo * | other | ) |
|
|
inline |
Definition at line 1315 of file datahandling_info.pb.h.
1315 {
1316 if (other == this) return;
1317 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1319 }
◆ ::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 1386 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: