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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kChannelFieldNumber = 1 , kThresholdFieldNumber = 2 , kRecordCountFieldNumber = 3 , kBusyCountFieldNumber = 4 ,
  kFullCountFieldNumber = 5
}
 

Public Member Functions

 TriggerChannelSnapshot ()
 
 ~TriggerChannelSnapshot () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TriggerChannelSnapshot (::google::protobuf::internal::ConstantInitialized)
 
 TriggerChannelSnapshot (const TriggerChannelSnapshot &from)
 
 TriggerChannelSnapshot (TriggerChannelSnapshot &&from) noexcept
 
TriggerChannelSnapshotoperator= (const TriggerChannelSnapshot &from)
 
TriggerChannelSnapshotoperator= (TriggerChannelSnapshot &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TriggerChannelSnapshot *other)
 
void UnsafeArenaSwap (TriggerChannelSnapshot *other)
 
TriggerChannelSnapshotNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TriggerChannelSnapshot &from)
 
void MergeFrom (const TriggerChannelSnapshot &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_channel ()
 
::uint32_t channel () const
 
void set_channel (::uint32_t value)
 
void clear_threshold ()
 
::uint32_t threshold () const
 
void set_threshold (::uint32_t value)
 
void clear_record_count ()
 
::uint64_t record_count () const
 
void set_record_count (::uint64_t value)
 
void clear_busy_count ()
 
::uint64_t busy_count () const
 
void set_busy_count (::uint64_t value)
 
void clear_full_count ()
 
::uint64_t full_count () const
 
void set_full_count (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TriggerChannelSnapshot (::_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 TriggerChannelSnapshotdefault_instance ()
 
static const TriggerChannelSnapshotinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TriggerChannelSnapshot (::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 (TriggerChannelSnapshot *other)
 
::uint32_t _internal_channel () const
 
void _internal_set_channel (::uint32_t value)
 
::uint32_t _internal_threshold () const
 
void _internal_set_threshold (::uint32_t value)
 
::uint64_t _internal_record_count () const
 
void _internal_set_record_count (::uint64_t value)
 
::uint64_t _internal_busy_count () const
 
void _internal_set_busy_count (::uint64_t value)
 
::uint64_t _internal_full_count () const
 
void _internal_set_full_count (::uint64_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< 3, 5, 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 (TriggerChannelSnapshot &a, TriggerChannelSnapshot &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChannelFieldNumber 
kThresholdFieldNumber 
kRecordCountFieldNumber 
kBusyCountFieldNumber 
kFullCountFieldNumber 

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

Constructor & Destructor Documentation

◆ TriggerChannelSnapshot() [1/6]

daphne::TriggerChannelSnapshot::TriggerChannelSnapshot ( )
inline

◆ ~TriggerChannelSnapshot()

daphne::TriggerChannelSnapshot::~TriggerChannelSnapshot ( )
override

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

7046 {
7047 // @@protoc_insertion_point(destructor:daphne.TriggerChannelSnapshot)
7048 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7049 SharedDtor();
7050}

◆ TriggerChannelSnapshot() [2/6]

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

◆ TriggerChannelSnapshot() [3/6]

daphne::TriggerChannelSnapshot::TriggerChannelSnapshot ( const TriggerChannelSnapshot & from)

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

7030 : ::google::protobuf::Message(), _impl_(from._impl_) {
7031 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7032 from._internal_metadata_);
7033 // @@protoc_insertion_point(copy_constructor:daphne.TriggerChannelSnapshot)
7034}

◆ TriggerChannelSnapshot() [4/6]

daphne::TriggerChannelSnapshot::TriggerChannelSnapshot ( TriggerChannelSnapshot && from)
inlinenoexcept

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

4515 *this = ::std::move(from);
4516 }

◆ TriggerChannelSnapshot() [5/6]

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

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

7025 : ::google::protobuf::Message(arena) {
7026 SharedCtor(arena);
7027 // @@protoc_insertion_point(arena_constructor:daphne.TriggerChannelSnapshot)
7028}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TriggerChannelSnapshot() [6/6]

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

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

447 : _impl_{
448 /*decltype(_impl_.channel_)*/ 0u,
449 /*decltype(_impl_.threshold_)*/ 0u,
450 /*decltype(_impl_.record_count_)*/ ::uint64_t{0u},
451 /*decltype(_impl_.busy_count_)*/ ::uint64_t{0u},
452 /*decltype(_impl_.full_count_)*/ ::uint64_t{0u},
453 /*decltype(_impl_._cached_size_)*/ {},
454 } {}

Member Function Documentation

◆ _internal_busy_count()

uint64_t daphne::TriggerChannelSnapshot::_internal_busy_count ( ) const
inlineprivate

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

9330 {
9331 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9332 return _impl_.busy_count_;
9333}

◆ _internal_channel()

uint32_t daphne::TriggerChannelSnapshot::_internal_channel ( ) const
inlineprivate

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

9264 {
9265 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9266 return _impl_.channel_;
9267}

◆ _internal_full_count()

uint64_t daphne::TriggerChannelSnapshot::_internal_full_count ( ) const
inlineprivate

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

9352 {
9353 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9354 return _impl_.full_count_;
9355}

◆ _internal_record_count()

uint64_t daphne::TriggerChannelSnapshot::_internal_record_count ( ) const
inlineprivate

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

9308 {
9309 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9310 return _impl_.record_count_;
9311}

◆ _internal_set_busy_count()

void daphne::TriggerChannelSnapshot::_internal_set_busy_count ( ::uint64_t value)
inlineprivate

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

9334 {
9335 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9336 ;
9337 _impl_.busy_count_ = value;
9338}

◆ _internal_set_channel()

void daphne::TriggerChannelSnapshot::_internal_set_channel ( ::uint32_t value)
inlineprivate

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

9268 {
9269 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9270 ;
9271 _impl_.channel_ = value;
9272}

◆ _internal_set_full_count()

void daphne::TriggerChannelSnapshot::_internal_set_full_count ( ::uint64_t value)
inlineprivate

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

9356 {
9357 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9358 ;
9359 _impl_.full_count_ = value;
9360}

◆ _internal_set_record_count()

void daphne::TriggerChannelSnapshot::_internal_set_record_count ( ::uint64_t value)
inlineprivate

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

9312 {
9313 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9314 ;
9315 _impl_.record_count_ = value;
9316}

◆ _internal_set_threshold()

void daphne::TriggerChannelSnapshot::_internal_set_threshold ( ::uint32_t value)
inlineprivate

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

9290 {
9291 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9292 ;
9293 _impl_.threshold_ = value;
9294}

◆ _internal_threshold()

uint32_t daphne::TriggerChannelSnapshot::_internal_threshold ( ) const
inlineprivate

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

9286 {
9287 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9288 return _impl_.threshold_;
9289}

◆ _InternalParse()

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

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

7071 {
7072 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7073 return ptr;
7074}
static const ::google::protobuf::internal::TcParseTable< 3, 5, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

7136 {
7137 // @@protoc_insertion_point(serialize_to_array_start:daphne.TriggerChannelSnapshot)
7138 ::uint32_t cached_has_bits = 0;
7139 (void)cached_has_bits;
7140
7141 // uint32 channel = 1;
7142 if (this->_internal_channel() != 0) {
7143 target = stream->EnsureSpace(target);
7144 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7145 1, this->_internal_channel(), target);
7146 }
7147
7148 // uint32 threshold = 2;
7149 if (this->_internal_threshold() != 0) {
7150 target = stream->EnsureSpace(target);
7151 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7152 2, this->_internal_threshold(), target);
7153 }
7154
7155 // uint64 record_count = 3;
7156 if (this->_internal_record_count() != 0) {
7157 target = stream->EnsureSpace(target);
7158 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
7159 3, this->_internal_record_count(), target);
7160 }
7161
7162 // uint64 busy_count = 4;
7163 if (this->_internal_busy_count() != 0) {
7164 target = stream->EnsureSpace(target);
7165 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
7166 4, this->_internal_busy_count(), target);
7167 }
7168
7169 // uint64 full_count = 5;
7170 if (this->_internal_full_count() != 0) {
7171 target = stream->EnsureSpace(target);
7172 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
7173 5, this->_internal_full_count(), target);
7174 }
7175
7176 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7177 target =
7178 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7179 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7180 }
7181 // @@protoc_insertion_point(serialize_to_array_end:daphne.TriggerChannelSnapshot)
7182 return target;
7183}

◆ busy_count()

uint64_t daphne::TriggerChannelSnapshot::busy_count ( ) const
inline

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

9322 {
9323 // @@protoc_insertion_point(field_get:daphne.TriggerChannelSnapshot.busy_count)
9324 return _internal_busy_count();
9325}

◆ ByteSizeLong()

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

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

7185 {
7186// @@protoc_insertion_point(message_byte_size_start:daphne.TriggerChannelSnapshot)
7187 ::size_t total_size = 0;
7188
7189 ::uint32_t cached_has_bits = 0;
7190 // Prevent compiler warnings about cached_has_bits being unused
7191 (void) cached_has_bits;
7192
7193 // uint32 channel = 1;
7194 if (this->_internal_channel() != 0) {
7195 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7196 this->_internal_channel());
7197 }
7198
7199 // uint32 threshold = 2;
7200 if (this->_internal_threshold() != 0) {
7201 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7202 this->_internal_threshold());
7203 }
7204
7205 // uint64 record_count = 3;
7206 if (this->_internal_record_count() != 0) {
7207 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
7208 this->_internal_record_count());
7209 }
7210
7211 // uint64 busy_count = 4;
7212 if (this->_internal_busy_count() != 0) {
7213 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
7214 this->_internal_busy_count());
7215 }
7216
7217 // uint64 full_count = 5;
7218 if (this->_internal_full_count() != 0) {
7219 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
7220 this->_internal_full_count());
7221 }
7222
7223 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7224}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ channel()

uint32_t daphne::TriggerChannelSnapshot::channel ( ) const
inline

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

9256 {
9257 // @@protoc_insertion_point(field_get:daphne.TriggerChannelSnapshot.channel)
9258 return _internal_channel();
9259}

◆ Clear()

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

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

7058 {
7059// @@protoc_insertion_point(message_clear_start:daphne.TriggerChannelSnapshot)
7060 ::uint32_t cached_has_bits = 0;
7061 // Prevent compiler warnings about cached_has_bits being unused
7062 (void) cached_has_bits;
7063
7064 ::memset(&_impl_.channel_, 0, static_cast<::size_t>(
7065 reinterpret_cast<char*>(&_impl_.full_count_) -
7066 reinterpret_cast<char*>(&_impl_.channel_)) + sizeof(_impl_.full_count_));
7067 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7068}

◆ clear_busy_count()

void daphne::TriggerChannelSnapshot::clear_busy_count ( )
inline

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

9319 {
9320 _impl_.busy_count_ = ::uint64_t{0u};
9321}

◆ clear_channel()

void daphne::TriggerChannelSnapshot::clear_channel ( )
inline

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

9253 {
9254 _impl_.channel_ = 0u;
9255}

◆ clear_full_count()

void daphne::TriggerChannelSnapshot::clear_full_count ( )
inline

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

9341 {
9342 _impl_.full_count_ = ::uint64_t{0u};
9343}

◆ clear_record_count()

void daphne::TriggerChannelSnapshot::clear_record_count ( )
inline

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

9297 {
9298 _impl_.record_count_ = ::uint64_t{0u};
9299}

◆ clear_threshold()

void daphne::TriggerChannelSnapshot::clear_threshold ( )
inline

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

9275 {
9276 _impl_.threshold_ = 0u;
9277}

◆ CopyFrom()

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

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

7259 {
7260// @@protoc_insertion_point(class_specific_copy_from_start:daphne.TriggerChannelSnapshot)
7261 if (&from == this) return;
7262 Clear();
7263 MergeFrom(from);
7264}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const TriggerChannelSnapshot &from)

◆ default_instance()

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

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

4552 {
4553 return *internal_default_instance();
4554 }
static const TriggerChannelSnapshot * internal_default_instance()

◆ descriptor()

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

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

4543 {
4544 return GetDescriptor();
4545 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ full_count()

uint64_t daphne::TriggerChannelSnapshot::full_count ( ) const
inline

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

9344 {
9345 // @@protoc_insertion_point(field_get:daphne.TriggerChannelSnapshot.full_count)
9346 return _internal_full_count();
9347}

◆ FullMessageName()

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

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

4615 {
4616 return "daphne.TriggerChannelSnapshot";
4617 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7230{ return &_class_data_; }

◆ GetDescriptor()

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

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

4546 {
4547 return default_instance().GetMetadata().descriptor;
4548 }
static const TriggerChannelSnapshot & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

7281 {
7282 return ::_pbi::AssignDescriptors(
7285}
::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::TriggerChannelSnapshot::GetReflection ( )
inlinestatic

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

4549 {
4550 return default_instance().GetMetadata().reflection;
4551 }

◆ internal_default_instance()

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

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

4555 {
4556 return reinterpret_cast<const TriggerChannelSnapshot*>(
4558 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerChannelSnapshotDefaultTypeInternal _TriggerChannelSnapshot_default_instance_

◆ InternalSwap()

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

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

7270 {
7271 using std::swap;
7272 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7273 ::google::protobuf::internal::memswap<
7274 PROTOBUF_FIELD_OFFSET(TriggerChannelSnapshot, _impl_.full_count_)
7276 - PROTOBUF_FIELD_OFFSET(TriggerChannelSnapshot, _impl_.channel_)>(
7277 reinterpret_cast<char*>(&_impl_.channel_),
7278 reinterpret_cast<char*>(&other->_impl_.channel_));
7279}

◆ IsInitialized()

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

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

7266 {
7267 return true;
7268}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

7233 {
7234 auto* const _this = static_cast<TriggerChannelSnapshot*>(&to_msg);
7235 auto& from = static_cast<const TriggerChannelSnapshot&>(from_msg);
7236 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.TriggerChannelSnapshot)
7237 ABSL_DCHECK_NE(&from, _this);
7238 ::uint32_t cached_has_bits = 0;
7239 (void) cached_has_bits;
7240
7241 if (from._internal_channel() != 0) {
7242 _this->_internal_set_channel(from._internal_channel());
7243 }
7244 if (from._internal_threshold() != 0) {
7245 _this->_internal_set_threshold(from._internal_threshold());
7246 }
7247 if (from._internal_record_count() != 0) {
7248 _this->_internal_set_record_count(from._internal_record_count());
7249 }
7250 if (from._internal_busy_count() != 0) {
7251 _this->_internal_set_busy_count(from._internal_busy_count());
7252 }
7253 if (from._internal_full_count() != 0) {
7254 _this->_internal_set_full_count(from._internal_full_count());
7255 }
7256 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7257}

◆ mutable_unknown_fields()

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

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

4539 {
4540 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4541 }

◆ New()

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

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

4586 {
4587 return CreateMaybeMessage<TriggerChannelSnapshot>(arena);
4588 }

◆ operator=() [1/2]

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

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

4518 {
4519 CopyFrom(from);
4520 return *this;
4521 }
void CopyFrom(const TriggerChannelSnapshot &from)

◆ operator=() [2/2]

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

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

4522 {
4523 if (this == &from) return *this;
4524 if (GetOwningArena() == from.GetOwningArena()
4525 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4526 && GetOwningArena() != nullptr
4527 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4528 ) {
4529 InternalSwap(&from);
4530 } else {
4531 CopyFrom(from);
4532 }
4533 return *this;
4534 }
void InternalSwap(TriggerChannelSnapshot *other)

◆ record_count()

uint64_t daphne::TriggerChannelSnapshot::record_count ( ) const
inline

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

9300 {
9301 // @@protoc_insertion_point(field_get:daphne.TriggerChannelSnapshot.record_count)
9302 return _internal_record_count();
9303}

◆ set_busy_count()

void daphne::TriggerChannelSnapshot::set_busy_count ( ::uint64_t value)
inline

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

9326 {
9328 // @@protoc_insertion_point(field_set:daphne.TriggerChannelSnapshot.busy_count)
9329}
void _internal_set_busy_count(::uint64_t value)

◆ set_channel()

void daphne::TriggerChannelSnapshot::set_channel ( ::uint32_t value)
inline

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

9260 {
9261 _internal_set_channel(value);
9262 // @@protoc_insertion_point(field_set:daphne.TriggerChannelSnapshot.channel)
9263}
void _internal_set_channel(::uint32_t value)

◆ set_full_count()

void daphne::TriggerChannelSnapshot::set_full_count ( ::uint64_t value)
inline

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

9348 {
9350 // @@protoc_insertion_point(field_set:daphne.TriggerChannelSnapshot.full_count)
9351}
void _internal_set_full_count(::uint64_t value)

◆ set_record_count()

void daphne::TriggerChannelSnapshot::set_record_count ( ::uint64_t value)
inline

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

9304 {
9306 // @@protoc_insertion_point(field_set:daphne.TriggerChannelSnapshot.record_count)
9307}
void _internal_set_record_count(::uint64_t value)

◆ set_threshold()

void daphne::TriggerChannelSnapshot::set_threshold ( ::uint32_t value)
inline

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

9282 {
9284 // @@protoc_insertion_point(field_set:daphne.TriggerChannelSnapshot.threshold)
9285}
void _internal_set_threshold(::uint32_t value)

◆ SetCachedSize()

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

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

7054 {
7055 _impl_._cached_size_.Set(size);
7056}

◆ SharedCtor()

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

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

7035 {
7036 (void)arena;
7037 new (&_impl_) Impl_{
7038 decltype(_impl_.channel_){0u},
7039 decltype(_impl_.threshold_){0u},
7040 decltype(_impl_.record_count_){::uint64_t{0u}},
7041 decltype(_impl_.busy_count_){::uint64_t{0u}},
7042 decltype(_impl_.full_count_){::uint64_t{0u}},
7043 /*decltype(_impl_._cached_size_)*/ {},
7044 };
7045}

◆ SharedDtor()

void daphne::TriggerChannelSnapshot::SharedDtor ( )
inlineprivate

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

7051 {
7052 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7053}

◆ Swap()

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

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

4565 {
4566 if (other == this) return;
4567 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4568 if (GetOwningArena() != nullptr &&
4569 GetOwningArena() == other->GetOwningArena()) {
4570 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4571 if (GetOwningArena() == other->GetOwningArena()) {
4572 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4573 InternalSwap(other);
4574 } else {
4575 ::google::protobuf::internal::GenericSwap(this, other);
4576 }
4577 }

◆ threshold()

uint32_t daphne::TriggerChannelSnapshot::threshold ( ) const
inline

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

9278 {
9279 // @@protoc_insertion_point(field_get:daphne.TriggerChannelSnapshot.threshold)
9280 return _internal_threshold();
9281}

◆ unknown_fields()

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

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

4536 {
4537 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4538 }

◆ UnsafeArenaSwap()

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

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

4578 {
4579 if (other == this) return;
4580 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4581 InternalSwap(other);
4582 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

4562 {
4563 a.Swap(&b);
4564 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::TriggerChannelSnapshot::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 5, 0, 0, 2 > daphne::TriggerChannelSnapshot::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::TriggerChannelSnapshot::kIndexInFileMessages
staticconstexpr
Initial value:
=
20

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


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