#include <wib.pb.h>
Definition at line 4561 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ Sensors
◆ GetSensors() [1/6]
wib::GetSensors::GetSensors |
( |
| ) |
|
|
inline |
◆ 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() {
6925 (void)_this;
6926 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6927 from._internal_metadata_);
6928
6929
6930}
◆ GetSensors() [4/6]
Definition at line 4569 of file wib.pb.h.
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
6922}
◆ GetSensors() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::GetSensors::GetSensors |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ 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 {
4610 }
static const GetSensors * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::GetSensors::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 4599 of file wib.pb.h.
4599 {
4601 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ 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.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::GetSensors::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 4602 of file wib.pb.h.
4602 {
4604 }
static const GetSensors & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ 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()
::absl::once_flag descriptor_table_wib_2eproto_once
::_pb::Metadata file_level_metadata_wib_2eproto[37]
◆ GetReflection()
static const ::google::protobuf::Reflection * wib::GetSensors::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const GetSensors * wib::GetSensors::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 4611 of file wib.pb.h.
4611 {
4614 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSensorsDefaultTypeInternal _GetSensors_default_instance_
◆ 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]
Definition at line 4574 of file wib.pb.h.
4574 {
4576 return *this;
4577 }
void CopyFrom(const GetSensors &from)
◆ operator=() [2/2]
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
4584 ) {
4585 InternalSwap(&from);
4586 } else {
4588 }
4589 return *this;
4590 }
◆ Swap()
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
4627 if (GetOwningArena() == other->GetOwningArena()) {
4628 #endif
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 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::TableStruct_wib_2eproto
◆ swap
Definition at line 4618 of file wib.pb.h.
4618 {
4619 a.Swap(&b);
4620 }
◆ _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 |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.h
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.cc