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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readTrim_singleChannel ()
 
 ~cmd_readTrim_singleChannel () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readTrim_singleChannel (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readTrim_singleChannel (const cmd_readTrim_singleChannel &from)
 
 cmd_readTrim_singleChannel (cmd_readTrim_singleChannel &&from) noexcept
 
cmd_readTrim_singleChanneloperator= (const cmd_readTrim_singleChannel &from)
 
cmd_readTrim_singleChanneloperator= (cmd_readTrim_singleChannel &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readTrim_singleChannel *other)
 
void UnsafeArenaSwap (cmd_readTrim_singleChannel *other)
 
cmd_readTrim_singleChannelNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readTrim_singleChannel &from)
 
void MergeFrom (const cmd_readTrim_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_trimchannel ()
 
::uint32_t trimchannel () const
 
void set_trimchannel (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readTrim_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_readTrim_singleChanneldefault_instance ()
 
static const cmd_readTrim_singleChannelinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readTrim_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_readTrim_singleChannel *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_trimchannel () const
 
void _internal_set_trimchannel (::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_readTrim_singleChannel &a, cmd_readTrim_singleChannel &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kTrimChannelFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_readTrim_singleChannel() [1/6]

daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel ( )
inline

◆ ~cmd_readTrim_singleChannel()

daphne::cmd_readTrim_singleChannel::~cmd_readTrim_singleChannel ( )
override

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

10173 {
10174 // @@protoc_insertion_point(destructor:daphne.cmd_readTrim_singleChannel)
10175 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
10176 SharedDtor();
10177}

◆ cmd_readTrim_singleChannel() [2/6]

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

◆ cmd_readTrim_singleChannel() [3/6]

daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel ( const cmd_readTrim_singleChannel & from)

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

10160 : ::google::protobuf::Message(), _impl_(from._impl_) {
10161 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
10162 from._internal_metadata_);
10163 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readTrim_singleChannel)
10164}

◆ cmd_readTrim_singleChannel() [4/6]

daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel ( cmd_readTrim_singleChannel && from)
inlinenoexcept

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

6437 *this = ::std::move(from);
6438 }

◆ cmd_readTrim_singleChannel() [5/6]

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

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

10155 : ::google::protobuf::Message(arena) {
10156 SharedCtor(arena);
10157 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readTrim_singleChannel)
10158}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readTrim_singleChannel() [6/6]

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

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

672 : _impl_{
673 /*decltype(_impl_.id_)*/ 0,
674 /*decltype(_impl_.trimchannel_)*/ 0u,
675 /*decltype(_impl_._cached_size_)*/ {},
676 } {}

Member Function Documentation

◆ _internal_id()

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

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

14474 {
14475 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14476 return _impl_.id_;
14477}

◆ _internal_set_id()

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

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

14478 {
14479 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14480 ;
14481 _impl_.id_ = value;
14482}

◆ _internal_set_trimchannel()

void daphne::cmd_readTrim_singleChannel::_internal_set_trimchannel ( ::uint32_t value)
inlineprivate

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

14500 {
14501 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14502 ;
14503 _impl_.trimchannel_ = value;
14504}

◆ _internal_trimchannel()

uint32_t daphne::cmd_readTrim_singleChannel::_internal_trimchannel ( ) const
inlineprivate

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

14496 {
14497 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14498 return _impl_.trimchannel_;
14499}

◆ _InternalParse()

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

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

10198 {
10199 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
10200 return ptr;
10201}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

10242 {
10243 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readTrim_singleChannel)
10244 ::uint32_t cached_has_bits = 0;
10245 (void)cached_has_bits;
10246
10247 // int32 id = 1;
10248 if (this->_internal_id() != 0) {
10249 target = ::google::protobuf::internal::WireFormatLite::
10250 WriteInt32ToArrayWithField<1>(
10251 stream, this->_internal_id(), target);
10252 }
10253
10254 // uint32 trimChannel = 2;
10255 if (this->_internal_trimchannel() != 0) {
10256 target = stream->EnsureSpace(target);
10257 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
10258 2, this->_internal_trimchannel(), target);
10259 }
10260
10261 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
10262 target =
10263 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
10264 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
10265 }
10266 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readTrim_singleChannel)
10267 return target;
10268}

◆ ByteSizeLong()

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

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

10270 {
10271// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readTrim_singleChannel)
10272 ::size_t total_size = 0;
10273
10274 ::uint32_t cached_has_bits = 0;
10275 // Prevent compiler warnings about cached_has_bits being unused
10276 (void) cached_has_bits;
10277
10278 // int32 id = 1;
10279 if (this->_internal_id() != 0) {
10280 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
10281 this->_internal_id());
10282 }
10283
10284 // uint32 trimChannel = 2;
10285 if (this->_internal_trimchannel() != 0) {
10286 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
10287 this->_internal_trimchannel());
10288 }
10289
10290 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
10291}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

10185 {
10186// @@protoc_insertion_point(message_clear_start:daphne.cmd_readTrim_singleChannel)
10187 ::uint32_t cached_has_bits = 0;
10188 // Prevent compiler warnings about cached_has_bits being unused
10189 (void) cached_has_bits;
10190
10191 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
10192 reinterpret_cast<char*>(&_impl_.trimchannel_) -
10193 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.trimchannel_));
10194 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
10195}

◆ clear_id()

void daphne::cmd_readTrim_singleChannel::clear_id ( )
inline

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

14463 {
14464 _impl_.id_ = 0;
14465}

◆ clear_trimchannel()

void daphne::cmd_readTrim_singleChannel::clear_trimchannel ( )
inline

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

14485 {
14486 _impl_.trimchannel_ = 0u;
14487}

◆ CopyFrom()

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

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

10317 {
10318// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readTrim_singleChannel)
10319 if (&from == this) return;
10320 Clear();
10321 MergeFrom(from);
10322}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readTrim_singleChannel &from)

◆ default_instance()

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

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

6474 {
6475 return *internal_default_instance();
6476 }
static const cmd_readTrim_singleChannel * internal_default_instance()

◆ descriptor()

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

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

6465 {
6466 return GetDescriptor();
6467 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

6537 {
6538 return "daphne.cmd_readTrim_singleChannel";
6539 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

10297{ return &_class_data_; }

◆ GetDescriptor()

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

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

6468 {
6469 return default_instance().GetMetadata().descriptor;
6470 }
static const cmd_readTrim_singleChannel & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

10339 {
10340 return ::_pbi::AssignDescriptors(
10343}
::_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_readTrim_singleChannel::GetReflection ( )
inlinestatic

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

6471 {
6472 return default_instance().GetMetadata().reflection;
6473 }

◆ id()

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

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

14466 {
14467 // @@protoc_insertion_point(field_get:daphne.cmd_readTrim_singleChannel.id)
14468 return _internal_id();
14469}

◆ internal_default_instance()

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

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

6477 {
6478 return reinterpret_cast<const cmd_readTrim_singleChannel*>(
6480 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readTrim_singleChannelDefaultTypeInternal _cmd_readTrim_singleChannel_default_instance_

◆ InternalSwap()

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

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

10328 {
10329 using std::swap;
10330 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
10331 ::google::protobuf::internal::memswap<
10332 PROTOBUF_FIELD_OFFSET(cmd_readTrim_singleChannel, _impl_.trimchannel_)
10334 - PROTOBUF_FIELD_OFFSET(cmd_readTrim_singleChannel, _impl_.id_)>(
10335 reinterpret_cast<char*>(&_impl_.id_),
10336 reinterpret_cast<char*>(&other->_impl_.id_));
10337}

◆ IsInitialized()

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

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

10324 {
10325 return true;
10326}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

10300 {
10301 auto* const _this = static_cast<cmd_readTrim_singleChannel*>(&to_msg);
10302 auto& from = static_cast<const cmd_readTrim_singleChannel&>(from_msg);
10303 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readTrim_singleChannel)
10304 ABSL_DCHECK_NE(&from, _this);
10305 ::uint32_t cached_has_bits = 0;
10306 (void) cached_has_bits;
10307
10308 if (from._internal_id() != 0) {
10309 _this->_internal_set_id(from._internal_id());
10310 }
10311 if (from._internal_trimchannel() != 0) {
10312 _this->_internal_set_trimchannel(from._internal_trimchannel());
10313 }
10314 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
10315}

◆ mutable_unknown_fields()

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

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

6461 {
6462 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6463 }

◆ New()

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

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

6508 {
6509 return CreateMaybeMessage<cmd_readTrim_singleChannel>(arena);
6510 }

◆ operator=() [1/2]

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

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

6444 {
6445 if (this == &from) return *this;
6446 if (GetOwningArena() == from.GetOwningArena()
6447 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6448 && GetOwningArena() != nullptr
6449 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6450 ) {
6451 InternalSwap(&from);
6452 } else {
6453 CopyFrom(from);
6454 }
6455 return *this;
6456 }
void CopyFrom(const cmd_readTrim_singleChannel &from)
void InternalSwap(cmd_readTrim_singleChannel *other)

◆ operator=() [2/2]

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

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

6440 {
6441 CopyFrom(from);
6442 return *this;
6443 }

◆ set_id()

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

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

14470 {
14471 _internal_set_id(value);
14472 // @@protoc_insertion_point(field_set:daphne.cmd_readTrim_singleChannel.id)
14473}

◆ set_trimchannel()

void daphne::cmd_readTrim_singleChannel::set_trimchannel ( ::uint32_t value)
inline

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

14492 {
14494 // @@protoc_insertion_point(field_set:daphne.cmd_readTrim_singleChannel.trimChannel)
14495}

◆ SetCachedSize()

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

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

10181 {
10182 _impl_._cached_size_.Set(size);
10183}

◆ SharedCtor()

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

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

10165 {
10166 (void)arena;
10167 new (&_impl_) Impl_{
10168 decltype(_impl_.id_){0},
10169 decltype(_impl_.trimchannel_){0u},
10170 /*decltype(_impl_._cached_size_)*/ {},
10171 };
10172}

◆ SharedDtor()

void daphne::cmd_readTrim_singleChannel::SharedDtor ( )
inlineprivate

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

10178 {
10179 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
10180}

◆ Swap()

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

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

6487 {
6488 if (other == this) return;
6489 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6490 if (GetOwningArena() != nullptr &&
6491 GetOwningArena() == other->GetOwningArena()) {
6492 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6493 if (GetOwningArena() == other->GetOwningArena()) {
6494 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6495 InternalSwap(other);
6496 } else {
6497 ::google::protobuf::internal::GenericSwap(this, other);
6498 }
6499 }

◆ trimchannel()

uint32_t daphne::cmd_readTrim_singleChannel::trimchannel ( ) const
inline

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

14488 {
14489 // @@protoc_insertion_point(field_get:daphne.cmd_readTrim_singleChannel.trimChannel)
14490 return _internal_trimchannel();
14491}

◆ unknown_fields()

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

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

6458 {
6459 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6460 }

◆ UnsafeArenaSwap()

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

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

6500 {
6501 if (other == this) return;
6502 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6503 InternalSwap(other);
6504 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

6484 {
6485 a.Swap(&b);
6486 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readTrim_singleChannel::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readTrim_singleChannel::kIndexInFileMessages
staticconstexpr
Initial value:
=
32

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


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