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

702 {
703 // @@protoc_insertion_point(destructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
704 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
705 SharedDtor();
706}

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

688 : ::google::protobuf::Message(), _impl_(from._impl_) {
689 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
690 from._internal_metadata_);
691 // @@protoc_insertion_point(copy_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
692}

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

683 : ::google::protobuf::Message(arena) {
684 SharedCtor(arena);
685 // @@protoc_insertion_point(arena_constructor:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
686}
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 2443 of file datahandling_info.pb.h.

2443 {
2444 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2446}

◆ _internal_num_packets()

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

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

2421 {
2422 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2423 return _impl_.num_packets_;
2424}

◆ _internal_set_num_dropped_packets()

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

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

2447 {
2448 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2449 ;
2451}

◆ _internal_set_num_packets()

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

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

2425 {
2426 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2427 ;
2428 _impl_.num_packets_ = value;
2429}

◆ _internal_set_sum_packets()

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

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

2403 {
2404 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
2405 ;
2406 _impl_.sum_packets_ = value;
2407}

◆ _internal_sum_packets()

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

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

2399 {
2400 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
2401 return _impl_.sum_packets_;
2402}

◆ _InternalParse()

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

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

727 {
728 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
729 return ptr;
730}
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 776 of file datahandling_info.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_num_dropped_packets()

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

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

2432 {
2433 _impl_.num_dropped_packets_ = ::uint64_t{0u};
2434}

◆ clear_num_packets()

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

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

2410 {
2411 _impl_.num_packets_ = ::uint64_t{0u};
2412}

◆ clear_sum_packets()

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

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

2388 {
2389 _impl_.sum_packets_ = ::uint64_t{0u};
2390}

◆ CopyFrom()

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

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

869 {
870// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.datahandlinglibs.opmon.DataSourceInfo)
871 if (&from == this) return;
872 Clear();
873 MergeFrom(from);
874}
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 846 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 891 of file datahandling_info.pb.cc.

891 {
892 return ::_pbi::AssignDescriptors(
895}
::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 880 of file datahandling_info.pb.cc.

880 {
881 using std::swap;
882 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
883 ::google::protobuf::internal::memswap<
884 PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.num_dropped_packets_)
886 - PROTOBUF_FIELD_OFFSET(DataSourceInfo, _impl_.sum_packets_)>(
887 reinterpret_cast<char*>(&_impl_.sum_packets_),
888 reinterpret_cast<char*>(&other->_impl_.sum_packets_));
889}

◆ IsInitialized()

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

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

876 {
877 return true;
878}

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

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

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

2435 {
2436 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2438}

◆ num_packets()

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

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

2413 {
2414 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
2415 return _internal_num_packets();
2416}

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

2439 {
2441 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_dropped_packets)
2442}

◆ set_num_packets()

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

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

2417 {
2419 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.num_packets)
2420}

◆ set_sum_packets()

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

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

2395 {
2397 // @@protoc_insertion_point(field_set:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
2398}

◆ SetCachedSize()

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

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

710 {
712}
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 693 of file datahandling_info.pb.cc.

693 {
694 (void)arena;
695 new (&_impl_) Impl_{
696 decltype(_impl_.sum_packets_){::uint64_t{0u}},
697 decltype(_impl_.num_packets_){::uint64_t{0u}},
698 decltype(_impl_.num_dropped_packets_){::uint64_t{0u}},
699 /*decltype(_impl_._cached_size_)*/ {},
700 };
701}

◆ SharedDtor()

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

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

707 {
708 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
709}

◆ sum_packets()

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

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

2391 {
2392 // @@protoc_insertion_point(field_get:dunedaq.datahandlinglibs.opmon.DataSourceInfo.sum_packets)
2393 return _internal_sum_packets();
2394}

◆ 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: