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

#include <DaphneControllerModule.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kRecordCountFieldNumber = 3 , kBusyCountFieldNumber = 4 , kFullCountFieldNumber = 5 , kThresholdFieldNumber = 2 }
 

Public Member Functions

 TempTriggerSnapshotInfo ()
 
 ~TempTriggerSnapshotInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TempTriggerSnapshotInfo (::google::protobuf::internal::ConstantInitialized)
 
 TempTriggerSnapshotInfo (const TempTriggerSnapshotInfo &from)
 
 TempTriggerSnapshotInfo (TempTriggerSnapshotInfo &&from) noexcept
 
TempTriggerSnapshotInfooperator= (const TempTriggerSnapshotInfo &from)
 
TempTriggerSnapshotInfooperator= (TempTriggerSnapshotInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TempTriggerSnapshotInfo *other)
 
void UnsafeArenaSwap (TempTriggerSnapshotInfo *other)
 
TempTriggerSnapshotInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TempTriggerSnapshotInfo &from)
 
void MergeFrom (const TempTriggerSnapshotInfo &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_record_count ()
 
::uint64_t record_count () const
 
void set_record_count (::uint64_t value)
 
void clear_busy_count ()
 
::uint64_t busy_count () const
 
void set_busy_count (::uint64_t value)
 
void clear_full_count ()
 
::uint64_t full_count () const
 
void set_full_count (::uint64_t value)
 
void clear_threshold ()
 
::uint32_t threshold () const
 
void set_threshold (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TempTriggerSnapshotInfo (::_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 TempTriggerSnapshotInfodefault_instance ()
 
static const TempTriggerSnapshotInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TempTriggerSnapshotInfo (::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 (TempTriggerSnapshotInfo *other)
 
::uint64_t _internal_record_count () const
 
void _internal_set_record_count (::uint64_t value)
 
::uint64_t _internal_busy_count () const
 
void _internal_set_busy_count (::uint64_t value)
 
::uint64_t _internal_full_count () const
 
void _internal_set_full_count (::uint64_t value)
 
::uint32_t _internal_threshold () const
 
void _internal_set_threshold (::uint32_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 (TempTriggerSnapshotInfo &a, TempTriggerSnapshotInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

Constructor & Destructor Documentation

◆ TempTriggerSnapshotInfo() [1/6]

dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::TempTriggerSnapshotInfo ( )
inline

◆ ~TempTriggerSnapshotInfo()

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

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

1248 {
1249 // @@protoc_insertion_point(destructor:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1250 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1251 SharedDtor();
1252}

◆ TempTriggerSnapshotInfo() [2/6]

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

◆ TempTriggerSnapshotInfo() [3/6]

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

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

1233 : ::google::protobuf::Message(), _impl_(from._impl_) {
1234 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1235 from._internal_metadata_);
1236 // @@protoc_insertion_point(copy_constructor:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1237}

◆ TempTriggerSnapshotInfo() [4/6]

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

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

741 *this = ::std::move(from);
742 }

◆ TempTriggerSnapshotInfo() [5/6]

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

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

1228 : ::google::protobuf::Message(arena) {
1229 SharedCtor(arena);
1230 // @@protoc_insertion_point(arena_constructor:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1231}

◆ TempTriggerSnapshotInfo() [6/6]

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

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

90 : _impl_{
91 /*decltype(_impl_.record_count_)*/ ::uint64_t{0u},
92 /*decltype(_impl_.busy_count_)*/ ::uint64_t{0u},
93 /*decltype(_impl_.full_count_)*/ ::uint64_t{0u},
94 /*decltype(_impl_.threshold_)*/ 0u,
95 /*decltype(_impl_._cached_size_)*/ {},
96 } {}

Member Function Documentation

◆ _internal_busy_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_busy_count ( ) const
inlineprivate

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

1382 {
1383 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1384 return _impl_.busy_count_;
1385}

◆ _internal_full_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_full_count ( ) const
inlineprivate

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

1404 {
1405 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1406 return _impl_.full_count_;
1407}

◆ _internal_record_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_record_count ( ) const
inlineprivate

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

1360 {
1361 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1362 return _impl_.record_count_;
1363}

◆ _internal_set_busy_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_set_busy_count ( ::uint64_t value)
inlineprivate

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

1386 {
1387 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1388 ;
1389 _impl_.busy_count_ = value;
1390}

◆ _internal_set_full_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_set_full_count ( ::uint64_t value)
inlineprivate

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

1408 {
1409 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1410 ;
1411 _impl_.full_count_ = value;
1412}

◆ _internal_set_record_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_set_record_count ( ::uint64_t value)
inlineprivate

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

1364 {
1365 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1366 ;
1367 _impl_.record_count_ = value;
1368}

◆ _internal_set_threshold()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_set_threshold ( ::uint32_t value)
inlineprivate

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

1342 {
1343 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1344 ;
1345 _impl_.threshold_ = value;
1346}

◆ _internal_threshold()

uint32_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_internal_threshold ( ) const
inlineprivate

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

1338 {
1339 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1340 return _impl_.threshold_;
1341}

◆ _InternalParse()

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

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

1273 {
1274 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1275 return ptr;
1276}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

1329 {
1330 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1331 ::uint32_t cached_has_bits = 0;
1332 (void)cached_has_bits;
1333
1334 // uint32 threshold = 2;
1335 if (this->_internal_threshold() != 0) {
1336 target = stream->EnsureSpace(target);
1337 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
1338 2, this->_internal_threshold(), target);
1339 }
1340
1341 // uint64 record_count = 3;
1342 if (this->_internal_record_count() != 0) {
1343 target = stream->EnsureSpace(target);
1344 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1345 3, this->_internal_record_count(), target);
1346 }
1347
1348 // uint64 busy_count = 4;
1349 if (this->_internal_busy_count() != 0) {
1350 target = stream->EnsureSpace(target);
1351 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1352 4, this->_internal_busy_count(), target);
1353 }
1354
1355 // uint64 full_count = 5;
1356 if (this->_internal_full_count() != 0) {
1357 target = stream->EnsureSpace(target);
1358 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1359 5, this->_internal_full_count(), target);
1360 }
1361
1362 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1363 target =
1364 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1365 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1366 }
1367 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1368 return target;
1369}

◆ busy_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::busy_count ( ) const
inline

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

1374 {
1375 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.busy_count)
1376 return _internal_busy_count();
1377}

◆ ByteSizeLong()

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

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

1371 {
1372// @@protoc_insertion_point(message_byte_size_start:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1373 ::size_t total_size = 0;
1374
1375 ::uint32_t cached_has_bits = 0;
1376 // Prevent compiler warnings about cached_has_bits being unused
1377 (void) cached_has_bits;
1378
1379 // uint64 record_count = 3;
1380 if (this->_internal_record_count() != 0) {
1381 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1382 this->_internal_record_count());
1383 }
1384
1385 // uint64 busy_count = 4;
1386 if (this->_internal_busy_count() != 0) {
1387 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1388 this->_internal_busy_count());
1389 }
1390
1391 // uint64 full_count = 5;
1392 if (this->_internal_full_count() != 0) {
1393 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1394 this->_internal_full_count());
1395 }
1396
1397 // uint32 threshold = 2;
1398 if (this->_internal_threshold() != 0) {
1399 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
1400 this->_internal_threshold());
1401 }
1402
1403 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1404}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

1260 {
1261// @@protoc_insertion_point(message_clear_start:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1262 ::uint32_t cached_has_bits = 0;
1263 // Prevent compiler warnings about cached_has_bits being unused
1264 (void) cached_has_bits;
1265
1266 ::memset(&_impl_.record_count_, 0, static_cast<::size_t>(
1267 reinterpret_cast<char*>(&_impl_.threshold_) -
1268 reinterpret_cast<char*>(&_impl_.record_count_)) + sizeof(_impl_.threshold_));
1269 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1270}

◆ clear_busy_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::clear_busy_count ( )
inline

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

1371 {
1372 _impl_.busy_count_ = ::uint64_t{0u};
1373}

◆ clear_full_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::clear_full_count ( )
inline

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

1393 {
1394 _impl_.full_count_ = ::uint64_t{0u};
1395}

◆ clear_record_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::clear_record_count ( )
inline

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

1349 {
1350 _impl_.record_count_ = ::uint64_t{0u};
1351}

◆ clear_threshold()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::clear_threshold ( )
inline

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

1327 {
1328 _impl_.threshold_ = 0u;
1329}

◆ CopyFrom()

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

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

1436 {
1437// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1438 if (&from == this) return;
1439 Clear();
1440 MergeFrom(from);
1441}

◆ default_instance()

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

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

778 {
780 }
static const TempTriggerSnapshotInfo * internal_default_instance()

◆ descriptor()

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

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

769 {
770 return GetDescriptor();
771 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ full_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::full_count ( ) const
inline

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

1396 {
1397 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.full_count)
1398 return _internal_full_count();
1399}

◆ FullMessageName()

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

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

841 {
842 return "dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo";
843 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

772 {
773 return default_instance().GetMetadata().descriptor;
774 }

◆ GetMetadata()

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

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

1458 {
1459 return ::_pbi::AssignDescriptors(
1462}
::_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::TempTriggerSnapshotInfo::GetReflection ( )
inlinestatic

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

775 {
776 return default_instance().GetMetadata().reflection;
777 }

◆ internal_default_instance()

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

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

781 {
782 return reinterpret_cast<const TempTriggerSnapshotInfo*>(
784 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TempTriggerSnapshotInfoDefaultTypeInternal _TempTriggerSnapshotInfo_default_instance_

◆ InternalSwap()

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

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

1447 {
1448 using std::swap;
1449 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1450 ::google::protobuf::internal::memswap<
1451 PROTOBUF_FIELD_OFFSET(TempTriggerSnapshotInfo, _impl_.threshold_)
1453 - PROTOBUF_FIELD_OFFSET(TempTriggerSnapshotInfo, _impl_.record_count_)>(
1454 reinterpret_cast<char*>(&_impl_.record_count_),
1455 reinterpret_cast<char*>(&other->_impl_.record_count_));
1456}

◆ IsInitialized()

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

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

1443 {
1444 return true;
1445}

◆ MergeFrom()

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

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

818 {
820 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

1413 {
1414 auto* const _this = static_cast<TempTriggerSnapshotInfo*>(&to_msg);
1415 auto& from = static_cast<const TempTriggerSnapshotInfo&>(from_msg);
1416 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo)
1417 ABSL_DCHECK_NE(&from, _this);
1418 ::uint32_t cached_has_bits = 0;
1419 (void) cached_has_bits;
1420
1421 if (from._internal_record_count() != 0) {
1422 _this->_internal_set_record_count(from._internal_record_count());
1423 }
1424 if (from._internal_busy_count() != 0) {
1425 _this->_internal_set_busy_count(from._internal_busy_count());
1426 }
1427 if (from._internal_full_count() != 0) {
1428 _this->_internal_set_full_count(from._internal_full_count());
1429 }
1430 if (from._internal_threshold() != 0) {
1431 _this->_internal_set_threshold(from._internal_threshold());
1432 }
1433 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1434}

◆ mutable_unknown_fields()

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

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

765 {
766 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
767 }

◆ New()

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

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

812 {
813 return CreateMaybeMessage<TempTriggerSnapshotInfo>(arena);
814 }

◆ operator=() [1/2]

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

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

744 {
745 CopyFrom(from);
746 return *this;
747 }

◆ operator=() [2/2]

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

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

748 {
749 if (this == &from) return *this;
750 if (GetOwningArena() == from.GetOwningArena()
751 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
752 && GetOwningArena() != nullptr
753 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
754 ) {
755 InternalSwap(&from);
756 } else {
757 CopyFrom(from);
758 }
759 return *this;
760 }

◆ record_count()

uint64_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::record_count ( ) const
inline

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

1352 {
1353 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.record_count)
1354 return _internal_record_count();
1355}

◆ set_busy_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::set_busy_count ( ::uint64_t value)
inline

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

1378 {
1380 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.busy_count)
1381}

◆ set_full_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::set_full_count ( ::uint64_t value)
inline

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

1400 {
1402 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.full_count)
1403}

◆ set_record_count()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::set_record_count ( ::uint64_t value)
inline

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

1356 {
1358 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.record_count)
1359}

◆ set_threshold()

void dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::set_threshold ( ::uint32_t value)
inline

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

1334 {
1336 // @@protoc_insertion_point(field_set:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.threshold)
1337}

◆ SetCachedSize()

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

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

1256 {
1258}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

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

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

1238 {
1239 (void)arena;
1240 new (&_impl_) Impl_{
1241 decltype(_impl_.record_count_){::uint64_t{0u}},
1242 decltype(_impl_.busy_count_){::uint64_t{0u}},
1243 decltype(_impl_.full_count_){::uint64_t{0u}},
1244 decltype(_impl_.threshold_){0u},
1245 /*decltype(_impl_._cached_size_)*/ {},
1246 };
1247}

◆ SharedDtor()

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

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

1253 {
1254 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1255}

◆ Swap()

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

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

791 {
792 if (other == this) return;
793 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
794 if (GetOwningArena() != nullptr &&
795 GetOwningArena() == other->GetOwningArena()) {
796 #else // PROTOBUF_FORCE_COPY_IN_SWAP
797 if (GetOwningArena() == other->GetOwningArena()) {
798 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
799 InternalSwap(other);
800 } else {
801 ::google::protobuf::internal::GenericSwap(this, other);
802 }
803 }

◆ threshold()

uint32_t dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::threshold ( ) const
inline

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

1330 {
1331 // @@protoc_insertion_point(field_get:dunedaq.daphnemodules.opmon.TempTriggerSnapshotInfo.threshold)
1332 return _internal_threshold();
1333}

◆ unknown_fields()

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

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

762 {
763 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
764 }

◆ UnsafeArenaSwap()

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

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

804 {
805 if (other == this) return;
806 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
807 InternalSwap(other);
808 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fopmon_2fDaphneControllerModule_2eproto

◆ swap

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

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

788 {
789 a.Swap(&b);
790 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::daphnemodules::opmon::TempTriggerSnapshotInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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


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