#include <wib.pb.h>
Definition at line 5667 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ TimingStatus
◆ GetTimingStatus() [1/6]
wib::GetTimingStatus::GetTimingStatus |
( |
| ) |
|
|
inline |
◆ GetTimingStatus() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::GetTimingStatus::GetTimingStatus |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ GetTimingStatus() [3/6]
Definition at line 7850 of file wib.pb.cc.
7850 : ::google::protobuf::internal::ZeroFieldsBase() {
7852 (void)_this;
7853 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7854 from._internal_metadata_);
7855
7856
7857}
◆ GetTimingStatus() [4/6]
Definition at line 5675 of file wib.pb.h.
5677 *this = ::std::move(from);
5678 }
◆ GetTimingStatus() [5/6]
wib::GetTimingStatus::GetTimingStatus |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 7846 of file wib.pb.cc.
7847 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
7848
7849}
◆ GetTimingStatus() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::GetTimingStatus::GetTimingStatus |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
Definition at line 5752 of file wib.pb.h.
5752 {
5753 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
5754 }
◆ default_instance()
Definition at line 5714 of file wib.pb.h.
5714 {
5716 }
static const GetTimingStatus * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::GetTimingStatus::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5705 of file wib.pb.h.
5705 {
5707 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::GetTimingStatus::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 5763 of file wib.pb.h.
5763 {
5764 return "wib.GetTimingStatus";
5765 }
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::GetTimingStatus::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 7866 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::GetTimingStatus::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5708 of file wib.pb.h.
5708 {
5710 }
::google::protobuf::Metadata GetMetadata() const final
static const GetTimingStatus & default_instance()
◆ GetMetadata()
google::protobuf::Metadata wib::GetTimingStatus::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 7874 of file wib.pb.cc.
7874 {
7875 return ::_pbi::AssignDescriptors(
7878}
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::GetTimingStatus::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const GetTimingStatus * wib::GetTimingStatus::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 5717 of file wib.pb.h.
5717 {
5720 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetTimingStatusDefaultTypeInternal _GetTimingStatus_default_instance_
◆ MergeFrom()
Definition at line 5756 of file wib.pb.h.
5756 {
5757 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
5758 }
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::GetTimingStatus::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 5701 of file wib.pb.h.
5701 {
5702 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5703 }
◆ New()
GetTimingStatus * wib::GetTimingStatus::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 5748 of file wib.pb.h.
5748 {
5749 return CreateMaybeMessage<GetTimingStatus>(arena);
5750 }
◆ operator=() [1/2]
Definition at line 5680 of file wib.pb.h.
5680 {
5682 return *this;
5683 }
void CopyFrom(const GetTimingStatus &from)
◆ operator=() [2/2]
Definition at line 5684 of file wib.pb.h.
5684 {
5685 if (this == &from) return *this;
5686 if (GetOwningArena() == from.GetOwningArena()
5687 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5688 && GetOwningArena() != nullptr
5689 #endif
5690 ) {
5691 InternalSwap(&from);
5692 } else {
5694 }
5695 return *this;
5696 }
◆ Swap()
Definition at line 5727 of file wib.pb.h.
5727 {
5728 if (other == this) return;
5729 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5730 if (GetOwningArena() != nullptr &&
5731 GetOwningArena() == other->GetOwningArena()) {
5732 #else
5733 if (GetOwningArena() == other->GetOwningArena()) {
5734 #endif
5735 InternalSwap(other);
5736 } else {
5737 ::google::protobuf::internal::GenericSwap(this, other);
5738 }
5739 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::GetTimingStatus::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 5698 of file wib.pb.h.
5698 {
5699 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5700 }
◆ UnsafeArenaSwap()
Definition at line 5740 of file wib.pb.h.
5740 {
5741 if (other == this) return;
5742 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5743 InternalSwap(other);
5744 }
◆ ::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 5724 of file wib.pb.h.
5724 {
5725 a.Swap(&b);
5726 }
◆ _class_data_
const::google::protobuf::Message::ClassData wib::GetTimingStatus::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 5770 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::GetTimingStatus::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