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 4502 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 4629 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 7042 of file daphne_control_high.pb.cc.

7042 {
7043 // @@protoc_insertion_point(destructor:daphne.TriggerChannelSnapshot)
7044 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7045 SharedDtor();
7046}

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

7026 : ::google::protobuf::Message(), _impl_(from._impl_) {
7027 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7028 from._internal_metadata_);
7029 // @@protoc_insertion_point(copy_constructor:daphne.TriggerChannelSnapshot)
7030}

◆ TriggerChannelSnapshot() [4/6]

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

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

4513 *this = ::std::move(from);
4514 }

◆ TriggerChannelSnapshot() [5/6]

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

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

7021 : ::google::protobuf::Message(arena) {
7022 SharedCtor(arena);
7023 // @@protoc_insertion_point(arena_constructor:daphne.TriggerChannelSnapshot)
7024}
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 9328 of file daphne_control_high.pb.h.

9328 {
9329 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9330 return _impl_.busy_count_;
9331}

◆ _internal_channel()

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

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

9262 {
9263 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9264 return _impl_.channel_;
9265}

◆ _internal_full_count()

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

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

9350 {
9351 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9352 return _impl_.full_count_;
9353}

◆ _internal_record_count()

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

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

9306 {
9307 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9308 return _impl_.record_count_;
9309}

◆ _internal_set_busy_count()

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

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

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

◆ _internal_set_channel()

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

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

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

◆ _internal_set_full_count()

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

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

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

◆ _internal_set_record_count()

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

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

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

◆ _internal_set_threshold()

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

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

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

◆ _internal_threshold()

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

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

9284 {
9285 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9286 return _impl_.threshold_;
9287}

◆ _InternalParse()

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

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

7067 {
7068 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7069 return ptr;
7070}
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 7130 of file daphne_control_high.pb.cc.

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

◆ busy_count()

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

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

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

◆ ByteSizeLong()

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

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

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

◆ channel()

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

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

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

◆ Clear()

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

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

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

◆ clear_busy_count()

void daphne::TriggerChannelSnapshot::clear_busy_count ( )
inline

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

9317 {
9318 _impl_.busy_count_ = ::uint64_t{0u};
9319}

◆ clear_channel()

void daphne::TriggerChannelSnapshot::clear_channel ( )
inline

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

9251 {
9252 _impl_.channel_ = 0u;
9253}

◆ clear_full_count()

void daphne::TriggerChannelSnapshot::clear_full_count ( )
inline

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

9339 {
9340 _impl_.full_count_ = ::uint64_t{0u};
9341}

◆ clear_record_count()

void daphne::TriggerChannelSnapshot::clear_record_count ( )
inline

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

9295 {
9296 _impl_.record_count_ = ::uint64_t{0u};
9297}

◆ clear_threshold()

void daphne::TriggerChannelSnapshot::clear_threshold ( )
inline

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

9273 {
9274 _impl_.threshold_ = 0u;
9275}

◆ CopyFrom()

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

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

7255 {
7256// @@protoc_insertion_point(class_specific_copy_from_start:daphne.TriggerChannelSnapshot)
7257 if (&from == this) return;
7258 Clear();
7259 MergeFrom(from);
7260}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const TriggerChannelSnapshot &from)

◆ default_instance()

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

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

4550 {
4551 return *internal_default_instance();
4552 }
static const TriggerChannelSnapshot * internal_default_instance()

◆ descriptor()

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

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

4541 {
4542 return GetDescriptor();
4543 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ full_count()

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

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

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

◆ FullMessageName()

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

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

4613 {
4614 return "daphne.TriggerChannelSnapshot";
4615 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7226{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

7277 {
7278 return ::_pbi::AssignDescriptors(
7281}
::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 4547 of file daphne_control_high.pb.h.

4547 {
4548 return default_instance().GetMetadata().reflection;
4549 }

◆ internal_default_instance()

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

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

4553 {
4554 return reinterpret_cast<const TriggerChannelSnapshot*>(
4556 }
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 7266 of file daphne_control_high.pb.cc.

7266 {
7267 using std::swap;
7268 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7269 ::google::protobuf::internal::memswap<
7270 PROTOBUF_FIELD_OFFSET(TriggerChannelSnapshot, _impl_.full_count_)
7272 - PROTOBUF_FIELD_OFFSET(TriggerChannelSnapshot, _impl_.channel_)>(
7273 reinterpret_cast<char*>(&_impl_.channel_),
7274 reinterpret_cast<char*>(&other->_impl_.channel_));
7275}

◆ IsInitialized()

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

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

7262 {
7263 return true;
7264}

◆ MergeFrom()

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

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

4590 {
4592 }
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 7229 of file daphne_control_high.pb.cc.

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

4584 {
4585 return CreateMaybeMessage<TriggerChannelSnapshot>(arena);
4586 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ record_count()

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

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

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

◆ set_busy_count()

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

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

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

◆ set_channel()

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

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

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

◆ set_full_count()

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

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

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

◆ set_record_count()

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

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

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

◆ set_threshold()

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

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

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

◆ SetCachedSize()

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

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

7050 {
7051 _impl_._cached_size_.Set(size);
7052}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::TriggerChannelSnapshot::SharedDtor ( )
inlineprivate

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

7047 {
7048 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7049}

◆ Swap()

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

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

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

◆ threshold()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

4560 {
4561 a.Swap(&b);
4562 }

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

◆ _impl_

Impl_ daphne::TriggerChannelSnapshot::_impl_

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

◆ kIndexInFileMessages

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

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


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