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

#include <DaphneControllerModule.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTotalTriggersFieldNumber = 1 , kNewTriggersFieldNumber = 2 , kTotalPacketsFieldNumber = 5 , kNewPacketsFieldNumber = 6 }
 

Public Member Functions

 ChannelInfo ()
 
 ~ChannelInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ChannelInfo (::google::protobuf::internal::ConstantInitialized)
 
 ChannelInfo (const ChannelInfo &from)
 
 ChannelInfo (ChannelInfo &&from) noexcept
 
ChannelInfooperator= (const ChannelInfo &from)
 
ChannelInfooperator= (ChannelInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChannelInfo *other)
 
void UnsafeArenaSwap (ChannelInfo *other)
 
ChannelInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ChannelInfo &from)
 
void MergeFrom (const ChannelInfo &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_triggers ()
 
::uint64_t total_triggers () const
 
void set_total_triggers (::uint64_t value)
 
void clear_new_triggers ()
 
::uint64_t new_triggers () const
 
void set_new_triggers (::uint64_t value)
 
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)
 
template<typename >
PROTOBUF_CONSTEXPR ChannelInfo (::_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 ChannelInfodefault_instance ()
 
static const ChannelInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ChannelInfo (::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 (ChannelInfo *other)
 
::uint64_t _internal_total_triggers () const
 
void _internal_set_total_triggers (::uint64_t value)
 
::uint64_t _internal_new_triggers () const
 
void _internal_set_new_triggers (::uint64_t value)
 
::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)
 

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< 3, 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 (ChannelInfo &a, ChannelInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTotalTriggersFieldNumber 
kNewTriggersFieldNumber 
kTotalPacketsFieldNumber 
kNewPacketsFieldNumber 

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

Constructor & Destructor Documentation

◆ ChannelInfo() [1/6]

dunedaq::daphnemodules::opmon::ChannelInfo::ChannelInfo ( )
inline

◆ ~ChannelInfo()

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

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

966 {
967 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.ChannelInfo)
968 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
969 SharedDtor();
970}

◆ ChannelInfo() [2/6]

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

◆ ChannelInfo() [3/6]

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

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

951 : ::google::protobuf::Message(), _impl_(from._impl_) {
952 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
953 from._internal_metadata_);
954 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.ChannelInfo)
955}

◆ ChannelInfo() [4/6]

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

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

543 : ChannelInfo() {
544 *this = ::std::move(from);
545 }

◆ ChannelInfo() [5/6]

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

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

946 : ::google::protobuf::Message(arena) {
947 SharedCtor(arena);
948 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.ChannelInfo)
949}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ChannelInfo() [6/6]

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

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

71 : _impl_{
72 /*decltype(_impl_.total_triggers_)*/ ::uint64_t{0u},
73 /*decltype(_impl_.new_triggers_)*/ ::uint64_t{0u},
74 /*decltype(_impl_.total_packets_)*/ ::uint64_t{0u},
75 /*decltype(_impl_.new_packets_)*/ ::uint64_t{0u},
76 /*decltype(_impl_._cached_size_)*/ {},
77 } {}

Member Function Documentation

◆ _internal_new_packets()

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

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

1115 {
1116 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1117 return _impl_.new_packets_;
1118}

◆ _internal_new_triggers()

uint64_t dunedaq::daphnemodules::opmon::ChannelInfo::_internal_new_triggers ( ) const
inlineprivate

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

1071 {
1072 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1073 return _impl_.new_triggers_;
1074}

◆ _internal_set_new_packets()

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

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

1119 {
1120 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1121 ;
1122 _impl_.new_packets_ = value;
1123}

◆ _internal_set_new_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::_internal_set_new_triggers ( ::uint64_t value)
inlineprivate

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

1075 {
1076 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1077 ;
1078 _impl_.new_triggers_ = value;
1079}

◆ _internal_set_total_packets()

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

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

1097 {
1098 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1099 ;
1100 _impl_.total_packets_ = value;
1101}

◆ _internal_set_total_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::_internal_set_total_triggers ( ::uint64_t value)
inlineprivate

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

1053 {
1054 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1055 ;
1056 _impl_.total_triggers_ = value;
1057}

◆ _internal_total_packets()

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

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

1093 {
1094 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1095 return _impl_.total_packets_;
1096}

◆ _internal_total_triggers()

uint64_t dunedaq::daphnemodules::opmon::ChannelInfo::_internal_total_triggers ( ) const
inlineprivate

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

1049 {
1050 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1051 return _impl_.total_triggers_;
1052}

◆ _InternalParse()

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

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

991 {
992 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
993 return ptr;
994}
static const ::google::protobuf::internal::TcParseTable< 3, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

1051 {
1052 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1053 ::uint32_t cached_has_bits = 0;
1054 (void)cached_has_bits;
1055
1056 // uint64 total_triggers = 1;
1057 if (this->_internal_total_triggers() != 0) {
1058 target = stream->EnsureSpace(target);
1059 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1060 1, this->_internal_total_triggers(), target);
1061 }
1062
1063 // uint64 new_triggers = 2;
1064 if (this->_internal_new_triggers() != 0) {
1065 target = stream->EnsureSpace(target);
1066 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1067 2, this->_internal_new_triggers(), target);
1068 }
1069
1070 // uint64 total_packets = 5;
1071 if (this->_internal_total_packets() != 0) {
1072 target = stream->EnsureSpace(target);
1073 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1074 5, this->_internal_total_packets(), target);
1075 }
1076
1077 // uint64 new_packets = 6;
1078 if (this->_internal_new_packets() != 0) {
1079 target = stream->EnsureSpace(target);
1080 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1081 6, this->_internal_new_packets(), target);
1082 }
1083
1084 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1085 target =
1086 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1087 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1088 }
1089 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.ChannelInfo)
1090 return target;
1091}

◆ ByteSizeLong()

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

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

1093 {
1094// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1095 ::size_t total_size = 0;
1096
1097 ::uint32_t cached_has_bits = 0;
1098 // Prevent compiler warnings about cached_has_bits being unused
1099 (void) cached_has_bits;
1100
1101 // uint64 total_triggers = 1;
1102 if (this->_internal_total_triggers() != 0) {
1103 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1104 this->_internal_total_triggers());
1105 }
1106
1107 // uint64 new_triggers = 2;
1108 if (this->_internal_new_triggers() != 0) {
1109 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1110 this->_internal_new_triggers());
1111 }
1112
1113 // uint64 total_packets = 5;
1114 if (this->_internal_total_packets() != 0) {
1115 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1116 this->_internal_total_packets());
1117 }
1118
1119 // uint64 new_packets = 6;
1120 if (this->_internal_new_packets() != 0) {
1121 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1122 this->_internal_new_packets());
1123 }
1124
1125 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1126}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

978 {
979// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.ChannelInfo)
980 ::uint32_t cached_has_bits = 0;
981 // Prevent compiler warnings about cached_has_bits being unused
982 (void) cached_has_bits;
983
984 ::memset(&_impl_.total_triggers_, 0, static_cast<::size_t>(
985 reinterpret_cast<char*>(&_impl_.new_packets_) -
986 reinterpret_cast<char*>(&_impl_.total_triggers_)) + sizeof(_impl_.new_packets_));
987 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
988}

◆ clear_new_packets()

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

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

1104 {
1105 _impl_.new_packets_ = ::uint64_t{0u};
1106}

◆ clear_new_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::clear_new_triggers ( )
inline

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

1060 {
1061 _impl_.new_triggers_ = ::uint64_t{0u};
1062}

◆ clear_total_packets()

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

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

1082 {
1083 _impl_.total_packets_ = ::uint64_t{0u};
1084}

◆ clear_total_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::clear_total_triggers ( )
inline

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

1038 {
1039 _impl_.total_triggers_ = ::uint64_t{0u};
1040}

◆ CopyFrom()

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

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

1158 {
1159// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1160 if (&from == this) return;
1161 Clear();
1162 MergeFrom(from);
1163}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

581 {
583 }

◆ descriptor()

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

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

572 {
573 return GetDescriptor();
574 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

644 {
645 return "dunedaq.daphnemodules.opmon.ChannelInfo";
646 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1132{ return &_class_data_; }

◆ GetDescriptor()

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

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

575 {
576 return default_instance().GetMetadata().descriptor;
577 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

1180 {
1181 return ::_pbi::AssignDescriptors(
1184}
::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::ChannelInfo::GetReflection ( )
inlinestatic

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

578 {
579 return default_instance().GetMetadata().reflection;
580 }

◆ internal_default_instance()

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

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

584 {
585 return reinterpret_cast<const ChannelInfo*>(
587 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ChannelInfoDefaultTypeInternal _ChannelInfo_default_instance_

◆ InternalSwap()

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

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

1169 {
1170 using std::swap;
1171 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1172 ::google::protobuf::internal::memswap<
1173 PROTOBUF_FIELD_OFFSET(ChannelInfo, _impl_.new_packets_)
1175 - PROTOBUF_FIELD_OFFSET(ChannelInfo, _impl_.total_triggers_)>(
1176 reinterpret_cast<char*>(&_impl_.total_triggers_),
1177 reinterpret_cast<char*>(&other->_impl_.total_triggers_));
1178}

◆ IsInitialized()

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

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

1165 {
1166 return true;
1167}

◆ MergeFrom()

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

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

621 {
622 ChannelInfo::MergeImpl(*this, from);
623 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

1135 {
1136 auto* const _this = static_cast<ChannelInfo*>(&to_msg);
1137 auto& from = static_cast<const ChannelInfo&>(from_msg);
1138 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1139 ABSL_DCHECK_NE(&from, _this);
1140 ::uint32_t cached_has_bits = 0;
1141 (void) cached_has_bits;
1142
1143 if (from._internal_total_triggers() != 0) {
1144 _this->_internal_set_total_triggers(from._internal_total_triggers());
1145 }
1146 if (from._internal_new_triggers() != 0) {
1147 _this->_internal_set_new_triggers(from._internal_new_triggers());
1148 }
1149 if (from._internal_total_packets() != 0) {
1150 _this->_internal_set_total_packets(from._internal_total_packets());
1151 }
1152 if (from._internal_new_packets() != 0) {
1153 _this->_internal_set_new_packets(from._internal_new_packets());
1154 }
1155 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1156}

◆ mutable_unknown_fields()

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

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

568 {
569 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
570 }

◆ New()

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

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

615 {
616 return CreateMaybeMessage<ChannelInfo>(arena);
617 }

◆ new_packets()

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

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

1107 {
1108 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1109 return _internal_new_packets();
1110}

◆ new_triggers()

uint64_t dunedaq::daphnemodules::opmon::ChannelInfo::new_triggers ( ) const
inline

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

1063 {
1064 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1065 return _internal_new_triggers();
1066}

◆ operator=() [1/2]

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

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

551 {
552 if (this == &from) return *this;
553 if (GetOwningArena() == from.GetOwningArena()
554 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
555 && GetOwningArena() != nullptr
556 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
557 ) {
558 InternalSwap(&from);
559 } else {
560 CopyFrom(from);
561 }
562 return *this;
563 }

◆ operator=() [2/2]

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

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

547 {
548 CopyFrom(from);
549 return *this;
550 }

◆ set_new_packets()

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

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

1111 {
1113 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1114}

◆ set_new_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::set_new_triggers ( ::uint64_t value)
inline

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

1067 {
1069 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1070}

◆ set_total_packets()

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

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

1089 {
1091 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1092}

◆ set_total_triggers()

void dunedaq::daphnemodules::opmon::ChannelInfo::set_total_triggers ( ::uint64_t value)
inline

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

1045 {
1047 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1048}

◆ SetCachedSize()

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

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

974 {
976}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

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

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

956 {
957 (void)arena;
958 new (&_impl_) Impl_{
959 decltype(_impl_.total_triggers_){::uint64_t{0u}},
960 decltype(_impl_.new_triggers_){::uint64_t{0u}},
961 decltype(_impl_.total_packets_){::uint64_t{0u}},
962 decltype(_impl_.new_packets_){::uint64_t{0u}},
963 /*decltype(_impl_._cached_size_)*/ {},
964 };
965}

◆ SharedDtor()

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

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

971 {
972 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
973}

◆ Swap()

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

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

594 {
595 if (other == this) return;
596 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
597 if (GetOwningArena() != nullptr &&
598 GetOwningArena() == other->GetOwningArena()) {
599 #else // PROTOBUF_FORCE_COPY_IN_SWAP
600 if (GetOwningArena() == other->GetOwningArena()) {
601 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
602 InternalSwap(other);
603 } else {
604 ::google::protobuf::internal::GenericSwap(this, other);
605 }
606 }

◆ total_packets()

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

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

1085 {
1086 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1087 return _internal_total_packets();
1088}

◆ total_triggers()

uint64_t dunedaq::daphnemodules::opmon::ChannelInfo::total_triggers ( ) const
inline

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

1041 {
1042 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1043 return _internal_total_triggers();
1044}

◆ unknown_fields()

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

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

565 {
566 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
567 }

◆ UnsafeArenaSwap()

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

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

607 {
608 if (other == this) return;
609 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
610 InternalSwap(other);
611 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

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

591 {
592 a.Swap(&b);
593 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::daphnemodules::opmon::ChannelInfo::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::daphnemodules::opmon::ChannelInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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