DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::trigger::opmon::TPReplayModuleInfo Class Referencefinal

#include <tpreplaymodule_info.pb.h>

Inheritance diagram for dunedaq::trigger::opmon::TPReplayModuleInfo:
[legend]
Collaboration diagram for dunedaq::trigger::opmon::TPReplayModuleInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTpMadeCountFieldNumber = 1 , kTpvMadeCountFieldNumber = 2 , kTpvFailedSentCountFieldNumber = 3 }
 

Public Member Functions

 TPReplayModuleInfo ()
 
 ~TPReplayModuleInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TPReplayModuleInfo (::google::protobuf::internal::ConstantInitialized)
 
 TPReplayModuleInfo (const TPReplayModuleInfo &from)
 
 TPReplayModuleInfo (TPReplayModuleInfo &&from) noexcept
 
TPReplayModuleInfooperator= (const TPReplayModuleInfo &from)
 
TPReplayModuleInfooperator= (TPReplayModuleInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TPReplayModuleInfo *other)
 
void UnsafeArenaSwap (TPReplayModuleInfo *other)
 
TPReplayModuleInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TPReplayModuleInfo &from)
 
void MergeFrom (const TPReplayModuleInfo &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
 
void clear_tp_made_count ()
 
::uint32_t tp_made_count () const
 
void set_tp_made_count (::uint32_t value)
 
void clear_tpv_made_count ()
 
::uint32_t tpv_made_count () const
 
void set_tpv_made_count (::uint32_t value)
 
void clear_tpv_failed_sent_count ()
 
::uint32_t tpv_failed_sent_count () const
 
void set_tpv_failed_sent_count (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TPReplayModuleInfo (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const TPReplayModuleInfodefault_instance ()
 
static const TPReplayModuleInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TPReplayModuleInfo (::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 (TPReplayModuleInfo *other)
 
::uint32_t _internal_tp_made_count () const
 
void _internal_set_tp_made_count (::uint32_t value)
 
::uint32_t _internal_tpv_made_count () const
 
void _internal_set_tpv_made_count (::uint32_t value)
 
::uint32_t _internal_tpv_failed_sent_count () const
 
void _internal_set_tpv_failed_sent_count (::uint32_t value)
 

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< 2, 3, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_trigger_2fopmon_2ftpreplaymodule_5finfo_2eproto
 
void swap (TPReplayModuleInfo &a, TPReplayModuleInfo &b)
 

Detailed Description

Definition at line 79 of file tpreplaymodule_info.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTpMadeCountFieldNumber 
kTpvMadeCountFieldNumber 
kTpvFailedSentCountFieldNumber 

Definition at line 206 of file tpreplaymodule_info.pb.h.

Constructor & Destructor Documentation

◆ TPReplayModuleInfo() [1/6]

dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( )
inline

◆ ~TPReplayModuleInfo()

dunedaq::trigger::opmon::TPReplayModuleInfo::~TPReplayModuleInfo ( )
override

Definition at line 147 of file tpreplaymodule_info.pb.cc.

147 {
148 // @@protoc_insertion_point(destructor:dunedaq.trigger.opmon.TPReplayModuleInfo)
149 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
150 SharedDtor();
151}

◆ TPReplayModuleInfo() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ TPReplayModuleInfo() [3/6]

dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( const TPReplayModuleInfo & from)

Definition at line 132 of file tpreplaymodule_info.pb.cc.

133 : ::google::protobuf::Message(), _impl_(from._impl_) {
134 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
135 from._internal_metadata_);
136 // @@protoc_insertion_point(copy_constructor:dunedaq.trigger.opmon.TPReplayModuleInfo)
137}

◆ TPReplayModuleInfo() [4/6]

dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( TPReplayModuleInfo && from)
inlinenoexcept

Definition at line 88 of file tpreplaymodule_info.pb.h.

90 *this = ::std::move(from);
91 }

◆ TPReplayModuleInfo() [5/6]

dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 127 of file tpreplaymodule_info.pb.cc.

128 : ::google::protobuf::Message(arena) {
129 SharedCtor(arena);
130 // @@protoc_insertion_point(arena_constructor:dunedaq.trigger.opmon.TPReplayModuleInfo)
131}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TPReplayModuleInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::trigger::opmon::TPReplayModuleInfo::TPReplayModuleInfo ( ::_pbi::ConstantInitialized )

Definition at line 27 of file tpreplaymodule_info.pb.cc.

28 : _impl_{
29 /*decltype(_impl_.tp_made_count_)*/ 0u,
30 /*decltype(_impl_.tpv_made_count_)*/ 0u,
31 /*decltype(_impl_.tpv_failed_sent_count_)*/ 0u,
32 /*decltype(_impl_._cached_size_)*/ {},
33 } {}

Member Function Documentation

◆ _internal_set_tp_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_set_tp_made_count ( ::uint32_t value)
inlineprivate

Definition at line 293 of file tpreplaymodule_info.pb.h.

293 {
294 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
295 ;
296 _impl_.tp_made_count_ = value;
297}

◆ _internal_set_tpv_failed_sent_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_set_tpv_failed_sent_count ( ::uint32_t value)
inlineprivate

Definition at line 337 of file tpreplaymodule_info.pb.h.

337 {
338 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
339 ;
341}

◆ _internal_set_tpv_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_set_tpv_made_count ( ::uint32_t value)
inlineprivate

Definition at line 315 of file tpreplaymodule_info.pb.h.

315 {
316 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
317 ;
318 _impl_.tpv_made_count_ = value;
319}

◆ _internal_tp_made_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_tp_made_count ( ) const
inlineprivate

Definition at line 289 of file tpreplaymodule_info.pb.h.

289 {
290 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
291 return _impl_.tp_made_count_;
292}

◆ _internal_tpv_failed_sent_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_tpv_failed_sent_count ( ) const
inlineprivate

Definition at line 333 of file tpreplaymodule_info.pb.h.

333 {
334 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
336}

◆ _internal_tpv_made_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::_internal_tpv_made_count ( ) const
inlineprivate

Definition at line 311 of file tpreplaymodule_info.pb.h.

311 {
312 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
313 return _impl_.tpv_made_count_;
314}

◆ _InternalParse()

const char * dunedaq::trigger::opmon::TPReplayModuleInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 171 of file tpreplaymodule_info.pb.cc.

172 {
173 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
174 return ptr;
175}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * dunedaq::trigger::opmon::TPReplayModuleInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 221 of file tpreplaymodule_info.pb.cc.

223 {
224 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.trigger.opmon.TPReplayModuleInfo)
225 ::uint32_t cached_has_bits = 0;
226 (void)cached_has_bits;
227
228 // uint32 tp_made_count = 1;
229 if (this->_internal_tp_made_count() != 0) {
230 target = stream->EnsureSpace(target);
231 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
232 1, this->_internal_tp_made_count(), target);
233 }
234
235 // uint32 tpv_made_count = 2;
236 if (this->_internal_tpv_made_count() != 0) {
237 target = stream->EnsureSpace(target);
238 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
239 2, this->_internal_tpv_made_count(), target);
240 }
241
242 // uint32 tpv_failed_sent_count = 3;
243 if (this->_internal_tpv_failed_sent_count() != 0) {
244 target = stream->EnsureSpace(target);
245 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
246 3, this->_internal_tpv_failed_sent_count(), target);
247 }
248
249 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
250 target =
251 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
252 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
253 }
254 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.trigger.opmon.TPReplayModuleInfo)
255 return target;
256}

◆ ByteSizeLong()

size_t dunedaq::trigger::opmon::TPReplayModuleInfo::ByteSizeLong ( ) const
final

Definition at line 258 of file tpreplaymodule_info.pb.cc.

258 {
259// @@protoc_insertion_point(message_byte_size_start:dunedaq.trigger.opmon.TPReplayModuleInfo)
260 ::size_t total_size = 0;
261
262 ::uint32_t cached_has_bits = 0;
263 // Prevent compiler warnings about cached_has_bits being unused
264 (void) cached_has_bits;
265
266 // uint32 tp_made_count = 1;
267 if (this->_internal_tp_made_count() != 0) {
268 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
270 }
271
272 // uint32 tpv_made_count = 2;
273 if (this->_internal_tpv_made_count() != 0) {
274 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
276 }
277
278 // uint32 tpv_failed_sent_count = 3;
279 if (this->_internal_tpv_failed_sent_count() != 0) {
280 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
282 }
283
284 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
285}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::trigger::opmon::TPReplayModuleInfo::Clear ( )
final

Definition at line 159 of file tpreplaymodule_info.pb.cc.

159 {
160// @@protoc_insertion_point(message_clear_start:dunedaq.trigger.opmon.TPReplayModuleInfo)
161 ::uint32_t cached_has_bits = 0;
162 // Prevent compiler warnings about cached_has_bits being unused
163 (void) cached_has_bits;
164
165 ::memset(&_impl_.tp_made_count_, 0, static_cast<::size_t>(
166 reinterpret_cast<char*>(&_impl_.tpv_failed_sent_count_) -
167 reinterpret_cast<char*>(&_impl_.tp_made_count_)) + sizeof(_impl_.tpv_failed_sent_count_));
168 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
169}

◆ clear_tp_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::clear_tp_made_count ( )
inline

Definition at line 278 of file tpreplaymodule_info.pb.h.

278 {
280}

◆ clear_tpv_failed_sent_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::clear_tpv_failed_sent_count ( )
inline

Definition at line 322 of file tpreplaymodule_info.pb.h.

322 {
324}

◆ clear_tpv_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::clear_tpv_made_count ( )
inline

Definition at line 300 of file tpreplaymodule_info.pb.h.

300 {
302}

◆ CopyFrom()

void dunedaq::trigger::opmon::TPReplayModuleInfo::CopyFrom ( const TPReplayModuleInfo & from)

Definition at line 314 of file tpreplaymodule_info.pb.cc.

314 {
315// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.trigger.opmon.TPReplayModuleInfo)
316 if (&from == this) return;
317 Clear();
318 MergeFrom(from);
319}
void MergeFrom(const TPReplayModuleInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const TPReplayModuleInfo & dunedaq::trigger::opmon::TPReplayModuleInfo::default_instance ( )
inlinestatic

Definition at line 127 of file tpreplaymodule_info.pb.h.

127 {
129 }
static const TPReplayModuleInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::trigger::opmon::TPReplayModuleInfo::descriptor ( )
inlinestatic

Definition at line 118 of file tpreplaymodule_info.pb.h.

118 {
119 return GetDescriptor();
120 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::trigger::opmon::TPReplayModuleInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 190 of file tpreplaymodule_info.pb.h.

190 {
191 return "dunedaq.trigger.opmon.TPReplayModuleInfo";
192 }

◆ GetCachedSize()

int dunedaq::trigger::opmon::TPReplayModuleInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file tpreplaymodule_info.pb.h.

180{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::trigger::opmon::TPReplayModuleInfo::GetClassData ( ) const
final

Definition at line 291 of file tpreplaymodule_info.pb.cc.

291{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::trigger::opmon::TPReplayModuleInfo::GetDescriptor ( )
inlinestatic

Definition at line 121 of file tpreplaymodule_info.pb.h.

121 {
122 return default_instance().GetMetadata().descriptor;
123 }
static const TPReplayModuleInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::trigger::opmon::TPReplayModuleInfo::GetMetadata ( ) const
final

Definition at line 336 of file tpreplaymodule_info.pb.cc.

336 {
337 return ::_pbi::AssignDescriptors(
340}
::absl::once_flag descriptor_table_trigger_2fopmon_2ftpreplaymodule_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_trigger_2fopmon_2ftpreplaymodule_5finfo_2eproto[1]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_trigger_2fopmon_2ftpreplaymodule_5finfo_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::trigger::opmon::TPReplayModuleInfo::GetReflection ( )
inlinestatic

Definition at line 124 of file tpreplaymodule_info.pb.h.

124 {
125 return default_instance().GetMetadata().reflection;
126 }

◆ internal_default_instance()

static const TPReplayModuleInfo * dunedaq::trigger::opmon::TPReplayModuleInfo::internal_default_instance ( )
inlinestatic

Definition at line 130 of file tpreplaymodule_info.pb.h.

130 {
131 return reinterpret_cast<const TPReplayModuleInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TPReplayModuleInfoDefaultTypeInternal _TPReplayModuleInfo_default_instance_

◆ InternalSwap()

void dunedaq::trigger::opmon::TPReplayModuleInfo::InternalSwap ( TPReplayModuleInfo * other)
private

Definition at line 325 of file tpreplaymodule_info.pb.cc.

325 {
326 using std::swap;
327 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
328 ::google::protobuf::internal::memswap<
329 PROTOBUF_FIELD_OFFSET(TPReplayModuleInfo, _impl_.tpv_failed_sent_count_)
331 - PROTOBUF_FIELD_OFFSET(TPReplayModuleInfo, _impl_.tp_made_count_)>(
332 reinterpret_cast<char*>(&_impl_.tp_made_count_),
333 reinterpret_cast<char*>(&other->_impl_.tp_made_count_));
334}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::trigger::opmon::TPReplayModuleInfo::IsInitialized ( ) const
final

Definition at line 321 of file tpreplaymodule_info.pb.cc.

321 {
322 return true;
323}

◆ MergeFrom()

void dunedaq::trigger::opmon::TPReplayModuleInfo::MergeFrom ( const TPReplayModuleInfo & from)
inline

Definition at line 167 of file tpreplaymodule_info.pb.h.

167 {
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::trigger::opmon::TPReplayModuleInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 294 of file tpreplaymodule_info.pb.cc.

294 {
295 auto* const _this = static_cast<TPReplayModuleInfo*>(&to_msg);
296 auto& from = static_cast<const TPReplayModuleInfo&>(from_msg);
297 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.trigger.opmon.TPReplayModuleInfo)
298 ABSL_DCHECK_NE(&from, _this);
299 ::uint32_t cached_has_bits = 0;
300 (void) cached_has_bits;
301
302 if (from._internal_tp_made_count() != 0) {
303 _this->_internal_set_tp_made_count(from._internal_tp_made_count());
304 }
305 if (from._internal_tpv_made_count() != 0) {
306 _this->_internal_set_tpv_made_count(from._internal_tpv_made_count());
307 }
308 if (from._internal_tpv_failed_sent_count() != 0) {
309 _this->_internal_set_tpv_failed_sent_count(from._internal_tpv_failed_sent_count());
310 }
311 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
312}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::trigger::opmon::TPReplayModuleInfo::mutable_unknown_fields ( )
inline

Definition at line 114 of file tpreplaymodule_info.pb.h.

114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }

◆ New()

TPReplayModuleInfo * dunedaq::trigger::opmon::TPReplayModuleInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 161 of file tpreplaymodule_info.pb.h.

161 {
162 return CreateMaybeMessage<TPReplayModuleInfo>(arena);
163 }

◆ operator=() [1/2]

TPReplayModuleInfo & dunedaq::trigger::opmon::TPReplayModuleInfo::operator= ( const TPReplayModuleInfo & from)
inline

Definition at line 93 of file tpreplaymodule_info.pb.h.

93 {
94 CopyFrom(from);
95 return *this;
96 }
void CopyFrom(const TPReplayModuleInfo &from)

◆ operator=() [2/2]

TPReplayModuleInfo & dunedaq::trigger::opmon::TPReplayModuleInfo::operator= ( TPReplayModuleInfo && from)
inlinenoexcept

Definition at line 97 of file tpreplaymodule_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 // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }

◆ set_tp_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::set_tp_made_count ( ::uint32_t value)
inline

Definition at line 285 of file tpreplaymodule_info.pb.h.

285 {
287 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TPReplayModuleInfo.tp_made_count)
288}

◆ set_tpv_failed_sent_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::set_tpv_failed_sent_count ( ::uint32_t value)
inline

Definition at line 329 of file tpreplaymodule_info.pb.h.

329 {
331 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TPReplayModuleInfo.tpv_failed_sent_count)
332}

◆ set_tpv_made_count()

void dunedaq::trigger::opmon::TPReplayModuleInfo::set_tpv_made_count ( ::uint32_t value)
inline

Definition at line 307 of file tpreplaymodule_info.pb.h.

307 {
309 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TPReplayModuleInfo.tpv_made_count)
310}

◆ SetCachedSize()

void dunedaq::trigger::opmon::TPReplayModuleInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 155 of file tpreplaymodule_info.pb.cc.

155 {
157}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::trigger::opmon::TPReplayModuleInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 138 of file tpreplaymodule_info.pb.cc.

138 {
139 (void)arena;
140 new (&_impl_) Impl_{
141 decltype(_impl_.tp_made_count_){0u},
142 decltype(_impl_.tpv_made_count_){0u},
143 decltype(_impl_.tpv_failed_sent_count_){0u},
144 /*decltype(_impl_._cached_size_)*/ {},
145 };
146}

◆ SharedDtor()

void dunedaq::trigger::opmon::TPReplayModuleInfo::SharedDtor ( )
inlineprivate

Definition at line 152 of file tpreplaymodule_info.pb.cc.

152 {
153 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
154}

◆ Swap()

void dunedaq::trigger::opmon::TPReplayModuleInfo::Swap ( TPReplayModuleInfo * other)
inline

Definition at line 140 of file tpreplaymodule_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 // PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
148 InternalSwap(other);
149 } else {
150 ::google::protobuf::internal::GenericSwap(this, other);
151 }
152 }

◆ tp_made_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::tp_made_count ( ) const
inline

Definition at line 281 of file tpreplaymodule_info.pb.h.

281 {
282 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TPReplayModuleInfo.tp_made_count)
284}

◆ tpv_failed_sent_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::tpv_failed_sent_count ( ) const
inline

Definition at line 325 of file tpreplaymodule_info.pb.h.

325 {
326 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TPReplayModuleInfo.tpv_failed_sent_count)
328}

◆ tpv_made_count()

uint32_t dunedaq::trigger::opmon::TPReplayModuleInfo::tpv_made_count ( ) const
inline

Definition at line 303 of file tpreplaymodule_info.pb.h.

303 {
304 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TPReplayModuleInfo.tpv_made_count)
306}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::trigger::opmon::TPReplayModuleInfo::unknown_fields ( ) const
inline

Definition at line 111 of file tpreplaymodule_info.pb.h.

111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }

◆ UnsafeArenaSwap()

void dunedaq::trigger::opmon::TPReplayModuleInfo::UnsafeArenaSwap ( TPReplayModuleInfo * other)
inline

Definition at line 153 of file tpreplaymodule_info.pb.h.

153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 247 of file tpreplaymodule_info.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 189 of file tpreplaymodule_info.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 245 of file tpreplaymodule_info.pb.h.

◆ ::TableStruct_trigger_2fopmon_2ftpreplaymodule_5finfo_2eproto

◆ swap

void swap ( TPReplayModuleInfo & a,
TPReplayModuleInfo & b )
friend

Definition at line 137 of file tpreplaymodule_info.pb.h.

137 {
138 a.Swap(&b);
139 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::trigger::opmon::TPReplayModuleInfo::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 197 of file tpreplaymodule_info.pb.h.

◆ _impl_

Impl_ dunedaq::trigger::opmon::TPReplayModuleInfo::_impl_

Definition at line 257 of file tpreplaymodule_info.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > dunedaq::trigger::opmon::TPReplayModuleInfo::_table_
staticprivate

Definition at line 246 of file tpreplaymodule_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::trigger::opmon::TPReplayModuleInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file tpreplaymodule_info.pb.h.


The documentation for this class was generated from the following files: