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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 , kAfeBlockFieldNumber = 2 , kOffsetValueFieldNumber = 3 , kOffsetGainFieldNumber = 4 }
 

Public Member Functions

 cmd_writeOFFSET_allAFE ()
 
 ~cmd_writeOFFSET_allAFE () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_writeOFFSET_allAFE (::google::protobuf::internal::ConstantInitialized)
 
 cmd_writeOFFSET_allAFE (const cmd_writeOFFSET_allAFE &from)
 
 cmd_writeOFFSET_allAFE (cmd_writeOFFSET_allAFE &&from) noexcept
 
cmd_writeOFFSET_allAFEoperator= (const cmd_writeOFFSET_allAFE &from)
 
cmd_writeOFFSET_allAFEoperator= (cmd_writeOFFSET_allAFE &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_writeOFFSET_allAFE *other)
 
void UnsafeArenaSwap (cmd_writeOFFSET_allAFE *other)
 
cmd_writeOFFSET_allAFENew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_writeOFFSET_allAFE &from)
 
void MergeFrom (const cmd_writeOFFSET_allAFE &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_afeblock ()
 
::uint32_t afeblock () const
 
void set_afeblock (::uint32_t value)
 
void clear_offsetvalue ()
 
::uint32_t offsetvalue () const
 
void set_offsetvalue (::uint32_t value)
 
void clear_offsetgain ()
 
bool offsetgain () const
 
void set_offsetgain (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_writeOFFSET_allAFE (::_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_writeOFFSET_allAFEdefault_instance ()
 
static const cmd_writeOFFSET_allAFEinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_writeOFFSET_allAFE (::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_writeOFFSET_allAFE *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_afeblock () const
 
void _internal_set_afeblock (::uint32_t value)
 
::uint32_t _internal_offsetvalue () const
 
void _internal_set_offsetvalue (::uint32_t value)
 
bool _internal_offsetgain () const
 
void _internal_set_offsetgain (bool 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_2fdaphne_5fcontrol_5flow_2eproto
 
void swap (cmd_writeOFFSET_allAFE &a, cmd_writeOFFSET_allAFE &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kAfeBlockFieldNumber 
kOffsetValueFieldNumber 
kOffsetGainFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_writeOFFSET_allAFE() [1/6]

daphne::cmd_writeOFFSET_allAFE::cmd_writeOFFSET_allAFE ( )
inline

◆ ~cmd_writeOFFSET_allAFE()

daphne::cmd_writeOFFSET_allAFE::~cmd_writeOFFSET_allAFE ( )
override

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

6260 {
6261 // @@protoc_insertion_point(destructor:daphne.cmd_writeOFFSET_allAFE)
6262 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
6263 SharedDtor();
6264}

◆ cmd_writeOFFSET_allAFE() [2/6]

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

◆ cmd_writeOFFSET_allAFE() [3/6]

daphne::cmd_writeOFFSET_allAFE::cmd_writeOFFSET_allAFE ( const cmd_writeOFFSET_allAFE & from)

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

6245 : ::google::protobuf::Message(), _impl_(from._impl_) {
6246 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6247 from._internal_metadata_);
6248 // @@protoc_insertion_point(copy_constructor:daphne.cmd_writeOFFSET_allAFE)
6249}

◆ cmd_writeOFFSET_allAFE() [4/6]

daphne::cmd_writeOFFSET_allAFE::cmd_writeOFFSET_allAFE ( cmd_writeOFFSET_allAFE && from)
inlinenoexcept

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

3387 *this = ::std::move(from);
3388 }

◆ cmd_writeOFFSET_allAFE() [5/6]

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

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

6240 : ::google::protobuf::Message(arena) {
6241 SharedCtor(arena);
6242 // @@protoc_insertion_point(arena_constructor:daphne.cmd_writeOFFSET_allAFE)
6243}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_writeOFFSET_allAFE() [6/6]

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

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

352 : _impl_{
353 /*decltype(_impl_.id_)*/ 0,
354 /*decltype(_impl_.afeblock_)*/ 0u,
355 /*decltype(_impl_.offsetvalue_)*/ 0u,
356 /*decltype(_impl_.offsetgain_)*/ false,
357 /*decltype(_impl_._cached_size_)*/ {},
358 } {}

Member Function Documentation

◆ _internal_afeblock()

uint32_t daphne::cmd_writeOFFSET_allAFE::_internal_afeblock ( ) const
inlineprivate

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

12972 {
12973 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12974 return _impl_.afeblock_;
12975}

◆ _internal_id()

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

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

12950 {
12951 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12952 return _impl_.id_;
12953}

◆ _internal_offsetgain()

bool daphne::cmd_writeOFFSET_allAFE::_internal_offsetgain ( ) const
inlineprivate

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

13016 {
13017 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13018 return _impl_.offsetgain_;
13019}

◆ _internal_offsetvalue()

uint32_t daphne::cmd_writeOFFSET_allAFE::_internal_offsetvalue ( ) const
inlineprivate

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

12994 {
12995 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
12996 return _impl_.offsetvalue_;
12997}

◆ _internal_set_afeblock()

void daphne::cmd_writeOFFSET_allAFE::_internal_set_afeblock ( ::uint32_t value)
inlineprivate

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

12976 {
12977 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12978 ;
12979 _impl_.afeblock_ = value;
12980}

◆ _internal_set_id()

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

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

12954 {
12955 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
12956 ;
12957 _impl_.id_ = value;
12958}

◆ _internal_set_offsetgain()

void daphne::cmd_writeOFFSET_allAFE::_internal_set_offsetgain ( bool value)
inlineprivate

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

13020 {
13021 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13022 ;
13023 _impl_.offsetgain_ = value;
13024}

◆ _internal_set_offsetvalue()

void daphne::cmd_writeOFFSET_allAFE::_internal_set_offsetvalue ( ::uint32_t value)
inlineprivate

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

12998 {
12999 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13000 ;
13001 _impl_.offsetvalue_ = value;
13002}

◆ _InternalParse()

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

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

6285 {
6286 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
6287 return ptr;
6288}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

6341 {
6342 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_writeOFFSET_allAFE)
6343 ::uint32_t cached_has_bits = 0;
6344 (void)cached_has_bits;
6345
6346 // int32 id = 1;
6347 if (this->_internal_id() != 0) {
6348 target = ::google::protobuf::internal::WireFormatLite::
6349 WriteInt32ToArrayWithField<1>(
6350 stream, this->_internal_id(), target);
6351 }
6352
6353 // uint32 afeBlock = 2;
6354 if (this->_internal_afeblock() != 0) {
6355 target = stream->EnsureSpace(target);
6356 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
6357 2, this->_internal_afeblock(), target);
6358 }
6359
6360 // uint32 offsetValue = 3;
6361 if (this->_internal_offsetvalue() != 0) {
6362 target = stream->EnsureSpace(target);
6363 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
6364 3, this->_internal_offsetvalue(), target);
6365 }
6366
6367 // bool offsetGain = 4;
6368 if (this->_internal_offsetgain() != 0) {
6369 target = stream->EnsureSpace(target);
6370 target = ::_pbi::WireFormatLite::WriteBoolToArray(
6371 4, this->_internal_offsetgain(), target);
6372 }
6373
6374 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
6375 target =
6376 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
6377 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
6378 }
6379 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_writeOFFSET_allAFE)
6380 return target;
6381}

◆ afeblock()

uint32_t daphne::cmd_writeOFFSET_allAFE::afeblock ( ) const
inline

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

12964 {
12965 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_allAFE.afeBlock)
12966 return _internal_afeblock();
12967}

◆ ByteSizeLong()

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

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

6383 {
6384// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_writeOFFSET_allAFE)
6385 ::size_t total_size = 0;
6386
6387 ::uint32_t cached_has_bits = 0;
6388 // Prevent compiler warnings about cached_has_bits being unused
6389 (void) cached_has_bits;
6390
6391 // int32 id = 1;
6392 if (this->_internal_id() != 0) {
6393 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
6394 this->_internal_id());
6395 }
6396
6397 // uint32 afeBlock = 2;
6398 if (this->_internal_afeblock() != 0) {
6399 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
6400 this->_internal_afeblock());
6401 }
6402
6403 // uint32 offsetValue = 3;
6404 if (this->_internal_offsetvalue() != 0) {
6405 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
6406 this->_internal_offsetvalue());
6407 }
6408
6409 // bool offsetGain = 4;
6410 if (this->_internal_offsetgain() != 0) {
6411 total_size += 2;
6412 }
6413
6414 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
6415}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

6272 {
6273// @@protoc_insertion_point(message_clear_start:daphne.cmd_writeOFFSET_allAFE)
6274 ::uint32_t cached_has_bits = 0;
6275 // Prevent compiler warnings about cached_has_bits being unused
6276 (void) cached_has_bits;
6277
6278 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
6279 reinterpret_cast<char*>(&_impl_.offsetgain_) -
6280 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.offsetgain_));
6281 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
6282}

◆ clear_afeblock()

void daphne::cmd_writeOFFSET_allAFE::clear_afeblock ( )
inline

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

12961 {
12962 _impl_.afeblock_ = 0u;
12963}

◆ clear_id()

void daphne::cmd_writeOFFSET_allAFE::clear_id ( )
inline

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

12939 {
12940 _impl_.id_ = 0;
12941}

◆ clear_offsetgain()

void daphne::cmd_writeOFFSET_allAFE::clear_offsetgain ( )
inline

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

13005 {
13006 _impl_.offsetgain_ = false;
13007}

◆ clear_offsetvalue()

void daphne::cmd_writeOFFSET_allAFE::clear_offsetvalue ( )
inline

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

12983 {
12984 _impl_.offsetvalue_ = 0u;
12985}

◆ CopyFrom()

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

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

6447 {
6448// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_writeOFFSET_allAFE)
6449 if (&from == this) return;
6450 Clear();
6451 MergeFrom(from);
6452}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_writeOFFSET_allAFE &from)

◆ default_instance()

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

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

3424 {
3425 return *internal_default_instance();
3426 }
static const cmd_writeOFFSET_allAFE * internal_default_instance()

◆ descriptor()

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

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

3415 {
3416 return GetDescriptor();
3417 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

3487 {
3488 return "daphne.cmd_writeOFFSET_allAFE";
3489 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

6421{ return &_class_data_; }

◆ GetDescriptor()

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

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

3418 {
3419 return default_instance().GetMetadata().descriptor;
3420 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_writeOFFSET_allAFE & default_instance()

◆ GetMetadata()

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

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

6469 {
6470 return ::_pbi::AssignDescriptors(
6473}
::_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_writeOFFSET_allAFE::GetReflection ( )
inlinestatic

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

3421 {
3422 return default_instance().GetMetadata().reflection;
3423 }

◆ id()

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

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

12942 {
12943 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_allAFE.id)
12944 return _internal_id();
12945}

◆ internal_default_instance()

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

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

3427 {
3428 return reinterpret_cast<const cmd_writeOFFSET_allAFE*>(
3430 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_writeOFFSET_allAFEDefaultTypeInternal _cmd_writeOFFSET_allAFE_default_instance_

◆ InternalSwap()

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

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

6458 {
6459 using std::swap;
6460 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
6461 ::google::protobuf::internal::memswap<
6462 PROTOBUF_FIELD_OFFSET(cmd_writeOFFSET_allAFE, _impl_.offsetgain_)
6464 - PROTOBUF_FIELD_OFFSET(cmd_writeOFFSET_allAFE, _impl_.id_)>(
6465 reinterpret_cast<char*>(&_impl_.id_),
6466 reinterpret_cast<char*>(&other->_impl_.id_));
6467}

◆ IsInitialized()

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

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

6454 {
6455 return true;
6456}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

6424 {
6425 auto* const _this = static_cast<cmd_writeOFFSET_allAFE*>(&to_msg);
6426 auto& from = static_cast<const cmd_writeOFFSET_allAFE&>(from_msg);
6427 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_writeOFFSET_allAFE)
6428 ABSL_DCHECK_NE(&from, _this);
6429 ::uint32_t cached_has_bits = 0;
6430 (void) cached_has_bits;
6431
6432 if (from._internal_id() != 0) {
6433 _this->_internal_set_id(from._internal_id());
6434 }
6435 if (from._internal_afeblock() != 0) {
6436 _this->_internal_set_afeblock(from._internal_afeblock());
6437 }
6438 if (from._internal_offsetvalue() != 0) {
6439 _this->_internal_set_offsetvalue(from._internal_offsetvalue());
6440 }
6441 if (from._internal_offsetgain() != 0) {
6442 _this->_internal_set_offsetgain(from._internal_offsetgain());
6443 }
6444 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
6445}

◆ mutable_unknown_fields()

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

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

3411 {
3412 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3413 }

◆ New()

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

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

3458 {
3459 return CreateMaybeMessage<cmd_writeOFFSET_allAFE>(arena);
3460 }

◆ offsetgain()

bool daphne::cmd_writeOFFSET_allAFE::offsetgain ( ) const
inline

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

13008 {
13009 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_allAFE.offsetGain)
13010 return _internal_offsetgain();
13011}

◆ offsetvalue()

uint32_t daphne::cmd_writeOFFSET_allAFE::offsetvalue ( ) const
inline

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

12986 {
12987 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_allAFE.offsetValue)
12988 return _internal_offsetvalue();
12989}

◆ operator=() [1/2]

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

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

3394 {
3395 if (this == &from) return *this;
3396 if (GetOwningArena() == from.GetOwningArena()
3397 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3398 && GetOwningArena() != nullptr
3399 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
3400 ) {
3401 InternalSwap(&from);
3402 } else {
3403 CopyFrom(from);
3404 }
3405 return *this;
3406 }
void CopyFrom(const cmd_writeOFFSET_allAFE &from)
void InternalSwap(cmd_writeOFFSET_allAFE *other)

◆ operator=() [2/2]

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

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

3390 {
3391 CopyFrom(from);
3392 return *this;
3393 }

◆ set_afeblock()

void daphne::cmd_writeOFFSET_allAFE::set_afeblock ( ::uint32_t value)
inline

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

12968 {
12970 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_allAFE.afeBlock)
12971}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

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

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

12946 {
12947 _internal_set_id(value);
12948 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_allAFE.id)
12949}

◆ set_offsetgain()

void daphne::cmd_writeOFFSET_allAFE::set_offsetgain ( bool value)
inline

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

13012 {
13014 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_allAFE.offsetGain)
13015}

◆ set_offsetvalue()

void daphne::cmd_writeOFFSET_allAFE::set_offsetvalue ( ::uint32_t value)
inline

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

12990 {
12992 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_allAFE.offsetValue)
12993}
void _internal_set_offsetvalue(::uint32_t value)

◆ SetCachedSize()

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

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

6268 {
6269 _impl_._cached_size_.Set(size);
6270}

◆ SharedCtor()

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

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

6250 {
6251 (void)arena;
6252 new (&_impl_) Impl_{
6253 decltype(_impl_.id_){0},
6254 decltype(_impl_.afeblock_){0u},
6255 decltype(_impl_.offsetvalue_){0u},
6256 decltype(_impl_.offsetgain_){false},
6257 /*decltype(_impl_._cached_size_)*/ {},
6258 };
6259}

◆ SharedDtor()

void daphne::cmd_writeOFFSET_allAFE::SharedDtor ( )
inlineprivate

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

6265 {
6266 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
6267}

◆ Swap()

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

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

3437 {
3438 if (other == this) return;
3439 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3440 if (GetOwningArena() != nullptr &&
3441 GetOwningArena() == other->GetOwningArena()) {
3442 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3443 if (GetOwningArena() == other->GetOwningArena()) {
3444 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3445 InternalSwap(other);
3446 } else {
3447 ::google::protobuf::internal::GenericSwap(this, other);
3448 }
3449 }

◆ unknown_fields()

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

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

3408 {
3409 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3410 }

◆ UnsafeArenaSwap()

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

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

3450 {
3451 if (other == this) return;
3452 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3453 InternalSwap(other);
3454 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

3434 {
3435 a.Swap(&b);
3436 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_writeOFFSET_allAFE::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 0, 2 > daphne::cmd_writeOFFSET_allAFE::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_writeOFFSET_allAFE::kIndexInFileMessages
staticconstexpr
Initial value:
=
16

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


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