#include <daphne_control_low.pb.h>
|
| static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
| ::absl::string_view | FullMessageName () |
|
| static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > | _table_ |
Definition at line 8246 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
| Enumerator |
|---|
| kIdFieldNumber | |
| kCurrentMonitorChannelFieldNumber | |
Definition at line 8373 of file daphne_control_low.pb.h.
8373 : int {
8376 };
@ kCurrentMonitorChannelFieldNumber
◆ 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
12434 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
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
12423}
◆ cmd_readCurrentMonitor() [4/6]
| daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor |
( |
cmd_readCurrentMonitor && | from | ) |
|
|
inlinenoexcept |
◆ 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) {
12416
12417}
void SharedCtor(::google::protobuf::Arena *arena)
◆ cmd_readCurrentMonitor() [6/6]
template<typename>
| PROTOBUF_CONSTEXPR daphne::cmd_readCurrentMonitor::cmd_readCurrentMonitor |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_currentmonitorchannel()
| uint32_t daphne::cmd_readCurrentMonitor::_internal_currentmonitorchannel |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_id()
| int32_t daphne::cmd_readCurrentMonitor::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_currentmonitorchannel()
| void daphne::cmd_readCurrentMonitor::_internal_set_currentmonitorchannel |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readCurrentMonitor::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _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
12503 ::uint32_t cached_has_bits = 0;
12504 (void)cached_has_bits;
12505
12506
12508 target = ::google::protobuf::internal::WireFormatLite::
12509 WriteInt32ToArrayWithField<1>(
12511 }
12512
12513
12515 target = stream->EnsureSpace(target);
12516 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
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
12526 return target;
12527}
::uint32_t _internal_currentmonitorchannel() const
::int32_t _internal_id() const
◆ ByteSizeLong()
| size_t daphne::cmd_readCurrentMonitor::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 12529 of file daphne_control_low.pb.cc.
12529 {
12530
12531 ::size_t total_size = 0;
12532
12533 ::uint32_t cached_has_bits = 0;
12534
12535 (void) cached_has_bits;
12536
12537
12539 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
12541 }
12542
12543
12545 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
12547 }
12548
12549 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
12550}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readCurrentMonitor::Clear |
( |
| ) |
|
|
final |
Definition at line 12444 of file daphne_control_low.pb.cc.
12444 {
12445
12446 ::uint32_t cached_has_bits = 0;
12447
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 |
◆ clear_id()
| void daphne::cmd_readCurrentMonitor::clear_id |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 12576 of file daphne_control_low.pb.cc.
12576 {
12577
12578 if (&from == this) return;
12581}
void MergeFrom(const cmd_readCurrentMonitor &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ currentmonitorchannel()
| uint32_t daphne::cmd_readCurrentMonitor::currentmonitorchannel |
( |
| ) |
const |
|
inline |
◆ default_instance()
Definition at line 8294 of file daphne_control_low.pb.h.
8294 {
8296 }
static const cmd_readCurrentMonitor * internal_default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readCurrentMonitor::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readCurrentMonitor::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readCurrentMonitor::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readCurrentMonitor::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readCurrentMonitor::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 8288 of file daphne_control_low.pb.h.
8288 {
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()
| const ::google::protobuf::Reflection * daphne::cmd_readCurrentMonitor::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readCurrentMonitor::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
Definition at line 8297 of file daphne_control_low.pb.h.
8297 {
8300 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readCurrentMonitorDefaultTypeInternal _cmd_readCurrentMonitor_default_instance_
◆ InternalSwap()
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<
12594 reinterpret_cast<char*
>(&
_impl_.id_),
12595 reinterpret_cast<char*>(&other->_impl_.id_));
12596}
::uint32_t currentmonitorchannel_
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::cmd_readCurrentMonitor::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
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 {
12562
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 |
◆ operator=() [1/2]
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
8270 ) {
8272 } else {
8274 }
8275 return *this;
8276 }
void CopyFrom(const cmd_readCurrentMonitor &from)
void InternalSwap(cmd_readCurrentMonitor *other)
◆ operator=() [2/2]
◆ set_currentmonitorchannel()
| void daphne::cmd_readCurrentMonitor::set_currentmonitorchannel |
( |
::uint32_t | value | ) |
|
|
inline |
◆ set_id()
| void daphne::cmd_readCurrentMonitor::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readCurrentMonitor::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readCurrentMonitor::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readCurrentMonitor::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
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
8313 if (GetOwningArena() == other->GetOwningArena()) {
8314 #endif
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()
Definition at line 8320 of file daphne_control_low.pb.h.
8320 {
8321 if (other == this) return;
8322 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
8324 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T>
| friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
| friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
| friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto
| friend struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto |
|
friend |
◆ swap
◆ [union]
◆ _class_data_
| const::google::protobuf::Message::ClassData daphne::cmd_readCurrentMonitor::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readCurrentMonitor::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readCurrentMonitor::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readCurrentMonitor::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: