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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_writeOFFSET_singleChannel ()
 
 ~cmd_writeOFFSET_singleChannel () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_writeOFFSET_singleChannel (::google::protobuf::internal::ConstantInitialized)
 
 cmd_writeOFFSET_singleChannel (const cmd_writeOFFSET_singleChannel &from)
 
 cmd_writeOFFSET_singleChannel (cmd_writeOFFSET_singleChannel &&from) noexcept
 
cmd_writeOFFSET_singleChanneloperator= (const cmd_writeOFFSET_singleChannel &from)
 
cmd_writeOFFSET_singleChanneloperator= (cmd_writeOFFSET_singleChannel &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_writeOFFSET_singleChannel *other)
 
void UnsafeArenaSwap (cmd_writeOFFSET_singleChannel *other)
 
cmd_writeOFFSET_singleChannelNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_writeOFFSET_singleChannel &from)
 
void MergeFrom (const cmd_writeOFFSET_singleChannel &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_offsetchannel ()
 
::uint32_t offsetchannel () const
 
void set_offsetchannel (::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_singleChannel (::_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_singleChanneldefault_instance ()
 
static const cmd_writeOFFSET_singleChannelinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_writeOFFSET_singleChannel (::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_singleChannel *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_offsetchannel () const
 
void _internal_set_offsetchannel (::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_singleChannel &a, cmd_writeOFFSET_singleChannel &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kOffsetChannelFieldNumber 
kOffsetValueFieldNumber 
kOffsetGainFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_writeOFFSET_singleChannel() [1/6]

daphne::cmd_writeOFFSET_singleChannel::cmd_writeOFFSET_singleChannel ( )
inline

◆ ~cmd_writeOFFSET_singleChannel()

daphne::cmd_writeOFFSET_singleChannel::~cmd_writeOFFSET_singleChannel ( )
override

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

6801 {
6802 // @@protoc_insertion_point(destructor:daphne.cmd_writeOFFSET_singleChannel)
6803 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
6804 SharedDtor();
6805}

◆ cmd_writeOFFSET_singleChannel() [2/6]

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

◆ cmd_writeOFFSET_singleChannel() [3/6]

daphne::cmd_writeOFFSET_singleChannel::cmd_writeOFFSET_singleChannel ( const cmd_writeOFFSET_singleChannel & from)

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

6786 : ::google::protobuf::Message(), _impl_(from._impl_) {
6787 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6788 from._internal_metadata_);
6789 // @@protoc_insertion_point(copy_constructor:daphne.cmd_writeOFFSET_singleChannel)
6790}

◆ cmd_writeOFFSET_singleChannel() [4/6]

daphne::cmd_writeOFFSET_singleChannel::cmd_writeOFFSET_singleChannel ( cmd_writeOFFSET_singleChannel && from)
inlinenoexcept

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

3793 *this = ::std::move(from);
3794 }

◆ cmd_writeOFFSET_singleChannel() [5/6]

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

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

6781 : ::google::protobuf::Message(arena) {
6782 SharedCtor(arena);
6783 // @@protoc_insertion_point(arena_constructor:daphne.cmd_writeOFFSET_singleChannel)
6784}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_writeOFFSET_singleChannel() [6/6]

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

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

394 : _impl_{
395 /*decltype(_impl_.id_)*/ 0,
396 /*decltype(_impl_.offsetchannel_)*/ 0u,
397 /*decltype(_impl_.offsetvalue_)*/ 0u,
398 /*decltype(_impl_.offsetgain_)*/ false,
399 /*decltype(_impl_._cached_size_)*/ {},
400 } {}

Member Function Documentation

◆ _internal_id()

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

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

13185 {
13186 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13187 return _impl_.id_;
13188}

◆ _internal_offsetchannel()

uint32_t daphne::cmd_writeOFFSET_singleChannel::_internal_offsetchannel ( ) const
inlineprivate

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

13207 {
13208 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13209 return _impl_.offsetchannel_;
13210}

◆ _internal_offsetgain()

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

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

13251 {
13252 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13253 return _impl_.offsetgain_;
13254}

◆ _internal_offsetvalue()

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

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

13229 {
13230 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
13231 return _impl_.offsetvalue_;
13232}

◆ _internal_set_id()

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

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

13189 {
13190 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13191 ;
13192 _impl_.id_ = value;
13193}

◆ _internal_set_offsetchannel()

void daphne::cmd_writeOFFSET_singleChannel::_internal_set_offsetchannel ( ::uint32_t value)
inlineprivate

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

13211 {
13212 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13213 ;
13214 _impl_.offsetchannel_ = value;
13215}

◆ _internal_set_offsetgain()

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

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

13255 {
13256 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13257 ;
13258 _impl_.offsetgain_ = value;
13259}

◆ _internal_set_offsetvalue()

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

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

13233 {
13234 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
13235 ;
13236 _impl_.offsetvalue_ = value;
13237}

◆ _InternalParse()

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

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

6826 {
6827 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
6828 return ptr;
6829}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

6882 {
6883 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_writeOFFSET_singleChannel)
6884 ::uint32_t cached_has_bits = 0;
6885 (void)cached_has_bits;
6886
6887 // int32 id = 1;
6888 if (this->_internal_id() != 0) {
6889 target = ::google::protobuf::internal::WireFormatLite::
6890 WriteInt32ToArrayWithField<1>(
6891 stream, this->_internal_id(), target);
6892 }
6893
6894 // uint32 offsetChannel = 2;
6895 if (this->_internal_offsetchannel() != 0) {
6896 target = stream->EnsureSpace(target);
6897 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
6898 2, this->_internal_offsetchannel(), target);
6899 }
6900
6901 // uint32 offsetValue = 3;
6902 if (this->_internal_offsetvalue() != 0) {
6903 target = stream->EnsureSpace(target);
6904 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
6905 3, this->_internal_offsetvalue(), target);
6906 }
6907
6908 // bool offsetGain = 4;
6909 if (this->_internal_offsetgain() != 0) {
6910 target = stream->EnsureSpace(target);
6911 target = ::_pbi::WireFormatLite::WriteBoolToArray(
6912 4, this->_internal_offsetgain(), target);
6913 }
6914
6915 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
6916 target =
6917 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
6918 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
6919 }
6920 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_writeOFFSET_singleChannel)
6921 return target;
6922}

◆ ByteSizeLong()

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

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

6924 {
6925// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_writeOFFSET_singleChannel)
6926 ::size_t total_size = 0;
6927
6928 ::uint32_t cached_has_bits = 0;
6929 // Prevent compiler warnings about cached_has_bits being unused
6930 (void) cached_has_bits;
6931
6932 // int32 id = 1;
6933 if (this->_internal_id() != 0) {
6934 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
6935 this->_internal_id());
6936 }
6937
6938 // uint32 offsetChannel = 2;
6939 if (this->_internal_offsetchannel() != 0) {
6940 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
6941 this->_internal_offsetchannel());
6942 }
6943
6944 // uint32 offsetValue = 3;
6945 if (this->_internal_offsetvalue() != 0) {
6946 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
6947 this->_internal_offsetvalue());
6948 }
6949
6950 // bool offsetGain = 4;
6951 if (this->_internal_offsetgain() != 0) {
6952 total_size += 2;
6953 }
6954
6955 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
6956}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

6813 {
6814// @@protoc_insertion_point(message_clear_start:daphne.cmd_writeOFFSET_singleChannel)
6815 ::uint32_t cached_has_bits = 0;
6816 // Prevent compiler warnings about cached_has_bits being unused
6817 (void) cached_has_bits;
6818
6819 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
6820 reinterpret_cast<char*>(&_impl_.offsetgain_) -
6821 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.offsetgain_));
6822 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
6823}

◆ clear_id()

void daphne::cmd_writeOFFSET_singleChannel::clear_id ( )
inline

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

13174 {
13175 _impl_.id_ = 0;
13176}

◆ clear_offsetchannel()

void daphne::cmd_writeOFFSET_singleChannel::clear_offsetchannel ( )
inline

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

13196 {
13198}

◆ clear_offsetgain()

void daphne::cmd_writeOFFSET_singleChannel::clear_offsetgain ( )
inline

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

13240 {
13241 _impl_.offsetgain_ = false;
13242}

◆ clear_offsetvalue()

void daphne::cmd_writeOFFSET_singleChannel::clear_offsetvalue ( )
inline

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

13218 {
13219 _impl_.offsetvalue_ = 0u;
13220}

◆ CopyFrom()

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

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

6988 {
6989// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_writeOFFSET_singleChannel)
6990 if (&from == this) return;
6991 Clear();
6992 MergeFrom(from);
6993}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_writeOFFSET_singleChannel &from)

◆ default_instance()

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

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

3830 {
3831 return *internal_default_instance();
3832 }
static const cmd_writeOFFSET_singleChannel * internal_default_instance()

◆ descriptor()

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

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

3821 {
3822 return GetDescriptor();
3823 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

3893 {
3894 return "daphne.cmd_writeOFFSET_singleChannel";
3895 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

6962{ return &_class_data_; }

◆ GetDescriptor()

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

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

3824 {
3825 return default_instance().GetMetadata().descriptor;
3826 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_writeOFFSET_singleChannel & default_instance()

◆ GetMetadata()

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

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

7010 {
7011 return ::_pbi::AssignDescriptors(
7014}
::_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_singleChannel::GetReflection ( )
inlinestatic

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

3827 {
3828 return default_instance().GetMetadata().reflection;
3829 }

◆ id()

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

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

13177 {
13178 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_singleChannel.id)
13179 return _internal_id();
13180}

◆ internal_default_instance()

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

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

3833 {
3834 return reinterpret_cast<const cmd_writeOFFSET_singleChannel*>(
3836 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_writeOFFSET_singleChannelDefaultTypeInternal _cmd_writeOFFSET_singleChannel_default_instance_

◆ InternalSwap()

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

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

6999 {
7000 using std::swap;
7001 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7002 ::google::protobuf::internal::memswap<
7003 PROTOBUF_FIELD_OFFSET(cmd_writeOFFSET_singleChannel, _impl_.offsetgain_)
7005 - PROTOBUF_FIELD_OFFSET(cmd_writeOFFSET_singleChannel, _impl_.id_)>(
7006 reinterpret_cast<char*>(&_impl_.id_),
7007 reinterpret_cast<char*>(&other->_impl_.id_));
7008}

◆ IsInitialized()

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

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

6995 {
6996 return true;
6997}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

6965 {
6966 auto* const _this = static_cast<cmd_writeOFFSET_singleChannel*>(&to_msg);
6967 auto& from = static_cast<const cmd_writeOFFSET_singleChannel&>(from_msg);
6968 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_writeOFFSET_singleChannel)
6969 ABSL_DCHECK_NE(&from, _this);
6970 ::uint32_t cached_has_bits = 0;
6971 (void) cached_has_bits;
6972
6973 if (from._internal_id() != 0) {
6974 _this->_internal_set_id(from._internal_id());
6975 }
6976 if (from._internal_offsetchannel() != 0) {
6977 _this->_internal_set_offsetchannel(from._internal_offsetchannel());
6978 }
6979 if (from._internal_offsetvalue() != 0) {
6980 _this->_internal_set_offsetvalue(from._internal_offsetvalue());
6981 }
6982 if (from._internal_offsetgain() != 0) {
6983 _this->_internal_set_offsetgain(from._internal_offsetgain());
6984 }
6985 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
6986}

◆ mutable_unknown_fields()

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

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

3817 {
3818 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3819 }

◆ New()

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

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

3864 {
3865 return CreateMaybeMessage<cmd_writeOFFSET_singleChannel>(arena);
3866 }

◆ offsetchannel()

uint32_t daphne::cmd_writeOFFSET_singleChannel::offsetchannel ( ) const
inline

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

13199 {
13200 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_singleChannel.offsetChannel)
13201 return _internal_offsetchannel();
13202}

◆ offsetgain()

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

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

13243 {
13244 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_singleChannel.offsetGain)
13245 return _internal_offsetgain();
13246}

◆ offsetvalue()

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

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

13221 {
13222 // @@protoc_insertion_point(field_get:daphne.cmd_writeOFFSET_singleChannel.offsetValue)
13223 return _internal_offsetvalue();
13224}

◆ operator=() [1/2]

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

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

3800 {
3801 if (this == &from) return *this;
3802 if (GetOwningArena() == from.GetOwningArena()
3803 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3804 && GetOwningArena() != nullptr
3805 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
3806 ) {
3807 InternalSwap(&from);
3808 } else {
3809 CopyFrom(from);
3810 }
3811 return *this;
3812 }
void CopyFrom(const cmd_writeOFFSET_singleChannel &from)
void InternalSwap(cmd_writeOFFSET_singleChannel *other)

◆ operator=() [2/2]

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

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

3796 {
3797 CopyFrom(from);
3798 return *this;
3799 }

◆ set_id()

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

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

13181 {
13182 _internal_set_id(value);
13183 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_singleChannel.id)
13184}

◆ set_offsetchannel()

void daphne::cmd_writeOFFSET_singleChannel::set_offsetchannel ( ::uint32_t value)
inline

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

13203 {
13205 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_singleChannel.offsetChannel)
13206}

◆ set_offsetgain()

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

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

13247 {
13249 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_singleChannel.offsetGain)
13250}

◆ set_offsetvalue()

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

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

13225 {
13227 // @@protoc_insertion_point(field_set:daphne.cmd_writeOFFSET_singleChannel.offsetValue)
13228}

◆ SetCachedSize()

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

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

6809 {
6810 _impl_._cached_size_.Set(size);
6811}

◆ SharedCtor()

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

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

6791 {
6792 (void)arena;
6793 new (&_impl_) Impl_{
6794 decltype(_impl_.id_){0},
6795 decltype(_impl_.offsetchannel_){0u},
6796 decltype(_impl_.offsetvalue_){0u},
6797 decltype(_impl_.offsetgain_){false},
6798 /*decltype(_impl_._cached_size_)*/ {},
6799 };
6800}

◆ SharedDtor()

void daphne::cmd_writeOFFSET_singleChannel::SharedDtor ( )
inlineprivate

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

6806 {
6807 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
6808}

◆ Swap()

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

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

3843 {
3844 if (other == this) return;
3845 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3846 if (GetOwningArena() != nullptr &&
3847 GetOwningArena() == other->GetOwningArena()) {
3848 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3849 if (GetOwningArena() == other->GetOwningArena()) {
3850 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3851 InternalSwap(other);
3852 } else {
3853 ::google::protobuf::internal::GenericSwap(this, other);
3854 }
3855 }

◆ unknown_fields()

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

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

3814 {
3815 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3816 }

◆ UnsafeArenaSwap()

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

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

3856 {
3857 if (other == this) return;
3858 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3859 InternalSwap(other);
3860 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

3840 {
3841 a.Swap(&b);
3842 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_writeOFFSET_singleChannel::_impl_

Definition at line 3972 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_singleChannel::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_writeOFFSET_singleChannel::kIndexInFileMessages
staticconstexpr
Initial value:
=
18

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


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