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 719 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 846 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ChannelConfig() [1/6]

daphne::ChannelConfig::ChannelConfig ( )
inline

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

◆ ~ChannelConfig()

daphne::ChannelConfig::~ChannelConfig ( )
override

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

1906 {
1907 // @@protoc_insertion_point(destructor:daphne.ChannelConfig)
1908 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1909 SharedDtor();
1910}

◆ 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 1890 of file daphne_control_high.pb.cc.

1891 : ::google::protobuf::Message(), _impl_(from._impl_) {
1892 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1893 from._internal_metadata_);
1894 // @@protoc_insertion_point(copy_constructor:daphne.ChannelConfig)
1895}

◆ ChannelConfig() [4/6]

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

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

729 : ChannelConfig() {
730 *this = ::std::move(from);
731 }

◆ ChannelConfig() [5/6]

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

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

1886 : ::google::protobuf::Message(arena) {
1887 SharedCtor(arena);
1888 // @@protoc_insertion_point(arena_constructor:daphne.ChannelConfig)
1889}
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 6601 of file daphne_control_high.pb.h.

6601 {
6602 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6603 return _impl_.gain_;
6604}

◆ _internal_id()

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

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

6535 {
6536 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6537 return _impl_.id_;
6538}

◆ _internal_offset()

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

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

6579 {
6580 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6581 return _impl_.offset_;
6582}

◆ _internal_set_gain()

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

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

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

◆ _internal_set_id()

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

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

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

◆ _internal_set_offset()

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

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

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

◆ _internal_set_trim()

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

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

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

◆ _internal_trim()

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

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

6557 {
6558 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6559 return _impl_.trim_;
6560}

◆ _InternalParse()

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

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

1931 {
1932 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1933 return ptr;
1934}
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 1985 of file daphne_control_high.pb.cc.

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

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

◆ Clear()

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

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

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

◆ clear_gain()

void daphne::ChannelConfig::clear_gain ( )
inline

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

6590 {
6591 _impl_.gain_ = 0u;
6592}

◆ clear_id()

void daphne::ChannelConfig::clear_id ( )
inline

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

6524 {
6525 _impl_.id_ = 0u;
6526}

◆ clear_offset()

void daphne::ChannelConfig::clear_offset ( )
inline

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

6568 {
6569 _impl_.offset_ = 0u;
6570}

◆ clear_trim()

void daphne::ChannelConfig::clear_trim ( )
inline

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

6546 {
6547 _impl_.trim_ = 0u;
6548}

◆ CopyFrom()

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

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

2094 {
2095// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ChannelConfig)
2096 if (&from == this) return;
2097 Clear();
2098 MergeFrom(from);
2099}
void MergeFrom(const ChannelConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

767 {
769 }
static const ChannelConfig * internal_default_instance()

◆ descriptor()

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

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

758 {
759 return GetDescriptor();
760 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

830 {
831 return "daphne.ChannelConfig";
832 }

◆ gain()

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

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

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

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2068{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

2116 {
2117 return ::_pbi::AssignDescriptors(
2120}
::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 764 of file daphne_control_high.pb.h.

764 {
765 return default_instance().GetMetadata().reflection;
766 }

◆ id()

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

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

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

◆ internal_default_instance()

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

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

770 {
771 return reinterpret_cast<const ChannelConfig*>(
773 }
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 2105 of file daphne_control_high.pb.cc.

2105 {
2106 using std::swap;
2107 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2108 ::google::protobuf::internal::memswap<
2109 PROTOBUF_FIELD_OFFSET(ChannelConfig, _impl_.gain_)
2111 - PROTOBUF_FIELD_OFFSET(ChannelConfig, _impl_.id_)>(
2112 reinterpret_cast<char*>(&_impl_.id_),
2113 reinterpret_cast<char*>(&other->_impl_.id_));
2114}

◆ IsInitialized()

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

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

2101 {
2102 return true;
2103}

◆ MergeFrom()

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

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

807 {
808 ChannelConfig::MergeImpl(*this, from);
809 }
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 2071 of file daphne_control_high.pb.cc.

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

801 {
802 return CreateMaybeMessage<ChannelConfig>(arena);
803 }

◆ offset()

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

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

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

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

733 {
734 CopyFrom(from);
735 return *this;
736 }

◆ set_gain()

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

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

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

◆ set_id()

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

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

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

◆ set_offset()

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

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

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

◆ set_trim()

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

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

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

◆ SetCachedSize()

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

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

1914 {
1915 _impl_._cached_size_.Set(size);
1916}

◆ SharedCtor()

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

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

1896 {
1897 (void)arena;
1898 new (&_impl_) Impl_{
1899 decltype(_impl_.id_){0u},
1900 decltype(_impl_.trim_){0u},
1901 decltype(_impl_.offset_){0u},
1902 decltype(_impl_.gain_){0u},
1903 /*decltype(_impl_._cached_size_)*/ {},
1904 };
1905}

◆ SharedDtor()

void daphne::ChannelConfig::SharedDtor ( )
inlineprivate

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

1911 {
1912 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1913}

◆ Swap()

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

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

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

◆ trim()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

777 {
778 a.Swap(&b);
779 }

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 837 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ChannelConfig::_impl_

Definition at line 909 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 897 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

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

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


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