DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne::cmd_readCurrentMonitor Class Referencefinal

#include <daphne_control_low.pb.h>

Inheritance diagram for daphne::cmd_readCurrentMonitor:
[legend]
Collaboration diagram for daphne::cmd_readCurrentMonitor:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 , kCurrentMonitorChannelFieldNumber = 2 }
 

Public Member Functions

 cmd_readCurrentMonitor ()
 
 ~cmd_readCurrentMonitor () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readCurrentMonitor (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readCurrentMonitor (const cmd_readCurrentMonitor &from)
 
 cmd_readCurrentMonitor (cmd_readCurrentMonitor &&from) noexcept
 
cmd_readCurrentMonitoroperator= (const cmd_readCurrentMonitor &from)
 
cmd_readCurrentMonitoroperator= (cmd_readCurrentMonitor &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readCurrentMonitor *other)
 
void UnsafeArenaSwap (cmd_readCurrentMonitor *other)
 
cmd_readCurrentMonitorNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readCurrentMonitor &from)
 
void MergeFrom (const cmd_readCurrentMonitor &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_id ()
 
::int32_t id () const
 
void set_id (::int32_t value)
 
void clear_currentmonitorchannel ()
 
::uint32_t currentmonitorchannel () const
 
void set_currentmonitorchannel (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readCurrentMonitor (::_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 cmd_readCurrentMonitordefault_instance ()
 
static const cmd_readCurrentMonitorinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readCurrentMonitor (::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 (cmd_readCurrentMonitor *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_currentmonitorchannel () const
 
void _internal_set_currentmonitorchannel (::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< 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_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto
 
void swap (cmd_readCurrentMonitor &a, cmd_readCurrentMonitor &b)
 

Detailed Description

Definition at line 8246 of file daphne_control_low.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kCurrentMonitorChannelFieldNumber 

Definition at line 8373 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readCurrentMonitor() [1/6]

daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( )
inline

◆ ~cmd_readCurrentMonitor()

daphne::cmd_readCurrentMonitor::~cmd_readCurrentMonitor ( )
override

Definition at line 12432 of file daphne_control_low.pb.cc.

12432 {
12433 // @@protoc_insertion_point(destructor:daphne.cmd_readCurrentMonitor)
12434 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
12435 SharedDtor();
12436}

◆ cmd_readCurrentMonitor() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ cmd_readCurrentMonitor() [3/6]

daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( const cmd_readCurrentMonitor & from)

Definition at line 12418 of file daphne_control_low.pb.cc.

12419 : ::google::protobuf::Message(), _impl_(from._impl_) {
12420 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
12421 from._internal_metadata_);
12422 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readCurrentMonitor)
12423}

◆ cmd_readCurrentMonitor() [4/6]

daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( cmd_readCurrentMonitor && from)
inlinenoexcept

Definition at line 8255 of file daphne_control_low.pb.h.

8257 *this = ::std::move(from);
8258 }

◆ cmd_readCurrentMonitor() [5/6]

daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 12413 of file daphne_control_low.pb.cc.

12414 : ::google::protobuf::Message(arena) {
12415 SharedCtor(arena);
12416 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readCurrentMonitor)
12417}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readCurrentMonitor() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor ( ::_pbi::ConstantInitialized )

Definition at line 864 of file daphne_control_low.pb.cc.

865 : _impl_{
866 /*decltype(_impl_.id_)*/ 0,
867 /*decltype(_impl_.currentmonitorchannel_)*/ 0u,
868 /*decltype(_impl_._cached_size_)*/ {},
869 } {}

Member Function Documentation

◆ _internal_currentmonitorchannel()

uint32_t daphne::cmd_readCurrentMonitor::_internal_currentmonitorchannel ( ) const
inlineprivate

Definition at line 15293 of file daphne_control_low.pb.h.

15293 {
15294 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15296}

◆ _internal_id()

int32_t daphne::cmd_readCurrentMonitor::_internal_id ( ) const
inlineprivate

Definition at line 15271 of file daphne_control_low.pb.h.

15271 {
15272 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15273 return _impl_.id_;
15274}

◆ _internal_set_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor::_internal_set_currentmonitorchannel ( ::uint32_t value)
inlineprivate

Definition at line 15297 of file daphne_control_low.pb.h.

15297 {
15298 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15299 ;
15301}

◆ _internal_set_id()

void daphne::cmd_readCurrentMonitor::_internal_set_id ( ::int32_t value)
inlineprivate

Definition at line 15275 of file daphne_control_low.pb.h.

15275 {
15276 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15277 ;
15278 _impl_.id_ = value;
15279}

◆ _InternalParse()

const char * daphne::cmd_readCurrentMonitor::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 12456 of file daphne_control_low.pb.cc.

12457 {
12458 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
12459 return ptr;
12460}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::cmd_readCurrentMonitor::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 12499 of file daphne_control_low.pb.cc.

12501 {
12502 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readCurrentMonitor)
12503 ::uint32_t cached_has_bits = 0;
12504 (void)cached_has_bits;
12505
12506 // int32 id = 1;
12507 if (this->_internal_id() != 0) {
12508 target = ::google::protobuf::internal::WireFormatLite::
12509 WriteInt32ToArrayWithField<1>(
12510 stream, this->_internal_id(), target);
12511 }
12512
12513 // uint32 currentMonitorChannel = 2;
12514 if (this->_internal_currentmonitorchannel() != 0) {
12515 target = stream->EnsureSpace(target);
12516 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
12517 2, this->_internal_currentmonitorchannel(), target);
12518 }
12519
12520 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
12521 target =
12522 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
12523 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
12524 }
12525 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readCurrentMonitor)
12526 return target;
12527}

◆ ByteSizeLong()

size_t daphne::cmd_readCurrentMonitor::ByteSizeLong ( ) const
final

Definition at line 12529 of file daphne_control_low.pb.cc.

12529 {
12530// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readCurrentMonitor)
12531 ::size_t total_size = 0;
12532
12533 ::uint32_t cached_has_bits = 0;
12534 // Prevent compiler warnings about cached_has_bits being unused
12535 (void) cached_has_bits;
12536
12537 // int32 id = 1;
12538 if (this->_internal_id() != 0) {
12539 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
12540 this->_internal_id());
12541 }
12542
12543 // uint32 currentMonitorChannel = 2;
12544 if (this->_internal_currentmonitorchannel() != 0) {
12545 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
12547 }
12548
12549 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
12550}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void daphne::cmd_readCurrentMonitor::Clear ( )
final

Definition at line 12444 of file daphne_control_low.pb.cc.

12444 {
12445// @@protoc_insertion_point(message_clear_start:daphne.cmd_readCurrentMonitor)
12446 ::uint32_t cached_has_bits = 0;
12447 // Prevent compiler warnings about cached_has_bits being unused
12448 (void) cached_has_bits;
12449
12450 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
12451 reinterpret_cast<char*>(&_impl_.currentmonitorchannel_) -
12452 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.currentmonitorchannel_));
12453 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
12454}

◆ clear_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor::clear_currentmonitorchannel ( )
inline

Definition at line 15282 of file daphne_control_low.pb.h.

15282 {
15284}

◆ clear_id()

void daphne::cmd_readCurrentMonitor::clear_id ( )
inline

Definition at line 15260 of file daphne_control_low.pb.h.

15260 {
15261 _impl_.id_ = 0;
15262}

◆ CopyFrom()

void daphne::cmd_readCurrentMonitor::CopyFrom ( const cmd_readCurrentMonitor & from)

Definition at line 12576 of file daphne_control_low.pb.cc.

12576 {
12577// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readCurrentMonitor)
12578 if (&from == this) return;
12579 Clear();
12580 MergeFrom(from);
12581}
void MergeFrom(const cmd_readCurrentMonitor &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ currentmonitorchannel()

uint32_t daphne::cmd_readCurrentMonitor::currentmonitorchannel ( ) const
inline

Definition at line 15285 of file daphne_control_low.pb.h.

15285 {
15286 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor.currentMonitorChannel)
15288}

◆ default_instance()

static const cmd_readCurrentMonitor & daphne::cmd_readCurrentMonitor::default_instance ( )
inlinestatic

Definition at line 8294 of file daphne_control_low.pb.h.

8294 {
8295 return *internal_default_instance();
8296 }
static const cmd_readCurrentMonitor * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::cmd_readCurrentMonitor::descriptor ( )
inlinestatic

Definition at line 8285 of file daphne_control_low.pb.h.

8285 {
8286 return GetDescriptor();
8287 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::cmd_readCurrentMonitor::FullMessageName ( )
inlinestaticprivate

Definition at line 8357 of file daphne_control_low.pb.h.

8357 {
8358 return "daphne.cmd_readCurrentMonitor";
8359 }

◆ GetCachedSize()

int daphne::cmd_readCurrentMonitor::GetCachedSize ( ) const
inlinefinal

Definition at line 8347 of file daphne_control_low.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::cmd_readCurrentMonitor::GetClassData ( ) const
final

Definition at line 12556 of file daphne_control_low.pb.cc.

12556{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::cmd_readCurrentMonitor::GetDescriptor ( )
inlinestatic

Definition at line 8288 of file daphne_control_low.pb.h.

8288 {
8289 return default_instance().GetMetadata().descriptor;
8290 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readCurrentMonitor & default_instance()

◆ GetMetadata()

google::protobuf::Metadata daphne::cmd_readCurrentMonitor::GetMetadata ( ) const
final

Definition at line 12598 of file daphne_control_low.pb.cc.

12598 {
12599 return ::_pbi::AssignDescriptors(
12602}
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto[59]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_getter()
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_once

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::cmd_readCurrentMonitor::GetReflection ( )
inlinestatic

Definition at line 8291 of file daphne_control_low.pb.h.

8291 {
8292 return default_instance().GetMetadata().reflection;
8293 }

◆ id()

int32_t daphne::cmd_readCurrentMonitor::id ( ) const
inline

Definition at line 15263 of file daphne_control_low.pb.h.

15263 {
15264 // @@protoc_insertion_point(field_get:daphne.cmd_readCurrentMonitor.id)
15265 return _internal_id();
15266}

◆ internal_default_instance()

static const cmd_readCurrentMonitor * daphne::cmd_readCurrentMonitor::internal_default_instance ( )
inlinestatic

Definition at line 8297 of file daphne_control_low.pb.h.

8297 {
8298 return reinterpret_cast<const cmd_readCurrentMonitor*>(
8300 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readCurrentMonitorDefaultTypeInternal _cmd_readCurrentMonitor_default_instance_

◆ InternalSwap()

void daphne::cmd_readCurrentMonitor::InternalSwap ( cmd_readCurrentMonitor * other)
private

Definition at line 12587 of file daphne_control_low.pb.cc.

12587 {
12588 using std::swap;
12589 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
12590 ::google::protobuf::internal::memswap<
12593 - PROTOBUF_FIELD_OFFSET(cmd_readCurrentMonitor, _impl_.id_)>(
12594 reinterpret_cast<char*>(&_impl_.id_),
12595 reinterpret_cast<char*>(&other->_impl_.id_));
12596}

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::cmd_readCurrentMonitor::IsInitialized ( ) const
final

Definition at line 12583 of file daphne_control_low.pb.cc.

12583 {
12584 return true;
12585}

◆ MergeFrom()

void daphne::cmd_readCurrentMonitor::MergeFrom ( const cmd_readCurrentMonitor & from)
inline

Definition at line 8334 of file daphne_control_low.pb.h.

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

◆ MergeImpl()

void daphne::cmd_readCurrentMonitor::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 12559 of file daphne_control_low.pb.cc.

12559 {
12560 auto* const _this = static_cast<cmd_readCurrentMonitor*>(&to_msg);
12561 auto& from = static_cast<const cmd_readCurrentMonitor&>(from_msg);
12562 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readCurrentMonitor)
12563 ABSL_DCHECK_NE(&from, _this);
12564 ::uint32_t cached_has_bits = 0;
12565 (void) cached_has_bits;
12566
12567 if (from._internal_id() != 0) {
12568 _this->_internal_set_id(from._internal_id());
12569 }
12570 if (from._internal_currentmonitorchannel() != 0) {
12571 _this->_internal_set_currentmonitorchannel(from._internal_currentmonitorchannel());
12572 }
12573 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
12574}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::cmd_readCurrentMonitor::mutable_unknown_fields ( )
inline

Definition at line 8281 of file daphne_control_low.pb.h.

8281 {
8282 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
8283 }

◆ New()

cmd_readCurrentMonitor * daphne::cmd_readCurrentMonitor::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 8328 of file daphne_control_low.pb.h.

8328 {
8329 return CreateMaybeMessage<cmd_readCurrentMonitor>(arena);
8330 }

◆ operator=() [1/2]

cmd_readCurrentMonitor & daphne::cmd_readCurrentMonitor::operator= ( cmd_readCurrentMonitor && from)
inlinenoexcept

Definition at line 8264 of file daphne_control_low.pb.h.

8264 {
8265 if (this == &from) return *this;
8266 if (GetOwningArena() == from.GetOwningArena()
8267 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
8268 && GetOwningArena() != nullptr
8269 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
8270 ) {
8271 InternalSwap(&from);
8272 } else {
8273 CopyFrom(from);
8274 }
8275 return *this;
8276 }
void CopyFrom(const cmd_readCurrentMonitor &from)
void InternalSwap(cmd_readCurrentMonitor *other)

◆ operator=() [2/2]

cmd_readCurrentMonitor & daphne::cmd_readCurrentMonitor::operator= ( const cmd_readCurrentMonitor & from)
inline

Definition at line 8260 of file daphne_control_low.pb.h.

8260 {
8261 CopyFrom(from);
8262 return *this;
8263 }

◆ set_currentmonitorchannel()

void daphne::cmd_readCurrentMonitor::set_currentmonitorchannel ( ::uint32_t value)
inline

Definition at line 15289 of file daphne_control_low.pb.h.

15289 {
15291 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor.currentMonitorChannel)
15292}
void _internal_set_currentmonitorchannel(::uint32_t value)

◆ set_id()

void daphne::cmd_readCurrentMonitor::set_id ( ::int32_t value)
inline

Definition at line 15267 of file daphne_control_low.pb.h.

15267 {
15268 _internal_set_id(value);
15269 // @@protoc_insertion_point(field_set:daphne.cmd_readCurrentMonitor.id)
15270}

◆ SetCachedSize()

void daphne::cmd_readCurrentMonitor::SetCachedSize ( int size) const
finalprivate

Definition at line 12440 of file daphne_control_low.pb.cc.

12440 {
12441 _impl_._cached_size_.Set(size);
12442}

◆ SharedCtor()

void daphne::cmd_readCurrentMonitor::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 12424 of file daphne_control_low.pb.cc.

12424 {
12425 (void)arena;
12426 new (&_impl_) Impl_{
12427 decltype(_impl_.id_){0},
12428 decltype(_impl_.currentmonitorchannel_){0u},
12429 /*decltype(_impl_._cached_size_)*/ {},
12430 };
12431}

◆ SharedDtor()

void daphne::cmd_readCurrentMonitor::SharedDtor ( )
inlineprivate

Definition at line 12437 of file daphne_control_low.pb.cc.

12437 {
12438 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
12439}

◆ Swap()

void daphne::cmd_readCurrentMonitor::Swap ( cmd_readCurrentMonitor * other)
inline

Definition at line 8307 of file daphne_control_low.pb.h.

8307 {
8308 if (other == this) return;
8309 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
8310 if (GetOwningArena() != nullptr &&
8311 GetOwningArena() == other->GetOwningArena()) {
8312 #else // PROTOBUF_FORCE_COPY_IN_SWAP
8313 if (GetOwningArena() == other->GetOwningArena()) {
8314 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
8315 InternalSwap(other);
8316 } else {
8317 ::google::protobuf::internal::GenericSwap(this, other);
8318 }
8319 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::cmd_readCurrentMonitor::unknown_fields ( ) const
inline

Definition at line 8278 of file daphne_control_low.pb.h.

8278 {
8279 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
8280 }

◆ UnsafeArenaSwap()

void daphne::cmd_readCurrentMonitor::UnsafeArenaSwap ( cmd_readCurrentMonitor * other)
inline

Definition at line 8320 of file daphne_control_low.pb.h.

8320 {
8321 if (other == this) return;
8322 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8323 InternalSwap(other);
8324 }

Friends And Related Symbol Documentation

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

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

Definition at line 8403 of file daphne_control_low.pb.h.

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

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

Definition at line 8356 of file daphne_control_low.pb.h.

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

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

Definition at line 8401 of file daphne_control_low.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

Definition at line 8304 of file daphne_control_low.pb.h.

8304 {
8305 a.Swap(&b);
8306 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::cmd_readCurrentMonitor::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 8364 of file daphne_control_low.pb.h.

◆ _impl_

Impl_ daphne::cmd_readCurrentMonitor::_impl_

Definition at line 8412 of file daphne_control_low.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readCurrentMonitor::_table_
staticprivate

Definition at line 8402 of file daphne_control_low.pb.h.

◆ kIndexInFileMessages

int daphne::cmd_readCurrentMonitor::kIndexInFileMessages
staticconstexpr
Initial value:
=
42

Definition at line 8301 of file daphne_control_low.pb.h.


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