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

#include <datahandling_info.pb.h>

Inheritance diagram for dunedaq::datahandlinglibs::opmon::DataSourceInfo:
[legend]
Collaboration diagram for dunedaq::datahandlinglibs::opmon::DataSourceInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kSumPacketsFieldNumber = 1 , kNumPacketsFieldNumber = 2 , kNumDroppedPacketsFieldNumber = 3 }
 

Public Member Functions

 DataSourceInfo ()
 
 ~DataSourceInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR DataSourceInfo (::google::protobuf::internal::ConstantInitialized)
 
 DataSourceInfo (const DataSourceInfo &from)
 
 DataSourceInfo (DataSourceInfo &&from) noexcept
 
DataSourceInfooperator= (const DataSourceInfo &from)
 
DataSourceInfooperator= (DataSourceInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DataSourceInfo *other)
 
void UnsafeArenaSwap (DataSourceInfo *other)
 
DataSourceInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const DataSourceInfo &from)
 
void MergeFrom (const DataSourceInfo &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_sum_packets ()
 
::uint64_t sum_packets () const
 
void set_sum_packets (::uint64_t value)
 
void clear_num_packets ()
 
::uint64_t num_packets () const
 
void set_num_packets (::uint64_t value)
 
void clear_num_dropped_packets ()
 
::uint64_t num_dropped_packets () const
 
void set_num_dropped_packets (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR DataSourceInfo (::_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 DataSourceInfodefault_instance ()
 
static const DataSourceInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 DataSourceInfo (::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 (DataSourceInfo *other)
 
::uint64_t _internal_sum_packets () const
 
void _internal_set_sum_packets (::uint64_t value)
 
::uint64_t _internal_num_packets () const
 
void _internal_set_num_packets (::uint64_t value)
 
::uint64_t _internal_num_dropped_packets () const
 
void _internal_set_num_dropped_packets (::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< 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_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto
 
void swap (DataSourceInfo &a, DataSourceInfo &b)
 

Detailed Description

Definition at line 261 of file datahandling_info.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSumPacketsFieldNumber 
kNumPacketsFieldNumber 
kNumDroppedPacketsFieldNumber 

Definition at line 388 of file datahandling_info.pb.h.

Constructor & Destructor Documentation

◆ DataSourceInfo() [1/6]

dunedaq::datahandlinglibs::opmon::DataSourceInfo::DataSourceInfo ( )
inline

◆ ~DataSourceInfo()

dunedaq::datahandlinglibs::opmon::DataSourceInfo::~DataSourceInfo ( )
override

Definition at line 623 of file datahandling_info.pb.cc.

623 {
624 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
625 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
626 SharedDtor();
627}

◆ DataSourceInfo() [2/6]

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

◆ DataSourceInfo() [3/6]

dunedaq::datahandlinglibs::opmon::DataSourceInfo::DataSourceInfo ( const DataSourceInfo & from)

Definition at line 608 of file datahandling_info.pb.cc.

609 : ::google::protobuf::Message(), _impl_(from._impl_) {
610 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
611 from._internal_metadata_);
612 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
613}

◆ DataSourceInfo() [4/6]

dunedaq::datahandlinglibs::opmon::DataSourceInfo::DataSourceInfo ( DataSourceInfo && from)
inlinenoexcept

Definition at line 270 of file datahandling_info.pb.h.

271 : DataSourceInfo() {
272 *this = ::std::move(from);
273 }

◆ DataSourceInfo() [5/6]

dunedaq::datahandlinglibs::opmon::DataSourceInfo::DataSourceInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 603 of file datahandling_info.pb.cc.

604 : ::google::protobuf::Message(arena) {
605 SharedCtor(arena);
606 // @@protoc_insertion_point(arena_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
607}
void SharedCtor(::google::protobuf::Arena *arena)

◆ DataSourceInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::datahandlinglibs::opmon::DataSourceInfo::DataSourceInfo ( ::_pbi::ConstantInitialized )

Definition at line 43 of file datahandling_info.pb.cc.

44 : _impl_{
45 /*decltype(_impl_.sum_packets_)*/ ::uint64_t{0u},
46 /*decltype(_impl_.num_packets_)*/ ::uint64_t{0u},
47 /*decltype(_impl_.num_dropped_packets_)*/ ::uint64_t{0u},
48 /*decltype(_impl_._cached_size_)*/ {},
49 } {}

Member Function Documentation

◆ _internal_num_dropped_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_num_dropped_packets ( ) const
inlineprivate

Definition at line 2013 of file datahandling_info.pb.h.

2013 {
2014 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2016}

◆ _internal_num_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_num_packets ( ) const
inlineprivate

Definition at line 1991 of file datahandling_info.pb.h.

1991 {
1992 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1993 return _impl_.num_packets_;
1994}

◆ _internal_set_num_dropped_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_set_num_dropped_packets ( ::uint64_t value)
inlineprivate

Definition at line 2017 of file datahandling_info.pb.h.

2017 {
2018 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2019 ;
2021}

◆ _internal_set_num_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_set_num_packets ( ::uint64_t value)
inlineprivate

Definition at line 1995 of file datahandling_info.pb.h.

1995 {
1996 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1997 ;
1998 _impl_.num_packets_ = value;
1999}

◆ _internal_set_sum_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_set_sum_packets ( ::uint64_t value)
inlineprivate

Definition at line 1973 of file datahandling_info.pb.h.

1973 {
1974 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1975 ;
1976 _impl_.sum_packets_ = value;
1977}

◆ _internal_sum_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::_internal_sum_packets ( ) const
inlineprivate

Definition at line 1969 of file datahandling_info.pb.h.

1969 {
1970 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1971 return _impl_.sum_packets_;
1972}

◆ _InternalParse()

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

Definition at line 647 of file datahandling_info.pb.cc.

648 {
649 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
650 return ptr;
651}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 697 of file datahandling_info.pb.cc.

699 {
700 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
701 ::uint32_t cached_has_bits = 0;
702 (void)cached_has_bits;
703
704 // uint64 sum_packets = 1;
705 if (this->_internal_sum_packets() != 0) {
706 target = stream->EnsureSpace(target);
707 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
708 1, this->_internal_sum_packets(), target);
709 }
710
711 // uint64 num_packets = 2;
712 if (this->_internal_num_packets() != 0) {
713 target = stream->EnsureSpace(target);
714 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
715 2, this->_internal_num_packets(), target);
716 }
717
718 // uint64 num_dropped_packets = 3;
719 if (this->_internal_num_dropped_packets() != 0) {
720 target = stream->EnsureSpace(target);
721 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
722 3, this->_internal_num_dropped_packets(), target);
723 }
724
725 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
726 target =
727 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
728 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
729 }
730 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
731 return target;
732}

◆ ByteSizeLong()

size_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::ByteSizeLong ( ) const
final

Definition at line 734 of file datahandling_info.pb.cc.

734 {
735// @@protoc_insertion_point(message_byte_size_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
736 ::size_t total_size = 0;
737
738 ::uint32_t cached_has_bits = 0;
739 // Prevent compiler warnings about cached_has_bits being unused
740 (void) cached_has_bits;
741
742 // uint64 sum_packets = 1;
743 if (this->_internal_sum_packets() != 0) {
744 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
745 this->_internal_sum_packets());
746 }
747
748 // uint64 num_packets = 2;
749 if (this->_internal_num_packets() != 0) {
750 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
751 this->_internal_num_packets());
752 }
753
754 // uint64 num_dropped_packets = 3;
755 if (this->_internal_num_dropped_packets() != 0) {
756 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
758 }
759
760 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
761}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::datahandlinglibs::opmon::DataSourceInfo::Clear ( )
final

Definition at line 635 of file datahandling_info.pb.cc.

635 {
636// @@protoc_insertion_point(message_clear_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
637 ::uint32_t cached_has_bits = 0;
638 // Prevent compiler warnings about cached_has_bits being unused
639 (void) cached_has_bits;
640
641 ::memset(&_impl_.sum_packets_, 0, static_cast<::size_t>(
642 reinterpret_cast<char*>(&_impl_.num_dropped_packets_) -
643 reinterpret_cast<char*>(&_impl_.sum_packets_)) + sizeof(_impl_.num_dropped_packets_));
644 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
645}

◆ clear_num_dropped_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::clear_num_dropped_packets ( )
inline

Definition at line 2002 of file datahandling_info.pb.h.

2002 {
2003 _impl_.num_dropped_packets_ = ::uint64_t{0u};
2004}

◆ clear_num_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::clear_num_packets ( )
inline

Definition at line 1980 of file datahandling_info.pb.h.

1980 {
1981 _impl_.num_packets_ = ::uint64_t{0u};
1982}

◆ clear_sum_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::clear_sum_packets ( )
inline

Definition at line 1958 of file datahandling_info.pb.h.

1958 {
1959 _impl_.sum_packets_ = ::uint64_t{0u};
1960}

◆ CopyFrom()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::CopyFrom ( const DataSourceInfo & from)

Definition at line 790 of file datahandling_info.pb.cc.

790 {
791// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
792 if (&from == this) return;
793 Clear();
794 MergeFrom(from);
795}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const DataSourceInfo & dunedaq::datahandlinglibs::opmon::DataSourceInfo::default_instance ( )
inlinestatic

Definition at line 309 of file datahandling_info.pb.h.

309 {
311 }
static const DataSourceInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataSourceInfo::descriptor ( )
inlinestatic

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

300 {
301 return GetDescriptor();
302 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::datahandlinglibs::opmon::DataSourceInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 372 of file datahandling_info.pb.h.

372 {
373 return "dunedaq.datahandlinglibs.opmon.DataSourceInfo";
374 }

◆ GetCachedSize()

int dunedaq::datahandlinglibs::opmon::DataSourceInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 362 of file datahandling_info.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::datahandlinglibs::opmon::DataSourceInfo::GetClassData ( ) const
final

Definition at line 767 of file datahandling_info.pb.cc.

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::datahandlinglibs::opmon::DataSourceInfo::GetDescriptor ( )
inlinestatic

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

303 {
304 return default_instance().GetMetadata().descriptor;
305 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::datahandlinglibs::opmon::DataSourceInfo::GetMetadata ( ) const
final

Definition at line 812 of file datahandling_info.pb.cc.

812 {
813 return ::_pbi::AssignDescriptors(
816}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[9]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::datahandlinglibs::opmon::DataSourceInfo::GetReflection ( )
inlinestatic

Definition at line 306 of file datahandling_info.pb.h.

306 {
307 return default_instance().GetMetadata().reflection;
308 }

◆ internal_default_instance()

static const DataSourceInfo * dunedaq::datahandlinglibs::opmon::DataSourceInfo::internal_default_instance ( )
inlinestatic

Definition at line 312 of file datahandling_info.pb.h.

312 {
313 return reinterpret_cast<const DataSourceInfo*>(
315 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DataSourceInfoDefaultTypeInternal _DataSourceInfo_default_instance_

◆ InternalSwap()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::InternalSwap ( DataSourceInfo * other)
private

Definition at line 801 of file datahandling_info.pb.cc.

801 {
802 using std::swap;
803 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
804 ::google::protobuf::internal::memswap<
805 PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.num_dropped_packets_)
807 - PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.sum_packets_)>(
808 reinterpret_cast<char*>(&_impl_.sum_packets_),
809 reinterpret_cast<char*>(&other->_impl_.sum_packets_));
810}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::datahandlinglibs::opmon::DataSourceInfo::IsInitialized ( ) const
final

Definition at line 797 of file datahandling_info.pb.cc.

797 {
798 return true;
799}

◆ MergeFrom()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::MergeFrom ( const DataSourceInfo & from)
inline

Definition at line 349 of file datahandling_info.pb.h.

349 {
350 DataSourceInfo::MergeImpl(*this, from);
351 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 770 of file datahandling_info.pb.cc.

770 {
771 auto* const _this = static_cast<DataSourceInfo*>(&to_msg);
772 auto& from = static_cast<const DataSourceInfo&>(from_msg);
773 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
774 ABSL_DCHECK_NE(&from, _this);
775 ::uint32_t cached_has_bits = 0;
776 (void) cached_has_bits;
777
778 if (from._internal_sum_packets() != 0) {
779 _this->_internal_set_sum_packets(from._internal_sum_packets());
780 }
781 if (from._internal_num_packets() != 0) {
782 _this->_internal_set_num_packets(from._internal_num_packets());
783 }
784 if (from._internal_num_dropped_packets() != 0) {
785 _this->_internal_set_num_dropped_packets(from._internal_num_dropped_packets());
786 }
787 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
788}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::datahandlinglibs::opmon::DataSourceInfo::mutable_unknown_fields ( )
inline

Definition at line 296 of file datahandling_info.pb.h.

296 {
297 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
298 }

◆ New()

DataSourceInfo * dunedaq::datahandlinglibs::opmon::DataSourceInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

343 {
344 return CreateMaybeMessage<DataSourceInfo>(arena);
345 }

◆ num_dropped_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::num_dropped_packets ( ) const
inline

Definition at line 2005 of file datahandling_info.pb.h.

2005 {
2006 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2008}

◆ num_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::num_packets ( ) const
inline

Definition at line 1983 of file datahandling_info.pb.h.

1983 {
1984 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
1985 return _internal_num_packets();
1986}

◆ operator=() [1/2]

DataSourceInfo & dunedaq::datahandlinglibs::opmon::DataSourceInfo::operator= ( const DataSourceInfo & from)
inline

Definition at line 275 of file datahandling_info.pb.h.

275 {
276 CopyFrom(from);
277 return *this;
278 }

◆ operator=() [2/2]

DataSourceInfo & dunedaq::datahandlinglibs::opmon::DataSourceInfo::operator= ( DataSourceInfo && from)
inlinenoexcept

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

279 {
280 if (this == &from) return *this;
281 if (GetOwningArena() == from.GetOwningArena()
282 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
283 && GetOwningArena() != nullptr
284 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
285 ) {
286 InternalSwap(&from);
287 } else {
288 CopyFrom(from);
289 }
290 return *this;
291 }

◆ set_num_dropped_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::set_num_dropped_packets ( ::uint64_t value)
inline

Definition at line 2009 of file datahandling_info.pb.h.

2009 {
2011 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2012}

◆ set_num_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::set_num_packets ( ::uint64_t value)
inline

Definition at line 1987 of file datahandling_info.pb.h.

1987 {
1989 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
1990}

◆ set_sum_packets()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::set_sum_packets ( ::uint64_t value)
inline

Definition at line 1965 of file datahandling_info.pb.h.

1965 {
1967 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
1968}

◆ SetCachedSize()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 631 of file datahandling_info.pb.cc.

631 {
633}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 614 of file datahandling_info.pb.cc.

614 {
615 (void)arena;
616 new (&_impl_) Impl_{
617 decltype(_impl_.sum_packets_){::uint64_t{0u}},
618 decltype(_impl_.num_packets_){::uint64_t{0u}},
619 decltype(_impl_.num_dropped_packets_){::uint64_t{0u}},
620 /*decltype(_impl_._cached_size_)*/ {},
621 };
622}

◆ SharedDtor()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::SharedDtor ( )
inlineprivate

Definition at line 628 of file datahandling_info.pb.cc.

628 {
629 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
630}

◆ sum_packets()

uint64_t dunedaq::datahandlinglibs::opmon::DataSourceInfo::sum_packets ( ) const
inline

Definition at line 1961 of file datahandling_info.pb.h.

1961 {
1962 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
1963 return _internal_sum_packets();
1964}

◆ Swap()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::Swap ( DataSourceInfo * other)
inline

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

322 {
323 if (other == this) return;
324 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
325 if (GetOwningArena() != nullptr &&
326 GetOwningArena() == other->GetOwningArena()) {
327 #else // PROTOBUF_FORCE_COPY_IN_SWAP
328 if (GetOwningArena() == other->GetOwningArena()) {
329 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
330 InternalSwap(other);
331 } else {
332 ::google::protobuf::internal::GenericSwap(this, other);
333 }
334 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::datahandlinglibs::opmon::DataSourceInfo::unknown_fields ( ) const
inline

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

293 {
294 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
295 }

◆ UnsafeArenaSwap()

void dunedaq::datahandlinglibs::opmon::DataSourceInfo::UnsafeArenaSwap ( DataSourceInfo * other)
inline

Definition at line 335 of file datahandling_info.pb.h.

335 {
336 if (other == this) return;
337 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
338 InternalSwap(other);
339 }

Friends And Related Symbol Documentation

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

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

Definition at line 429 of file datahandling_info.pb.h.

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

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

Definition at line 371 of file datahandling_info.pb.h.

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

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

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

◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto

◆ swap

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

Definition at line 319 of file datahandling_info.pb.h.

319 {
320 a.Swap(&b);
321 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 379 of file datahandling_info.pb.h.

◆ _impl_

Impl_ dunedaq::datahandlinglibs::opmon::DataSourceInfo::_impl_

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

◆ _table_

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

Definition at line 428 of file datahandling_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::datahandlinglibs::opmon::DataSourceInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 316 of file datahandling_info.pb.h.


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