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

#include <hsi_readout_info.pb.h>

Inheritance diagram for dunedaq::hsilibs::opmon::HSIReadoutInfo:
[legend]
Collaboration diagram for dunedaq::hsilibs::opmon::HSIReadoutInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kReadoutHsiEventsCounterFieldNumber = 1 , kSentHsiEventsCounterFieldNumber = 2 , kFailedToSendHsiEventsCounterFieldNumber = 11 , kLastReadoutTimestampFieldNumber = 21 ,
  kLastSentTimestampFieldNumber = 22 , kAverageBufferOccupancyFieldNumber = 31
}
 

Public Member Functions

 HSIReadoutInfo ()
 
 ~HSIReadoutInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR HSIReadoutInfo (::google::protobuf::internal::ConstantInitialized)
 
 HSIReadoutInfo (const HSIReadoutInfo &from)
 
 HSIReadoutInfo (HSIReadoutInfo &&from) noexcept
 
HSIReadoutInfooperator= (const HSIReadoutInfo &from)
 
HSIReadoutInfooperator= (HSIReadoutInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HSIReadoutInfo *other)
 
void UnsafeArenaSwap (HSIReadoutInfo *other)
 
HSIReadoutInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const HSIReadoutInfo &from)
 
void MergeFrom (const HSIReadoutInfo &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_readout_hsi_events_counter ()
 
::uint64_t readout_hsi_events_counter () const
 
void set_readout_hsi_events_counter (::uint64_t value)
 
void clear_sent_hsi_events_counter ()
 
::uint64_t sent_hsi_events_counter () const
 
void set_sent_hsi_events_counter (::uint64_t value)
 
void clear_failed_to_send_hsi_events_counter ()
 
::uint64_t failed_to_send_hsi_events_counter () const
 
void set_failed_to_send_hsi_events_counter (::uint64_t value)
 
void clear_last_readout_timestamp ()
 
::uint64_t last_readout_timestamp () const
 
void set_last_readout_timestamp (::uint64_t value)
 
void clear_last_sent_timestamp ()
 
::uint64_t last_sent_timestamp () const
 
void set_last_sent_timestamp (::uint64_t value)
 
void clear_average_buffer_occupancy ()
 
::uint64_t average_buffer_occupancy () const
 
void set_average_buffer_occupancy (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR HSIReadoutInfo (::_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 HSIReadoutInfodefault_instance ()
 
static const HSIReadoutInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 HSIReadoutInfo (::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 (HSIReadoutInfo *other)
 
::uint64_t _internal_readout_hsi_events_counter () const
 
void _internal_set_readout_hsi_events_counter (::uint64_t value)
 
::uint64_t _internal_sent_hsi_events_counter () const
 
void _internal_set_sent_hsi_events_counter (::uint64_t value)
 
::uint64_t _internal_failed_to_send_hsi_events_counter () const
 
void _internal_set_failed_to_send_hsi_events_counter (::uint64_t value)
 
::uint64_t _internal_last_readout_timestamp () const
 
void _internal_set_last_readout_timestamp (::uint64_t value)
 
::uint64_t _internal_last_sent_timestamp () const
 
void _internal_set_last_sent_timestamp (::uint64_t value)
 
::uint64_t _internal_average_buffer_occupancy () const
 
void _internal_set_average_buffer_occupancy (::uint64_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< 3, 6, 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_hsilibs_2fopmon_2fhsi_5freadout_5finfo_2eproto
 
void swap (HSIReadoutInfo &a, HSIReadoutInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kReadoutHsiEventsCounterFieldNumber 
kSentHsiEventsCounterFieldNumber 
kFailedToSendHsiEventsCounterFieldNumber 
kLastReadoutTimestampFieldNumber 
kLastSentTimestampFieldNumber 
kAverageBufferOccupancyFieldNumber 

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

Constructor & Destructor Documentation

◆ HSIReadoutInfo() [1/6]

dunedaq::hsilibs::opmon::HSIReadoutInfo::HSIReadoutInfo ( )
inline

◆ ~HSIReadoutInfo()

dunedaq::hsilibs::opmon::HSIReadoutInfo::~HSIReadoutInfo ( )
override

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

159 {
160 // @@protoc_insertion_point(destructor:dunedaq.hsilibs.opmon.HSIReadoutInfo)
161 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
162 SharedDtor();
163}

◆ HSIReadoutInfo() [2/6]

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

◆ HSIReadoutInfo() [3/6]

dunedaq::hsilibs::opmon::HSIReadoutInfo::HSIReadoutInfo ( const HSIReadoutInfo & from)

Definition at line 141 of file hsi_readout_info.pb.cc.

142 : ::google::protobuf::Message(), _impl_(from._impl_) {
143 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
144 from._internal_metadata_);
145 // @@protoc_insertion_point(copy_constructor:dunedaq.hsilibs.opmon.HSIReadoutInfo)
146}

◆ HSIReadoutInfo() [4/6]

dunedaq::hsilibs::opmon::HSIReadoutInfo::HSIReadoutInfo ( HSIReadoutInfo && from)
inlinenoexcept

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

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

◆ HSIReadoutInfo() [5/6]

dunedaq::hsilibs::opmon::HSIReadoutInfo::HSIReadoutInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 136 of file hsi_readout_info.pb.cc.

137 : ::google::protobuf::Message(arena) {
138 SharedCtor(arena);
139 // @@protoc_insertion_point(arena_constructor:dunedaq.hsilibs.opmon.HSIReadoutInfo)
140}
void SharedCtor(::google::protobuf::Arena *arena)

◆ HSIReadoutInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::hsilibs::opmon::HSIReadoutInfo::HSIReadoutInfo ( ::_pbi::ConstantInitialized )

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

28 : _impl_{
29 /*decltype(_impl_.readout_hsi_events_counter_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.sent_hsi_events_counter_)*/ ::uint64_t{0u},
31 /*decltype(_impl_.failed_to_send_hsi_events_counter_)*/ ::uint64_t{0u},
32 /*decltype(_impl_.last_readout_timestamp_)*/ ::uint64_t{0u},
33 /*decltype(_impl_.last_sent_timestamp_)*/ ::uint64_t{0u},
34 /*decltype(_impl_.average_buffer_occupancy_)*/ ::uint64_t{0u},
35 /*decltype(_impl_._cached_size_)*/ {},
36 } {}

Member Function Documentation

◆ _internal_average_buffer_occupancy()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_average_buffer_occupancy ( ) const
inlineprivate

Definition at line 435 of file hsi_readout_info.pb.h.

435 {
436 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
438}

◆ _internal_failed_to_send_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_failed_to_send_hsi_events_counter ( ) const
inlineprivate

Definition at line 369 of file hsi_readout_info.pb.h.

369 {
370 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
372}

◆ _internal_last_readout_timestamp()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_last_readout_timestamp ( ) const
inlineprivate

Definition at line 391 of file hsi_readout_info.pb.h.

391 {
392 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
394}

◆ _internal_last_sent_timestamp()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_last_sent_timestamp ( ) const
inlineprivate

Definition at line 413 of file hsi_readout_info.pb.h.

413 {
414 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
416}

◆ _internal_readout_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_readout_hsi_events_counter ( ) const
inlineprivate

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

325 {
326 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
328}

◆ _internal_sent_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_sent_hsi_events_counter ( ) const
inlineprivate

Definition at line 347 of file hsi_readout_info.pb.h.

347 {
348 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
350}

◆ _internal_set_average_buffer_occupancy()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_average_buffer_occupancy ( ::uint64_t value)
inlineprivate

Definition at line 439 of file hsi_readout_info.pb.h.

439 {
440 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
441 ;
443}

◆ _internal_set_failed_to_send_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_failed_to_send_hsi_events_counter ( ::uint64_t value)
inlineprivate

Definition at line 373 of file hsi_readout_info.pb.h.

373 {
374 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
375 ;
377}

◆ _internal_set_last_readout_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_last_readout_timestamp ( ::uint64_t value)
inlineprivate

Definition at line 395 of file hsi_readout_info.pb.h.

395 {
396 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
397 ;
399}

◆ _internal_set_last_sent_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_last_sent_timestamp ( ::uint64_t value)
inlineprivate

Definition at line 417 of file hsi_readout_info.pb.h.

417 {
418 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
419 ;
421}

◆ _internal_set_readout_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_readout_hsi_events_counter ( ::uint64_t value)
inlineprivate

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

329 {
330 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
331 ;
333}

◆ _internal_set_sent_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::_internal_set_sent_hsi_events_counter ( ::uint64_t value)
inlineprivate

Definition at line 351 of file hsi_readout_info.pb.h.

351 {
352 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
353 ;
355}

◆ _InternalParse()

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

Definition at line 183 of file hsi_readout_info.pb.cc.

184 {
185 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
186 return ptr;
187}
static const ::google::protobuf::internal::TcParseTable< 3, 6, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 252 of file hsi_readout_info.pb.cc.

254 {
255 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.hsilibs.opmon.HSIReadoutInfo)
256 ::uint32_t cached_has_bits = 0;
257 (void)cached_has_bits;
258
259 // uint64 readout_hsi_events_counter = 1;
260 if (this->_internal_readout_hsi_events_counter() != 0) {
261 target = stream->EnsureSpace(target);
262 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
263 1, this->_internal_readout_hsi_events_counter(), target);
264 }
265
266 // uint64 sent_hsi_events_counter = 2;
267 if (this->_internal_sent_hsi_events_counter() != 0) {
268 target = stream->EnsureSpace(target);
269 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
270 2, this->_internal_sent_hsi_events_counter(), target);
271 }
272
273 // uint64 failed_to_send_hsi_events_counter = 11;
275 target = stream->EnsureSpace(target);
276 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
278 }
279
280 // uint64 last_readout_timestamp = 21;
281 if (this->_internal_last_readout_timestamp() != 0) {
282 target = stream->EnsureSpace(target);
283 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
284 21, this->_internal_last_readout_timestamp(), target);
285 }
286
287 // uint64 last_sent_timestamp = 22;
288 if (this->_internal_last_sent_timestamp() != 0) {
289 target = stream->EnsureSpace(target);
290 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
291 22, this->_internal_last_sent_timestamp(), target);
292 }
293
294 // uint64 average_buffer_occupancy = 31;
295 if (this->_internal_average_buffer_occupancy() != 0) {
296 target = stream->EnsureSpace(target);
297 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
298 31, this->_internal_average_buffer_occupancy(), target);
299 }
300
301 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
302 target =
303 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
304 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
305 }
306 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.hsilibs.opmon.HSIReadoutInfo)
307 return target;
308}
::uint64_t _internal_failed_to_send_hsi_events_counter() const

◆ average_buffer_occupancy()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::average_buffer_occupancy ( ) const
inline

Definition at line 427 of file hsi_readout_info.pb.h.

427 {
428 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.average_buffer_occupancy)
430}

◆ ByteSizeLong()

size_t dunedaq::hsilibs::opmon::HSIReadoutInfo::ByteSizeLong ( ) const
final

Definition at line 310 of file hsi_readout_info.pb.cc.

310 {
311// @@protoc_insertion_point(message_byte_size_start:dunedaq.hsilibs.opmon.HSIReadoutInfo)
312 ::size_t total_size = 0;
313
314 ::uint32_t cached_has_bits = 0;
315 // Prevent compiler warnings about cached_has_bits being unused
316 (void) cached_has_bits;
317
318 // uint64 readout_hsi_events_counter = 1;
319 if (this->_internal_readout_hsi_events_counter() != 0) {
320 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
322 }
323
324 // uint64 sent_hsi_events_counter = 2;
325 if (this->_internal_sent_hsi_events_counter() != 0) {
326 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
328 }
329
330 // uint64 failed_to_send_hsi_events_counter = 11;
332 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
334 }
335
336 // uint64 last_readout_timestamp = 21;
337 if (this->_internal_last_readout_timestamp() != 0) {
338 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
340 }
341
342 // uint64 last_sent_timestamp = 22;
343 if (this->_internal_last_sent_timestamp() != 0) {
344 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
346 }
347
348 // uint64 average_buffer_occupancy = 31;
349 if (this->_internal_average_buffer_occupancy() != 0) {
350 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
352 }
353
354 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
355}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::hsilibs::opmon::HSIReadoutInfo::Clear ( )
final

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

171 {
172// @@protoc_insertion_point(message_clear_start:dunedaq.hsilibs.opmon.HSIReadoutInfo)
173 ::uint32_t cached_has_bits = 0;
174 // Prevent compiler warnings about cached_has_bits being unused
175 (void) cached_has_bits;
176
177 ::memset(&_impl_.readout_hsi_events_counter_, 0, static_cast<::size_t>(
178 reinterpret_cast<char*>(&_impl_.average_buffer_occupancy_) -
179 reinterpret_cast<char*>(&_impl_.readout_hsi_events_counter_)) + sizeof(_impl_.average_buffer_occupancy_));
180 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
181}

◆ clear_average_buffer_occupancy()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_average_buffer_occupancy ( )
inline

Definition at line 424 of file hsi_readout_info.pb.h.

424 {
425 _impl_.average_buffer_occupancy_ = ::uint64_t{0u};
426}

◆ clear_failed_to_send_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_failed_to_send_hsi_events_counter ( )
inline

Definition at line 358 of file hsi_readout_info.pb.h.

358 {
360}

◆ clear_last_readout_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_last_readout_timestamp ( )
inline

Definition at line 380 of file hsi_readout_info.pb.h.

380 {
381 _impl_.last_readout_timestamp_ = ::uint64_t{0u};
382}

◆ clear_last_sent_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_last_sent_timestamp ( )
inline

Definition at line 402 of file hsi_readout_info.pb.h.

402 {
403 _impl_.last_sent_timestamp_ = ::uint64_t{0u};
404}

◆ clear_readout_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_readout_hsi_events_counter ( )
inline

Definition at line 314 of file hsi_readout_info.pb.h.

314 {
315 _impl_.readout_hsi_events_counter_ = ::uint64_t{0u};
316}

◆ clear_sent_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::clear_sent_hsi_events_counter ( )
inline

Definition at line 336 of file hsi_readout_info.pb.h.

336 {
337 _impl_.sent_hsi_events_counter_ = ::uint64_t{0u};
338}

◆ CopyFrom()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::CopyFrom ( const HSIReadoutInfo & from)

Definition at line 393 of file hsi_readout_info.pb.cc.

393 {
394// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.hsilibs.opmon.HSIReadoutInfo)
395 if (&from == this) return;
396 Clear();
397 MergeFrom(from);
398}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const HSIReadoutInfo &from)

◆ default_instance()

static const HSIReadoutInfo & dunedaq::hsilibs::opmon::HSIReadoutInfo::default_instance ( )
inlinestatic

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

127 {
129 }
static const HSIReadoutInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::hsilibs::opmon::HSIReadoutInfo::descriptor ( )
inlinestatic

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

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

◆ failed_to_send_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::failed_to_send_hsi_events_counter ( ) const
inline

Definition at line 361 of file hsi_readout_info.pb.h.

361 {
362 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.failed_to_send_hsi_events_counter)
364}

◆ FullMessageName()

::absl::string_view dunedaq::hsilibs::opmon::HSIReadoutInfo::FullMessageName ( )
inlinestaticprivate

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

190 {
191 return "dunedaq.hsilibs.opmon.HSIReadoutInfo";
192 }

◆ GetCachedSize()

int dunedaq::hsilibs::opmon::HSIReadoutInfo::GetCachedSize ( ) const
inlinefinal

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

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::hsilibs::opmon::HSIReadoutInfo::GetClassData ( ) const
final

Definition at line 361 of file hsi_readout_info.pb.cc.

361{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::hsilibs::opmon::HSIReadoutInfo::GetDescriptor ( )
inlinestatic

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

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

◆ GetMetadata()

google::protobuf::Metadata dunedaq::hsilibs::opmon::HSIReadoutInfo::GetMetadata ( ) const
final

Definition at line 415 of file hsi_readout_info.pb.cc.

415 {
416 return ::_pbi::AssignDescriptors(
419}
::_pb::Metadata file_level_metadata_hsilibs_2fopmon_2fhsi_5freadout_5finfo_2eproto[1]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_hsilibs_2fopmon_2fhsi_5freadout_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_hsilibs_2fopmon_2fhsi_5freadout_5finfo_2eproto_once

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::hsilibs::opmon::HSIReadoutInfo::GetReflection ( )
inlinestatic

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

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

◆ internal_default_instance()

static const HSIReadoutInfo * dunedaq::hsilibs::opmon::HSIReadoutInfo::internal_default_instance ( )
inlinestatic

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

130 {
131 return reinterpret_cast<const HSIReadoutInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HSIReadoutInfoDefaultTypeInternal _HSIReadoutInfo_default_instance_

◆ InternalSwap()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::InternalSwap ( HSIReadoutInfo * other)
private

Definition at line 404 of file hsi_readout_info.pb.cc.

404 {
405 using std::swap;
406 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
407 ::google::protobuf::internal::memswap<
408 PROTOBUF_FIELD_OFFSET(HSIReadoutInfo, _impl_.average_buffer_occupancy_)
410 - PROTOBUF_FIELD_OFFSET(HSIReadoutInfo, _impl_.readout_hsi_events_counter_)>(
411 reinterpret_cast<char*>(&_impl_.readout_hsi_events_counter_),
412 reinterpret_cast<char*>(&other->_impl_.readout_hsi_events_counter_));
413}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::hsilibs::opmon::HSIReadoutInfo::IsInitialized ( ) const
final

Definition at line 400 of file hsi_readout_info.pb.cc.

400 {
401 return true;
402}

◆ last_readout_timestamp()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::last_readout_timestamp ( ) const
inline

Definition at line 383 of file hsi_readout_info.pb.h.

383 {
384 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.last_readout_timestamp)
386}

◆ last_sent_timestamp()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::last_sent_timestamp ( ) const
inline

Definition at line 405 of file hsi_readout_info.pb.h.

405 {
406 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.last_sent_timestamp)
408}

◆ MergeFrom()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::MergeFrom ( const HSIReadoutInfo & from)
inline

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

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

◆ MergeImpl()

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

Definition at line 364 of file hsi_readout_info.pb.cc.

364 {
365 auto* const _this = static_cast<HSIReadoutInfo*>(&to_msg);
366 auto& from = static_cast<const HSIReadoutInfo&>(from_msg);
367 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.hsilibs.opmon.HSIReadoutInfo)
368 ABSL_DCHECK_NE(&from, _this);
369 ::uint32_t cached_has_bits = 0;
370 (void) cached_has_bits;
371
372 if (from._internal_readout_hsi_events_counter() != 0) {
373 _this->_internal_set_readout_hsi_events_counter(from._internal_readout_hsi_events_counter());
374 }
375 if (from._internal_sent_hsi_events_counter() != 0) {
376 _this->_internal_set_sent_hsi_events_counter(from._internal_sent_hsi_events_counter());
377 }
378 if (from._internal_failed_to_send_hsi_events_counter() != 0) {
379 _this->_internal_set_failed_to_send_hsi_events_counter(from._internal_failed_to_send_hsi_events_counter());
380 }
381 if (from._internal_last_readout_timestamp() != 0) {
382 _this->_internal_set_last_readout_timestamp(from._internal_last_readout_timestamp());
383 }
384 if (from._internal_last_sent_timestamp() != 0) {
385 _this->_internal_set_last_sent_timestamp(from._internal_last_sent_timestamp());
386 }
387 if (from._internal_average_buffer_occupancy() != 0) {
388 _this->_internal_set_average_buffer_occupancy(from._internal_average_buffer_occupancy());
389 }
390 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
391}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::hsilibs::opmon::HSIReadoutInfo::mutable_unknown_fields ( )
inline

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

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

◆ New()

HSIReadoutInfo * dunedaq::hsilibs::opmon::HSIReadoutInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

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

◆ operator=() [1/2]

HSIReadoutInfo & dunedaq::hsilibs::opmon::HSIReadoutInfo::operator= ( const HSIReadoutInfo & from)
inline

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

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

◆ operator=() [2/2]

HSIReadoutInfo & dunedaq::hsilibs::opmon::HSIReadoutInfo::operator= ( HSIReadoutInfo && from)
inlinenoexcept

Definition at line 97 of file hsi_readout_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 }

◆ readout_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::readout_hsi_events_counter ( ) const
inline

Definition at line 317 of file hsi_readout_info.pb.h.

317 {
318 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.readout_hsi_events_counter)
320}

◆ sent_hsi_events_counter()

uint64_t dunedaq::hsilibs::opmon::HSIReadoutInfo::sent_hsi_events_counter ( ) const
inline

Definition at line 339 of file hsi_readout_info.pb.h.

339 {
340 // @@protoc_insertion_point(field_get:dunedaq.hsilibs.opmon.HSIReadoutInfo.sent_hsi_events_counter)
342}

◆ set_average_buffer_occupancy()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_average_buffer_occupancy ( ::uint64_t value)
inline

Definition at line 431 of file hsi_readout_info.pb.h.

431 {
433 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.average_buffer_occupancy)
434}
void _internal_set_average_buffer_occupancy(::uint64_t value)

◆ set_failed_to_send_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_failed_to_send_hsi_events_counter ( ::uint64_t value)
inline

Definition at line 365 of file hsi_readout_info.pb.h.

365 {
367 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.failed_to_send_hsi_events_counter)
368}
void _internal_set_failed_to_send_hsi_events_counter(::uint64_t value)

◆ set_last_readout_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_last_readout_timestamp ( ::uint64_t value)
inline

Definition at line 387 of file hsi_readout_info.pb.h.

387 {
389 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.last_readout_timestamp)
390}
void _internal_set_last_readout_timestamp(::uint64_t value)

◆ set_last_sent_timestamp()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_last_sent_timestamp ( ::uint64_t value)
inline

Definition at line 409 of file hsi_readout_info.pb.h.

409 {
411 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.last_sent_timestamp)
412}
void _internal_set_last_sent_timestamp(::uint64_t value)

◆ set_readout_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_readout_hsi_events_counter ( ::uint64_t value)
inline

Definition at line 321 of file hsi_readout_info.pb.h.

321 {
323 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.readout_hsi_events_counter)
324}
void _internal_set_readout_hsi_events_counter(::uint64_t value)

◆ set_sent_hsi_events_counter()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::set_sent_hsi_events_counter ( ::uint64_t value)
inline

Definition at line 343 of file hsi_readout_info.pb.h.

343 {
345 // @@protoc_insertion_point(field_set:dunedaq.hsilibs.opmon.HSIReadoutInfo.sent_hsi_events_counter)
346}
void _internal_set_sent_hsi_events_counter(::uint64_t value)

◆ SetCachedSize()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 167 of file hsi_readout_info.pb.cc.

167 {
169}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

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

147 {
148 (void)arena;
149 new (&_impl_) Impl_{
150 decltype(_impl_.readout_hsi_events_counter_){::uint64_t{0u}},
151 decltype(_impl_.sent_hsi_events_counter_){::uint64_t{0u}},
152 decltype(_impl_.failed_to_send_hsi_events_counter_){::uint64_t{0u}},
153 decltype(_impl_.last_readout_timestamp_){::uint64_t{0u}},
154 decltype(_impl_.last_sent_timestamp_){::uint64_t{0u}},
155 decltype(_impl_.average_buffer_occupancy_){::uint64_t{0u}},
156 /*decltype(_impl_._cached_size_)*/ {},
157 };
158}

◆ SharedDtor()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::SharedDtor ( )
inlineprivate

Definition at line 164 of file hsi_readout_info.pb.cc.

164 {
165 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
166}

◆ Swap()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::Swap ( HSIReadoutInfo * other)
inline

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::hsilibs::opmon::HSIReadoutInfo::unknown_fields ( ) const
inline

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

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

◆ UnsafeArenaSwap()

void dunedaq::hsilibs::opmon::HSIReadoutInfo::UnsafeArenaSwap ( HSIReadoutInfo * other)
inline

Definition at line 153 of file hsi_readout_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 280 of file hsi_readout_info.pb.h.

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

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

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

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

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

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

◆ ::TableStruct_hsilibs_2fopmon_2fhsi_5freadout_5finfo_2eproto

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::hsilibs::opmon::HSIReadoutInfo::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 6, 0, 0, 2 > dunedaq::hsilibs::opmon::HSIReadoutInfo::_table_
staticprivate

Definition at line 279 of file hsi_readout_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::hsilibs::opmon::HSIReadoutInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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