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 267 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 394 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 697 of file datahandling_info.pb.cc.

697 {
698 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
699 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
700 SharedDtor();
701}

◆ 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 682 of file datahandling_info.pb.cc.

683 : ::google::protobuf::Message(), _impl_(from._impl_) {
684 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
685 from._internal_metadata_);
686 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
687}

◆ DataSourceInfo() [4/6]

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

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

277 : DataSourceInfo() {
278 *this = ::std::move(from);
279 }

◆ DataSourceInfo() [5/6]

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

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

678 : ::google::protobuf::Message(arena) {
679 SharedCtor(arena);
680 // @@protoc_insertion_point(arena_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
681}
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 2419 of file datahandling_info.pb.h.

2419 {
2420 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2422}

◆ _internal_num_packets()

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

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

2397 {
2398 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2399 return _impl_.num_packets_;
2400}

◆ _internal_set_num_dropped_packets()

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

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

2423 {
2424 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2425 ;
2427}

◆ _internal_set_num_packets()

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

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

2401 {
2402 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2403 ;
2404 _impl_.num_packets_ = value;
2405}

◆ _internal_set_sum_packets()

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

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

2379 {
2380 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2381 ;
2382 _impl_.sum_packets_ = value;
2383}

◆ _internal_sum_packets()

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

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

2375 {
2376 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2377 return _impl_.sum_packets_;
2378}

◆ _InternalParse()

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

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

722 {
723 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
724 return ptr;
725}
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 771 of file datahandling_info.pb.cc.

773 {
774 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
775 ::uint32_t cached_has_bits = 0;
776 (void)cached_has_bits;
777
778 // uint64 sum_packets = 1;
779 if (this->_internal_sum_packets() != 0) {
780 target = stream->EnsureSpace(target);
781 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
782 1, this->_internal_sum_packets(), target);
783 }
784
785 // uint64 num_packets = 2;
786 if (this->_internal_num_packets() != 0) {
787 target = stream->EnsureSpace(target);
788 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
789 2, this->_internal_num_packets(), target);
790 }
791
792 // uint64 num_dropped_packets = 3;
793 if (this->_internal_num_dropped_packets() != 0) {
794 target = stream->EnsureSpace(target);
795 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
796 3, this->_internal_num_dropped_packets(), target);
797 }
798
799 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
800 target =
801 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
802 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
803 }
804 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
805 return target;
806}

◆ ByteSizeLong()

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

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

808 {
809// @@protoc_insertion_point(message_byte_size_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
810 ::size_t total_size = 0;
811
812 ::uint32_t cached_has_bits = 0;
813 // Prevent compiler warnings about cached_has_bits being unused
814 (void) cached_has_bits;
815
816 // uint64 sum_packets = 1;
817 if (this->_internal_sum_packets() != 0) {
818 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
819 this->_internal_sum_packets());
820 }
821
822 // uint64 num_packets = 2;
823 if (this->_internal_num_packets() != 0) {
824 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
825 this->_internal_num_packets());
826 }
827
828 // uint64 num_dropped_packets = 3;
829 if (this->_internal_num_dropped_packets() != 0) {
830 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
832 }
833
834 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
835}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

709 {
710// @@protoc_insertion_point(message_clear_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
711 ::uint32_t cached_has_bits = 0;
712 // Prevent compiler warnings about cached_has_bits being unused
713 (void) cached_has_bits;
714
715 ::memset(&_impl_.sum_packets_, 0, static_cast<::size_t>(
716 reinterpret_cast<char*>(&_impl_.num_dropped_packets_) -
717 reinterpret_cast<char*>(&_impl_.sum_packets_)) + sizeof(_impl_.num_dropped_packets_));
718 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
719}

◆ clear_num_dropped_packets()

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

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

2408 {
2409 _impl_.num_dropped_packets_ = ::uint64_t{0u};
2410}

◆ clear_num_packets()

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

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

2386 {
2387 _impl_.num_packets_ = ::uint64_t{0u};
2388}

◆ clear_sum_packets()

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

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

2364 {
2365 _impl_.sum_packets_ = ::uint64_t{0u};
2366}

◆ CopyFrom()

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

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

864 {
865// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
866 if (&from == this) return;
867 Clear();
868 MergeFrom(from);
869}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

315 {
317 }
static const DataSourceInfo * internal_default_instance()

◆ descriptor()

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

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

306 {
307 return GetDescriptor();
308 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

378 {
379 return "dunedaq.datahandlinglibs.opmon.DataSourceInfo";
380 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

309 {
310 return default_instance().GetMetadata().descriptor;
311 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

886 {
887 return ::_pbi::AssignDescriptors(
890}
::absl::once_flag descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto[11]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto_getter()

◆ GetReflection()

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

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

312 {
313 return default_instance().GetMetadata().reflection;
314 }

◆ internal_default_instance()

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

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

318 {
319 return reinterpret_cast<const DataSourceInfo*>(
321 }
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 875 of file datahandling_info.pb.cc.

875 {
876 using std::swap;
877 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
878 ::google::protobuf::internal::memswap<
879 PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.num_dropped_packets_)
881 - PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.sum_packets_)>(
882 reinterpret_cast<char*>(&_impl_.sum_packets_),
883 reinterpret_cast<char*>(&other->_impl_.sum_packets_));
884}

◆ IsInitialized()

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

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

871 {
872 return true;
873}

◆ MergeFrom()

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

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

355 {
356 DataSourceInfo::MergeImpl(*this, from);
357 }
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 844 of file datahandling_info.pb.cc.

844 {
845 auto* const _this = static_cast<DataSourceInfo*>(&to_msg);
846 auto& from = static_cast<const DataSourceInfo&>(from_msg);
847 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
848 ABSL_DCHECK_NE(&from, _this);
849 ::uint32_t cached_has_bits = 0;
850 (void) cached_has_bits;
851
852 if (from._internal_sum_packets() != 0) {
853 _this->_internal_set_sum_packets(from._internal_sum_packets());
854 }
855 if (from._internal_num_packets() != 0) {
856 _this->_internal_set_num_packets(from._internal_num_packets());
857 }
858 if (from._internal_num_dropped_packets() != 0) {
859 _this->_internal_set_num_dropped_packets(from._internal_num_dropped_packets());
860 }
861 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
862}

◆ mutable_unknown_fields()

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

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

302 {
303 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
304 }

◆ New()

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

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

349 {
350 return CreateMaybeMessage<DataSourceInfo>(arena);
351 }

◆ num_dropped_packets()

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

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

2411 {
2412 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2414}

◆ num_packets()

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

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

2389 {
2390 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
2391 return _internal_num_packets();
2392}

◆ operator=() [1/2]

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

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

281 {
282 CopyFrom(from);
283 return *this;
284 }

◆ operator=() [2/2]

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

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

285 {
286 if (this == &from) return *this;
287 if (GetOwningArena() == from.GetOwningArena()
288 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
289 && GetOwningArena() != nullptr
290 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
291 ) {
292 InternalSwap(&from);
293 } else {
294 CopyFrom(from);
295 }
296 return *this;
297 }

◆ set_num_dropped_packets()

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

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

2415 {
2417 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2418}

◆ set_num_packets()

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

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

2393 {
2395 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
2396}

◆ set_sum_packets()

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

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

2371 {
2373 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
2374}

◆ SetCachedSize()

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

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

705 {
707}
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 688 of file datahandling_info.pb.cc.

688 {
689 (void)arena;
690 new (&_impl_) Impl_{
691 decltype(_impl_.sum_packets_){::uint64_t{0u}},
692 decltype(_impl_.num_packets_){::uint64_t{0u}},
693 decltype(_impl_.num_dropped_packets_){::uint64_t{0u}},
694 /*decltype(_impl_._cached_size_)*/ {},
695 };
696}

◆ SharedDtor()

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

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

702 {
703 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
704}

◆ sum_packets()

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

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

2367 {
2368 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
2369 return _internal_sum_packets();
2370}

◆ Swap()

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

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

328 {
329 if (other == this) return;
330 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
331 if (GetOwningArena() != nullptr &&
332 GetOwningArena() == other->GetOwningArena()) {
333 #else // PROTOBUF_FORCE_COPY_IN_SWAP
334 if (GetOwningArena() == other->GetOwningArena()) {
335 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
336 InternalSwap(other);
337 } else {
338 ::google::protobuf::internal::GenericSwap(this, other);
339 }
340 }

◆ unknown_fields()

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

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

299 {
300 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
301 }

◆ UnsafeArenaSwap()

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

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

341 {
342 if (other == this) return;
343 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
344 InternalSwap(other);
345 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_datahandlinglibs_2fopmon_2fdatahandling_5finfo_2eproto

◆ swap

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

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

325 {
326 a.Swap(&b);
327 }

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 385 of file datahandling_info.pb.h.

◆ _impl_

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

Definition at line 445 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 434 of file datahandling_info.pb.h.

◆ kIndexInFileMessages

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

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


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