#include <dummy_consumer_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 79 of file dummy_consumer_info.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kPacketsProcessedFieldNumber | |
Definition at line 206 of file dummy_consumer_info.pb.h.
206 : int {
208 };
@ kPacketsProcessedFieldNumber
◆ DummyConsumerInfo() [1/6]
dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
| ) |
|
|
inline |
◆ ~DummyConsumerInfo()
dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::~DummyConsumerInfo |
( |
| ) |
|
|
override |
Definition at line 140 of file dummy_consumer_info.pb.cc.
140 {
141
142 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
144}
◆ DummyConsumerInfo() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ DummyConsumerInfo() [3/6]
dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
const DummyConsumerInfo & | from | ) |
|
Definition at line 127 of file dummy_consumer_info.pb.cc.
128 : ::google::protobuf::Message(),
_impl_(from._impl_) {
129 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
130 from._internal_metadata_);
131
132}
◆ DummyConsumerInfo() [4/6]
dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
DummyConsumerInfo && | from | ) |
|
|
inlinenoexcept |
◆ DummyConsumerInfo() [5/6]
dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 122 of file dummy_consumer_info.pb.cc.
123 : ::google::protobuf::Message(arena) {
125
126}
void SharedCtor(::google::protobuf::Arena *arena)
◆ DummyConsumerInfo() [6/6]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::DummyConsumerInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_packets_processed()
uint64_t dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_internal_packets_processed |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_packets_processed()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_internal_set_packets_processed |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
const char * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 162 of file dummy_consumer_info.pb.cc.
163 {
164 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
165 return ptr;
166}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
◆ _InternalSerialize()
uint8_t * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 199 of file dummy_consumer_info.pb.cc.
201 {
202
203 ::uint32_t cached_has_bits = 0;
204 (void)cached_has_bits;
205
206
208 target = stream->EnsureSpace(target);
209 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
211 }
212
213 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
214 target =
215 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
216 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
217 }
218
219 return target;
220}
::uint64_t _internal_packets_processed() const
◆ ByteSizeLong()
size_t dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 222 of file dummy_consumer_info.pb.cc.
222 {
223
224 ::size_t total_size = 0;
225
226 ::uint32_t cached_has_bits = 0;
227
228 (void) cached_has_bits;
229
230
232 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
234 }
235
237}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 152 of file dummy_consumer_info.pb.cc.
152 {
153
154 ::uint32_t cached_has_bits = 0;
155
156 (void) cached_has_bits;
157
159 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
160}
◆ clear_packets_processed()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::clear_packets_processed |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::CopyFrom |
( |
const DummyConsumerInfo & | from | ) |
|
Definition at line 260 of file dummy_consumer_info.pb.cc.
260 {
261
262 if (&from == this) return;
265}
void MergeFrom(const DummyConsumerInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
static const DummyConsumerInfo & dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
::absl::string_view dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
int dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 121 of file dummy_consumer_info.pb.h.
121 {
123 }
::google::protobuf::Metadata GetMetadata() const final
static const DummyConsumerInfo & default_instance()
◆ GetMetadata()
google::protobuf::Metadata dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 277 of file dummy_consumer_info.pb.cc.
277 {
278 return ::_pbi::AssignDescriptors(
281}
::_pb::Metadata file_level_metadata_fdreadoutmodules_2fopmon_2fdummy_5fconsumer_5finfo_2eproto[1]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_fdreadoutmodules_2fopmon_2fdummy_5fconsumer_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_fdreadoutmodules_2fopmon_2fdummy_5fconsumer_5finfo_2eproto_once
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const DummyConsumerInfo * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 130 of file dummy_consumer_info.pb.h.
130 {
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DummyConsumerInfoDefaultTypeInternal _DummyConsumerInfo_default_instance_
◆ InternalSwap()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::InternalSwap |
( |
DummyConsumerInfo * | other | ) |
|
|
private |
Definition at line 271 of file dummy_consumer_info.pb.cc.
271 {
272 using std::swap;
273 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
275}
friend void swap(DummyConsumerInfo &a, DummyConsumerInfo &b)
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::MergeFrom |
( |
const DummyConsumerInfo & | from | ) |
|
|
inline |
Definition at line 167 of file dummy_consumer_info.pb.h.
167 {
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 246 of file dummy_consumer_info.pb.cc.
246 {
249
250 ABSL_DCHECK_NE(&from, _this);
251 ::uint32_t cached_has_bits = 0;
252 (void) cached_has_bits;
253
254 if (from._internal_packets_processed() != 0) {
255 _this->_internal_set_packets_processed(from._internal_packets_processed());
256 }
257 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
258}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 114 of file dummy_consumer_info.pb.h.
114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }
◆ New()
DummyConsumerInfo * dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 97 of file dummy_consumer_info.pb.h.
97 {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif
103 ) {
105 } else {
107 }
108 return *this;
109 }
void InternalSwap(DummyConsumerInfo *other)
◆ packets_processed()
uint64_t dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::packets_processed |
( |
| ) |
const |
|
inline |
◆ set_packets_processed()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::set_packets_processed |
( |
::uint64_t | value | ) |
|
|
inline |
◆ SetCachedSize()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 148 of file dummy_consumer_info.pb.cc.
148 {
150}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::Swap |
( |
DummyConsumerInfo * | other | ) |
|
|
inline |
Definition at line 140 of file dummy_consumer_info.pb.h.
140 {
141 if (other == this) return;
142 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() != nullptr &&
144 GetOwningArena() == other->GetOwningArena()) {
145 #else
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif
149 } else {
150 ::google::protobuf::internal::GenericSwap(this, other);
151 }
152 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 111 of file dummy_consumer_info.pb.h.
111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }
◆ UnsafeArenaSwap()
void dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::UnsafeArenaSwap |
( |
DummyConsumerInfo * | other | ) |
|
|
inline |
Definition at line 153 of file dummy_consumer_info.pb.h.
153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
157 }
◆ ::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_fdreadoutmodules_2fopmon_2fdummy_5fconsumer_5finfo_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_class_data_ |
|
static |
◆ _impl_
Impl_ dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::_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)},
}},
{{
}},
}
DummyConsumerInfo _instance
Definition at line 224 of file dummy_consumer_info.pb.h.
◆ kIndexInFileMessages
int dunedaq::fdreadoutlibs::opmon::DummyConsumerInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: