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

#include <ipm.pb.h>

Inheritance diagram for dunedaq::ipm::opmon::ReceiverInfo:
[legend]
Collaboration diagram for dunedaq::ipm::opmon::ReceiverInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kBytesFieldNumber = 1 , kMessagesFieldNumber = 2 }
 

Public Member Functions

 ReceiverInfo ()
 
 ~ReceiverInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ReceiverInfo (::google::protobuf::internal::ConstantInitialized)
 
 ReceiverInfo (const ReceiverInfo &from)
 
 ReceiverInfo (ReceiverInfo &&from) noexcept
 
ReceiverInfooperator= (const ReceiverInfo &from)
 
ReceiverInfooperator= (ReceiverInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReceiverInfo *other)
 
void UnsafeArenaSwap (ReceiverInfo *other)
 
ReceiverInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ReceiverInfo &from)
 
void MergeFrom (const ReceiverInfo &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_bytes ()
 
::uint64_t bytes () const
 
void set_bytes (::uint64_t value)
 
void clear_messages ()
 
::uint64_t messages () const
 
void set_messages (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR ReceiverInfo (::_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 ReceiverInfodefault_instance ()
 
static const ReceiverInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReceiverInfo (::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 (ReceiverInfo *other)
 
::uint64_t _internal_bytes () const
 
void _internal_set_bytes (::uint64_t value)
 
::uint64_t _internal_messages () const
 
void _internal_set_messages (::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< 1, 2, 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_ipm_2fopmon_2fipm_2eproto
 
void swap (ReceiverInfo &a, ReceiverInfo &b)
 

Detailed Description

Definition at line 252 of file ipm.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 411 of file ipm.pb.h.

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBytesFieldNumber 
kMessagesFieldNumber 

Definition at line 379 of file ipm.pb.h.

Constructor & Destructor Documentation

◆ ReceiverInfo() [1/6]

dunedaq::ipm::opmon::ReceiverInfo::ReceiverInfo ( )
inline

Definition at line 255 of file ipm.pb.h.

◆ ~ReceiverInfo()

dunedaq::ipm::opmon::ReceiverInfo::~ReceiverInfo ( )
override

Definition at line 368 of file ipm.pb.cc.

368 {
369 // @@protoc_insertion_point(destructor:dunedaq.ipm.opmon.ReceiverInfo)
370 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
371 SharedDtor();
372}

◆ ReceiverInfo() [2/6]

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

◆ ReceiverInfo() [3/6]

dunedaq::ipm::opmon::ReceiverInfo::ReceiverInfo ( const ReceiverInfo & from)

Definition at line 354 of file ipm.pb.cc.

355 : ::google::protobuf::Message(), _impl_(from._impl_) {
356 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
357 from._internal_metadata_);
358 // @@protoc_insertion_point(copy_constructor:dunedaq.ipm.opmon.ReceiverInfo)
359}

◆ ReceiverInfo() [4/6]

dunedaq::ipm::opmon::ReceiverInfo::ReceiverInfo ( ReceiverInfo && from)
inlinenoexcept

Definition at line 261 of file ipm.pb.h.

262 : ReceiverInfo() {
263 *this = ::std::move(from);
264 }

◆ ReceiverInfo() [5/6]

dunedaq::ipm::opmon::ReceiverInfo::ReceiverInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 349 of file ipm.pb.cc.

350 : ::google::protobuf::Message(arena) {
351 SharedCtor(arena);
352 // @@protoc_insertion_point(arena_constructor:dunedaq.ipm.opmon.ReceiverInfo)
353}
void SharedCtor(::google::protobuf::Arena *arena)
Definition ipm.pb.cc:360

◆ ReceiverInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::ipm::opmon::ReceiverInfo::ReceiverInfo ( ::_pbi::ConstantInitialized )

Definition at line 44 of file ipm.pb.cc.

45 : _impl_{
46 /*decltype(_impl_.bytes_)*/ ::uint64_t{0u},
47 /*decltype(_impl_.messages_)*/ ::uint64_t{0u},
48 /*decltype(_impl_._cached_size_)*/ {},
49 } {}

Member Function Documentation

◆ _internal_bytes()

uint64_t dunedaq::ipm::opmon::ReceiverInfo::_internal_bytes ( ) const
inlineprivate

Definition at line 498 of file ipm.pb.h.

498 {
499 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
500 return _impl_.bytes_;
501}

◆ _internal_messages()

uint64_t dunedaq::ipm::opmon::ReceiverInfo::_internal_messages ( ) const
inlineprivate

Definition at line 520 of file ipm.pb.h.

520 {
521 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
522 return _impl_.messages_;
523}

◆ _internal_set_bytes()

void dunedaq::ipm::opmon::ReceiverInfo::_internal_set_bytes ( ::uint64_t value)
inlineprivate

Definition at line 502 of file ipm.pb.h.

502 {
503 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
504 ;
505 _impl_.bytes_ = value;
506}

◆ _internal_set_messages()

void dunedaq::ipm::opmon::ReceiverInfo::_internal_set_messages ( ::uint64_t value)
inlineprivate

Definition at line 524 of file ipm.pb.h.

524 {
525 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
526 ;
527 _impl_.messages_ = value;
528}

◆ _InternalParse()

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

Definition at line 392 of file ipm.pb.cc.

393 {
394 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
395 return ptr;
396}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:408

◆ _InternalSerialize()

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

Definition at line 435 of file ipm.pb.cc.

437 {
438 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.ipm.opmon.ReceiverInfo)
439 ::uint32_t cached_has_bits = 0;
440 (void)cached_has_bits;
441
442 // uint64 bytes = 1;
443 if (this->_internal_bytes() != 0) {
444 target = stream->EnsureSpace(target);
445 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
446 1, this->_internal_bytes(), target);
447 }
448
449 // uint64 messages = 2;
450 if (this->_internal_messages() != 0) {
451 target = stream->EnsureSpace(target);
452 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
453 2, this->_internal_messages(), target);
454 }
455
456 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
457 target =
458 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
459 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
460 }
461 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.ipm.opmon.ReceiverInfo)
462 return target;
463}
::uint64_t _internal_messages() const
Definition ipm.pb.h:520
::uint64_t _internal_bytes() const
Definition ipm.pb.h:498

◆ bytes()

uint64_t dunedaq::ipm::opmon::ReceiverInfo::bytes ( ) const
inline

Definition at line 490 of file ipm.pb.h.

490 {
491 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.ReceiverInfo.bytes)
492 return _internal_bytes();
493}

◆ ByteSizeLong()

size_t dunedaq::ipm::opmon::ReceiverInfo::ByteSizeLong ( ) const
final

Definition at line 465 of file ipm.pb.cc.

465 {
466// @@protoc_insertion_point(message_byte_size_start:dunedaq.ipm.opmon.ReceiverInfo)
467 ::size_t total_size = 0;
468
469 ::uint32_t cached_has_bits = 0;
470 // Prevent compiler warnings about cached_has_bits being unused
471 (void) cached_has_bits;
472
473 // uint64 bytes = 1;
474 if (this->_internal_bytes() != 0) {
475 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
476 this->_internal_bytes());
477 }
478
479 // uint64 messages = 2;
480 if (this->_internal_messages() != 0) {
481 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
482 this->_internal_messages());
483 }
484
485 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
486}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:415

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::ipm::opmon::ReceiverInfo::Clear ( )
final

Definition at line 380 of file ipm.pb.cc.

380 {
381// @@protoc_insertion_point(message_clear_start:dunedaq.ipm.opmon.ReceiverInfo)
382 ::uint32_t cached_has_bits = 0;
383 // Prevent compiler warnings about cached_has_bits being unused
384 (void) cached_has_bits;
385
386 ::memset(&_impl_.bytes_, 0, static_cast<::size_t>(
387 reinterpret_cast<char*>(&_impl_.messages_) -
388 reinterpret_cast<char*>(&_impl_.bytes_)) + sizeof(_impl_.messages_));
389 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
390}

◆ clear_bytes()

void dunedaq::ipm::opmon::ReceiverInfo::clear_bytes ( )
inline

Definition at line 487 of file ipm.pb.h.

487 {
488 _impl_.bytes_ = ::uint64_t{0u};
489}

◆ clear_messages()

void dunedaq::ipm::opmon::ReceiverInfo::clear_messages ( )
inline

Definition at line 509 of file ipm.pb.h.

509 {
510 _impl_.messages_ = ::uint64_t{0u};
511}

◆ CopyFrom()

void dunedaq::ipm::opmon::ReceiverInfo::CopyFrom ( const ReceiverInfo & from)

Definition at line 512 of file ipm.pb.cc.

512 {
513// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.ipm.opmon.ReceiverInfo)
514 if (&from == this) return;
515 Clear();
516 MergeFrom(from);
517}
void MergeFrom(const ReceiverInfo &from)
Definition ipm.pb.h:340
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition ipm.pb.cc:380

◆ default_instance()

static const ReceiverInfo & dunedaq::ipm::opmon::ReceiverInfo::default_instance ( )
inlinestatic

Definition at line 300 of file ipm.pb.h.

300 {
302 }
static const ReceiverInfo * internal_default_instance()
Definition ipm.pb.h:303

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::ipm::opmon::ReceiverInfo::descriptor ( )
inlinestatic

Definition at line 291 of file ipm.pb.h.

291 {
292 return GetDescriptor();
293 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition ipm.pb.h:294

◆ FullMessageName()

::absl::string_view dunedaq::ipm::opmon::ReceiverInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 363 of file ipm.pb.h.

363 {
364 return "dunedaq.ipm.opmon.ReceiverInfo";
365 }

◆ GetCachedSize()

int dunedaq::ipm::opmon::ReceiverInfo::GetCachedSize ( ) const
inlinefinal

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

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::ipm::opmon::ReceiverInfo::GetClassData ( ) const
final

Definition at line 492 of file ipm.pb.cc.

492{ return &_class_data_; }
static const ClassData _class_data_
Definition ipm.pb.h:370

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::ipm::opmon::ReceiverInfo::GetDescriptor ( )
inlinestatic

Definition at line 294 of file ipm.pb.h.

294 {
295 return default_instance().GetMetadata().descriptor;
296 }
::google::protobuf::Metadata GetMetadata() const final
Definition ipm.pb.cc:534
static const ReceiverInfo & default_instance()
Definition ipm.pb.h:300

◆ GetMetadata()

google::protobuf::Metadata dunedaq::ipm::opmon::ReceiverInfo::GetMetadata ( ) const
final

Definition at line 534 of file ipm.pb.cc.

534 {
535 return ::_pbi::AssignDescriptors(
538}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_ipm_2fopmon_2fipm_2eproto_getter()
Definition ipm.pb.cc:138
::absl::once_flag descriptor_table_ipm_2fopmon_2fipm_2eproto_once
Definition ipm.pb.cc:108
::_pb::Metadata file_level_metadata_ipm_2fopmon_2fipm_2eproto[2]
Definition ipm.pb.cc:63

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::ipm::opmon::ReceiverInfo::GetReflection ( )
inlinestatic

Definition at line 297 of file ipm.pb.h.

297 {
298 return default_instance().GetMetadata().reflection;
299 }

◆ internal_default_instance()

static const ReceiverInfo * dunedaq::ipm::opmon::ReceiverInfo::internal_default_instance ( )
inlinestatic

Definition at line 303 of file ipm.pb.h.

303 {
304 return reinterpret_cast<const ReceiverInfo*>(
306 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReceiverInfoDefaultTypeInternal _ReceiverInfo_default_instance_
Definition ipm.pb.cc:59

◆ InternalSwap()

void dunedaq::ipm::opmon::ReceiverInfo::InternalSwap ( ReceiverInfo * other)
private

Definition at line 523 of file ipm.pb.cc.

523 {
524 using std::swap;
525 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
526 ::google::protobuf::internal::memswap<
527 PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.messages_)
529 - PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.bytes_)>(
530 reinterpret_cast<char*>(&_impl_.bytes_),
531 reinterpret_cast<char*>(&other->_impl_.bytes_));
532}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::ipm::opmon::ReceiverInfo::IsInitialized ( ) const
final

Definition at line 519 of file ipm.pb.cc.

519 {
520 return true;
521}

◆ MergeFrom()

void dunedaq::ipm::opmon::ReceiverInfo::MergeFrom ( const ReceiverInfo & from)
inline

Definition at line 340 of file ipm.pb.h.

340 {
341 ReceiverInfo::MergeImpl(*this, from);
342 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition ipm.pb.cc:495

◆ MergeImpl()

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

Definition at line 495 of file ipm.pb.cc.

495 {
496 auto* const _this = static_cast<ReceiverInfo*>(&to_msg);
497 auto& from = static_cast<const ReceiverInfo&>(from_msg);
498 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.ipm.opmon.ReceiverInfo)
499 ABSL_DCHECK_NE(&from, _this);
500 ::uint32_t cached_has_bits = 0;
501 (void) cached_has_bits;
502
503 if (from._internal_bytes() != 0) {
504 _this->_internal_set_bytes(from._internal_bytes());
505 }
506 if (from._internal_messages() != 0) {
507 _this->_internal_set_messages(from._internal_messages());
508 }
509 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
510}

◆ messages()

uint64_t dunedaq::ipm::opmon::ReceiverInfo::messages ( ) const
inline

Definition at line 512 of file ipm.pb.h.

512 {
513 // @@protoc_insertion_point(field_get:dunedaq.ipm.opmon.ReceiverInfo.messages)
514 return _internal_messages();
515}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::ipm::opmon::ReceiverInfo::mutable_unknown_fields ( )
inline

Definition at line 287 of file ipm.pb.h.

287 {
288 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
289 }

◆ New()

ReceiverInfo * dunedaq::ipm::opmon::ReceiverInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 334 of file ipm.pb.h.

334 {
335 return CreateMaybeMessage<ReceiverInfo>(arena);
336 }

◆ operator=() [1/2]

ReceiverInfo & dunedaq::ipm::opmon::ReceiverInfo::operator= ( const ReceiverInfo & from)
inline

Definition at line 266 of file ipm.pb.h.

266 {
267 CopyFrom(from);
268 return *this;
269 }
void CopyFrom(const ReceiverInfo &from)
Definition ipm.pb.cc:512

◆ operator=() [2/2]

ReceiverInfo & dunedaq::ipm::opmon::ReceiverInfo::operator= ( ReceiverInfo && from)
inlinenoexcept

Definition at line 270 of file ipm.pb.h.

270 {
271 if (this == &from) return *this;
272 if (GetOwningArena() == from.GetOwningArena()
273 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
274 && GetOwningArena() != nullptr
275 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
276 ) {
277 InternalSwap(&from);
278 } else {
279 CopyFrom(from);
280 }
281 return *this;
282 }
void InternalSwap(ReceiverInfo *other)
Definition ipm.pb.cc:523

◆ set_bytes()

void dunedaq::ipm::opmon::ReceiverInfo::set_bytes ( ::uint64_t value)
inline

Definition at line 494 of file ipm.pb.h.

494 {
495 _internal_set_bytes(value);
496 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.ReceiverInfo.bytes)
497}
void _internal_set_bytes(::uint64_t value)
Definition ipm.pb.h:502

◆ set_messages()

void dunedaq::ipm::opmon::ReceiverInfo::set_messages ( ::uint64_t value)
inline

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

516 {
518 // @@protoc_insertion_point(field_set:dunedaq.ipm.opmon.ReceiverInfo.messages)
519}
void _internal_set_messages(::uint64_t value)
Definition ipm.pb.h:524

◆ SetCachedSize()

void dunedaq::ipm::opmon::ReceiverInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 376 of file ipm.pb.cc.

376 {
378}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::ipm::opmon::ReceiverInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 360 of file ipm.pb.cc.

360 {
361 (void)arena;
362 new (&_impl_) Impl_{
363 decltype(_impl_.bytes_){::uint64_t{0u}},
364 decltype(_impl_.messages_){::uint64_t{0u}},
365 /*decltype(_impl_._cached_size_)*/ {},
366 };
367}

◆ SharedDtor()

void dunedaq::ipm::opmon::ReceiverInfo::SharedDtor ( )
inlineprivate

Definition at line 373 of file ipm.pb.cc.

373 {
374 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
375}

◆ Swap()

void dunedaq::ipm::opmon::ReceiverInfo::Swap ( ReceiverInfo * other)
inline

Definition at line 313 of file ipm.pb.h.

313 {
314 if (other == this) return;
315 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
316 if (GetOwningArena() != nullptr &&
317 GetOwningArena() == other->GetOwningArena()) {
318 #else // PROTOBUF_FORCE_COPY_IN_SWAP
319 if (GetOwningArena() == other->GetOwningArena()) {
320 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
321 InternalSwap(other);
322 } else {
323 ::google::protobuf::internal::GenericSwap(this, other);
324 }
325 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::ipm::opmon::ReceiverInfo::unknown_fields ( ) const
inline

Definition at line 284 of file ipm.pb.h.

284 {
285 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
286 }

◆ UnsafeArenaSwap()

void dunedaq::ipm::opmon::ReceiverInfo::UnsafeArenaSwap ( ReceiverInfo * other)
inline

Definition at line 326 of file ipm.pb.h.

326 {
327 if (other == this) return;
328 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
329 InternalSwap(other);
330 }

Friends And Related Symbol Documentation

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

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

Definition at line 409 of file ipm.pb.h.

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

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

Definition at line 362 of file ipm.pb.h.

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

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

Definition at line 407 of file ipm.pb.h.

◆ ::TableStruct_ipm_2fopmon_2fipm_2eproto

Definition at line 419 of file ipm.pb.h.

◆ swap

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

Definition at line 310 of file ipm.pb.h.

310 {
311 a.Swap(&b);
312 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 370 of file ipm.pb.h.

◆ _impl_

Impl_ dunedaq::ipm::opmon::ReceiverInfo::_impl_

Definition at line 418 of file ipm.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::ipm::opmon::ReceiverInfo::_table_
staticprivate

Definition at line 408 of file ipm.pb.h.

◆ kIndexInFileMessages

int dunedaq::ipm::opmon::ReceiverInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 307 of file ipm.pb.h.


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