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

#include <DaphneControllerModule.pb.h>

Inheritance diagram for dunedaq::daphnemodules::opmon::StreamInfo:
[legend]
Collaboration diagram for dunedaq::daphnemodules::opmon::StreamInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTotalPacketsFieldNumber = 1 , kNewPacketsFieldNumber = 2 , kTotalDroppedPacketsFieldNumber = 3 , kNewDroppedPacketsFieldNumber = 4 }
 

Public Member Functions

 StreamInfo ()
 
 ~StreamInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR StreamInfo (::google::protobuf::internal::ConstantInitialized)
 
 StreamInfo (const StreamInfo &from)
 
 StreamInfo (StreamInfo &&from) noexcept
 
StreamInfooperator= (const StreamInfo &from)
 
StreamInfooperator= (StreamInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamInfo *other)
 
void UnsafeArenaSwap (StreamInfo *other)
 
StreamInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const StreamInfo &from)
 
void MergeFrom (const StreamInfo &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_total_packets ()
 
::uint64_t total_packets () const
 
void set_total_packets (::uint64_t value)
 
void clear_new_packets ()
 
::uint64_t new_packets () const
 
void set_new_packets (::uint64_t value)
 
void clear_total_dropped_packets ()
 
::uint64_t total_dropped_packets () const
 
void set_total_dropped_packets (::uint64_t value)
 
void clear_new_dropped_packets ()
 
::uint64_t new_dropped_packets () const
 
void set_new_dropped_packets (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR StreamInfo (::_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 StreamInfodefault_instance ()
 
static const StreamInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 StreamInfo (::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 (StreamInfo *other)
 
::uint64_t _internal_total_packets () const
 
void _internal_set_total_packets (::uint64_t value)
 
::uint64_t _internal_new_packets () const
 
void _internal_set_new_packets (::uint64_t value)
 
::uint64_t _internal_total_dropped_packets () const
 
void _internal_set_total_dropped_packets (::uint64_t value)
 
::uint64_t _internal_new_dropped_packets () const
 
void _internal_set_new_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, 4, 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_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto
 
void swap (StreamInfo &a, StreamInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTotalPacketsFieldNumber 
kNewPacketsFieldNumber 
kTotalDroppedPacketsFieldNumber 
kNewDroppedPacketsFieldNumber 

Definition at line 466 of file DaphneControllerModule.pb.h.

Constructor & Destructor Documentation

◆ StreamInfo() [1/6]

dunedaq::daphnemodules::opmon::StreamInfo::StreamInfo ( )
inline

◆ ~StreamInfo()

dunedaq::daphnemodules::opmon::StreamInfo::~StreamInfo ( )
override

Definition at line 724 of file DaphneControllerModule.pb.cc.

724 {
725 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.StreamInfo)
726 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
727 SharedDtor();
728}

◆ StreamInfo() [2/6]

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

◆ StreamInfo() [3/6]

dunedaq::daphnemodules::opmon::StreamInfo::StreamInfo ( const StreamInfo & from)

Definition at line 708 of file DaphneControllerModule.pb.cc.

709 : ::google::protobuf::Message(), _impl_(from._impl_) {
710 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
711 from._internal_metadata_);
712 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.StreamInfo)
713}

◆ StreamInfo() [4/6]

dunedaq::daphnemodules::opmon::StreamInfo::StreamInfo ( StreamInfo && from)
inlinenoexcept

Definition at line 348 of file DaphneControllerModule.pb.h.

349 : StreamInfo() {
350 *this = ::std::move(from);
351 }

◆ StreamInfo() [5/6]

dunedaq::daphnemodules::opmon::StreamInfo::StreamInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 703 of file DaphneControllerModule.pb.cc.

704 : ::google::protobuf::Message(arena) {
705 SharedCtor(arena);
706 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.StreamInfo)
707}
void SharedCtor(::google::protobuf::Arena *arena)

◆ StreamInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::daphnemodules::opmon::StreamInfo::StreamInfo ( ::_pbi::ConstantInitialized )

Definition at line 51 of file DaphneControllerModule.pb.cc.

52 : _impl_{
53 /*decltype(_impl_.total_packets_)*/ ::uint64_t{0u},
54 /*decltype(_impl_.new_packets_)*/ ::uint64_t{0u},
55 /*decltype(_impl_.total_dropped_packets_)*/ ::uint64_t{0u},
56 /*decltype(_impl_.new_dropped_packets_)*/ ::uint64_t{0u},
57 /*decltype(_impl_._cached_size_)*/ {},
58 } {}

Member Function Documentation

◆ _internal_new_dropped_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::_internal_new_dropped_packets ( ) const
inlineprivate

Definition at line 1023 of file DaphneControllerModule.pb.h.

1023 {
1024 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1026}

◆ _internal_new_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::_internal_new_packets ( ) const
inlineprivate

Definition at line 979 of file DaphneControllerModule.pb.h.

979 {
980 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
981 return _impl_.new_packets_;
982}

◆ _internal_set_new_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::_internal_set_new_dropped_packets ( ::uint64_t value)
inlineprivate

Definition at line 1027 of file DaphneControllerModule.pb.h.

1027 {
1028 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1029 ;
1031}

◆ _internal_set_new_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::_internal_set_new_packets ( ::uint64_t value)
inlineprivate

Definition at line 983 of file DaphneControllerModule.pb.h.

983 {
984 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
985 ;
986 _impl_.new_packets_ = value;
987}

◆ _internal_set_total_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::_internal_set_total_dropped_packets ( ::uint64_t value)
inlineprivate

Definition at line 1005 of file DaphneControllerModule.pb.h.

1005 {
1006 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1007 ;
1009}

◆ _internal_set_total_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::_internal_set_total_packets ( ::uint64_t value)
inlineprivate

Definition at line 961 of file DaphneControllerModule.pb.h.

961 {
962 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
963 ;
964 _impl_.total_packets_ = value;
965}

◆ _internal_total_dropped_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::_internal_total_dropped_packets ( ) const
inlineprivate

Definition at line 1001 of file DaphneControllerModule.pb.h.

1001 {
1002 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1004}

◆ _internal_total_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::_internal_total_packets ( ) const
inlineprivate

Definition at line 957 of file DaphneControllerModule.pb.h.

957 {
958 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
959 return _impl_.total_packets_;
960}

◆ _InternalParse()

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

Definition at line 748 of file DaphneControllerModule.pb.cc.

749 {
750 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
751 return ptr;
752}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 803 of file DaphneControllerModule.pb.cc.

805 {
806 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.StreamInfo)
807 ::uint32_t cached_has_bits = 0;
808 (void)cached_has_bits;
809
810 // uint64 total_packets = 1;
811 if (this->_internal_total_packets() != 0) {
812 target = stream->EnsureSpace(target);
813 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
814 1, this->_internal_total_packets(), target);
815 }
816
817 // uint64 new_packets = 2;
818 if (this->_internal_new_packets() != 0) {
819 target = stream->EnsureSpace(target);
820 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
821 2, this->_internal_new_packets(), target);
822 }
823
824 // uint64 total_dropped_packets = 3;
825 if (this->_internal_total_dropped_packets() != 0) {
826 target = stream->EnsureSpace(target);
827 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
828 3, this->_internal_total_dropped_packets(), target);
829 }
830
831 // uint64 new_dropped_packets = 4;
832 if (this->_internal_new_dropped_packets() != 0) {
833 target = stream->EnsureSpace(target);
834 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
835 4, this->_internal_new_dropped_packets(), target);
836 }
837
838 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
839 target =
840 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
841 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
842 }
843 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.StreamInfo)
844 return target;
845}

◆ ByteSizeLong()

size_t dunedaq::daphnemodules::opmon::StreamInfo::ByteSizeLong ( ) const
final

Definition at line 847 of file DaphneControllerModule.pb.cc.

847 {
848// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.StreamInfo)
849 ::size_t total_size = 0;
850
851 ::uint32_t cached_has_bits = 0;
852 // Prevent compiler warnings about cached_has_bits being unused
853 (void) cached_has_bits;
854
855 // uint64 total_packets = 1;
856 if (this->_internal_total_packets() != 0) {
857 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
859 }
860
861 // uint64 new_packets = 2;
862 if (this->_internal_new_packets() != 0) {
863 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
864 this->_internal_new_packets());
865 }
866
867 // uint64 total_dropped_packets = 3;
868 if (this->_internal_total_dropped_packets() != 0) {
869 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
871 }
872
873 // uint64 new_dropped_packets = 4;
874 if (this->_internal_new_dropped_packets() != 0) {
875 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
877 }
878
879 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
880}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::daphnemodules::opmon::StreamInfo::Clear ( )
final

Definition at line 736 of file DaphneControllerModule.pb.cc.

736 {
737// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.StreamInfo)
738 ::uint32_t cached_has_bits = 0;
739 // Prevent compiler warnings about cached_has_bits being unused
740 (void) cached_has_bits;
741
742 ::memset(&_impl_.total_packets_, 0, static_cast<::size_t>(
743 reinterpret_cast<char*>(&_impl_.new_dropped_packets_) -
744 reinterpret_cast<char*>(&_impl_.total_packets_)) + sizeof(_impl_.new_dropped_packets_));
745 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
746}

◆ clear_new_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::clear_new_dropped_packets ( )
inline

Definition at line 1012 of file DaphneControllerModule.pb.h.

1012 {
1013 _impl_.new_dropped_packets_ = ::uint64_t{0u};
1014}

◆ clear_new_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::clear_new_packets ( )
inline

Definition at line 968 of file DaphneControllerModule.pb.h.

968 {
969 _impl_.new_packets_ = ::uint64_t{0u};
970}

◆ clear_total_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::clear_total_dropped_packets ( )
inline

Definition at line 990 of file DaphneControllerModule.pb.h.

990 {
991 _impl_.total_dropped_packets_ = ::uint64_t{0u};
992}

◆ clear_total_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::clear_total_packets ( )
inline

Definition at line 946 of file DaphneControllerModule.pb.h.

946 {
947 _impl_.total_packets_ = ::uint64_t{0u};
948}

◆ CopyFrom()

void dunedaq::daphnemodules::opmon::StreamInfo::CopyFrom ( const StreamInfo & from)

Definition at line 912 of file DaphneControllerModule.pb.cc.

912 {
913// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.StreamInfo)
914 if (&from == this) return;
915 Clear();
916 MergeFrom(from);
917}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const StreamInfo & dunedaq::daphnemodules::opmon::StreamInfo::default_instance ( )
inlinestatic

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

387 {
389 }

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::daphnemodules::opmon::StreamInfo::descriptor ( )
inlinestatic

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

378 {
379 return GetDescriptor();
380 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::daphnemodules::opmon::StreamInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 450 of file DaphneControllerModule.pb.h.

450 {
451 return "dunedaq.daphnemodules.opmon.StreamInfo";
452 }

◆ GetCachedSize()

int dunedaq::daphnemodules::opmon::StreamInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 440 of file DaphneControllerModule.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::daphnemodules::opmon::StreamInfo::GetClassData ( ) const
final

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

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::daphnemodules::opmon::StreamInfo::GetDescriptor ( )
inlinestatic

Definition at line 381 of file DaphneControllerModule.pb.h.

381 {
382 return default_instance().GetMetadata().descriptor;
383 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::daphnemodules::opmon::StreamInfo::GetMetadata ( ) const
final

Definition at line 934 of file DaphneControllerModule.pb.cc.

934 {
935 return ::_pbi::AssignDescriptors(
938}
::absl::once_flag descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_getter()
::_pb::Metadata file_level_metadata_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto[3]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::daphnemodules::opmon::StreamInfo::GetReflection ( )
inlinestatic

Definition at line 384 of file DaphneControllerModule.pb.h.

384 {
385 return default_instance().GetMetadata().reflection;
386 }

◆ internal_default_instance()

static const StreamInfo * dunedaq::daphnemodules::opmon::StreamInfo::internal_default_instance ( )
inlinestatic

Definition at line 390 of file DaphneControllerModule.pb.h.

390 {
391 return reinterpret_cast<const StreamInfo*>(
393 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StreamInfoDefaultTypeInternal _StreamInfo_default_instance_

◆ InternalSwap()

void dunedaq::daphnemodules::opmon::StreamInfo::InternalSwap ( StreamInfo * other)
private

Definition at line 923 of file DaphneControllerModule.pb.cc.

923 {
924 using std::swap;
925 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
926 ::google::protobuf::internal::memswap<
927 PROTOBUF_FIELD_OFFSET(StreamInfo, _impl_.new_dropped_packets_)
929 - PROTOBUF_FIELD_OFFSET(StreamInfo, _impl_.total_packets_)>(
930 reinterpret_cast<char*>(&_impl_.total_packets_),
931 reinterpret_cast<char*>(&other->_impl_.total_packets_));
932}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::daphnemodules::opmon::StreamInfo::IsInitialized ( ) const
final

Definition at line 919 of file DaphneControllerModule.pb.cc.

919 {
920 return true;
921}

◆ MergeFrom()

void dunedaq::daphnemodules::opmon::StreamInfo::MergeFrom ( const StreamInfo & from)
inline

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

427 {
428 StreamInfo::MergeImpl(*this, from);
429 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 889 of file DaphneControllerModule.pb.cc.

889 {
890 auto* const _this = static_cast<StreamInfo*>(&to_msg);
891 auto& from = static_cast<const StreamInfo&>(from_msg);
892 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.StreamInfo)
893 ABSL_DCHECK_NE(&from, _this);
894 ::uint32_t cached_has_bits = 0;
895 (void) cached_has_bits;
896
897 if (from._internal_total_packets() != 0) {
898 _this->_internal_set_total_packets(from._internal_total_packets());
899 }
900 if (from._internal_new_packets() != 0) {
901 _this->_internal_set_new_packets(from._internal_new_packets());
902 }
903 if (from._internal_total_dropped_packets() != 0) {
904 _this->_internal_set_total_dropped_packets(from._internal_total_dropped_packets());
905 }
906 if (from._internal_new_dropped_packets() != 0) {
907 _this->_internal_set_new_dropped_packets(from._internal_new_dropped_packets());
908 }
909 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
910}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::daphnemodules::opmon::StreamInfo::mutable_unknown_fields ( )
inline

Definition at line 374 of file DaphneControllerModule.pb.h.

374 {
375 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
376 }

◆ New()

StreamInfo * dunedaq::daphnemodules::opmon::StreamInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 421 of file DaphneControllerModule.pb.h.

421 {
422 return CreateMaybeMessage<StreamInfo>(arena);
423 }

◆ new_dropped_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::new_dropped_packets ( ) const
inline

Definition at line 1015 of file DaphneControllerModule.pb.h.

1015 {
1016 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1018}

◆ new_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::new_packets ( ) const
inline

Definition at line 971 of file DaphneControllerModule.pb.h.

971 {
972 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
973 return _internal_new_packets();
974}

◆ operator=() [1/2]

StreamInfo & dunedaq::daphnemodules::opmon::StreamInfo::operator= ( const StreamInfo & from)
inline

Definition at line 353 of file DaphneControllerModule.pb.h.

353 {
354 CopyFrom(from);
355 return *this;
356 }

◆ operator=() [2/2]

StreamInfo & dunedaq::daphnemodules::opmon::StreamInfo::operator= ( StreamInfo && from)
inlinenoexcept

Definition at line 357 of file DaphneControllerModule.pb.h.

357 {
358 if (this == &from) return *this;
359 if (GetOwningArena() == from.GetOwningArena()
360 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
361 && GetOwningArena() != nullptr
362 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
363 ) {
364 InternalSwap(&from);
365 } else {
366 CopyFrom(from);
367 }
368 return *this;
369 }

◆ set_new_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::set_new_dropped_packets ( ::uint64_t value)
inline

Definition at line 1019 of file DaphneControllerModule.pb.h.

1019 {
1021 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1022}

◆ set_new_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::set_new_packets ( ::uint64_t value)
inline

Definition at line 975 of file DaphneControllerModule.pb.h.

975 {
977 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
978}

◆ set_total_dropped_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::set_total_dropped_packets ( ::uint64_t value)
inline

Definition at line 997 of file DaphneControllerModule.pb.h.

997 {
999 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1000}

◆ set_total_packets()

void dunedaq::daphnemodules::opmon::StreamInfo::set_total_packets ( ::uint64_t value)
inline

Definition at line 953 of file DaphneControllerModule.pb.h.

953 {
955 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
956}

◆ SetCachedSize()

void dunedaq::daphnemodules::opmon::StreamInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 732 of file DaphneControllerModule.pb.cc.

732 {
734}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::daphnemodules::opmon::StreamInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

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

714 {
715 (void)arena;
716 new (&_impl_) Impl_{
717 decltype(_impl_.total_packets_){::uint64_t{0u}},
718 decltype(_impl_.new_packets_){::uint64_t{0u}},
719 decltype(_impl_.total_dropped_packets_){::uint64_t{0u}},
720 decltype(_impl_.new_dropped_packets_){::uint64_t{0u}},
721 /*decltype(_impl_._cached_size_)*/ {},
722 };
723}

◆ SharedDtor()

void dunedaq::daphnemodules::opmon::StreamInfo::SharedDtor ( )
inlineprivate

Definition at line 729 of file DaphneControllerModule.pb.cc.

729 {
730 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
731}

◆ Swap()

void dunedaq::daphnemodules::opmon::StreamInfo::Swap ( StreamInfo * other)
inline

Definition at line 400 of file DaphneControllerModule.pb.h.

400 {
401 if (other == this) return;
402 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
403 if (GetOwningArena() != nullptr &&
404 GetOwningArena() == other->GetOwningArena()) {
405 #else // PROTOBUF_FORCE_COPY_IN_SWAP
406 if (GetOwningArena() == other->GetOwningArena()) {
407 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
408 InternalSwap(other);
409 } else {
410 ::google::protobuf::internal::GenericSwap(this, other);
411 }
412 }

◆ total_dropped_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::total_dropped_packets ( ) const
inline

Definition at line 993 of file DaphneControllerModule.pb.h.

993 {
994 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
996}

◆ total_packets()

uint64_t dunedaq::daphnemodules::opmon::StreamInfo::total_packets ( ) const
inline

Definition at line 949 of file DaphneControllerModule.pb.h.

949 {
950 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
952}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::daphnemodules::opmon::StreamInfo::unknown_fields ( ) const
inline

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

371 {
372 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
373 }

◆ UnsafeArenaSwap()

void dunedaq::daphnemodules::opmon::StreamInfo::UnsafeArenaSwap ( StreamInfo * other)
inline

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

413 {
414 if (other == this) return;
415 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
416 InternalSwap(other);
417 }

Friends And Related Symbol Documentation

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

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

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

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

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

Definition at line 449 of file DaphneControllerModule.pb.h.

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

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

Definition at line 516 of file DaphneControllerModule.pb.h.

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

Definition at line 397 of file DaphneControllerModule.pb.h.

397 {
398 a.Swap(&b);
399 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 457 of file DaphneControllerModule.pb.h.

◆ _impl_

Impl_ dunedaq::daphnemodules::opmon::StreamInfo::_impl_

Definition at line 529 of file DaphneControllerModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 0, 2 > dunedaq::daphnemodules::opmon::StreamInfo::_table_
staticprivate

Definition at line 517 of file DaphneControllerModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::daphnemodules::opmon::StreamInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 394 of file DaphneControllerModule.pb.h.


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