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

#include <DFOModule.pb.h>

Inheritance diagram for dunedaq::dfmodules::opmon::DFOInfo:
[legend]
Collaboration diagram for dunedaq::dfmodules::opmon::DFOInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kTokensReceivedFieldNumber = 1 , kDecisionsReceivedFieldNumber = 2 , kDecisionsSentFieldNumber = 3 , kWaitingForDecisionFieldNumber = 10 ,
  kDecidingDestinationFieldNumber = 11 , kForwardingDecisionFieldNumber = 12 , kWaitingForTokenFieldNumber = 15 , kProcessingTokenFieldNumber = 16
}
 

Public Member Functions

 DFOInfo ()
 
 ~DFOInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR DFOInfo (::google::protobuf::internal::ConstantInitialized)
 
 DFOInfo (const DFOInfo &from)
 
 DFOInfo (DFOInfo &&from) noexcept
 
DFOInfooperator= (const DFOInfo &from)
 
DFOInfooperator= (DFOInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DFOInfo *other)
 
void UnsafeArenaSwap (DFOInfo *other)
 
DFOInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const DFOInfo &from)
 
void MergeFrom (const DFOInfo &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_tokens_received ()
 
::uint64_t tokens_received () const
 
void set_tokens_received (::uint64_t value)
 
void clear_decisions_received ()
 
::uint64_t decisions_received () const
 
void set_decisions_received (::uint64_t value)
 
void clear_decisions_sent ()
 
::uint64_t decisions_sent () const
 
void set_decisions_sent (::uint64_t value)
 
void clear_waiting_for_decision ()
 
::uint64_t waiting_for_decision () const
 
void set_waiting_for_decision (::uint64_t value)
 
void clear_deciding_destination ()
 
::uint64_t deciding_destination () const
 
void set_deciding_destination (::uint64_t value)
 
void clear_forwarding_decision ()
 
::uint64_t forwarding_decision () const
 
void set_forwarding_decision (::uint64_t value)
 
void clear_waiting_for_token ()
 
::uint64_t waiting_for_token () const
 
void set_waiting_for_token (::uint64_t value)
 
void clear_processing_token ()
 
::uint64_t processing_token () const
 
void set_processing_token (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR DFOInfo (::_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 DFOInfodefault_instance ()
 
static const DFOInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 DFOInfo (::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 (DFOInfo *other)
 
::uint64_t _internal_tokens_received () const
 
void _internal_set_tokens_received (::uint64_t value)
 
::uint64_t _internal_decisions_received () const
 
void _internal_set_decisions_received (::uint64_t value)
 
::uint64_t _internal_decisions_sent () const
 
void _internal_set_decisions_sent (::uint64_t value)
 
::uint64_t _internal_waiting_for_decision () const
 
void _internal_set_waiting_for_decision (::uint64_t value)
 
::uint64_t _internal_deciding_destination () const
 
void _internal_set_deciding_destination (::uint64_t value)
 
::uint64_t _internal_forwarding_decision () const
 
void _internal_set_forwarding_decision (::uint64_t value)
 
::uint64_t _internal_waiting_for_token () const
 
void _internal_set_waiting_for_token (::uint64_t value)
 
::uint64_t _internal_processing_token () const
 
void _internal_set_processing_token (::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< 4, 8, 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_dfmodules_2fopmon_2fDFOModule_2eproto
 
void swap (DFOInfo &a, DFOInfo &b)
 

Detailed Description

Definition at line 82 of file DFOModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTokensReceivedFieldNumber 
kDecisionsReceivedFieldNumber 
kDecisionsSentFieldNumber 
kWaitingForDecisionFieldNumber 
kDecidingDestinationFieldNumber 
kForwardingDecisionFieldNumber 
kWaitingForTokenFieldNumber 
kProcessingTokenFieldNumber 

Definition at line 209 of file DFOModule.pb.h.

Constructor & Destructor Documentation

◆ DFOInfo() [1/6]

dunedaq::dfmodules::opmon::DFOInfo::DFOInfo ( )
inline

Definition at line 85 of file DFOModule.pb.h.

◆ ~DFOInfo()

dunedaq::dfmodules::opmon::DFOInfo::~DFOInfo ( )
override

Definition at line 195 of file DFOModule.pb.cc.

195 {
196 // @@protoc_insertion_point(destructor:dunedaq.dfmodules.opmon.DFOInfo)
197 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
198 SharedDtor();
199}

◆ DFOInfo() [2/6]

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

◆ DFOInfo() [3/6]

dunedaq::dfmodules::opmon::DFOInfo::DFOInfo ( const DFOInfo & from)

Definition at line 175 of file DFOModule.pb.cc.

176 : ::google::protobuf::Message(), _impl_(from._impl_) {
177 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
178 from._internal_metadata_);
179 // @@protoc_insertion_point(copy_constructor:dunedaq.dfmodules.opmon.DFOInfo)
180}

◆ DFOInfo() [4/6]

dunedaq::dfmodules::opmon::DFOInfo::DFOInfo ( DFOInfo && from)
inlinenoexcept

Definition at line 91 of file DFOModule.pb.h.

92 : DFOInfo() {
93 *this = ::std::move(from);
94 }

◆ DFOInfo() [5/6]

dunedaq::dfmodules::opmon::DFOInfo::DFOInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 170 of file DFOModule.pb.cc.

171 : ::google::protobuf::Message(arena) {
172 SharedCtor(arena);
173 // @@protoc_insertion_point(arena_constructor:dunedaq.dfmodules.opmon.DFOInfo)
174}
void SharedCtor(::google::protobuf::Arena *arena)

◆ DFOInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::DFOInfo::DFOInfo ( ::_pbi::ConstantInitialized )

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

28 : _impl_{
29 /*decltype(_impl_.tokens_received_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.decisions_received_)*/ ::uint64_t{0u},
31 /*decltype(_impl_.decisions_sent_)*/ ::uint64_t{0u},
32 /*decltype(_impl_.waiting_for_decision_)*/ ::uint64_t{0u},
33 /*decltype(_impl_.deciding_destination_)*/ ::uint64_t{0u},
34 /*decltype(_impl_.forwarding_decision_)*/ ::uint64_t{0u},
35 /*decltype(_impl_.waiting_for_token_)*/ ::uint64_t{0u},
36 /*decltype(_impl_.processing_token_)*/ ::uint64_t{0u},
37 /*decltype(_impl_._cached_size_)*/ {},
38 } {}

Member Function Documentation

◆ _internal_deciding_destination()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_deciding_destination ( ) const
inlineprivate

Definition at line 610 of file DFOModule.pb.h.

610 {
611 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
613}

◆ _internal_decisions_received()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_decisions_received ( ) const
inlineprivate

Definition at line 544 of file DFOModule.pb.h.

544 {
545 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
547}

◆ _internal_decisions_sent()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_decisions_sent ( ) const
inlineprivate

Definition at line 566 of file DFOModule.pb.h.

566 {
567 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
568 return _impl_.decisions_sent_;
569}

◆ _internal_forwarding_decision()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_forwarding_decision ( ) const
inlineprivate

Definition at line 632 of file DFOModule.pb.h.

632 {
633 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
635}

◆ _internal_processing_token()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_processing_token ( ) const
inlineprivate

Definition at line 676 of file DFOModule.pb.h.

676 {
677 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
679}

◆ _internal_set_deciding_destination()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_deciding_destination ( ::uint64_t value)
inlineprivate

Definition at line 614 of file DFOModule.pb.h.

614 {
615 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
616 ;
618}

◆ _internal_set_decisions_received()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_decisions_received ( ::uint64_t value)
inlineprivate

Definition at line 548 of file DFOModule.pb.h.

548 {
549 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
550 ;
552}

◆ _internal_set_decisions_sent()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_decisions_sent ( ::uint64_t value)
inlineprivate

Definition at line 570 of file DFOModule.pb.h.

570 {
571 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
572 ;
573 _impl_.decisions_sent_ = value;
574}

◆ _internal_set_forwarding_decision()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_forwarding_decision ( ::uint64_t value)
inlineprivate

Definition at line 636 of file DFOModule.pb.h.

636 {
637 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
638 ;
640}

◆ _internal_set_processing_token()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_processing_token ( ::uint64_t value)
inlineprivate

Definition at line 680 of file DFOModule.pb.h.

680 {
681 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
682 ;
684}

◆ _internal_set_tokens_received()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_tokens_received ( ::uint64_t value)
inlineprivate

Definition at line 526 of file DFOModule.pb.h.

526 {
527 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
528 ;
529 _impl_.tokens_received_ = value;
530}

◆ _internal_set_waiting_for_decision()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_waiting_for_decision ( ::uint64_t value)
inlineprivate

Definition at line 592 of file DFOModule.pb.h.

592 {
593 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
594 ;
596}

◆ _internal_set_waiting_for_token()

void dunedaq::dfmodules::opmon::DFOInfo::_internal_set_waiting_for_token ( ::uint64_t value)
inlineprivate

Definition at line 658 of file DFOModule.pb.h.

658 {
659 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
660 ;
662}

◆ _internal_tokens_received()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_tokens_received ( ) const
inlineprivate

Definition at line 522 of file DFOModule.pb.h.

522 {
523 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
525}

◆ _internal_waiting_for_decision()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_waiting_for_decision ( ) const
inlineprivate

Definition at line 588 of file DFOModule.pb.h.

588 {
589 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
591}

◆ _internal_waiting_for_token()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::_internal_waiting_for_token ( ) const
inlineprivate

Definition at line 654 of file DFOModule.pb.h.

654 {
655 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
657}

◆ _InternalParse()

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

Definition at line 219 of file DFOModule.pb.cc.

220 {
221 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
222 return ptr;
223}
static const ::google::protobuf::internal::TcParseTable< 4, 8, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 306 of file DFOModule.pb.cc.

308 {
309 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dfmodules.opmon.DFOInfo)
310 ::uint32_t cached_has_bits = 0;
311 (void)cached_has_bits;
312
313 // uint64 tokens_received = 1;
314 if (this->_internal_tokens_received() != 0) {
315 target = stream->EnsureSpace(target);
316 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
317 1, this->_internal_tokens_received(), target);
318 }
319
320 // uint64 decisions_received = 2;
321 if (this->_internal_decisions_received() != 0) {
322 target = stream->EnsureSpace(target);
323 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
324 2, this->_internal_decisions_received(), target);
325 }
326
327 // uint64 decisions_sent = 3;
328 if (this->_internal_decisions_sent() != 0) {
329 target = stream->EnsureSpace(target);
330 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
331 3, this->_internal_decisions_sent(), target);
332 }
333
334 // uint64 waiting_for_decision = 10;
335 if (this->_internal_waiting_for_decision() != 0) {
336 target = stream->EnsureSpace(target);
337 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
338 10, this->_internal_waiting_for_decision(), target);
339 }
340
341 // uint64 deciding_destination = 11;
342 if (this->_internal_deciding_destination() != 0) {
343 target = stream->EnsureSpace(target);
344 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
345 11, this->_internal_deciding_destination(), target);
346 }
347
348 // uint64 forwarding_decision = 12;
349 if (this->_internal_forwarding_decision() != 0) {
350 target = stream->EnsureSpace(target);
351 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
352 12, this->_internal_forwarding_decision(), target);
353 }
354
355 // uint64 waiting_for_token = 15;
356 if (this->_internal_waiting_for_token() != 0) {
357 target = stream->EnsureSpace(target);
358 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
359 15, this->_internal_waiting_for_token(), target);
360 }
361
362 // uint64 processing_token = 16;
363 if (this->_internal_processing_token() != 0) {
364 target = stream->EnsureSpace(target);
365 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
366 16, this->_internal_processing_token(), target);
367 }
368
369 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
370 target =
371 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
372 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
373 }
374 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dfmodules.opmon.DFOInfo)
375 return target;
376}
::uint64_t _internal_tokens_received() const
::uint64_t _internal_decisions_sent() const
::uint64_t _internal_waiting_for_token() const
::uint64_t _internal_forwarding_decision() const
::uint64_t _internal_deciding_destination() const
::uint64_t _internal_processing_token() const
::uint64_t _internal_waiting_for_decision() const
::uint64_t _internal_decisions_received() const

◆ ByteSizeLong()

size_t dunedaq::dfmodules::opmon::DFOInfo::ByteSizeLong ( ) const
final

Definition at line 378 of file DFOModule.pb.cc.

378 {
379// @@protoc_insertion_point(message_byte_size_start:dunedaq.dfmodules.opmon.DFOInfo)
380 ::size_t total_size = 0;
381
382 ::uint32_t cached_has_bits = 0;
383 // Prevent compiler warnings about cached_has_bits being unused
384 (void) cached_has_bits;
385
386 // uint64 tokens_received = 1;
387 if (this->_internal_tokens_received() != 0) {
388 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
390 }
391
392 // uint64 decisions_received = 2;
393 if (this->_internal_decisions_received() != 0) {
394 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
396 }
397
398 // uint64 decisions_sent = 3;
399 if (this->_internal_decisions_sent() != 0) {
400 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
402 }
403
404 // uint64 waiting_for_decision = 10;
405 if (this->_internal_waiting_for_decision() != 0) {
406 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
408 }
409
410 // uint64 deciding_destination = 11;
411 if (this->_internal_deciding_destination() != 0) {
412 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
414 }
415
416 // uint64 forwarding_decision = 12;
417 if (this->_internal_forwarding_decision() != 0) {
418 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
420 }
421
422 // uint64 waiting_for_token = 15;
423 if (this->_internal_waiting_for_token() != 0) {
424 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
426 }
427
428 // uint64 processing_token = 16;
429 if (this->_internal_processing_token() != 0) {
430 total_size += 2 + ::_pbi::WireFormatLite::UInt64Size(
432 }
433
434 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
435}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dfmodules::opmon::DFOInfo::Clear ( )
final

Definition at line 207 of file DFOModule.pb.cc.

207 {
208// @@protoc_insertion_point(message_clear_start:dunedaq.dfmodules.opmon.DFOInfo)
209 ::uint32_t cached_has_bits = 0;
210 // Prevent compiler warnings about cached_has_bits being unused
211 (void) cached_has_bits;
212
213 ::memset(&_impl_.tokens_received_, 0, static_cast<::size_t>(
214 reinterpret_cast<char*>(&_impl_.processing_token_) -
215 reinterpret_cast<char*>(&_impl_.tokens_received_)) + sizeof(_impl_.processing_token_));
216 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
217}

◆ clear_deciding_destination()

void dunedaq::dfmodules::opmon::DFOInfo::clear_deciding_destination ( )
inline

Definition at line 599 of file DFOModule.pb.h.

599 {
600 _impl_.deciding_destination_ = ::uint64_t{0u};
601}

◆ clear_decisions_received()

void dunedaq::dfmodules::opmon::DFOInfo::clear_decisions_received ( )
inline

Definition at line 533 of file DFOModule.pb.h.

533 {
534 _impl_.decisions_received_ = ::uint64_t{0u};
535}

◆ clear_decisions_sent()

void dunedaq::dfmodules::opmon::DFOInfo::clear_decisions_sent ( )
inline

Definition at line 555 of file DFOModule.pb.h.

555 {
556 _impl_.decisions_sent_ = ::uint64_t{0u};
557}

◆ clear_forwarding_decision()

void dunedaq::dfmodules::opmon::DFOInfo::clear_forwarding_decision ( )
inline

Definition at line 621 of file DFOModule.pb.h.

621 {
622 _impl_.forwarding_decision_ = ::uint64_t{0u};
623}

◆ clear_processing_token()

void dunedaq::dfmodules::opmon::DFOInfo::clear_processing_token ( )
inline

Definition at line 665 of file DFOModule.pb.h.

665 {
666 _impl_.processing_token_ = ::uint64_t{0u};
667}

◆ clear_tokens_received()

void dunedaq::dfmodules::opmon::DFOInfo::clear_tokens_received ( )
inline

Definition at line 511 of file DFOModule.pb.h.

511 {
512 _impl_.tokens_received_ = ::uint64_t{0u};
513}

◆ clear_waiting_for_decision()

void dunedaq::dfmodules::opmon::DFOInfo::clear_waiting_for_decision ( )
inline

Definition at line 577 of file DFOModule.pb.h.

577 {
578 _impl_.waiting_for_decision_ = ::uint64_t{0u};
579}

◆ clear_waiting_for_token()

void dunedaq::dfmodules::opmon::DFOInfo::clear_waiting_for_token ( )
inline

Definition at line 643 of file DFOModule.pb.h.

643 {
644 _impl_.waiting_for_token_ = ::uint64_t{0u};
645}

◆ CopyFrom()

void dunedaq::dfmodules::opmon::DFOInfo::CopyFrom ( const DFOInfo & from)

Definition at line 479 of file DFOModule.pb.cc.

479 {
480// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dfmodules.opmon.DFOInfo)
481 if (&from == this) return;
482 Clear();
483 MergeFrom(from);
484}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const DFOInfo &from)

◆ deciding_destination()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::deciding_destination ( ) const
inline

Definition at line 602 of file DFOModule.pb.h.

602 {
603 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.deciding_destination)
605}

◆ decisions_received()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::decisions_received ( ) const
inline

Definition at line 536 of file DFOModule.pb.h.

536 {
537 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.decisions_received)
539}

◆ decisions_sent()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::decisions_sent ( ) const
inline

Definition at line 558 of file DFOModule.pb.h.

558 {
559 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.decisions_sent)
561}

◆ default_instance()

static const DFOInfo & dunedaq::dfmodules::opmon::DFOInfo::default_instance ( )
inlinestatic

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

130 {
132 }
static const DFOInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::DFOInfo::descriptor ( )
inlinestatic

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

121 {
122 return GetDescriptor();
123 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ forwarding_decision()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::forwarding_decision ( ) const
inline

Definition at line 624 of file DFOModule.pb.h.

624 {
625 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.forwarding_decision)
627}

◆ FullMessageName()

::absl::string_view dunedaq::dfmodules::opmon::DFOInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 193 of file DFOModule.pb.h.

193 {
194 return "dunedaq.dfmodules.opmon.DFOInfo";
195 }

◆ GetCachedSize()

int dunedaq::dfmodules::opmon::DFOInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 183 of file DFOModule.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dfmodules::opmon::DFOInfo::GetClassData ( ) const
final

Definition at line 441 of file DFOModule.pb.cc.

441{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::DFOInfo::GetDescriptor ( )
inlinestatic

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

124 {
125 return default_instance().GetMetadata().descriptor;
126 }
static const DFOInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dfmodules::opmon::DFOInfo::GetMetadata ( ) const
final

Definition at line 501 of file DFOModule.pb.cc.

501 {
502 return ::_pbi::AssignDescriptors(
505}
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fDFOModule_2eproto_once
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fDFOModule_2eproto[2]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fDFOModule_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dfmodules::opmon::DFOInfo::GetReflection ( )
inlinestatic

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

127 {
128 return default_instance().GetMetadata().reflection;
129 }

◆ internal_default_instance()

static const DFOInfo * dunedaq::dfmodules::opmon::DFOInfo::internal_default_instance ( )
inlinestatic

Definition at line 133 of file DFOModule.pb.h.

133 {
134 return reinterpret_cast<const DFOInfo*>(
136 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DFOInfoDefaultTypeInternal _DFOInfo_default_instance_

◆ InternalSwap()

void dunedaq::dfmodules::opmon::DFOInfo::InternalSwap ( DFOInfo * other)
private

Definition at line 490 of file DFOModule.pb.cc.

490 {
491 using std::swap;
492 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
493 ::google::protobuf::internal::memswap<
494 PROTOBUF_FIELD_OFFSET(DFOInfo, _impl_.processing_token_)
496 - PROTOBUF_FIELD_OFFSET(DFOInfo, _impl_.tokens_received_)>(
497 reinterpret_cast<char*>(&_impl_.tokens_received_),
498 reinterpret_cast<char*>(&other->_impl_.tokens_received_));
499}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dfmodules::opmon::DFOInfo::IsInitialized ( ) const
final

Definition at line 486 of file DFOModule.pb.cc.

486 {
487 return true;
488}

◆ MergeFrom()

void dunedaq::dfmodules::opmon::DFOInfo::MergeFrom ( const DFOInfo & from)
inline

Definition at line 170 of file DFOModule.pb.h.

170 {
171 DFOInfo::MergeImpl(*this, from);
172 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 444 of file DFOModule.pb.cc.

444 {
445 auto* const _this = static_cast<DFOInfo*>(&to_msg);
446 auto& from = static_cast<const DFOInfo&>(from_msg);
447 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dfmodules.opmon.DFOInfo)
448 ABSL_DCHECK_NE(&from, _this);
449 ::uint32_t cached_has_bits = 0;
450 (void) cached_has_bits;
451
452 if (from._internal_tokens_received() != 0) {
453 _this->_internal_set_tokens_received(from._internal_tokens_received());
454 }
455 if (from._internal_decisions_received() != 0) {
456 _this->_internal_set_decisions_received(from._internal_decisions_received());
457 }
458 if (from._internal_decisions_sent() != 0) {
459 _this->_internal_set_decisions_sent(from._internal_decisions_sent());
460 }
461 if (from._internal_waiting_for_decision() != 0) {
462 _this->_internal_set_waiting_for_decision(from._internal_waiting_for_decision());
463 }
464 if (from._internal_deciding_destination() != 0) {
465 _this->_internal_set_deciding_destination(from._internal_deciding_destination());
466 }
467 if (from._internal_forwarding_decision() != 0) {
468 _this->_internal_set_forwarding_decision(from._internal_forwarding_decision());
469 }
470 if (from._internal_waiting_for_token() != 0) {
471 _this->_internal_set_waiting_for_token(from._internal_waiting_for_token());
472 }
473 if (from._internal_processing_token() != 0) {
474 _this->_internal_set_processing_token(from._internal_processing_token());
475 }
476 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
477}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dfmodules::opmon::DFOInfo::mutable_unknown_fields ( )
inline

Definition at line 117 of file DFOModule.pb.h.

117 {
118 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
119 }

◆ New()

DFOInfo * dunedaq::dfmodules::opmon::DFOInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 164 of file DFOModule.pb.h.

164 {
165 return CreateMaybeMessage<DFOInfo>(arena);
166 }

◆ operator=() [1/2]

DFOInfo & dunedaq::dfmodules::opmon::DFOInfo::operator= ( const DFOInfo & from)
inline

Definition at line 96 of file DFOModule.pb.h.

96 {
97 CopyFrom(from);
98 return *this;
99 }
void CopyFrom(const DFOInfo &from)

◆ operator=() [2/2]

DFOInfo & dunedaq::dfmodules::opmon::DFOInfo::operator= ( DFOInfo && from)
inlinenoexcept

Definition at line 100 of file DFOModule.pb.h.

100 {
101 if (this == &from) return *this;
102 if (GetOwningArena() == from.GetOwningArena()
103 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104 && GetOwningArena() != nullptr
105 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
106 ) {
107 InternalSwap(&from);
108 } else {
109 CopyFrom(from);
110 }
111 return *this;
112 }

◆ processing_token()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::processing_token ( ) const
inline

Definition at line 668 of file DFOModule.pb.h.

668 {
669 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.processing_token)
671}

◆ set_deciding_destination()

void dunedaq::dfmodules::opmon::DFOInfo::set_deciding_destination ( ::uint64_t value)
inline

Definition at line 606 of file DFOModule.pb.h.

606 {
608 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.deciding_destination)
609}
void _internal_set_deciding_destination(::uint64_t value)

◆ set_decisions_received()

void dunedaq::dfmodules::opmon::DFOInfo::set_decisions_received ( ::uint64_t value)
inline

Definition at line 540 of file DFOModule.pb.h.

540 {
542 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.decisions_received)
543}
void _internal_set_decisions_received(::uint64_t value)

◆ set_decisions_sent()

void dunedaq::dfmodules::opmon::DFOInfo::set_decisions_sent ( ::uint64_t value)
inline

Definition at line 562 of file DFOModule.pb.h.

562 {
564 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.decisions_sent)
565}
void _internal_set_decisions_sent(::uint64_t value)

◆ set_forwarding_decision()

void dunedaq::dfmodules::opmon::DFOInfo::set_forwarding_decision ( ::uint64_t value)
inline

Definition at line 628 of file DFOModule.pb.h.

628 {
630 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.forwarding_decision)
631}
void _internal_set_forwarding_decision(::uint64_t value)

◆ set_processing_token()

void dunedaq::dfmodules::opmon::DFOInfo::set_processing_token ( ::uint64_t value)
inline

Definition at line 672 of file DFOModule.pb.h.

672 {
674 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.processing_token)
675}
void _internal_set_processing_token(::uint64_t value)

◆ set_tokens_received()

void dunedaq::dfmodules::opmon::DFOInfo::set_tokens_received ( ::uint64_t value)
inline

Definition at line 518 of file DFOModule.pb.h.

518 {
520 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.tokens_received)
521}
void _internal_set_tokens_received(::uint64_t value)

◆ set_waiting_for_decision()

void dunedaq::dfmodules::opmon::DFOInfo::set_waiting_for_decision ( ::uint64_t value)
inline

Definition at line 584 of file DFOModule.pb.h.

584 {
586 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_decision)
587}
void _internal_set_waiting_for_decision(::uint64_t value)

◆ set_waiting_for_token()

void dunedaq::dfmodules::opmon::DFOInfo::set_waiting_for_token ( ::uint64_t value)
inline

Definition at line 650 of file DFOModule.pb.h.

650 {
652 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_token)
653}
void _internal_set_waiting_for_token(::uint64_t value)

◆ SetCachedSize()

void dunedaq::dfmodules::opmon::DFOInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 203 of file DFOModule.pb.cc.

203 {
205}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dfmodules::opmon::DFOInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 181 of file DFOModule.pb.cc.

181 {
182 (void)arena;
183 new (&_impl_) Impl_{
184 decltype(_impl_.tokens_received_){::uint64_t{0u}},
185 decltype(_impl_.decisions_received_){::uint64_t{0u}},
186 decltype(_impl_.decisions_sent_){::uint64_t{0u}},
187 decltype(_impl_.waiting_for_decision_){::uint64_t{0u}},
188 decltype(_impl_.deciding_destination_){::uint64_t{0u}},
189 decltype(_impl_.forwarding_decision_){::uint64_t{0u}},
190 decltype(_impl_.waiting_for_token_){::uint64_t{0u}},
191 decltype(_impl_.processing_token_){::uint64_t{0u}},
192 /*decltype(_impl_._cached_size_)*/ {},
193 };
194}

◆ SharedDtor()

void dunedaq::dfmodules::opmon::DFOInfo::SharedDtor ( )
inlineprivate

Definition at line 200 of file DFOModule.pb.cc.

200 {
201 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
202}

◆ Swap()

void dunedaq::dfmodules::opmon::DFOInfo::Swap ( DFOInfo * other)
inline

Definition at line 143 of file DFOModule.pb.h.

143 {
144 if (other == this) return;
145 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() != nullptr &&
147 GetOwningArena() == other->GetOwningArena()) {
148 #else // PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() == other->GetOwningArena()) {
150 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
151 InternalSwap(other);
152 } else {
153 ::google::protobuf::internal::GenericSwap(this, other);
154 }
155 }

◆ tokens_received()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::tokens_received ( ) const
inline

Definition at line 514 of file DFOModule.pb.h.

514 {
515 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.tokens_received)
517}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::dfmodules::opmon::DFOInfo::unknown_fields ( ) const
inline

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

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

◆ UnsafeArenaSwap()

void dunedaq::dfmodules::opmon::DFOInfo::UnsafeArenaSwap ( DFOInfo * other)
inline

Definition at line 156 of file DFOModule.pb.h.

156 {
157 if (other == this) return;
158 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
159 InternalSwap(other);
160 }

◆ waiting_for_decision()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::waiting_for_decision ( ) const
inline

Definition at line 580 of file DFOModule.pb.h.

580 {
581 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_decision)
583}

◆ waiting_for_token()

uint64_t dunedaq::dfmodules::opmon::DFOInfo::waiting_for_token ( ) const
inline

Definition at line 646 of file DFOModule.pb.h.

646 {
647 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DFOInfo.waiting_for_token)
649}

Friends And Related Symbol Documentation

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

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

Definition at line 305 of file DFOModule.pb.h.

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

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

Definition at line 192 of file DFOModule.pb.h.

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

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

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

◆ ::TableStruct_dfmodules_2fopmon_2fDFOModule_2eproto

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

◆ swap

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

Definition at line 140 of file DFOModule.pb.h.

140 {
141 a.Swap(&b);
142 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 200 of file DFOModule.pb.h.

◆ _impl_

Impl_ dunedaq::dfmodules::opmon::DFOInfo::_impl_

Definition at line 320 of file DFOModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 4, 8, 0, 0, 2 > dunedaq::dfmodules::opmon::DFOInfo::_table_
staticprivate

Definition at line 304 of file DFOModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::dfmodules::opmon::DFOInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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