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

#include <randomtcmaker_info.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTcMadeCountFieldNumber = 1 , kTcSentCountFieldNumber = 2 , kTcFailedSentCountFieldNumber = 3 }
 

Public Member Functions

 RandomTCMakerInfo ()
 
 ~RandomTCMakerInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR RandomTCMakerInfo (::google::protobuf::internal::ConstantInitialized)
 
 RandomTCMakerInfo (const RandomTCMakerInfo &from)
 
 RandomTCMakerInfo (RandomTCMakerInfo &&from) noexcept
 
RandomTCMakerInfooperator= (const RandomTCMakerInfo &from)
 
RandomTCMakerInfooperator= (RandomTCMakerInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RandomTCMakerInfo *other)
 
void UnsafeArenaSwap (RandomTCMakerInfo *other)
 
RandomTCMakerInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const RandomTCMakerInfo &from)
 
void MergeFrom (const RandomTCMakerInfo &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_tc_made_count ()
 
::uint32_t tc_made_count () const
 
void set_tc_made_count (::uint32_t value)
 
void clear_tc_sent_count ()
 
::uint32_t tc_sent_count () const
 
void set_tc_sent_count (::uint32_t value)
 
void clear_tc_failed_sent_count ()
 
::uint32_t tc_failed_sent_count () const
 
void set_tc_failed_sent_count (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR RandomTCMakerInfo (::_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 RandomTCMakerInfodefault_instance ()
 
static const RandomTCMakerInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RandomTCMakerInfo (::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 (RandomTCMakerInfo *other)
 
::uint32_t _internal_tc_made_count () const
 
void _internal_set_tc_made_count (::uint32_t value)
 
::uint32_t _internal_tc_sent_count () const
 
void _internal_set_tc_sent_count (::uint32_t value)
 
::uint32_t _internal_tc_failed_sent_count () const
 
void _internal_set_tc_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_2frandomtcmaker_5finfo_2eproto
 
void swap (RandomTCMakerInfo &a, RandomTCMakerInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTcMadeCountFieldNumber 
kTcSentCountFieldNumber 
kTcFailedSentCountFieldNumber 

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

Constructor & Destructor Documentation

◆ RandomTCMakerInfo() [1/6]

dunedaq::trigger::opmon::RandomTCMakerInfo::RandomTCMakerInfo ( )
inline

◆ ~RandomTCMakerInfo()

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

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

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

◆ RandomTCMakerInfo() [2/6]

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

◆ RandomTCMakerInfo() [3/6]

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

Definition at line 132 of file randomtcmaker_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.RandomTCMakerInfo)
137}

◆ RandomTCMakerInfo() [4/6]

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

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

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

◆ RandomTCMakerInfo() [5/6]

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

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

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

◆ RandomTCMakerInfo() [6/6]

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

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

28 : _impl_{
29 /*decltype(_impl_.tc_made_count_)*/ 0u,
30 /*decltype(_impl_.tc_sent_count_)*/ 0u,
31 /*decltype(_impl_.tc_failed_sent_count_)*/ 0u,
32 /*decltype(_impl_._cached_size_)*/ {},
33 } {}

Member Function Documentation

◆ _internal_set_tc_failed_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_set_tc_failed_sent_count ( ::uint32_t value)
inlineprivate

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

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

◆ _internal_set_tc_made_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_set_tc_made_count ( ::uint32_t value)
inlineprivate

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

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

◆ _internal_set_tc_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_set_tc_sent_count ( ::uint32_t value)
inlineprivate

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

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

◆ _internal_tc_failed_sent_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_tc_failed_sent_count ( ) const
inlineprivate

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

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

◆ _internal_tc_made_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_tc_made_count ( ) const
inlineprivate

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

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

◆ _internal_tc_sent_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::_internal_tc_sent_count ( ) const
inlineprivate

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

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

◆ _InternalParse()

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

Definition at line 171 of file randomtcmaker_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::RandomTCMakerInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

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

223 {
224 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.trigger.opmon.RandomTCMakerInfo)
225 ::uint32_t cached_has_bits = 0;
226 (void)cached_has_bits;
227
228 // uint32 tc_made_count = 1;
229 if (this->_internal_tc_made_count() != 0) {
230 target = stream->EnsureSpace(target);
231 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
232 1, this->_internal_tc_made_count(), target);
233 }
234
235 // uint32 tc_sent_count = 2;
236 if (this->_internal_tc_sent_count() != 0) {
237 target = stream->EnsureSpace(target);
238 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
239 2, this->_internal_tc_sent_count(), target);
240 }
241
242 // uint32 tc_failed_sent_count = 3;
243 if (this->_internal_tc_failed_sent_count() != 0) {
244 target = stream->EnsureSpace(target);
245 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
246 3, this->_internal_tc_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.RandomTCMakerInfo)
255 return target;
256}

◆ ByteSizeLong()

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

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

258 {
259// @@protoc_insertion_point(message_byte_size_start:dunedaq.trigger.opmon.RandomTCMakerInfo)
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 tc_made_count = 1;
267 if (this->_internal_tc_made_count() != 0) {
268 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
270 }
271
272 // uint32 tc_sent_count = 2;
273 if (this->_internal_tc_sent_count() != 0) {
274 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
276 }
277
278 // uint32 tc_failed_sent_count = 3;
279 if (this->_internal_tc_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::RandomTCMakerInfo::Clear ( )
final

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

159 {
160// @@protoc_insertion_point(message_clear_start:dunedaq.trigger.opmon.RandomTCMakerInfo)
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_.tc_made_count_, 0, static_cast<::size_t>(
166 reinterpret_cast<char*>(&_impl_.tc_failed_sent_count_) -
167 reinterpret_cast<char*>(&_impl_.tc_made_count_)) + sizeof(_impl_.tc_failed_sent_count_));
168 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
169}

◆ clear_tc_failed_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::clear_tc_failed_sent_count ( )
inline

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

322 {
324}

◆ clear_tc_made_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::clear_tc_made_count ( )
inline

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

278 {
280}

◆ clear_tc_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::clear_tc_sent_count ( )
inline

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

300 {
302}

◆ CopyFrom()

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

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

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

◆ default_instance()

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

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

127 {
129 }
static const RandomTCMakerInfo * internal_default_instance()

◆ descriptor()

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

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

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

◆ FullMessageName()

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

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

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

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

291{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

336 {
337 return ::_pbi::AssignDescriptors(
340}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto[1]

◆ GetReflection()

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

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

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

◆ internal_default_instance()

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

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

130 {
131 return reinterpret_cast<const RandomTCMakerInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RandomTCMakerInfoDefaultTypeInternal _RandomTCMakerInfo_default_instance_

◆ InternalSwap()

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

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

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

◆ IsInitialized()

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

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

321 {
322 return true;
323}

◆ MergeFrom()

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

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

167 {
168 RandomTCMakerInfo::MergeImpl(*this, from);
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

294 {
295 auto* const _this = static_cast<RandomTCMakerInfo*>(&to_msg);
296 auto& from = static_cast<const RandomTCMakerInfo&>(from_msg);
297 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.trigger.opmon.RandomTCMakerInfo)
298 ABSL_DCHECK_NE(&from, _this);
299 ::uint32_t cached_has_bits = 0;
300 (void) cached_has_bits;
301
302 if (from._internal_tc_made_count() != 0) {
303 _this->_internal_set_tc_made_count(from._internal_tc_made_count());
304 }
305 if (from._internal_tc_sent_count() != 0) {
306 _this->_internal_set_tc_sent_count(from._internal_tc_sent_count());
307 }
308 if (from._internal_tc_failed_sent_count() != 0) {
309 _this->_internal_set_tc_failed_sent_count(from._internal_tc_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::RandomTCMakerInfo::mutable_unknown_fields ( )
inline

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

Definition at line 97 of file randomtcmaker_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_tc_failed_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::set_tc_failed_sent_count ( ::uint32_t value)
inline

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

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

◆ set_tc_made_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::set_tc_made_count ( ::uint32_t value)
inline

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

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

◆ set_tc_sent_count()

void dunedaq::trigger::opmon::RandomTCMakerInfo::set_tc_sent_count ( ::uint32_t value)
inline

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

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

◆ SetCachedSize()

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

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

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

◆ SharedCtor()

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

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

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

◆ SharedDtor()

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

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

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

◆ Swap()

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

Definition at line 140 of file randomtcmaker_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 }

◆ tc_failed_sent_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::tc_failed_sent_count ( ) const
inline

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

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

◆ tc_made_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::tc_made_count ( ) const
inline

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

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

◆ tc_sent_count()

uint32_t dunedaq::trigger::opmon::RandomTCMakerInfo::tc_sent_count ( ) const
inline

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

Definition at line 153 of file randomtcmaker_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 randomtcmaker_info.pb.h.

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

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

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

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

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

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

◆ ::TableStruct_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::trigger::opmon::RandomTCMakerInfo::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

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

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


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