#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 4952 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ cmd_readAFEVgain() [1/6]
| daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
| ) |
|
|
inline |
◆ ~cmd_readAFEVgain()
| daphne::cmd_readAFEVgain::~cmd_readAFEVgain |
( |
| ) |
|
|
override |
Definition at line 8331 of file daphne_control_low.pb.cc.
8331 {
8332
8333 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8335}
◆ cmd_readAFEVgain() [2/6]
template<typename = void>
| PROTOBUF_CONSTEXPR daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ cmd_readAFEVgain() [3/6]
| daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
const cmd_readAFEVgain & | from | ) |
|
Definition at line 8317 of file daphne_control_low.pb.cc.
8318 : ::google::protobuf::Message(),
_impl_(from._impl_) {
8319 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8320 from._internal_metadata_);
8321
8322}
◆ cmd_readAFEVgain() [4/6]
| daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
cmd_readAFEVgain && | from | ) |
|
|
inlinenoexcept |
◆ cmd_readAFEVgain() [5/6]
| daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 8312 of file daphne_control_low.pb.cc.
8313 : ::google::protobuf::Message(arena) {
8315
8316}
void SharedCtor(::google::protobuf::Arena *arena)
◆ cmd_readAFEVgain() [6/6]
template<typename>
| PROTOBUF_CONSTEXPR daphne::cmd_readAFEVgain::cmd_readAFEVgain |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_afeblock()
| uint32_t daphne::cmd_readAFEVgain::_internal_afeblock |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_id()
| int32_t daphne::cmd_readAFEVgain::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_afeblock()
| void daphne::cmd_readAFEVgain::_internal_set_afeblock |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readAFEVgain::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
| const char * daphne::cmd_readAFEVgain::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 8355 of file daphne_control_low.pb.cc.
8356 {
8357 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
8358 return ptr;
8359}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
◆ _InternalSerialize()
| uint8_t * daphne::cmd_readAFEVgain::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 8398 of file daphne_control_low.pb.cc.
8400 {
8401
8402 ::uint32_t cached_has_bits = 0;
8403 (void)cached_has_bits;
8404
8405
8407 target = ::google::protobuf::internal::WireFormatLite::
8408 WriteInt32ToArrayWithField<1>(
8410 }
8411
8412
8414 target = stream->EnsureSpace(target);
8415 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
8417 }
8418
8419 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8420 target =
8421 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8422 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8423 }
8424
8425 return target;
8426}
::uint32_t _internal_afeblock() const
::int32_t _internal_id() const
◆ afeblock()
| uint32_t daphne::cmd_readAFEVgain::afeblock |
( |
| ) |
const |
|
inline |
◆ ByteSizeLong()
| size_t daphne::cmd_readAFEVgain::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 8428 of file daphne_control_low.pb.cc.
8428 {
8429
8430 ::size_t total_size = 0;
8431
8432 ::uint32_t cached_has_bits = 0;
8433
8434 (void) cached_has_bits;
8435
8436
8438 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
8440 }
8441
8442
8444 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
8446 }
8447
8448 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
8449}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readAFEVgain::Clear |
( |
| ) |
|
|
final |
Definition at line 8343 of file daphne_control_low.pb.cc.
8343 {
8344
8345 ::uint32_t cached_has_bits = 0;
8346
8347 (void) cached_has_bits;
8348
8349 ::memset(&
_impl_.id_, 0,
static_cast<::
size_t>(
8350 reinterpret_cast<char*
>(&
_impl_.afeblock_) -
8351 reinterpret_cast<char*
>(&
_impl_.id_)) +
sizeof(
_impl_.afeblock_));
8352 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8353}
◆ clear_afeblock()
| void daphne::cmd_readAFEVgain::clear_afeblock |
( |
| ) |
|
|
inline |
◆ clear_id()
| void daphne::cmd_readAFEVgain::clear_id |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 8475 of file daphne_control_low.pb.cc.
8475 {
8476
8477 if (&from == this) return;
8480}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readAFEVgain &from)
◆ default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readAFEVgain::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readAFEVgain::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readAFEVgain::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readAFEVgain::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readAFEVgain::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 4994 of file daphne_control_low.pb.h.
4994 {
4996 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readAFEVgain & default_instance()
◆ GetMetadata()
| google::protobuf::Metadata daphne::cmd_readAFEVgain::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 8497 of file daphne_control_low.pb.cc.
8497 {
8498 return ::_pbi::AssignDescriptors(
8501}
::_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_readAFEVgain::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readAFEVgain::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
| const cmd_readAFEVgain * daphne::cmd_readAFEVgain::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 5003 of file daphne_control_low.pb.h.
5003 {
5006 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readAFEVgainDefaultTypeInternal _cmd_readAFEVgain_default_instance_
◆ InternalSwap()
Definition at line 8486 of file daphne_control_low.pb.cc.
8486 {
8487 using std::swap;
8488 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8489 ::google::protobuf::internal::memswap<
8493 reinterpret_cast<char*
>(&
_impl_.id_),
8494 reinterpret_cast<char*>(&other->_impl_.id_));
8495}
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::cmd_readAFEVgain::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
Definition at line 5040 of file daphne_control_low.pb.h.
5040 {
5042 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
| void daphne::cmd_readAFEVgain::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 8458 of file daphne_control_low.pb.cc.
8458 {
8461
8462 ABSL_DCHECK_NE(&from, _this);
8463 ::uint32_t cached_has_bits = 0;
8464 (void) cached_has_bits;
8465
8466 if (from._internal_id() != 0) {
8467 _this->_internal_set_id(from._internal_id());
8468 }
8469 if (from._internal_afeblock() != 0) {
8470 _this->_internal_set_afeblock(from._internal_afeblock());
8471 }
8472 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8473}
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::cmd_readAFEVgain::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 4987 of file daphne_control_low.pb.h.
4987 {
4988 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4989 }
◆ New()
| cmd_readAFEVgain * daphne::cmd_readAFEVgain::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 4970 of file daphne_control_low.pb.h.
4970 {
4971 if (this == &from) return *this;
4972 if (GetOwningArena() == from.GetOwningArena()
4973 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4974 && GetOwningArena() != nullptr
4975 #endif
4976 ) {
4978 } else {
4980 }
4981 return *this;
4982 }
void CopyFrom(const cmd_readAFEVgain &from)
void InternalSwap(cmd_readAFEVgain *other)
◆ operator=() [2/2]
◆ set_afeblock()
| void daphne::cmd_readAFEVgain::set_afeblock |
( |
::uint32_t | value | ) |
|
|
inline |
◆ set_id()
| void daphne::cmd_readAFEVgain::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readAFEVgain::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readAFEVgain::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readAFEVgain::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
Definition at line 5013 of file daphne_control_low.pb.h.
5013 {
5014 if (other == this) return;
5015 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5016 if (GetOwningArena() != nullptr &&
5017 GetOwningArena() == other->GetOwningArena()) {
5018 #else
5019 if (GetOwningArena() == other->GetOwningArena()) {
5020 #endif
5022 } else {
5023 ::google::protobuf::internal::GenericSwap(this, other);
5024 }
5025 }
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::cmd_readAFEVgain::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 4984 of file daphne_control_low.pb.h.
4984 {
4985 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4986 }
◆ UnsafeArenaSwap()
Definition at line 5026 of file daphne_control_low.pb.h.
5026 {
5027 if (other == this) return;
5028 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5030 }
◆ ::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_readAFEVgain::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readAFEVgain::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readAFEVgain::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readAFEVgain::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: