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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 }
 

Public Member Functions

 cmd_readOffset_allChannels ()
 
 ~cmd_readOffset_allChannels () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readOffset_allChannels (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readOffset_allChannels (const cmd_readOffset_allChannels &from)
 
 cmd_readOffset_allChannels (cmd_readOffset_allChannels &&from) noexcept
 
cmd_readOffset_allChannelsoperator= (const cmd_readOffset_allChannels &from)
 
cmd_readOffset_allChannelsoperator= (cmd_readOffset_allChannels &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readOffset_allChannels *other)
 
void UnsafeArenaSwap (cmd_readOffset_allChannels *other)
 
cmd_readOffset_allChannelsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readOffset_allChannels &from)
 
void MergeFrom (const cmd_readOffset_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_readOffset_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_readOffset_allChannelsdefault_instance ()
 
static const cmd_readOffset_allChannelsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readOffset_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_readOffset_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_readOffset_allChannels &a, cmd_readOffset_allChannels &b)
 

Detailed Description

Definition at line 6796 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 6923 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readOffset_allChannels() [1/6]

daphne::cmd_readOffset_allChannels::cmd_readOffset_allChannels ( )
inline

◆ ~cmd_readOffset_allChannels()

daphne::cmd_readOffset_allChannels::~cmd_readOffset_allChannels ( )
override

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

10642 {
10643 // @@protoc_insertion_point(destructor:daphne.cmd_readOffset_allChannels)
10644 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
10645 SharedDtor();
10646}

◆ cmd_readOffset_allChannels() [2/6]

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

◆ cmd_readOffset_allChannels() [3/6]

daphne::cmd_readOffset_allChannels::cmd_readOffset_allChannels ( const cmd_readOffset_allChannels & from)

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

10630 : ::google::protobuf::Message(), _impl_(from._impl_) {
10631 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
10632 from._internal_metadata_);
10633 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readOffset_allChannels)
10634}

◆ cmd_readOffset_allChannels() [4/6]

daphne::cmd_readOffset_allChannels::cmd_readOffset_allChannels ( cmd_readOffset_allChannels && from)
inlinenoexcept

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

6807 *this = ::std::move(from);
6808 }

◆ cmd_readOffset_allChannels() [5/6]

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

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

10625 : ::google::protobuf::Message(arena) {
10626 SharedCtor(arena);
10627 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readOffset_allChannels)
10628}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readOffset_allChannels() [6/6]

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

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

711 : _impl_{
712 /*decltype(_impl_.id_)*/ 0,
713 /*decltype(_impl_._cached_size_)*/ {},
714 } {}

Member Function Documentation

◆ _internal_id()

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

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

14643 {
14644 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14645 return _impl_.id_;
14646}

◆ _internal_set_id()

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

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

14647 {
14648 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14649 ;
14650 _impl_.id_ = value;
14651}

◆ _InternalParse()

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

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

10665 {
10666 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
10667 return ptr;
10668}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

10703 {
10704 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readOffset_allChannels)
10705 ::uint32_t cached_has_bits = 0;
10706 (void)cached_has_bits;
10707
10708 // int32 id = 1;
10709 if (this->_internal_id() != 0) {
10710 target = ::google::protobuf::internal::WireFormatLite::
10711 WriteInt32ToArrayWithField<1>(
10712 stream, this->_internal_id(), target);
10713 }
10714
10715 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
10716 target =
10717 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
10718 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
10719 }
10720 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readOffset_allChannels)
10721 return target;
10722}

◆ ByteSizeLong()

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

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

10724 {
10725// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readOffset_allChannels)
10726 ::size_t total_size = 0;
10727
10728 ::uint32_t cached_has_bits = 0;
10729 // Prevent compiler warnings about cached_has_bits being unused
10730 (void) cached_has_bits;
10731
10732 // int32 id = 1;
10733 if (this->_internal_id() != 0) {
10734 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
10735 this->_internal_id());
10736 }
10737
10738 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
10739}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

10654 {
10655// @@protoc_insertion_point(message_clear_start:daphne.cmd_readOffset_allChannels)
10656 ::uint32_t cached_has_bits = 0;
10657 // Prevent compiler warnings about cached_has_bits being unused
10658 (void) cached_has_bits;
10659
10660 _impl_.id_ = 0;
10661 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
10662}

◆ clear_id()

void daphne::cmd_readOffset_allChannels::clear_id ( )
inline

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

14632 {
14633 _impl_.id_ = 0;
14634}

◆ CopyFrom()

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

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

10762 {
10763// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readOffset_allChannels)
10764 if (&from == this) return;
10765 Clear();
10766 MergeFrom(from);
10767}
void MergeFrom(const cmd_readOffset_allChannels &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

6844 {
6845 return *internal_default_instance();
6846 }
static const cmd_readOffset_allChannels * internal_default_instance()

◆ descriptor()

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

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

6835 {
6836 return GetDescriptor();
6837 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

6907 {
6908 return "daphne.cmd_readOffset_allChannels";
6909 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

10745{ return &_class_data_; }

◆ GetDescriptor()

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

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

6838 {
6839 return default_instance().GetMetadata().descriptor;
6840 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readOffset_allChannels & default_instance()

◆ GetMetadata()

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

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

10779 {
10780 return ::_pbi::AssignDescriptors(
10783}
::_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_readOffset_allChannels::GetReflection ( )
inlinestatic

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

6841 {
6842 return default_instance().GetMetadata().reflection;
6843 }

◆ id()

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

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

14635 {
14636 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_allChannels.id)
14637 return _internal_id();
14638}

◆ internal_default_instance()

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

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

6847 {
6848 return reinterpret_cast<const cmd_readOffset_allChannels*>(
6850 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readOffset_allChannelsDefaultTypeInternal _cmd_readOffset_allChannels_default_instance_

◆ InternalSwap()

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

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

10773 {
10774 using std::swap;
10775 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
10776 swap(_impl_.id_, other->_impl_.id_);
10777}
friend void swap(cmd_readOffset_allChannels &a, cmd_readOffset_allChannels &b)

◆ IsInitialized()

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

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

10769 {
10770 return true;
10771}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

10748 {
10749 auto* const _this = static_cast<cmd_readOffset_allChannels*>(&to_msg);
10750 auto& from = static_cast<const cmd_readOffset_allChannels&>(from_msg);
10751 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readOffset_allChannels)
10752 ABSL_DCHECK_NE(&from, _this);
10753 ::uint32_t cached_has_bits = 0;
10754 (void) cached_has_bits;
10755
10756 if (from._internal_id() != 0) {
10757 _this->_internal_set_id(from._internal_id());
10758 }
10759 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
10760}

◆ mutable_unknown_fields()

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

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

6831 {
6832 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6833 }

◆ New()

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

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

6878 {
6879 return CreateMaybeMessage<cmd_readOffset_allChannels>(arena);
6880 }

◆ operator=() [1/2]

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

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

6814 {
6815 if (this == &from) return *this;
6816 if (GetOwningArena() == from.GetOwningArena()
6817 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6818 && GetOwningArena() != nullptr
6819 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6820 ) {
6821 InternalSwap(&from);
6822 } else {
6823 CopyFrom(from);
6824 }
6825 return *this;
6826 }
void CopyFrom(const cmd_readOffset_allChannels &from)
void InternalSwap(cmd_readOffset_allChannels *other)

◆ operator=() [2/2]

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

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

6810 {
6811 CopyFrom(from);
6812 return *this;
6813 }

◆ set_id()

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

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

14639 {
14640 _internal_set_id(value);
14641 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_allChannels.id)
14642}

◆ SetCachedSize()

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

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

10650 {
10651 _impl_._cached_size_.Set(size);
10652}

◆ SharedCtor()

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

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

10635 {
10636 (void)arena;
10637 new (&_impl_) Impl_{
10638 decltype(_impl_.id_){0},
10639 /*decltype(_impl_._cached_size_)*/ {},
10640 };
10641}

◆ SharedDtor()

void daphne::cmd_readOffset_allChannels::SharedDtor ( )
inlineprivate

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

10647 {
10648 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
10649}

◆ Swap()

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

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

6857 {
6858 if (other == this) return;
6859 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6860 if (GetOwningArena() != nullptr &&
6861 GetOwningArena() == other->GetOwningArena()) {
6862 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6863 if (GetOwningArena() == other->GetOwningArena()) {
6864 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6865 InternalSwap(other);
6866 } else {
6867 ::google::protobuf::internal::GenericSwap(this, other);
6868 }
6869 }

◆ unknown_fields()

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

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

6828 {
6829 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6830 }

◆ UnsafeArenaSwap()

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

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

6870 {
6871 if (other == this) return;
6872 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6873 InternalSwap(other);
6874 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

6854 {
6855 a.Swap(&b);
6856 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readOffset_allChannels::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > daphne::cmd_readOffset_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_readOffset_allChannels, _impl_.id_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(cmd_readOffset_allChannels, _impl_.id_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(cmd_readOffset_allChannels, _impl_.id_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kInt32)},
}},
{{
}},
}

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

◆ kIndexInFileMessages

int daphne::cmd_readOffset_allChannels::kIndexInFileMessages
staticconstexpr
Initial value:
=
34

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


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