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

#include <wib.pb.h>

Inheritance diagram for wib::ReadDaqSpy:
[legend]
Collaboration diagram for wib::ReadDaqSpy:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kBuf0FieldNumber = 1 , kBuf1FieldNumber = 2 , kDeframeFieldNumber = 3 , kChannelsFieldNumber = 4 ,
  kTriggerCommandFieldNumber = 5 , kTriggerRecTicksFieldNumber = 6 , kTriggerTimeoutMsFieldNumber = 7
}
 
typedef ReadDaqSpy_DaqSpy DaqSpy
 
typedef ReadDaqSpy_DeframedDaqSpy DeframedDaqSpy
 

Public Member Functions

 ReadDaqSpy ()
 
 ~ReadDaqSpy () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ReadDaqSpy (::google::protobuf::internal::ConstantInitialized)
 
 ReadDaqSpy (const ReadDaqSpy &from)
 
 ReadDaqSpy (ReadDaqSpy &&from) noexcept
 
ReadDaqSpyoperator= (const ReadDaqSpy &from)
 
ReadDaqSpyoperator= (ReadDaqSpy &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReadDaqSpy *other)
 
void UnsafeArenaSwap (ReadDaqSpy *other)
 
ReadDaqSpyNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ReadDaqSpy &from)
 
void MergeFrom (const ReadDaqSpy &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_buf0 ()
 
bool buf0 () const
 
void set_buf0 (bool value)
 
void clear_buf1 ()
 
bool buf1 () const
 
void set_buf1 (bool value)
 
void clear_deframe ()
 
bool deframe () const
 
void set_deframe (bool value)
 
void clear_channels ()
 
bool channels () const
 
void set_channels (bool value)
 
void clear_trigger_command ()
 
::uint32_t trigger_command () const
 
void set_trigger_command (::uint32_t value)
 
void clear_trigger_rec_ticks ()
 
::uint32_t trigger_rec_ticks () const
 
void set_trigger_rec_ticks (::uint32_t value)
 
void clear_trigger_timeout_ms ()
 
::uint32_t trigger_timeout_ms () const
 
void set_trigger_timeout_ms (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR ReadDaqSpy (::_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 ReadDaqSpydefault_instance ()
 
static const ReadDaqSpyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReadDaqSpy (::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 (ReadDaqSpy *other)
 
bool _internal_buf0 () const
 
void _internal_set_buf0 (bool value)
 
bool _internal_buf1 () const
 
void _internal_set_buf1 (bool value)
 
bool _internal_deframe () const
 
void _internal_set_deframe (bool value)
 
bool _internal_channels () const
 
void _internal_set_channels (bool value)
 
::uint32_t _internal_trigger_command () const
 
void _internal_set_trigger_command (::uint32_t value)
 
::uint32_t _internal_trigger_rec_ticks () const
 
void _internal_set_trigger_rec_ticks (::uint32_t value)
 
::uint32_t _internal_trigger_timeout_ms () const
 
void _internal_set_trigger_timeout_ms (::uint32_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 3, 7, 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_wib_2eproto
 
void swap (ReadDaqSpy &a, ReadDaqSpy &b)
 

Detailed Description

Definition at line 947 of file wib.pb.h.

Member Typedef Documentation

◆ DaqSpy

◆ DeframedDaqSpy

◆ DestructorSkippable_

Definition at line 1164 of file wib.pb.h.

◆ InternalArenaConstructable_

Definition at line 1163 of file wib.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBuf0FieldNumber 
kBuf1FieldNumber 
kDeframeFieldNumber 
kChannelsFieldNumber 
kTriggerCommandFieldNumber 
kTriggerRecTicksFieldNumber 
kTriggerTimeoutMsFieldNumber 

Definition at line 1077 of file wib.pb.h.

1077 : int {
1078 kBuf0FieldNumber = 1,
1079 kBuf1FieldNumber = 2,
1085 };
@ kTriggerCommandFieldNumber
Definition wib.pb.h:1082
@ kTriggerTimeoutMsFieldNumber
Definition wib.pb.h:1084
@ kTriggerRecTicksFieldNumber
Definition wib.pb.h:1083

Constructor & Destructor Documentation

◆ ReadDaqSpy() [1/6]

wib::ReadDaqSpy::ReadDaqSpy ( )
inline

Definition at line 950 of file wib.pb.h.

950: ReadDaqSpy(nullptr) {}

◆ ~ReadDaqSpy()

wib::ReadDaqSpy::~ReadDaqSpy ( )
override

Definition at line 2381 of file wib.pb.cc.

2381 {
2382 // @@protoc_insertion_point(destructor:wib.ReadDaqSpy)
2383 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2384 SharedDtor();
2385}
void SharedDtor()
Definition wib.pb.cc:2386

◆ ReadDaqSpy() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::ReadDaqSpy::ReadDaqSpy ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ ReadDaqSpy() [3/6]

wib::ReadDaqSpy::ReadDaqSpy ( const ReadDaqSpy & from)

Definition at line 2362 of file wib.pb.cc.

2363 : ::google::protobuf::Message(), _impl_(from._impl_) {
2364 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2365 from._internal_metadata_);
2366 // @@protoc_insertion_point(copy_constructor:wib.ReadDaqSpy)
2367}

◆ ReadDaqSpy() [4/6]

wib::ReadDaqSpy::ReadDaqSpy ( ReadDaqSpy && from)
inlinenoexcept

Definition at line 956 of file wib.pb.h.

957 : ReadDaqSpy() {
958 *this = ::std::move(from);
959 }

◆ ReadDaqSpy() [5/6]

wib::ReadDaqSpy::ReadDaqSpy ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 2357 of file wib.pb.cc.

2358 : ::google::protobuf::Message(arena) {
2359 SharedCtor(arena);
2360 // @@protoc_insertion_point(arena_constructor:wib.ReadDaqSpy)
2361}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:2368

◆ ReadDaqSpy() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::ReadDaqSpy::ReadDaqSpy ( ::_pbi::ConstantInitialized )

Definition at line 113 of file wib.pb.cc.

114 : _impl_{
115 /*decltype(_impl_.buf0_)*/ false,
116 /*decltype(_impl_.buf1_)*/ false,
117 /*decltype(_impl_.deframe_)*/ false,
118 /*decltype(_impl_.channels_)*/ false,
119 /*decltype(_impl_.trigger_command_)*/ 0u,
120 /*decltype(_impl_.trigger_rec_ticks_)*/ 0u,
121 /*decltype(_impl_.trigger_timeout_ms_)*/ 0u,
122 /*decltype(_impl_._cached_size_)*/ {},
123 } {}

Member Function Documentation

◆ _internal_buf0()

bool wib::ReadDaqSpy::_internal_buf0 ( ) const
inlineprivate

Definition at line 7637 of file wib.pb.h.

7637 {
7638 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7639 return _impl_.buf0_;
7640}

◆ _internal_buf1()

bool wib::ReadDaqSpy::_internal_buf1 ( ) const
inlineprivate

Definition at line 7659 of file wib.pb.h.

7659 {
7660 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7661 return _impl_.buf1_;
7662}

◆ _internal_channels()

bool wib::ReadDaqSpy::_internal_channels ( ) const
inlineprivate

Definition at line 7703 of file wib.pb.h.

7703 {
7704 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7705 return _impl_.channels_;
7706}

◆ _internal_deframe()

bool wib::ReadDaqSpy::_internal_deframe ( ) const
inlineprivate

Definition at line 7681 of file wib.pb.h.

7681 {
7682 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7683 return _impl_.deframe_;
7684}

◆ _internal_set_buf0()

void wib::ReadDaqSpy::_internal_set_buf0 ( bool value)
inlineprivate

Definition at line 7641 of file wib.pb.h.

7641 {
7642 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7643 ;
7644 _impl_.buf0_ = value;
7645}

◆ _internal_set_buf1()

void wib::ReadDaqSpy::_internal_set_buf1 ( bool value)
inlineprivate

Definition at line 7663 of file wib.pb.h.

7663 {
7664 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7665 ;
7666 _impl_.buf1_ = value;
7667}

◆ _internal_set_channels()

void wib::ReadDaqSpy::_internal_set_channels ( bool value)
inlineprivate

Definition at line 7707 of file wib.pb.h.

7707 {
7708 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7709 ;
7710 _impl_.channels_ = value;
7711}

◆ _internal_set_deframe()

void wib::ReadDaqSpy::_internal_set_deframe ( bool value)
inlineprivate

Definition at line 7685 of file wib.pb.h.

7685 {
7686 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7687 ;
7688 _impl_.deframe_ = value;
7689}

◆ _internal_set_trigger_command()

void wib::ReadDaqSpy::_internal_set_trigger_command ( ::uint32_t value)
inlineprivate

Definition at line 7729 of file wib.pb.h.

7729 {
7730 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7731 ;
7732 _impl_.trigger_command_ = value;
7733}
::uint32_t trigger_command_
Definition wib.pb.h:1170

◆ _internal_set_trigger_rec_ticks()

void wib::ReadDaqSpy::_internal_set_trigger_rec_ticks ( ::uint32_t value)
inlineprivate

Definition at line 7751 of file wib.pb.h.

7751 {
7752 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7753 ;
7754 _impl_.trigger_rec_ticks_ = value;
7755}
::uint32_t trigger_rec_ticks_
Definition wib.pb.h:1171

◆ _internal_set_trigger_timeout_ms()

void wib::ReadDaqSpy::_internal_set_trigger_timeout_ms ( ::uint32_t value)
inlineprivate

Definition at line 7773 of file wib.pb.h.

7773 {
7774 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7775 ;
7777}
::uint32_t trigger_timeout_ms_
Definition wib.pb.h:1172

◆ _internal_trigger_command()

uint32_t wib::ReadDaqSpy::_internal_trigger_command ( ) const
inlineprivate

Definition at line 7725 of file wib.pb.h.

7725 {
7726 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7727 return _impl_.trigger_command_;
7728}

◆ _internal_trigger_rec_ticks()

uint32_t wib::ReadDaqSpy::_internal_trigger_rec_ticks ( ) const
inlineprivate

Definition at line 7747 of file wib.pb.h.

7747 {
7748 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7750}

◆ _internal_trigger_timeout_ms()

uint32_t wib::ReadDaqSpy::_internal_trigger_timeout_ms ( ) const
inlineprivate

Definition at line 7769 of file wib.pb.h.

7769 {
7770 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7772}

◆ _InternalParse()

const char * wib::ReadDaqSpy::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 2405 of file wib.pb.cc.

2406 {
2407 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2408 return ptr;
2409}
static const ::google::protobuf::internal::TcParseTable< 3, 7, 0, 0, 2 > _table_
Definition wib.pb.h:1161

◆ _InternalSerialize()

uint8_t * wib::ReadDaqSpy::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 2479 of file wib.pb.cc.

2481 {
2482 // @@protoc_insertion_point(serialize_to_array_start:wib.ReadDaqSpy)
2483 ::uint32_t cached_has_bits = 0;
2484 (void)cached_has_bits;
2485
2486 // bool buf0 = 1;
2487 if (this->_internal_buf0() != 0) {
2488 target = stream->EnsureSpace(target);
2489 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2490 1, this->_internal_buf0(), target);
2491 }
2492
2493 // bool buf1 = 2;
2494 if (this->_internal_buf1() != 0) {
2495 target = stream->EnsureSpace(target);
2496 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2497 2, this->_internal_buf1(), target);
2498 }
2499
2500 // bool deframe = 3;
2501 if (this->_internal_deframe() != 0) {
2502 target = stream->EnsureSpace(target);
2503 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2504 3, this->_internal_deframe(), target);
2505 }
2506
2507 // bool channels = 4;
2508 if (this->_internal_channels() != 0) {
2509 target = stream->EnsureSpace(target);
2510 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2511 4, this->_internal_channels(), target);
2512 }
2513
2514 // uint32 trigger_command = 5;
2515 if (this->_internal_trigger_command() != 0) {
2516 target = stream->EnsureSpace(target);
2517 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2518 5, this->_internal_trigger_command(), target);
2519 }
2520
2521 // uint32 trigger_rec_ticks = 6;
2522 if (this->_internal_trigger_rec_ticks() != 0) {
2523 target = stream->EnsureSpace(target);
2524 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2525 6, this->_internal_trigger_rec_ticks(), target);
2526 }
2527
2528 // uint32 trigger_timeout_ms = 7;
2529 if (this->_internal_trigger_timeout_ms() != 0) {
2530 target = stream->EnsureSpace(target);
2531 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2532 7, this->_internal_trigger_timeout_ms(), target);
2533 }
2534
2535 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2536 target =
2537 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2538 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2539 }
2540 // @@protoc_insertion_point(serialize_to_array_end:wib.ReadDaqSpy)
2541 return target;
2542}
::uint32_t _internal_trigger_timeout_ms() const
Definition wib.pb.h:7769
::uint32_t _internal_trigger_rec_ticks() const
Definition wib.pb.h:7747
::uint32_t _internal_trigger_command() const
Definition wib.pb.h:7725
bool _internal_buf1() const
Definition wib.pb.h:7659
bool _internal_channels() const
Definition wib.pb.h:7703
bool _internal_buf0() const
Definition wib.pb.h:7637
bool _internal_deframe() const
Definition wib.pb.h:7681

◆ buf0()

bool wib::ReadDaqSpy::buf0 ( ) const
inline

Definition at line 7629 of file wib.pb.h.

7629 {
7630 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.buf0)
7631 return _internal_buf0();
7632}

◆ buf1()

bool wib::ReadDaqSpy::buf1 ( ) const
inline

Definition at line 7651 of file wib.pb.h.

7651 {
7652 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.buf1)
7653 return _internal_buf1();
7654}

◆ ByteSizeLong()

size_t wib::ReadDaqSpy::ByteSizeLong ( ) const
final

Definition at line 2544 of file wib.pb.cc.

2544 {
2545// @@protoc_insertion_point(message_byte_size_start:wib.ReadDaqSpy)
2546 ::size_t total_size = 0;
2547
2548 ::uint32_t cached_has_bits = 0;
2549 // Prevent compiler warnings about cached_has_bits being unused
2550 (void) cached_has_bits;
2551
2552 // bool buf0 = 1;
2553 if (this->_internal_buf0() != 0) {
2554 total_size += 2;
2555 }
2556
2557 // bool buf1 = 2;
2558 if (this->_internal_buf1() != 0) {
2559 total_size += 2;
2560 }
2561
2562 // bool deframe = 3;
2563 if (this->_internal_deframe() != 0) {
2564 total_size += 2;
2565 }
2566
2567 // bool channels = 4;
2568 if (this->_internal_channels() != 0) {
2569 total_size += 2;
2570 }
2571
2572 // uint32 trigger_command = 5;
2573 if (this->_internal_trigger_command() != 0) {
2574 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2576 }
2577
2578 // uint32 trigger_rec_ticks = 6;
2579 if (this->_internal_trigger_rec_ticks() != 0) {
2580 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2582 }
2583
2584 // uint32 trigger_timeout_ms = 7;
2585 if (this->_internal_trigger_timeout_ms() != 0) {
2586 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2588 }
2589
2590 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2591}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:1173

◆ channels()

bool wib::ReadDaqSpy::channels ( ) const
inline

Definition at line 7695 of file wib.pb.h.

7695 {
7696 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.channels)
7697 return _internal_channels();
7698}

◆ Clear()

PROTOBUF_NOINLINE void wib::ReadDaqSpy::Clear ( )
final

Definition at line 2393 of file wib.pb.cc.

2393 {
2394// @@protoc_insertion_point(message_clear_start:wib.ReadDaqSpy)
2395 ::uint32_t cached_has_bits = 0;
2396 // Prevent compiler warnings about cached_has_bits being unused
2397 (void) cached_has_bits;
2398
2399 ::memset(&_impl_.buf0_, 0, static_cast<::size_t>(
2400 reinterpret_cast<char*>(&_impl_.trigger_timeout_ms_) -
2401 reinterpret_cast<char*>(&_impl_.buf0_)) + sizeof(_impl_.trigger_timeout_ms_));
2402 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2403}

◆ clear_buf0()

void wib::ReadDaqSpy::clear_buf0 ( )
inline

Definition at line 7626 of file wib.pb.h.

7626 {
7627 _impl_.buf0_ = false;
7628}

◆ clear_buf1()

void wib::ReadDaqSpy::clear_buf1 ( )
inline

Definition at line 7648 of file wib.pb.h.

7648 {
7649 _impl_.buf1_ = false;
7650}

◆ clear_channels()

void wib::ReadDaqSpy::clear_channels ( )
inline

Definition at line 7692 of file wib.pb.h.

7692 {
7693 _impl_.channels_ = false;
7694}

◆ clear_deframe()

void wib::ReadDaqSpy::clear_deframe ( )
inline

Definition at line 7670 of file wib.pb.h.

7670 {
7671 _impl_.deframe_ = false;
7672}

◆ clear_trigger_command()

void wib::ReadDaqSpy::clear_trigger_command ( )
inline

Definition at line 7714 of file wib.pb.h.

7714 {
7716}

◆ clear_trigger_rec_ticks()

void wib::ReadDaqSpy::clear_trigger_rec_ticks ( )
inline

Definition at line 7736 of file wib.pb.h.

7736 {
7738}

◆ clear_trigger_timeout_ms()

void wib::ReadDaqSpy::clear_trigger_timeout_ms ( )
inline

Definition at line 7758 of file wib.pb.h.

7758 {
7760}

◆ CopyFrom()

void wib::ReadDaqSpy::CopyFrom ( const ReadDaqSpy & from)

Definition at line 2632 of file wib.pb.cc.

2632 {
2633// @@protoc_insertion_point(class_specific_copy_from_start:wib.ReadDaqSpy)
2634 if (&from == this) return;
2635 Clear();
2636 MergeFrom(from);
2637}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:2393
void MergeFrom(const ReadDaqSpy &from)
Definition wib.pb.h:1035

◆ default_instance()

static const ReadDaqSpy & wib::ReadDaqSpy::default_instance ( )
inlinestatic

Definition at line 995 of file wib.pb.h.

995 {
997 }
static const ReadDaqSpy * internal_default_instance()
Definition wib.pb.h:998

◆ deframe()

bool wib::ReadDaqSpy::deframe ( ) const
inline

Definition at line 7673 of file wib.pb.h.

7673 {
7674 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.deframe)
7675 return _internal_deframe();
7676}

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::ReadDaqSpy::descriptor ( )
inlinestatic

Definition at line 986 of file wib.pb.h.

986 {
987 return GetDescriptor();
988 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:989

◆ FullMessageName()

::absl::string_view wib::ReadDaqSpy::FullMessageName ( )
inlinestaticprivate

Definition at line 1058 of file wib.pb.h.

1058 {
1059 return "wib.ReadDaqSpy";
1060 }

◆ GetCachedSize()

int wib::ReadDaqSpy::GetCachedSize ( ) const
inlinefinal

Definition at line 1048 of file wib.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::ReadDaqSpy::GetClassData ( ) const
final

Definition at line 2597 of file wib.pb.cc.

2597{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:1065

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::ReadDaqSpy::GetDescriptor ( )
inlinestatic

Definition at line 989 of file wib.pb.h.

989 {
990 return default_instance().GetMetadata().descriptor;
991 }
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:2654
static const ReadDaqSpy & default_instance()
Definition wib.pb.h:995

◆ GetMetadata()

google::protobuf::Metadata wib::ReadDaqSpy::GetMetadata ( ) const
final

Definition at line 2654 of file wib.pb.cc.

2654 {
2655 return ::_pbi::AssignDescriptors(
2658}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::ReadDaqSpy::GetReflection ( )
inlinestatic

Definition at line 992 of file wib.pb.h.

992 {
993 return default_instance().GetMetadata().reflection;
994 }

◆ internal_default_instance()

static const ReadDaqSpy * wib::ReadDaqSpy::internal_default_instance ( )
inlinestatic

Definition at line 998 of file wib.pb.h.

998 {
999 return reinterpret_cast<const ReadDaqSpy*>(
1001 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReadDaqSpyDefaultTypeInternal _ReadDaqSpy_default_instance_
Definition wib.pb.cc:133

◆ InternalSwap()

void wib::ReadDaqSpy::InternalSwap ( ReadDaqSpy * other)
private

Definition at line 2643 of file wib.pb.cc.

2643 {
2644 using std::swap;
2645 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2646 ::google::protobuf::internal::memswap<
2647 PROTOBUF_FIELD_OFFSET(ReadDaqSpy, _impl_.trigger_timeout_ms_)
2649 - PROTOBUF_FIELD_OFFSET(ReadDaqSpy, _impl_.buf0_)>(
2650 reinterpret_cast<char*>(&_impl_.buf0_),
2651 reinterpret_cast<char*>(&other->_impl_.buf0_));
2652}

◆ IsInitialized()

PROTOBUF_NOINLINE bool wib::ReadDaqSpy::IsInitialized ( ) const
final

Definition at line 2639 of file wib.pb.cc.

2639 {
2640 return true;
2641}

◆ MergeFrom()

void wib::ReadDaqSpy::MergeFrom ( const ReadDaqSpy & from)
inline

Definition at line 1035 of file wib.pb.h.

1035 {
1036 ReadDaqSpy::MergeImpl(*this, from);
1037 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:2600

◆ MergeImpl()

void wib::ReadDaqSpy::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 2600 of file wib.pb.cc.

2600 {
2601 auto* const _this = static_cast<ReadDaqSpy*>(&to_msg);
2602 auto& from = static_cast<const ReadDaqSpy&>(from_msg);
2603 // @@protoc_insertion_point(class_specific_merge_from_start:wib.ReadDaqSpy)
2604 ABSL_DCHECK_NE(&from, _this);
2605 ::uint32_t cached_has_bits = 0;
2606 (void) cached_has_bits;
2607
2608 if (from._internal_buf0() != 0) {
2609 _this->_internal_set_buf0(from._internal_buf0());
2610 }
2611 if (from._internal_buf1() != 0) {
2612 _this->_internal_set_buf1(from._internal_buf1());
2613 }
2614 if (from._internal_deframe() != 0) {
2615 _this->_internal_set_deframe(from._internal_deframe());
2616 }
2617 if (from._internal_channels() != 0) {
2618 _this->_internal_set_channels(from._internal_channels());
2619 }
2620 if (from._internal_trigger_command() != 0) {
2621 _this->_internal_set_trigger_command(from._internal_trigger_command());
2622 }
2623 if (from._internal_trigger_rec_ticks() != 0) {
2624 _this->_internal_set_trigger_rec_ticks(from._internal_trigger_rec_ticks());
2625 }
2626 if (from._internal_trigger_timeout_ms() != 0) {
2627 _this->_internal_set_trigger_timeout_ms(from._internal_trigger_timeout_ms());
2628 }
2629 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2630}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::ReadDaqSpy::mutable_unknown_fields ( )
inline

Definition at line 982 of file wib.pb.h.

982 {
983 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
984 }

◆ New()

ReadDaqSpy * wib::ReadDaqSpy::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 1029 of file wib.pb.h.

1029 {
1030 return CreateMaybeMessage<ReadDaqSpy>(arena);
1031 }

◆ operator=() [1/2]

ReadDaqSpy & wib::ReadDaqSpy::operator= ( const ReadDaqSpy & from)
inline

Definition at line 961 of file wib.pb.h.

961 {
962 CopyFrom(from);
963 return *this;
964 }
void CopyFrom(const ReadDaqSpy &from)
Definition wib.pb.cc:2632

◆ operator=() [2/2]

ReadDaqSpy & wib::ReadDaqSpy::operator= ( ReadDaqSpy && from)
inlinenoexcept

Definition at line 965 of file wib.pb.h.

965 {
966 if (this == &from) return *this;
967 if (GetOwningArena() == from.GetOwningArena()
968 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
969 && GetOwningArena() != nullptr
970 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
971 ) {
972 InternalSwap(&from);
973 } else {
974 CopyFrom(from);
975 }
976 return *this;
977 }
void InternalSwap(ReadDaqSpy *other)
Definition wib.pb.cc:2643

◆ set_buf0()

void wib::ReadDaqSpy::set_buf0 ( bool value)
inline

Definition at line 7633 of file wib.pb.h.

7633 {
7634 _internal_set_buf0(value);
7635 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.buf0)
7636}
void _internal_set_buf0(bool value)
Definition wib.pb.h:7641

◆ set_buf1()

void wib::ReadDaqSpy::set_buf1 ( bool value)
inline

Definition at line 7655 of file wib.pb.h.

7655 {
7656 _internal_set_buf1(value);
7657 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.buf1)
7658}
void _internal_set_buf1(bool value)
Definition wib.pb.h:7663

◆ set_channels()

void wib::ReadDaqSpy::set_channels ( bool value)
inline

Definition at line 7699 of file wib.pb.h.

7699 {
7701 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.channels)
7702}
void _internal_set_channels(bool value)
Definition wib.pb.h:7707

◆ set_deframe()

void wib::ReadDaqSpy::set_deframe ( bool value)
inline

Definition at line 7677 of file wib.pb.h.

7677 {
7678 _internal_set_deframe(value);
7679 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.deframe)
7680}
void _internal_set_deframe(bool value)
Definition wib.pb.h:7685

◆ set_trigger_command()

void wib::ReadDaqSpy::set_trigger_command ( ::uint32_t value)
inline

Definition at line 7721 of file wib.pb.h.

7721 {
7723 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.trigger_command)
7724}
void _internal_set_trigger_command(::uint32_t value)
Definition wib.pb.h:7729

◆ set_trigger_rec_ticks()

void wib::ReadDaqSpy::set_trigger_rec_ticks ( ::uint32_t value)
inline

Definition at line 7743 of file wib.pb.h.

7743 {
7745 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.trigger_rec_ticks)
7746}
void _internal_set_trigger_rec_ticks(::uint32_t value)
Definition wib.pb.h:7751

◆ set_trigger_timeout_ms()

void wib::ReadDaqSpy::set_trigger_timeout_ms ( ::uint32_t value)
inline

Definition at line 7765 of file wib.pb.h.

7765 {
7767 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.trigger_timeout_ms)
7768}
void _internal_set_trigger_timeout_ms(::uint32_t value)
Definition wib.pb.h:7773

◆ SetCachedSize()

void wib::ReadDaqSpy::SetCachedSize ( int size) const
finalprivate

Definition at line 2389 of file wib.pb.cc.

2389 {
2390 _impl_._cached_size_.Set(size);
2391}

◆ SharedCtor()

void wib::ReadDaqSpy::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 2368 of file wib.pb.cc.

2368 {
2369 (void)arena;
2370 new (&_impl_) Impl_{
2371 decltype(_impl_.buf0_){false},
2372 decltype(_impl_.buf1_){false},
2373 decltype(_impl_.deframe_){false},
2374 decltype(_impl_.channels_){false},
2375 decltype(_impl_.trigger_command_){0u},
2376 decltype(_impl_.trigger_rec_ticks_){0u},
2377 decltype(_impl_.trigger_timeout_ms_){0u},
2378 /*decltype(_impl_._cached_size_)*/ {},
2379 };
2380}

◆ SharedDtor()

void wib::ReadDaqSpy::SharedDtor ( )
inlineprivate

Definition at line 2386 of file wib.pb.cc.

2386 {
2387 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2388}

◆ Swap()

void wib::ReadDaqSpy::Swap ( ReadDaqSpy * other)
inline

Definition at line 1008 of file wib.pb.h.

1008 {
1009 if (other == this) return;
1010 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1011 if (GetOwningArena() != nullptr &&
1012 GetOwningArena() == other->GetOwningArena()) {
1013 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1014 if (GetOwningArena() == other->GetOwningArena()) {
1015 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1016 InternalSwap(other);
1017 } else {
1018 ::google::protobuf::internal::GenericSwap(this, other);
1019 }
1020 }

◆ trigger_command()

uint32_t wib::ReadDaqSpy::trigger_command ( ) const
inline

Definition at line 7717 of file wib.pb.h.

7717 {
7718 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.trigger_command)
7720}

◆ trigger_rec_ticks()

uint32_t wib::ReadDaqSpy::trigger_rec_ticks ( ) const
inline

Definition at line 7739 of file wib.pb.h.

7739 {
7740 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.trigger_rec_ticks)
7742}

◆ trigger_timeout_ms()

uint32_t wib::ReadDaqSpy::trigger_timeout_ms ( ) const
inline

Definition at line 7761 of file wib.pb.h.

7761 {
7762 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.trigger_timeout_ms)
7764}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::ReadDaqSpy::unknown_fields ( ) const
inline

Definition at line 979 of file wib.pb.h.

979 {
980 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
981 }

◆ UnsafeArenaSwap()

void wib::ReadDaqSpy::UnsafeArenaSwap ( ReadDaqSpy * other)
inline

Definition at line 1021 of file wib.pb.h.

1021 {
1022 if (other == this) return;
1023 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1024 InternalSwap(other);
1025 }

Friends And Related Symbol Documentation

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

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

Definition at line 1162 of file wib.pb.h.

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

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

Definition at line 1057 of file wib.pb.h.

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

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

Definition at line 1160 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 1177 of file wib.pb.h.

◆ swap

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

Definition at line 1005 of file wib.pb.h.

1005 {
1006 a.Swap(&b);
1007 }

Member Data Documentation

◆ [union]

union { ... } wib::ReadDaqSpy

◆ _class_data_

const::google::protobuf::Message::ClassData wib::ReadDaqSpy::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 1065 of file wib.pb.h.

◆ _impl_

Impl_ wib::ReadDaqSpy::_impl_

Definition at line 1176 of file wib.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 7, 0, 0, 2 > wib::ReadDaqSpy::_table_
staticprivate

Definition at line 1161 of file wib.pb.h.

◆ kIndexInFileMessages

int wib::ReadDaqSpy::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 1002 of file wib.pb.h.


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