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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kDelayFieldNumber = 2 , kBitslipFieldNumber = 3 , kMessageFieldNumber = 4 , kSuccessFieldNumber = 1 }
 

Public Member Functions

 cmd_alignAFEs_response ()
 
 ~cmd_alignAFEs_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_alignAFEs_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_alignAFEs_response (const cmd_alignAFEs_response &from)
 
 cmd_alignAFEs_response (cmd_alignAFEs_response &&from) noexcept
 
cmd_alignAFEs_responseoperator= (const cmd_alignAFEs_response &from)
 
cmd_alignAFEs_responseoperator= (cmd_alignAFEs_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_alignAFEs_response *other)
 
void UnsafeArenaSwap (cmd_alignAFEs_response *other)
 
cmd_alignAFEs_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_alignAFEs_response &from)
 
void MergeFrom (const cmd_alignAFEs_response &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
 
int delay_size () const
 
void clear_delay ()
 
::uint32_t delay (int index) const
 
void set_delay (int index, ::uint32_t value)
 
void add_delay (::uint32_t value)
 
const ::google::protobuf::RepeatedField<::uint32_t > & delay () const
 
::google::protobuf::RepeatedField<::uint32_t > * mutable_delay ()
 
int bitslip_size () const
 
void clear_bitslip ()
 
::uint32_t bitslip (int index) const
 
void set_bitslip (int index, ::uint32_t value)
 
void add_bitslip (::uint32_t value)
 
const ::google::protobuf::RepeatedField<::uint32_t > & bitslip () const
 
::google::protobuf::RepeatedField<::uint32_t > * mutable_bitslip ()
 
void clear_message ()
 
const std::string & message () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
 
std::string * mutable_message ()
 
PROTOBUF_NODISCARD std::string * release_message ()
 
void set_allocated_message (std::string *ptr)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_alignAFEs_response (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (Arg_ &&arg, Args_... args)
 

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_alignAFEs_responsedefault_instance ()
 
static const cmd_alignAFEs_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_alignAFEs_response (::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_alignAFEs_response *other)
 
int _internal_delay_size () const
 
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_delay () const
 
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_delay ()
 
int _internal_bitslip_size () const
 
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_bitslip () const
 
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_bitslip ()
 
const std::string & _internal_message () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_message (const std::string &value)
 
std::string * _internal_mutable_message ()
 
bool _internal_success () const
 
void _internal_set_success (bool 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, 45, 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_alignAFEs_response &a, cmd_alignAFEs_response &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDelayFieldNumber 
kBitslipFieldNumber 
kMessageFieldNumber 
kSuccessFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_alignAFEs_response() [1/6]

daphne::cmd_alignAFEs_response::cmd_alignAFEs_response ( )
inline

◆ ~cmd_alignAFEs_response()

daphne::cmd_alignAFEs_response::~cmd_alignAFEs_response ( )
override

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

14712 {
14713 // @@protoc_insertion_point(destructor:daphne.cmd_alignAFEs_response)
14714 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
14715 SharedDtor();
14716}

◆ cmd_alignAFEs_response() [2/6]

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

◆ cmd_alignAFEs_response() [3/6]

daphne::cmd_alignAFEs_response::cmd_alignAFEs_response ( const cmd_alignAFEs_response & from)

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

14671 : ::google::protobuf::Message() {
14672 cmd_alignAFEs_response* const _this = this;
14673 (void)_this;
14674 new (&_impl_) Impl_{
14675 decltype(_impl_.delay_){from._impl_.delay_},
14676 /* _impl_._delay_cached_byte_size_ = */ {0},
14677 decltype(_impl_.bitslip_){from._impl_.bitslip_},
14678 /* _impl_._bitslip_cached_byte_size_ = */ {0},
14679 decltype(_impl_.message_){},
14680 decltype(_impl_.success_){},
14681 /*decltype(_impl_._cached_size_)*/ {},
14682 };
14683 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
14684 from._internal_metadata_);
14685 _impl_.message_.InitDefault();
14686 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
14687 _impl_.message_.Set("", GetArenaForAllocation());
14688 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
14689 if (!from._internal_message().empty()) {
14690 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
14691 }
14692 _this->_impl_.success_ = from._impl_.success_;
14693
14694 // @@protoc_insertion_point(copy_constructor:daphne.cmd_alignAFEs_response)
14695}
::google::protobuf::internal::ArenaStringPtr message_
::google::protobuf::RepeatedField<::uint32_t > delay_
::google::protobuf::RepeatedField<::uint32_t > bitslip_

◆ cmd_alignAFEs_response() [4/6]

daphne::cmd_alignAFEs_response::cmd_alignAFEs_response ( cmd_alignAFEs_response && from)
inlinenoexcept

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

10172 *this = ::std::move(from);
10173 }

◆ cmd_alignAFEs_response() [5/6]

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

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

14667 : ::google::protobuf::Message(arena) {
14668 SharedCtor(arena);
14669 // @@protoc_insertion_point(arena_constructor:daphne.cmd_alignAFEs_response)
14670}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_alignAFEs_response() [6/6]

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

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

1067 : _impl_{
1068 /*decltype(_impl_.delay_)*/ {},
1069 /* _impl_._delay_cached_byte_size_ = */ {0},
1070 /*decltype(_impl_.bitslip_)*/ {},
1071 /* _impl_._bitslip_cached_byte_size_ = */ {0},
1072 /*decltype(_impl_.message_)*/ {
1073 &::_pbi::fixed_address_empty_string,
1074 ::_pbi::ConstantInitialized{},
1075 },
1076 /*decltype(_impl_.success_)*/ false,
1077 /*decltype(_impl_._cached_size_)*/ {},
1078 } {}

Member Function Documentation

◆ _internal_bitslip()

const::google::protobuf::RepeatedField<::uint32_t > & daphne::cmd_alignAFEs_response::_internal_bitslip ( ) const
inlineprivate

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

16095 {
16096 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16097 return _impl_.bitslip_;
16098}

◆ _internal_bitslip_size()

int daphne::cmd_alignAFEs_response::_internal_bitslip_size ( ) const
inlineprivate

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

16063 {
16064 return _internal_bitslip().size();
16065}
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_bitslip() const

◆ _internal_delay()

const::google::protobuf::RepeatedField<::uint32_t > & daphne::cmd_alignAFEs_response::_internal_delay ( ) const
inlineprivate

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

16053 {
16054 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16055 return _impl_.delay_;
16056}

◆ _internal_delay_size()

int daphne::cmd_alignAFEs_response::_internal_delay_size ( ) const
inlineprivate

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

16021 {
16022 return _internal_delay().size();
16023}
const ::google::protobuf::RepeatedField<::uint32_t > & _internal_delay() const

◆ _internal_message()

const std::string & daphne::cmd_alignAFEs_response::_internal_message ( ) const
inlineprivate

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

16125 {
16126 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16127 return _impl_.message_.Get();
16128}

◆ _internal_mutable_bitslip()

google::protobuf::RepeatedField<::uint32_t > * daphne::cmd_alignAFEs_response::_internal_mutable_bitslip ( )
inlineprivate

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

16099 {
16100 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16101 return &_impl_.bitslip_;
16102}

◆ _internal_mutable_delay()

google::protobuf::RepeatedField<::uint32_t > * daphne::cmd_alignAFEs_response::_internal_mutable_delay ( )
inlineprivate

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

16057 {
16058 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16059 return &_impl_.delay_;
16060}

◆ _internal_mutable_message()

std::string * daphne::cmd_alignAFEs_response::_internal_mutable_message ( )
inlineprivate

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

16134 {
16135 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16136 ;
16137 return _impl_.message_.Mutable( GetArenaForAllocation());
16138}

◆ _internal_set_message()

void daphne::cmd_alignAFEs_response::_internal_set_message ( const std::string & value)
inlineprivate

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

16129 {
16130 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16131 ;
16132 _impl_.message_.Set(value, GetArenaForAllocation());
16133}

◆ _internal_set_success()

void daphne::cmd_alignAFEs_response::_internal_set_success ( bool value)
inlineprivate

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

16014 {
16015 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16016 ;
16017 _impl_.success_ = value;
16018}

◆ _internal_success()

bool daphne::cmd_alignAFEs_response::_internal_success ( ) const
inlineprivate

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

16010 {
16011 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
16012 return _impl_.success_;
16013}

◆ _InternalParse()

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

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

14741 {
14742 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
14743 return ptr;
14744}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 45, 2 > _table_

◆ _InternalSerialize()

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

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

14800 {
14801 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_alignAFEs_response)
14802 ::uint32_t cached_has_bits = 0;
14803 (void)cached_has_bits;
14804
14805 // bool success = 1;
14806 if (this->_internal_success() != 0) {
14807 target = stream->EnsureSpace(target);
14808 target = ::_pbi::WireFormatLite::WriteBoolToArray(
14809 1, this->_internal_success(), target);
14810 }
14811
14812 // repeated uint32 delay = 2;
14813 {
14814 int byte_size = _impl_._delay_cached_byte_size_.Get();
14815 if (byte_size > 0) {
14816 target = stream->WriteUInt32Packed(2, _internal_delay(),
14817 byte_size, target);
14818 }
14819 }
14820
14821 // repeated uint32 bitslip = 3;
14822 {
14823 int byte_size = _impl_._bitslip_cached_byte_size_.Get();
14824 if (byte_size > 0) {
14825 target = stream->WriteUInt32Packed(3, _internal_bitslip(),
14826 byte_size, target);
14827 }
14828 }
14829
14830 // string message = 4;
14831 if (!this->_internal_message().empty()) {
14832 const std::string& _s = this->_internal_message();
14833 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
14834 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_alignAFEs_response.message");
14835 target = stream->WriteStringMaybeAliased(4, _s, target);
14836 }
14837
14838 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
14839 target =
14840 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
14841 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
14842 }
14843 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_alignAFEs_response)
14844 return target;
14845}
const std::string & _internal_message() const
mutable::google::protobuf::internal::CachedSize _delay_cached_byte_size_
mutable::google::protobuf::internal::CachedSize _bitslip_cached_byte_size_

◆ add_bitslip()

void daphne::cmd_alignAFEs_response::add_bitslip ( ::uint32_t value)
inline

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

16080 {
16081 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16082 _internal_mutable_bitslip()->Add(value);
16083 // @@protoc_insertion_point(field_add:daphne.cmd_alignAFEs_response.bitslip)
16084}
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_bitslip()

◆ add_delay()

void daphne::cmd_alignAFEs_response::add_delay ( ::uint32_t value)
inline

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

16038 {
16039 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16040 _internal_mutable_delay()->Add(value);
16041 // @@protoc_insertion_point(field_add:daphne.cmd_alignAFEs_response.delay)
16042}
::google::protobuf::RepeatedField<::uint32_t > * _internal_mutable_delay()

◆ bitslip() [1/2]

const::google::protobuf::RepeatedField<::uint32_t > & daphne::cmd_alignAFEs_response::bitslip ( ) const
inline

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

16085 {
16086 // @@protoc_insertion_point(field_list:daphne.cmd_alignAFEs_response.bitslip)
16087 return _internal_bitslip();
16088}

◆ bitslip() [2/2]

uint32_t daphne::cmd_alignAFEs_response::bitslip ( int index) const
inline

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

16072 {
16073 // @@protoc_insertion_point(field_get:daphne.cmd_alignAFEs_response.bitslip)
16074 return _internal_bitslip().Get(index);
16075}

◆ bitslip_size()

int daphne::cmd_alignAFEs_response::bitslip_size ( ) const
inline

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

16066 {
16067 return _internal_bitslip_size();
16068}

◆ ByteSizeLong()

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

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

14847 {
14848// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_alignAFEs_response)
14849 ::size_t total_size = 0;
14850
14851 ::uint32_t cached_has_bits = 0;
14852 // Prevent compiler warnings about cached_has_bits being unused
14853 (void) cached_has_bits;
14854
14855 // repeated uint32 delay = 2;
14856 {
14857 std::size_t data_size = ::_pbi::WireFormatLite::UInt32Size(
14858 this->_internal_delay())
14859 ;
14860 _impl_._delay_cached_byte_size_.Set(::_pbi::ToCachedSize(data_size));
14861 std::size_t tag_size = data_size == 0
14862 ? 0
14863 : 1 + ::_pbi::WireFormatLite::Int32Size(
14864 static_cast<int32_t>(data_size))
14865 ;
14866 total_size += tag_size + data_size;
14867 }
14868 // repeated uint32 bitslip = 3;
14869 {
14870 std::size_t data_size = ::_pbi::WireFormatLite::UInt32Size(
14871 this->_internal_bitslip())
14872 ;
14873 _impl_._bitslip_cached_byte_size_.Set(::_pbi::ToCachedSize(data_size));
14874 std::size_t tag_size = data_size == 0
14875 ? 0
14876 : 1 + ::_pbi::WireFormatLite::Int32Size(
14877 static_cast<int32_t>(data_size))
14878 ;
14879 total_size += tag_size + data_size;
14880 }
14881 // string message = 4;
14882 if (!this->_internal_message().empty()) {
14883 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
14884 this->_internal_message());
14885 }
14886
14887 // bool success = 1;
14888 if (this->_internal_success() != 0) {
14889 total_size += 2;
14890 }
14891
14892 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
14893}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

14727 {
14728// @@protoc_insertion_point(message_clear_start:daphne.cmd_alignAFEs_response)
14729 ::uint32_t cached_has_bits = 0;
14730 // Prevent compiler warnings about cached_has_bits being unused
14731 (void) cached_has_bits;
14732
14733 _internal_mutable_delay()->Clear();
14734 _internal_mutable_bitslip()->Clear();
14735 _impl_.message_.ClearToEmpty();
14736 _impl_.success_ = false;
14737 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
14738}

◆ clear_bitslip()

void daphne::cmd_alignAFEs_response::clear_bitslip ( )
inline

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

16069 {
16070 _internal_mutable_bitslip()->Clear();
16071}

◆ clear_delay()

void daphne::cmd_alignAFEs_response::clear_delay ( )
inline

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

16027 {
16028 _internal_mutable_delay()->Clear();
16029}

◆ clear_message()

void daphne::cmd_alignAFEs_response::clear_message ( )
inline

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

16105 {
16106 _impl_.message_.ClearToEmpty();
16107}

◆ clear_success()

void daphne::cmd_alignAFEs_response::clear_success ( )
inline

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

15999 {
16000 _impl_.success_ = false;
16001}

◆ CopyFrom()

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

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

14921 {
14922// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_alignAFEs_response)
14923 if (&from == this) return;
14924 Clear();
14925 MergeFrom(from);
14926}
void MergeFrom(const cmd_alignAFEs_response &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

10209 {
10210 return *internal_default_instance();
10211 }
static const cmd_alignAFEs_response * internal_default_instance()

◆ delay() [1/2]

const::google::protobuf::RepeatedField<::uint32_t > & daphne::cmd_alignAFEs_response::delay ( ) const
inline

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

16043 {
16044 // @@protoc_insertion_point(field_list:daphne.cmd_alignAFEs_response.delay)
16045 return _internal_delay();
16046}

◆ delay() [2/2]

uint32_t daphne::cmd_alignAFEs_response::delay ( int index) const
inline

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

16030 {
16031 // @@protoc_insertion_point(field_get:daphne.cmd_alignAFEs_response.delay)
16032 return _internal_delay().Get(index);
16033}

◆ delay_size()

int daphne::cmd_alignAFEs_response::delay_size ( ) const
inline

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

16024 {
16025 return _internal_delay_size();
16026}

◆ descriptor()

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

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

10200 {
10201 return GetDescriptor();
10202 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

10272 {
10273 return "daphne.cmd_alignAFEs_response";
10274 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

14899{ return &_class_data_; }

◆ GetDescriptor()

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

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

10203 {
10204 return default_instance().GetMetadata().descriptor;
10205 }
static const cmd_alignAFEs_response & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

14944 {
14945 return ::_pbi::AssignDescriptors(
14948}
::_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_alignAFEs_response::GetReflection ( )
inlinestatic

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

10206 {
10207 return default_instance().GetMetadata().reflection;
10208 }

◆ internal_default_instance()

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

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

10212 {
10213 return reinterpret_cast<const cmd_alignAFEs_response*>(
10215 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_alignAFEs_responseDefaultTypeInternal _cmd_alignAFEs_response_default_instance_

◆ InternalSwap()

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

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

14932 {
14933 using std::swap;
14934 auto* lhs_arena = GetArenaForAllocation();
14935 auto* rhs_arena = other->GetArenaForAllocation();
14936 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
14937 _impl_.delay_.InternalSwap(&other->_impl_.delay_);
14938 _impl_.bitslip_.InternalSwap(&other->_impl_.bitslip_);
14939 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
14940 &other->_impl_.message_, rhs_arena);
14941 swap(_impl_.success_, other->_impl_.success_);
14942}
friend void swap(cmd_alignAFEs_response &a, cmd_alignAFEs_response &b)

◆ IsInitialized()

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

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

14928 {
14929 return true;
14930}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

14902 {
14903 auto* const _this = static_cast<cmd_alignAFEs_response*>(&to_msg);
14904 auto& from = static_cast<const cmd_alignAFEs_response&>(from_msg);
14905 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_alignAFEs_response)
14906 ABSL_DCHECK_NE(&from, _this);
14907 ::uint32_t cached_has_bits = 0;
14908 (void) cached_has_bits;
14909
14910 _this->_internal_mutable_delay()->MergeFrom(from._internal_delay());
14911 _this->_internal_mutable_bitslip()->MergeFrom(from._internal_bitslip());
14912 if (!from._internal_message().empty()) {
14913 _this->_internal_set_message(from._internal_message());
14914 }
14915 if (from._internal_success() != 0) {
14916 _this->_internal_set_success(from._internal_success());
14917 }
14918 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
14919}

◆ message()

const std::string & daphne::cmd_alignAFEs_response::message ( ) const
inline

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

16108 {
16109 // @@protoc_insertion_point(field_get:daphne.cmd_alignAFEs_response.message)
16110 return _internal_message();
16111}

◆ mutable_bitslip()

google::protobuf::RepeatedField<::uint32_t > * daphne::cmd_alignAFEs_response::mutable_bitslip ( )
inline

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

16089 {
16090 // @@protoc_insertion_point(field_mutable_list:daphne.cmd_alignAFEs_response.bitslip)
16091 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16093}

◆ mutable_delay()

google::protobuf::RepeatedField<::uint32_t > * daphne::cmd_alignAFEs_response::mutable_delay ( )
inline

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

16047 {
16048 // @@protoc_insertion_point(field_mutable_list:daphne.cmd_alignAFEs_response.delay)
16049 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16050 return _internal_mutable_delay();
16051}

◆ mutable_message()

std::string * daphne::cmd_alignAFEs_response::mutable_message ( )
inline

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

16120 {
16121 std::string* _s = _internal_mutable_message();
16122 // @@protoc_insertion_point(field_mutable:daphne.cmd_alignAFEs_response.message)
16123 return _s;
16124}

◆ mutable_unknown_fields()

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

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

10196 {
10197 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
10198 }

◆ New()

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

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

10243 {
10244 return CreateMaybeMessage<cmd_alignAFEs_response>(arena);
10245 }

◆ operator=() [1/2]

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

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

10179 {
10180 if (this == &from) return *this;
10181 if (GetOwningArena() == from.GetOwningArena()
10182 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
10183 && GetOwningArena() != nullptr
10184 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
10185 ) {
10186 InternalSwap(&from);
10187 } else {
10188 CopyFrom(from);
10189 }
10190 return *this;
10191 }
void CopyFrom(const cmd_alignAFEs_response &from)
void InternalSwap(cmd_alignAFEs_response *other)

◆ operator=() [2/2]

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

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

10175 {
10176 CopyFrom(from);
10177 return *this;
10178 }

◆ release_message()

std::string * daphne::cmd_alignAFEs_response::release_message ( )
inline

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

16139 {
16140 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16141 // @@protoc_insertion_point(field_release:daphne.cmd_alignAFEs_response.message)
16142 return _impl_.message_.Release();
16143}

◆ set_allocated_message()

void daphne::cmd_alignAFEs_response::set_allocated_message ( std::string * ptr)
inline

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

16144 {
16145 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16146 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
16147 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
16148 if (_impl_.message_.IsDefault()) {
16149 _impl_.message_.Set("", GetArenaForAllocation());
16150 }
16151 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
16152 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_alignAFEs_response.message)
16153}

◆ set_bitslip()

void daphne::cmd_alignAFEs_response::set_bitslip ( int index,
::uint32_t value )
inline

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

16076 {
16077 _internal_mutable_bitslip()->Set(index, value);
16078 // @@protoc_insertion_point(field_set:daphne.cmd_alignAFEs_response.bitslip)
16079}

◆ set_delay()

void daphne::cmd_alignAFEs_response::set_delay ( int index,
::uint32_t value )
inline

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

16034 {
16035 _internal_mutable_delay()->Set(index, value);
16036 // @@protoc_insertion_point(field_set:daphne.cmd_alignAFEs_response.delay)
16037}

◆ set_message() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void daphne::cmd_alignAFEs_response::set_message ( Arg_ && arg,
Args_... args )

◆ set_message() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void daphne::cmd_alignAFEs_response::set_message ( Arg_ && arg,
Args_... args )
inline

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

16114 {
16115 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
16116 ;
16117 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
16118 // @@protoc_insertion_point(field_set:daphne.cmd_alignAFEs_response.message)
16119}

◆ set_success()

void daphne::cmd_alignAFEs_response::set_success ( bool value)
inline

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

16006 {
16007 _internal_set_success(value);
16008 // @@protoc_insertion_point(field_set:daphne.cmd_alignAFEs_response.success)
16009}

◆ SetCachedSize()

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

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

14723 {
14724 _impl_._cached_size_.Set(size);
14725}

◆ SharedCtor()

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

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

14696 {
14697 (void)arena;
14698 new (&_impl_) Impl_{
14699 decltype(_impl_.delay_){arena},
14700 /* _impl_._delay_cached_byte_size_ = */ {0},
14701 decltype(_impl_.bitslip_){arena},
14702 /* _impl_._bitslip_cached_byte_size_ = */ {0},
14703 decltype(_impl_.message_){},
14704 decltype(_impl_.success_){false},
14705 /*decltype(_impl_._cached_size_)*/ {},
14706 };
14707 _impl_.message_.InitDefault();
14708 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
14709 _impl_.message_.Set("", GetArenaForAllocation());
14710 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
14711}

◆ SharedDtor()

void daphne::cmd_alignAFEs_response::SharedDtor ( )
inlineprivate

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

14717 {
14718 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
14719 _impl_.delay_.~RepeatedField();
14720 _impl_.bitslip_.~RepeatedField();
14721 _impl_.message_.Destroy();
14722}

◆ success()

bool daphne::cmd_alignAFEs_response::success ( ) const
inline

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

16002 {
16003 // @@protoc_insertion_point(field_get:daphne.cmd_alignAFEs_response.success)
16004 return _internal_success();
16005}

◆ Swap()

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

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

10222 {
10223 if (other == this) return;
10224 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
10225 if (GetOwningArena() != nullptr &&
10226 GetOwningArena() == other->GetOwningArena()) {
10227 #else // PROTOBUF_FORCE_COPY_IN_SWAP
10228 if (GetOwningArena() == other->GetOwningArena()) {
10229 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
10230 InternalSwap(other);
10231 } else {
10232 ::google::protobuf::internal::GenericSwap(this, other);
10233 }
10234 }

◆ unknown_fields()

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

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

10193 {
10194 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
10195 }

◆ UnsafeArenaSwap()

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

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

10235 {
10236 if (other == this) return;
10237 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
10238 InternalSwap(other);
10239 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

10219 {
10220 a.Swap(&b);
10221 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_alignAFEs_response::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_alignAFEs_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
53

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


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