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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

typedef GetSensors_Sensors Sensors
 

Public Member Functions

 GetSensors ()
 
template<typename = void>
PROTOBUF_CONSTEXPR GetSensors (::google::protobuf::internal::ConstantInitialized)
 
 GetSensors (const GetSensors &from)
 
 GetSensors (GetSensors &&from) noexcept
 
GetSensorsoperator= (const GetSensors &from)
 
GetSensorsoperator= (GetSensors &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetSensors *other)
 
void UnsafeArenaSwap (GetSensors *other)
 
GetSensorsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const GetSensors &from)
 
void MergeFrom (const GetSensors &from)
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
template<typename >
PROTOBUF_CONSTEXPR GetSensors (::_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 GetSensorsdefault_instance ()
 
static const GetSensorsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 GetSensors (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Static Private Member Functions

::absl::string_view FullMessageName ()
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_wib_2eproto
 
void swap (GetSensors &a, GetSensors &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

◆ Sensors

Constructor & Destructor Documentation

◆ GetSensors() [1/6]

wib::GetSensors::GetSensors ( )
inline

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

4564: GetSensors(nullptr) {}

◆ GetSensors() [2/6]

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

◆ GetSensors() [3/6]

wib::GetSensors::GetSensors ( const GetSensors & from)

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

6923 : ::google::protobuf::internal::ZeroFieldsBase() {
6924 GetSensors* const _this = this;
6925 (void)_this;
6926 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6927 from._internal_metadata_);
6928
6929 // @@protoc_insertion_point(copy_constructor:wib.GetSensors)
6930}

◆ GetSensors() [4/6]

wib::GetSensors::GetSensors ( GetSensors && from)
inlinenoexcept

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

4570 : GetSensors() {
4571 *this = ::std::move(from);
4572 }

◆ GetSensors() [5/6]

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

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

6920 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
6921 // @@protoc_insertion_point(arena_constructor:wib.GetSensors)
6922}

◆ GetSensors() [6/6]

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

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

454{}

Member Function Documentation

◆ CopyFrom()

void wib::GetSensors::CopyFrom ( const GetSensors & from)
inline

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

4646 {
4647 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
4648 }

◆ default_instance()

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

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

4608 {
4609 return *internal_default_instance();
4610 }
static const GetSensors * internal_default_instance()
Definition wib.pb.h:4611

◆ descriptor()

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

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

4599 {
4600 return GetDescriptor();
4601 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:4602

◆ FullMessageName()

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

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

4657 {
4658 return "wib.GetSensors";
4659 }

◆ GetClassData()

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

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

6939{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:4664

◆ GetDescriptor()

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

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

4602 {
4603 return default_instance().GetMetadata().descriptor;
4604 }
static const GetSensors & default_instance()
Definition wib.pb.h:4608
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:6947

◆ GetMetadata()

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

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

6947 {
6948 return ::_pbi::AssignDescriptors(
6951}
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::GetSensors::GetReflection ( )
inlinestatic

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

4605 {
4606 return default_instance().GetMetadata().reflection;
4607 }

◆ internal_default_instance()

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

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

4611 {
4612 return reinterpret_cast<const GetSensors*>(
4614 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSensorsDefaultTypeInternal _GetSensors_default_instance_
Definition wib.pb.cc:464

◆ MergeFrom()

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

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

4650 {
4651 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
4652 }

◆ mutable_unknown_fields()

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

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

4595 {
4596 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4597 }

◆ New()

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

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

4642 {
4643 return CreateMaybeMessage<GetSensors>(arena);
4644 }

◆ operator=() [1/2]

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

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

4574 {
4575 CopyFrom(from);
4576 return *this;
4577 }
void CopyFrom(const GetSensors &from)
Definition wib.pb.h:4646

◆ operator=() [2/2]

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

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

4578 {
4579 if (this == &from) return *this;
4580 if (GetOwningArena() == from.GetOwningArena()
4581 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4582 && GetOwningArena() != nullptr
4583 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4584 ) {
4585 InternalSwap(&from);
4586 } else {
4587 CopyFrom(from);
4588 }
4589 return *this;
4590 }

◆ Swap()

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

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

4621 {
4622 if (other == this) return;
4623 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4624 if (GetOwningArena() != nullptr &&
4625 GetOwningArena() == other->GetOwningArena()) {
4626 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4627 if (GetOwningArena() == other->GetOwningArena()) {
4628 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4629 InternalSwap(other);
4630 } else {
4631 ::google::protobuf::internal::GenericSwap(this, other);
4632 }
4633 }

◆ unknown_fields()

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

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

4592 {
4593 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4594 }

◆ UnsafeArenaSwap()

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

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

4634 {
4635 if (other == this) return;
4636 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4637 InternalSwap(other);
4638 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

4618 {
4619 a.Swap(&b);
4620 }

Member Data Documentation

◆ _class_data_

const::google::protobuf::Message::ClassData wib::GetSensors::_class_data_
static
Initial value:
= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}

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

◆ kIndexInFileMessages

int wib::GetSensors::kIndexInFileMessages
staticconstexpr
Initial value:
=
21

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


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