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)
 

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 342 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 469 of file DaphneControllerModule.pb.h.

Constructor & Destructor Documentation

◆ StreamInfo() [1/5]

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

◆ ~StreamInfo()

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

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

760 {
761 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.StreamInfo)
762 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
763 SharedDtor();
764}

◆ StreamInfo() [2/5]

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

◆ StreamInfo() [3/5]

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

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

745 : ::google::protobuf::Message(), _impl_(from._impl_) {
746 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
747 from._internal_metadata_);
748 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.StreamInfo)
749}

◆ StreamInfo() [4/5]

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

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

352 : StreamInfo() {
353 *this = ::std::move(from);
354 }

◆ StreamInfo() [5/5]

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

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

740 : ::google::protobuf::Message(arena) {
741 SharedCtor(arena);
742 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.StreamInfo)
743}
void SharedCtor(::google::protobuf::Arena *arena)

Member Function Documentation

◆ _internal_new_dropped_packets()

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

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

1220 {
1221 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1223}

◆ _internal_new_packets()

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

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

1176 {
1177 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1178 return _impl_.new_packets_;
1179}

◆ _internal_set_new_dropped_packets()

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

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

1224 {
1225 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1226 ;
1228}

◆ _internal_set_new_packets()

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

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

1180 {
1181 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1182 ;
1183 _impl_.new_packets_ = value;
1184}

◆ _internal_set_total_dropped_packets()

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

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

1202 {
1203 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1204 ;
1206}

◆ _internal_set_total_packets()

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

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

1158 {
1159 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1160 ;
1161 _impl_.total_packets_ = value;
1162}

◆ _internal_total_dropped_packets()

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

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

1198 {
1199 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1201}

◆ _internal_total_packets()

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

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

1154 {
1155 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1156 return _impl_.total_packets_;
1157}

◆ _InternalParse()

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

◆ _InternalSerialize()

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

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

841 {
842 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.StreamInfo)
843 ::uint32_t cached_has_bits = 0;
844 (void)cached_has_bits;
845
846 // uint64 total_packets = 1;
847 if (this->_internal_total_packets() != 0) {
848 target = stream->EnsureSpace(target);
849 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
850 1, this->_internal_total_packets(), target);
851 }
852
853 // uint64 new_packets = 2;
854 if (this->_internal_new_packets() != 0) {
855 target = stream->EnsureSpace(target);
856 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
857 2, this->_internal_new_packets(), target);
858 }
859
860 // uint64 total_dropped_packets = 3;
861 if (this->_internal_total_dropped_packets() != 0) {
862 target = stream->EnsureSpace(target);
863 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
864 3, this->_internal_total_dropped_packets(), target);
865 }
866
867 // uint64 new_dropped_packets = 4;
868 if (this->_internal_new_dropped_packets() != 0) {
869 target = stream->EnsureSpace(target);
870 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
871 4, this->_internal_new_dropped_packets(), target);
872 }
873
874 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
875 target =
876 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
877 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
878 }
879 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.StreamInfo)
880 return target;
881}

◆ ByteSizeLong()

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

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

883 {
884// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.StreamInfo)
885 ::size_t total_size = 0;
886
887 ::uint32_t cached_has_bits = 0;
888 // Prevent compiler warnings about cached_has_bits being unused
889 (void) cached_has_bits;
890
891 // uint64 total_packets = 1;
892 if (this->_internal_total_packets() != 0) {
893 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
895 }
896
897 // uint64 new_packets = 2;
898 if (this->_internal_new_packets() != 0) {
899 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
900 this->_internal_new_packets());
901 }
902
903 // uint64 total_dropped_packets = 3;
904 if (this->_internal_total_dropped_packets() != 0) {
905 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
907 }
908
909 // uint64 new_dropped_packets = 4;
910 if (this->_internal_new_dropped_packets() != 0) {
911 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
913 }
914
915 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
916}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

772 {
773// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.StreamInfo)
774 ::uint32_t cached_has_bits = 0;
775 // Prevent compiler warnings about cached_has_bits being unused
776 (void) cached_has_bits;
777
778 ::memset(&_impl_.total_packets_, 0, static_cast<::size_t>(
779 reinterpret_cast<char*>(&_impl_.new_dropped_packets_) -
780 reinterpret_cast<char*>(&_impl_.total_packets_)) + sizeof(_impl_.new_dropped_packets_));
781 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
782}

◆ clear_new_dropped_packets()

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

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

1209 {
1210 _impl_.new_dropped_packets_ = ::uint64_t{0u};
1211}

◆ clear_new_packets()

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

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

1165 {
1166 _impl_.new_packets_ = ::uint64_t{0u};
1167}

◆ clear_total_dropped_packets()

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

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

1187 {
1188 _impl_.total_dropped_packets_ = ::uint64_t{0u};
1189}

◆ clear_total_packets()

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

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

1143 {
1144 _impl_.total_packets_ = ::uint64_t{0u};
1145}

◆ CopyFrom()

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

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

948 {
949// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.StreamInfo)
950 if (&from == this) return;
951 Clear();
952 MergeFrom(from);
953}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

390 {
392 }

◆ descriptor()

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

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

381 {
382 return GetDescriptor();
383 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

453 {
454 return "dunedaq.daphnemodules.opmon.StreamInfo";
455 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

384 {
385 return default_instance().GetMetadata().descriptor;
386 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

970 {
971 return ::_pbi::AssignDescriptors(
974}
::_pb::Metadata file_level_metadata_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto[4]
::absl::once_flag descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto_getter()

◆ GetReflection()

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

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

387 {
388 return default_instance().GetMetadata().reflection;
389 }

◆ internal_default_instance()

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

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

393 {
394 return reinterpret_cast<const StreamInfo*>(
396 }
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 959 of file DaphneControllerModule.pb.cc.

959 {
960 using std::swap;
961 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
962 ::google::protobuf::internal::memswap<
963 PROTOBUF_FIELD_OFFSET(StreamInfo, _impl_.new_dropped_packets_)
965 - PROTOBUF_FIELD_OFFSET(StreamInfo, _impl_.total_packets_)>(
966 reinterpret_cast<char*>(&_impl_.total_packets_),
967 reinterpret_cast<char*>(&other->_impl_.total_packets_));
968}

◆ IsInitialized()

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

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

955 {
956 return true;
957}

◆ MergeFrom()

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

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

430 {
431 StreamInfo::MergeImpl(*this, from);
432 }
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 925 of file DaphneControllerModule.pb.cc.

925 {
926 auto* const _this = static_cast<StreamInfo*>(&to_msg);
927 auto& from = static_cast<const StreamInfo&>(from_msg);
928 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.StreamInfo)
929 ABSL_DCHECK_NE(&from, _this);
930 ::uint32_t cached_has_bits = 0;
931 (void) cached_has_bits;
932
933 if (from._internal_total_packets() != 0) {
934 _this->_internal_set_total_packets(from._internal_total_packets());
935 }
936 if (from._internal_new_packets() != 0) {
937 _this->_internal_set_new_packets(from._internal_new_packets());
938 }
939 if (from._internal_total_dropped_packets() != 0) {
940 _this->_internal_set_total_dropped_packets(from._internal_total_dropped_packets());
941 }
942 if (from._internal_new_dropped_packets() != 0) {
943 _this->_internal_set_new_dropped_packets(from._internal_new_dropped_packets());
944 }
945 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
946}

◆ mutable_unknown_fields()

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

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

377 {
378 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
379 }

◆ New()

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

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

424 {
425 return CreateMaybeMessage<StreamInfo>(arena);
426 }

◆ new_dropped_packets()

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

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

1212 {
1213 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1215}

◆ new_packets()

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

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

1168 {
1169 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
1170 return _internal_new_packets();
1171}

◆ operator=() [1/2]

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

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

356 {
357 CopyFrom(from);
358 return *this;
359 }

◆ operator=() [2/2]

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

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

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

◆ set_new_dropped_packets()

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

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

1216 {
1218 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_dropped_packets)
1219}

◆ set_new_packets()

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

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

1172 {
1174 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.new_packets)
1175}

◆ set_total_dropped_packets()

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

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

1194 {
1196 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1197}

◆ set_total_packets()

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

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

1150 {
1152 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
1153}

◆ SetCachedSize()

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

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

768 {
770}
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)
private

◆ SharedDtor()

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

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

765 {
766 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
767}

◆ Swap()

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

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

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

◆ total_dropped_packets()

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

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

1190 {
1191 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_dropped_packets)
1193}

◆ total_packets()

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

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

1146 {
1147 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.StreamInfo.total_packets)
1148 return _internal_total_packets();
1149}

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

416 {
417 if (other == this) return;
418 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
419 InternalSwap(other);
420 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

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

400 {
401 a.Swap(&b);
402 }

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 460 of file DaphneControllerModule.pb.h.

◆ _impl_

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

Definition at line 532 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 520 of file DaphneControllerModule.pb.h.

◆ kIndexInFileMessages

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

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


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