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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 , kTrimFieldNumber = 2 , kOffsetFieldNumber = 3 , kGainFieldNumber = 4 }
 

Public Member Functions

 ChannelConfig ()
 
 ~ChannelConfig () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ChannelConfig (::google::protobuf::internal::ConstantInitialized)
 
 ChannelConfig (const ChannelConfig &from)
 
 ChannelConfig (ChannelConfig &&from) noexcept
 
ChannelConfigoperator= (const ChannelConfig &from)
 
ChannelConfigoperator= (ChannelConfig &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChannelConfig *other)
 
void UnsafeArenaSwap (ChannelConfig *other)
 
ChannelConfigNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ChannelConfig &from)
 
void MergeFrom (const ChannelConfig &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 ()
 
::uint32_t id () const
 
void set_id (::uint32_t value)
 
void clear_trim ()
 
::uint32_t trim () const
 
void set_trim (::uint32_t value)
 
void clear_offset ()
 
::uint32_t offset () const
 
void set_offset (::uint32_t value)
 
void clear_gain ()
 
::uint32_t gain () const
 
void set_gain (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR ChannelConfig (::_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 ChannelConfigdefault_instance ()
 
static const ChannelConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ChannelConfig (::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 (ChannelConfig *other)
 
::uint32_t _internal_id () const
 
void _internal_set_id (::uint32_t value)
 
::uint32_t _internal_trim () const
 
void _internal_set_trim (::uint32_t value)
 
::uint32_t _internal_offset () const
 
void _internal_set_offset (::uint32_t value)
 
::uint32_t _internal_gain () const
 
void _internal_set_gain (::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< 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_5fhigh_2eproto
 
void swap (ChannelConfig &a, ChannelConfig &b)
 

Detailed Description

Definition at line 721 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kTrimFieldNumber 
kOffsetFieldNumber 
kGainFieldNumber 

Definition at line 848 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ChannelConfig() [1/6]

daphne::ChannelConfig::ChannelConfig ( )
inline

Definition at line 724 of file daphne_control_high.pb.h.

◆ ~ChannelConfig()

daphne::ChannelConfig::~ChannelConfig ( )
override

Definition at line 1910 of file daphne_control_high.pb.cc.

1910 {
1911 // @@protoc_insertion_point(destructor:daphne.ChannelConfig)
1912 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1913 SharedDtor();
1914}

◆ ChannelConfig() [2/6]

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

◆ ChannelConfig() [3/6]

daphne::ChannelConfig::ChannelConfig ( const ChannelConfig & from)

Definition at line 1894 of file daphne_control_high.pb.cc.

1895 : ::google::protobuf::Message(), _impl_(from._impl_) {
1896 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1897 from._internal_metadata_);
1898 // @@protoc_insertion_point(copy_constructor:daphne.ChannelConfig)
1899}

◆ ChannelConfig() [4/6]

daphne::ChannelConfig::ChannelConfig ( ChannelConfig && from)
inlinenoexcept

Definition at line 730 of file daphne_control_high.pb.h.

731 : ChannelConfig() {
732 *this = ::std::move(from);
733 }

◆ ChannelConfig() [5/6]

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

Definition at line 1889 of file daphne_control_high.pb.cc.

1890 : ::google::protobuf::Message(arena) {
1891 SharedCtor(arena);
1892 // @@protoc_insertion_point(arena_constructor:daphne.ChannelConfig)
1893}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ChannelConfig() [6/6]

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

Definition at line 64 of file daphne_control_high.pb.cc.

65 : _impl_{
66 /*decltype(_impl_.id_)*/ 0u,
67 /*decltype(_impl_.trim_)*/ 0u,
68 /*decltype(_impl_.offset_)*/ 0u,
69 /*decltype(_impl_.gain_)*/ 0u,
70 /*decltype(_impl_._cached_size_)*/ {},
71 } {}

Member Function Documentation

◆ _internal_gain()

uint32_t daphne::ChannelConfig::_internal_gain ( ) const
inlineprivate

Definition at line 6603 of file daphne_control_high.pb.h.

6603 {
6604 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6605 return _impl_.gain_;
6606}

◆ _internal_id()

uint32_t daphne::ChannelConfig::_internal_id ( ) const
inlineprivate

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

6537 {
6538 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6539 return _impl_.id_;
6540}

◆ _internal_offset()

uint32_t daphne::ChannelConfig::_internal_offset ( ) const
inlineprivate

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

6581 {
6582 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6583 return _impl_.offset_;
6584}

◆ _internal_set_gain()

void daphne::ChannelConfig::_internal_set_gain ( ::uint32_t value)
inlineprivate

Definition at line 6607 of file daphne_control_high.pb.h.

6607 {
6608 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6609 ;
6610 _impl_.gain_ = value;
6611}

◆ _internal_set_id()

void daphne::ChannelConfig::_internal_set_id ( ::uint32_t value)
inlineprivate

Definition at line 6541 of file daphne_control_high.pb.h.

6541 {
6542 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6543 ;
6544 _impl_.id_ = value;
6545}

◆ _internal_set_offset()

void daphne::ChannelConfig::_internal_set_offset ( ::uint32_t value)
inlineprivate

Definition at line 6585 of file daphne_control_high.pb.h.

6585 {
6586 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6587 ;
6588 _impl_.offset_ = value;
6589}

◆ _internal_set_trim()

void daphne::ChannelConfig::_internal_set_trim ( ::uint32_t value)
inlineprivate

Definition at line 6563 of file daphne_control_high.pb.h.

6563 {
6564 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6565 ;
6566 _impl_.trim_ = value;
6567}

◆ _internal_trim()

uint32_t daphne::ChannelConfig::_internal_trim ( ) const
inlineprivate

Definition at line 6559 of file daphne_control_high.pb.h.

6559 {
6560 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6561 return _impl_.trim_;
6562}

◆ _InternalParse()

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

Definition at line 1934 of file daphne_control_high.pb.cc.

1935 {
1936 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1937 return ptr;
1938}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 1989 of file daphne_control_high.pb.cc.

1991 {
1992 // @@protoc_insertion_point(serialize_to_array_start:daphne.ChannelConfig)
1993 ::uint32_t cached_has_bits = 0;
1994 (void)cached_has_bits;
1995
1996 // uint32 id = 1;
1997 if (this->_internal_id() != 0) {
1998 target = stream->EnsureSpace(target);
1999 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2000 1, this->_internal_id(), target);
2001 }
2002
2003 // uint32 trim = 2;
2004 if (this->_internal_trim() != 0) {
2005 target = stream->EnsureSpace(target);
2006 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2007 2, this->_internal_trim(), target);
2008 }
2009
2010 // uint32 offset = 3;
2011 if (this->_internal_offset() != 0) {
2012 target = stream->EnsureSpace(target);
2013 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2014 3, this->_internal_offset(), target);
2015 }
2016
2017 // uint32 gain = 4;
2018 if (this->_internal_gain() != 0) {
2019 target = stream->EnsureSpace(target);
2020 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2021 4, this->_internal_gain(), target);
2022 }
2023
2024 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2025 target =
2026 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2027 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2028 }
2029 // @@protoc_insertion_point(serialize_to_array_end:daphne.ChannelConfig)
2030 return target;
2031}
::uint32_t _internal_trim() const
::uint32_t _internal_offset() const
::uint32_t _internal_gain() const

◆ ByteSizeLong()

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

Definition at line 2033 of file daphne_control_high.pb.cc.

2033 {
2034// @@protoc_insertion_point(message_byte_size_start:daphne.ChannelConfig)
2035 ::size_t total_size = 0;
2036
2037 ::uint32_t cached_has_bits = 0;
2038 // Prevent compiler warnings about cached_has_bits being unused
2039 (void) cached_has_bits;
2040
2041 // uint32 id = 1;
2042 if (this->_internal_id() != 0) {
2043 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2044 this->_internal_id());
2045 }
2046
2047 // uint32 trim = 2;
2048 if (this->_internal_trim() != 0) {
2049 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2050 this->_internal_trim());
2051 }
2052
2053 // uint32 offset = 3;
2054 if (this->_internal_offset() != 0) {
2055 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2056 this->_internal_offset());
2057 }
2058
2059 // uint32 gain = 4;
2060 if (this->_internal_gain() != 0) {
2061 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2062 this->_internal_gain());
2063 }
2064
2065 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2066}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

Definition at line 1922 of file daphne_control_high.pb.cc.

1922 {
1923// @@protoc_insertion_point(message_clear_start:daphne.ChannelConfig)
1924 ::uint32_t cached_has_bits = 0;
1925 // Prevent compiler warnings about cached_has_bits being unused
1926 (void) cached_has_bits;
1927
1928 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
1929 reinterpret_cast<char*>(&_impl_.gain_) -
1930 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.gain_));
1931 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1932}

◆ clear_gain()

void daphne::ChannelConfig::clear_gain ( )
inline

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

6592 {
6593 _impl_.gain_ = 0u;
6594}

◆ clear_id()

void daphne::ChannelConfig::clear_id ( )
inline

Definition at line 6526 of file daphne_control_high.pb.h.

6526 {
6527 _impl_.id_ = 0u;
6528}

◆ clear_offset()

void daphne::ChannelConfig::clear_offset ( )
inline

Definition at line 6570 of file daphne_control_high.pb.h.

6570 {
6571 _impl_.offset_ = 0u;
6572}

◆ clear_trim()

void daphne::ChannelConfig::clear_trim ( )
inline

Definition at line 6548 of file daphne_control_high.pb.h.

6548 {
6549 _impl_.trim_ = 0u;
6550}

◆ CopyFrom()

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

Definition at line 2098 of file daphne_control_high.pb.cc.

2098 {
2099// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ChannelConfig)
2100 if (&from == this) return;
2101 Clear();
2102 MergeFrom(from);
2103}
void MergeFrom(const ChannelConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

Definition at line 769 of file daphne_control_high.pb.h.

769 {
771 }
static const ChannelConfig * internal_default_instance()

◆ descriptor()

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

Definition at line 760 of file daphne_control_high.pb.h.

760 {
761 return GetDescriptor();
762 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

Definition at line 832 of file daphne_control_high.pb.h.

832 {
833 return "daphne.ChannelConfig";
834 }

◆ gain()

uint32_t daphne::ChannelConfig::gain ( ) const
inline

Definition at line 6595 of file daphne_control_high.pb.h.

6595 {
6596 // @@protoc_insertion_point(field_get:daphne.ChannelConfig.gain)
6597 return _internal_gain();
6598}

◆ GetCachedSize()

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

Definition at line 822 of file daphne_control_high.pb.h.

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

◆ GetClassData()

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

Definition at line 2072 of file daphne_control_high.pb.cc.

2072{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

Definition at line 763 of file daphne_control_high.pb.h.

763 {
764 return default_instance().GetMetadata().descriptor;
765 }
::google::protobuf::Metadata GetMetadata() const final
static const ChannelConfig & default_instance()

◆ GetMetadata()

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

Definition at line 2120 of file daphne_control_high.pb.cc.

2120 {
2121 return ::_pbi::AssignDescriptors(
2124}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::ChannelConfig::GetReflection ( )
inlinestatic

Definition at line 766 of file daphne_control_high.pb.h.

766 {
767 return default_instance().GetMetadata().reflection;
768 }

◆ id()

uint32_t daphne::ChannelConfig::id ( ) const
inline

Definition at line 6529 of file daphne_control_high.pb.h.

6529 {
6530 // @@protoc_insertion_point(field_get:daphne.ChannelConfig.id)
6531 return _internal_id();
6532}

◆ internal_default_instance()

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

Definition at line 772 of file daphne_control_high.pb.h.

772 {
773 return reinterpret_cast<const ChannelConfig*>(
775 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ChannelConfigDefaultTypeInternal _ChannelConfig_default_instance_

◆ InternalSwap()

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

Definition at line 2109 of file daphne_control_high.pb.cc.

2109 {
2110 using std::swap;
2111 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2112 ::google::protobuf::internal::memswap<
2113 PROTOBUF_FIELD_OFFSET(ChannelConfig, _impl_.gain_)
2115 - PROTOBUF_FIELD_OFFSET(ChannelConfig, _impl_.id_)>(
2116 reinterpret_cast<char*>(&_impl_.id_),
2117 reinterpret_cast<char*>(&other->_impl_.id_));
2118}

◆ IsInitialized()

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

Definition at line 2105 of file daphne_control_high.pb.cc.

2105 {
2106 return true;
2107}

◆ MergeFrom()

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

Definition at line 809 of file daphne_control_high.pb.h.

809 {
810 ChannelConfig::MergeImpl(*this, from);
811 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 2075 of file daphne_control_high.pb.cc.

2075 {
2076 auto* const _this = static_cast<ChannelConfig*>(&to_msg);
2077 auto& from = static_cast<const ChannelConfig&>(from_msg);
2078 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ChannelConfig)
2079 ABSL_DCHECK_NE(&from, _this);
2080 ::uint32_t cached_has_bits = 0;
2081 (void) cached_has_bits;
2082
2083 if (from._internal_id() != 0) {
2084 _this->_internal_set_id(from._internal_id());
2085 }
2086 if (from._internal_trim() != 0) {
2087 _this->_internal_set_trim(from._internal_trim());
2088 }
2089 if (from._internal_offset() != 0) {
2090 _this->_internal_set_offset(from._internal_offset());
2091 }
2092 if (from._internal_gain() != 0) {
2093 _this->_internal_set_gain(from._internal_gain());
2094 }
2095 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2096}

◆ mutable_unknown_fields()

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

Definition at line 756 of file daphne_control_high.pb.h.

756 {
757 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
758 }

◆ New()

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

Definition at line 803 of file daphne_control_high.pb.h.

803 {
804 return CreateMaybeMessage<ChannelConfig>(arena);
805 }

◆ offset()

uint32_t daphne::ChannelConfig::offset ( ) const
inline

Definition at line 6573 of file daphne_control_high.pb.h.

6573 {
6574 // @@protoc_insertion_point(field_get:daphne.ChannelConfig.offset)
6575 return _internal_offset();
6576}

◆ operator=() [1/2]

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

Definition at line 739 of file daphne_control_high.pb.h.

739 {
740 if (this == &from) return *this;
741 if (GetOwningArena() == from.GetOwningArena()
742 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
743 && GetOwningArena() != nullptr
744 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
745 ) {
746 InternalSwap(&from);
747 } else {
748 CopyFrom(from);
749 }
750 return *this;
751 }
void InternalSwap(ChannelConfig *other)
void CopyFrom(const ChannelConfig &from)

◆ operator=() [2/2]

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

Definition at line 735 of file daphne_control_high.pb.h.

735 {
736 CopyFrom(from);
737 return *this;
738 }

◆ set_gain()

void daphne::ChannelConfig::set_gain ( ::uint32_t value)
inline

Definition at line 6599 of file daphne_control_high.pb.h.

6599 {
6600 _internal_set_gain(value);
6601 // @@protoc_insertion_point(field_set:daphne.ChannelConfig.gain)
6602}
void _internal_set_gain(::uint32_t value)

◆ set_id()

void daphne::ChannelConfig::set_id ( ::uint32_t value)
inline

Definition at line 6533 of file daphne_control_high.pb.h.

6533 {
6534 _internal_set_id(value);
6535 // @@protoc_insertion_point(field_set:daphne.ChannelConfig.id)
6536}
void _internal_set_id(::uint32_t value)

◆ set_offset()

void daphne::ChannelConfig::set_offset ( ::uint32_t value)
inline

Definition at line 6577 of file daphne_control_high.pb.h.

6577 {
6578 _internal_set_offset(value);
6579 // @@protoc_insertion_point(field_set:daphne.ChannelConfig.offset)
6580}
void _internal_set_offset(::uint32_t value)

◆ set_trim()

void daphne::ChannelConfig::set_trim ( ::uint32_t value)
inline

Definition at line 6555 of file daphne_control_high.pb.h.

6555 {
6556 _internal_set_trim(value);
6557 // @@protoc_insertion_point(field_set:daphne.ChannelConfig.trim)
6558}
void _internal_set_trim(::uint32_t value)

◆ SetCachedSize()

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

Definition at line 1918 of file daphne_control_high.pb.cc.

1918 {
1919 _impl_._cached_size_.Set(size);
1920}

◆ SharedCtor()

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

Definition at line 1900 of file daphne_control_high.pb.cc.

1900 {
1901 (void)arena;
1902 new (&_impl_) Impl_{
1903 decltype(_impl_.id_){0u},
1904 decltype(_impl_.trim_){0u},
1905 decltype(_impl_.offset_){0u},
1906 decltype(_impl_.gain_){0u},
1907 /*decltype(_impl_._cached_size_)*/ {},
1908 };
1909}

◆ SharedDtor()

void daphne::ChannelConfig::SharedDtor ( )
inlineprivate

Definition at line 1915 of file daphne_control_high.pb.cc.

1915 {
1916 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1917}

◆ Swap()

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

Definition at line 782 of file daphne_control_high.pb.h.

782 {
783 if (other == this) return;
784 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
785 if (GetOwningArena() != nullptr &&
786 GetOwningArena() == other->GetOwningArena()) {
787 #else // PROTOBUF_FORCE_COPY_IN_SWAP
788 if (GetOwningArena() == other->GetOwningArena()) {
789 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
790 InternalSwap(other);
791 } else {
792 ::google::protobuf::internal::GenericSwap(this, other);
793 }
794 }

◆ trim()

uint32_t daphne::ChannelConfig::trim ( ) const
inline

Definition at line 6551 of file daphne_control_high.pb.h.

6551 {
6552 // @@protoc_insertion_point(field_get:daphne.ChannelConfig.trim)
6553 return _internal_trim();
6554}

◆ unknown_fields()

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

Definition at line 753 of file daphne_control_high.pb.h.

753 {
754 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
755 }

◆ UnsafeArenaSwap()

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

Definition at line 795 of file daphne_control_high.pb.h.

795 {
796 if (other == this) return;
797 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
798 InternalSwap(other);
799 }

Friends And Related Symbol Documentation

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

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

Definition at line 900 of file daphne_control_high.pb.h.

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

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

Definition at line 831 of file daphne_control_high.pb.h.

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

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

Definition at line 898 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

Definition at line 779 of file daphne_control_high.pb.h.

779 {
780 a.Swap(&b);
781 }

Member Data Documentation

◆ [union]

union { ... } daphne::ChannelConfig

◆ _class_data_

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

Definition at line 839 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ChannelConfig::_impl_

Definition at line 911 of file daphne_control_high.pb.h.

◆ _table_

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

Definition at line 899 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::ChannelConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 776 of file daphne_control_high.pb.h.


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