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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 }
 

Public Member Functions

 cmd_readTrim_allChannels ()
 
 ~cmd_readTrim_allChannels () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readTrim_allChannels (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readTrim_allChannels (const cmd_readTrim_allChannels &from)
 
 cmd_readTrim_allChannels (cmd_readTrim_allChannels &&from) noexcept
 
cmd_readTrim_allChannelsoperator= (const cmd_readTrim_allChannels &from)
 
cmd_readTrim_allChannelsoperator= (cmd_readTrim_allChannels &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readTrim_allChannels *other)
 
void UnsafeArenaSwap (cmd_readTrim_allChannels *other)
 
cmd_readTrim_allChannelsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readTrim_allChannels &from)
 
void MergeFrom (const cmd_readTrim_allChannels &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)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readTrim_allChannels (::_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_allChannelsdefault_instance ()
 
static const cmd_readTrim_allChannelsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readTrim_allChannels (::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_allChannels *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_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< 0, 1, 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_allChannels &a, cmd_readTrim_allChannels &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 

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

5819 : int {
5820 kIdFieldNumber = 1,
5821 };

Constructor & Destructor Documentation

◆ cmd_readTrim_allChannels() [1/6]

daphne::cmd_readTrim_allChannels::cmd_readTrim_allChannels ( )
inline

◆ ~cmd_readTrim_allChannels()

daphne::cmd_readTrim_allChannels::~cmd_readTrim_allChannels ( )
override

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

9270 {
9271 // @@protoc_insertion_point(destructor:daphne.cmd_readTrim_allChannels)
9272 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
9273 SharedDtor();
9274}

◆ cmd_readTrim_allChannels() [2/6]

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

◆ cmd_readTrim_allChannels() [3/6]

daphne::cmd_readTrim_allChannels::cmd_readTrim_allChannels ( const cmd_readTrim_allChannels & from)

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

9258 : ::google::protobuf::Message(), _impl_(from._impl_) {
9259 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
9260 from._internal_metadata_);
9261 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readTrim_allChannels)
9262}

◆ cmd_readTrim_allChannels() [4/6]

daphne::cmd_readTrim_allChannels::cmd_readTrim_allChannels ( cmd_readTrim_allChannels && from)
inlinenoexcept

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

5703 *this = ::std::move(from);
5704 }

◆ cmd_readTrim_allChannels() [5/6]

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

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

9253 : ::google::protobuf::Message(arena) {
9254 SharedCtor(arena);
9255 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readTrim_allChannels)
9256}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readTrim_allChannels() [6/6]

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

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

594 : _impl_{
595 /*decltype(_impl_.id_)*/ 0,
596 /*decltype(_impl_._cached_size_)*/ {},
597 } {}

Member Function Documentation

◆ _internal_id()

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

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

14140 {
14141 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14142 return _impl_.id_;
14143}

◆ _internal_set_id()

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

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

14144 {
14145 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14146 ;
14147 _impl_.id_ = value;
14148}

◆ _InternalParse()

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

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

9293 {
9294 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
9295 return ptr;
9296}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

9331 {
9332 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readTrim_allChannels)
9333 ::uint32_t cached_has_bits = 0;
9334 (void)cached_has_bits;
9335
9336 // int32 id = 1;
9337 if (this->_internal_id() != 0) {
9338 target = ::google::protobuf::internal::WireFormatLite::
9339 WriteInt32ToArrayWithField<1>(
9340 stream, this->_internal_id(), target);
9341 }
9342
9343 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
9344 target =
9345 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
9346 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
9347 }
9348 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readTrim_allChannels)
9349 return target;
9350}

◆ ByteSizeLong()

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

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

9352 {
9353// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readTrim_allChannels)
9354 ::size_t total_size = 0;
9355
9356 ::uint32_t cached_has_bits = 0;
9357 // Prevent compiler warnings about cached_has_bits being unused
9358 (void) cached_has_bits;
9359
9360 // int32 id = 1;
9361 if (this->_internal_id() != 0) {
9362 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
9363 this->_internal_id());
9364 }
9365
9366 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
9367}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

9282 {
9283// @@protoc_insertion_point(message_clear_start:daphne.cmd_readTrim_allChannels)
9284 ::uint32_t cached_has_bits = 0;
9285 // Prevent compiler warnings about cached_has_bits being unused
9286 (void) cached_has_bits;
9287
9288 _impl_.id_ = 0;
9289 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
9290}

◆ clear_id()

void daphne::cmd_readTrim_allChannels::clear_id ( )
inline

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

14129 {
14130 _impl_.id_ = 0;
14131}

◆ CopyFrom()

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

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

9390 {
9391// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readTrim_allChannels)
9392 if (&from == this) return;
9393 Clear();
9394 MergeFrom(from);
9395}
void MergeFrom(const cmd_readTrim_allChannels &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

5740 {
5741 return *internal_default_instance();
5742 }
static const cmd_readTrim_allChannels * internal_default_instance()

◆ descriptor()

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

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

5731 {
5732 return GetDescriptor();
5733 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

5803 {
5804 return "daphne.cmd_readTrim_allChannels";
5805 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

9373{ return &_class_data_; }

◆ GetDescriptor()

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

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

5734 {
5735 return default_instance().GetMetadata().descriptor;
5736 }
static const cmd_readTrim_allChannels & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

9407 {
9408 return ::_pbi::AssignDescriptors(
9411}
::_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_allChannels::GetReflection ( )
inlinestatic

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

5737 {
5738 return default_instance().GetMetadata().reflection;
5739 }

◆ id()

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

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

14132 {
14133 // @@protoc_insertion_point(field_get:daphne.cmd_readTrim_allChannels.id)
14134 return _internal_id();
14135}

◆ internal_default_instance()

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

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

5743 {
5744 return reinterpret_cast<const cmd_readTrim_allChannels*>(
5746 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readTrim_allChannelsDefaultTypeInternal _cmd_readTrim_allChannels_default_instance_

◆ InternalSwap()

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

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

9401 {
9402 using std::swap;
9403 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
9404 swap(_impl_.id_, other->_impl_.id_);
9405}
friend void swap(cmd_readTrim_allChannels &a, cmd_readTrim_allChannels &b)

◆ IsInitialized()

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

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

9397 {
9398 return true;
9399}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

9376 {
9377 auto* const _this = static_cast<cmd_readTrim_allChannels*>(&to_msg);
9378 auto& from = static_cast<const cmd_readTrim_allChannels&>(from_msg);
9379 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readTrim_allChannels)
9380 ABSL_DCHECK_NE(&from, _this);
9381 ::uint32_t cached_has_bits = 0;
9382 (void) cached_has_bits;
9383
9384 if (from._internal_id() != 0) {
9385 _this->_internal_set_id(from._internal_id());
9386 }
9387 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
9388}

◆ mutable_unknown_fields()

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

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

5727 {
5728 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5729 }

◆ New()

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

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

5774 {
5775 return CreateMaybeMessage<cmd_readTrim_allChannels>(arena);
5776 }

◆ operator=() [1/2]

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

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

5710 {
5711 if (this == &from) return *this;
5712 if (GetOwningArena() == from.GetOwningArena()
5713 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5714 && GetOwningArena() != nullptr
5715 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
5716 ) {
5717 InternalSwap(&from);
5718 } else {
5719 CopyFrom(from);
5720 }
5721 return *this;
5722 }
void InternalSwap(cmd_readTrim_allChannels *other)
void CopyFrom(const cmd_readTrim_allChannels &from)

◆ operator=() [2/2]

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

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

5706 {
5707 CopyFrom(from);
5708 return *this;
5709 }

◆ set_id()

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

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

14136 {
14137 _internal_set_id(value);
14138 // @@protoc_insertion_point(field_set:daphne.cmd_readTrim_allChannels.id)
14139}

◆ SetCachedSize()

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

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

9278 {
9279 _impl_._cached_size_.Set(size);
9280}

◆ SharedCtor()

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

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

9263 {
9264 (void)arena;
9265 new (&_impl_) Impl_{
9266 decltype(_impl_.id_){0},
9267 /*decltype(_impl_._cached_size_)*/ {},
9268 };
9269}

◆ SharedDtor()

void daphne::cmd_readTrim_allChannels::SharedDtor ( )
inlineprivate

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

9275 {
9276 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
9277}

◆ Swap()

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

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

5753 {
5754 if (other == this) return;
5755 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5756 if (GetOwningArena() != nullptr &&
5757 GetOwningArena() == other->GetOwningArena()) {
5758 #else // PROTOBUF_FORCE_COPY_IN_SWAP
5759 if (GetOwningArena() == other->GetOwningArena()) {
5760 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
5761 InternalSwap(other);
5762 } else {
5763 ::google::protobuf::internal::GenericSwap(this, other);
5764 }
5765 }

◆ unknown_fields()

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

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

5724 {
5725 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5726 }

◆ UnsafeArenaSwap()

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

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

5766 {
5767 if (other == this) return;
5768 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5769 InternalSwap(other);
5770 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

5750 {
5751 a.Swap(&b);
5752 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readTrim_allChannels::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > daphne::cmd_readTrim_allChannels::_table_
staticprivate
Initial value:
= {
{
0,
0,
1, 0,
offsetof(decltype(_table_), field_lookup_table),
4294967294,
offsetof(decltype(_table_), field_entries),
1,
0,
offsetof(decltype(_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
{::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(cmd_readTrim_allChannels, _impl_.id_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(cmd_readTrim_allChannels, _impl_.id_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(cmd_readTrim_allChannels, _impl_.id_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kInt32)},
}},
{{
}},
}

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

◆ kIndexInFileMessages

int daphne::cmd_readTrim_allChannels::kIndexInFileMessages
staticconstexpr
Initial value:
=
28

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


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