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)
 

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

Constructor & Destructor Documentation

◆ ChannelInfo() [1/5]

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

◆ ~ChannelInfo()

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

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

1002 {
1003 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.ChannelInfo)
1004 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1005 SharedDtor();
1006}

◆ ChannelInfo() [2/5]

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

◆ ChannelInfo() [3/5]

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

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

987 : ::google::protobuf::Message(), _impl_(from._impl_) {
988 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
989 from._internal_metadata_);
990 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.ChannelInfo)
991}

◆ ChannelInfo() [4/5]

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

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

546 : ChannelInfo() {
547 *this = ::std::move(from);
548 }

◆ ChannelInfo() [5/5]

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

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

982 : ::google::protobuf::Message(arena) {
983 SharedCtor(arena);
984 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.ChannelInfo)
985}
void SharedCtor(::google::protobuf::Arena *arena)

Member Function Documentation

◆ _internal_new_packets()

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

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

1312 {
1313 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1314 return _impl_.new_packets_;
1315}

◆ _internal_new_triggers()

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

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

1268 {
1269 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1270 return _impl_.new_triggers_;
1271}

◆ _internal_set_new_packets()

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

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

1316 {
1317 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1318 ;
1319 _impl_.new_packets_ = value;
1320}

◆ _internal_set_new_triggers()

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

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

1272 {
1273 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1274 ;
1275 _impl_.new_triggers_ = value;
1276}

◆ _internal_set_total_packets()

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

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

1294 {
1295 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1296 ;
1297 _impl_.total_packets_ = value;
1298}

◆ _internal_set_total_triggers()

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

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

1250 {
1251 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1252 ;
1253 _impl_.total_triggers_ = value;
1254}

◆ _internal_total_packets()

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

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

1290 {
1291 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1292 return _impl_.total_packets_;
1293}

◆ _internal_total_triggers()

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

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

1246 {
1247 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1248 return _impl_.total_triggers_;
1249}

◆ _InternalParse()

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

◆ _InternalSerialize()

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

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

1087 {
1088 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1089 ::uint32_t cached_has_bits = 0;
1090 (void)cached_has_bits;
1091
1092 // uint64 total_triggers = 1;
1093 if (this->_internal_total_triggers() != 0) {
1094 target = stream->EnsureSpace(target);
1095 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1096 1, this->_internal_total_triggers(), target);
1097 }
1098
1099 // uint64 new_triggers = 2;
1100 if (this->_internal_new_triggers() != 0) {
1101 target = stream->EnsureSpace(target);
1102 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1103 2, this->_internal_new_triggers(), target);
1104 }
1105
1106 // uint64 total_packets = 5;
1107 if (this->_internal_total_packets() != 0) {
1108 target = stream->EnsureSpace(target);
1109 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1110 5, this->_internal_total_packets(), target);
1111 }
1112
1113 // uint64 new_packets = 6;
1114 if (this->_internal_new_packets() != 0) {
1115 target = stream->EnsureSpace(target);
1116 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1117 6, this->_internal_new_packets(), target);
1118 }
1119
1120 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1121 target =
1122 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1123 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1124 }
1125 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.ChannelInfo)
1126 return target;
1127}

◆ ByteSizeLong()

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

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

1129 {
1130// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1131 ::size_t total_size = 0;
1132
1133 ::uint32_t cached_has_bits = 0;
1134 // Prevent compiler warnings about cached_has_bits being unused
1135 (void) cached_has_bits;
1136
1137 // uint64 total_triggers = 1;
1138 if (this->_internal_total_triggers() != 0) {
1139 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1140 this->_internal_total_triggers());
1141 }
1142
1143 // uint64 new_triggers = 2;
1144 if (this->_internal_new_triggers() != 0) {
1145 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1146 this->_internal_new_triggers());
1147 }
1148
1149 // uint64 total_packets = 5;
1150 if (this->_internal_total_packets() != 0) {
1151 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1152 this->_internal_total_packets());
1153 }
1154
1155 // uint64 new_packets = 6;
1156 if (this->_internal_new_packets() != 0) {
1157 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1158 this->_internal_new_packets());
1159 }
1160
1161 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1162}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

1014 {
1015// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1016 ::uint32_t cached_has_bits = 0;
1017 // Prevent compiler warnings about cached_has_bits being unused
1018 (void) cached_has_bits;
1019
1020 ::memset(&_impl_.total_triggers_, 0, static_cast<::size_t>(
1021 reinterpret_cast<char*>(&_impl_.new_packets_) -
1022 reinterpret_cast<char*>(&_impl_.total_triggers_)) + sizeof(_impl_.new_packets_));
1023 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1024}

◆ clear_new_packets()

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

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

1301 {
1302 _impl_.new_packets_ = ::uint64_t{0u};
1303}

◆ clear_new_triggers()

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

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

1257 {
1258 _impl_.new_triggers_ = ::uint64_t{0u};
1259}

◆ clear_total_packets()

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

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

1279 {
1280 _impl_.total_packets_ = ::uint64_t{0u};
1281}

◆ clear_total_triggers()

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

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

1235 {
1236 _impl_.total_triggers_ = ::uint64_t{0u};
1237}

◆ CopyFrom()

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

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

1194 {
1195// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1196 if (&from == this) return;
1197 Clear();
1198 MergeFrom(from);
1199}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

584 {
586 }

◆ descriptor()

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

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

575 {
576 return GetDescriptor();
577 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

647 {
648 return "dunedaq.daphnemodules.opmon.ChannelInfo";
649 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1168{ return &_class_data_; }

◆ GetDescriptor()

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

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

578 {
579 return default_instance().GetMetadata().descriptor;
580 }
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

1216 {
1217 return ::_pbi::AssignDescriptors(
1220}
::_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::ChannelInfo::GetReflection ( )
inlinestatic

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

581 {
582 return default_instance().GetMetadata().reflection;
583 }

◆ internal_default_instance()

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

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

587 {
588 return reinterpret_cast<const ChannelInfo*>(
590 }
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 1205 of file DaphneControllerModule.pb.cc.

1205 {
1206 using std::swap;
1207 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1208 ::google::protobuf::internal::memswap<
1209 PROTOBUF_FIELD_OFFSET(ChannelInfo, _impl_.new_packets_)
1211 - PROTOBUF_FIELD_OFFSET(ChannelInfo, _impl_.total_triggers_)>(
1212 reinterpret_cast<char*>(&_impl_.total_triggers_),
1213 reinterpret_cast<char*>(&other->_impl_.total_triggers_));
1214}

◆ IsInitialized()

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

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

1201 {
1202 return true;
1203}

◆ MergeFrom()

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

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

624 {
625 ChannelInfo::MergeImpl(*this, from);
626 }
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 1171 of file DaphneControllerModule.pb.cc.

1171 {
1172 auto* const _this = static_cast<ChannelInfo*>(&to_msg);
1173 auto& from = static_cast<const ChannelInfo&>(from_msg);
1174 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.ChannelInfo)
1175 ABSL_DCHECK_NE(&from, _this);
1176 ::uint32_t cached_has_bits = 0;
1177 (void) cached_has_bits;
1178
1179 if (from._internal_total_triggers() != 0) {
1180 _this->_internal_set_total_triggers(from._internal_total_triggers());
1181 }
1182 if (from._internal_new_triggers() != 0) {
1183 _this->_internal_set_new_triggers(from._internal_new_triggers());
1184 }
1185 if (from._internal_total_packets() != 0) {
1186 _this->_internal_set_total_packets(from._internal_total_packets());
1187 }
1188 if (from._internal_new_packets() != 0) {
1189 _this->_internal_set_new_packets(from._internal_new_packets());
1190 }
1191 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1192}

◆ mutable_unknown_fields()

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

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

571 {
572 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
573 }

◆ New()

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

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

618 {
619 return CreateMaybeMessage<ChannelInfo>(arena);
620 }

◆ new_packets()

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

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

1304 {
1305 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1306 return _internal_new_packets();
1307}

◆ new_triggers()

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

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

1260 {
1261 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1262 return _internal_new_triggers();
1263}

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

550 {
551 CopyFrom(from);
552 return *this;
553 }

◆ set_new_packets()

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

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

1308 {
1310 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_packets)
1311}

◆ set_new_triggers()

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

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

1264 {
1266 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.new_triggers)
1267}

◆ set_total_packets()

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

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

1286 {
1288 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1289}

◆ set_total_triggers()

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

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

1242 {
1244 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1245}

◆ SetCachedSize()

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

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

1010 {
1012}
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)
private

◆ SharedDtor()

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

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

1007 {
1008 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1009}

◆ Swap()

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

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

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

◆ total_packets()

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

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

1282 {
1283 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_packets)
1284 return _internal_total_packets();
1285}

◆ total_triggers()

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

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

1238 {
1239 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.ChannelInfo.total_triggers)
1240 return _internal_total_triggers();
1241}

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

610 {
611 if (other == this) return;
612 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
613 InternalSwap(other);
614 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

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

594 {
595 a.Swap(&b);
596 }

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

◆ _impl_

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

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

◆ kIndexInFileMessages

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

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


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