7#include "google/protobuf/io/coded_stream.h"
8#include "google/protobuf/extension_set.h"
9#include "google/protobuf/wire_format_lite.h"
10#include "google/protobuf/descriptor.h"
11#include "google/protobuf/generated_message_reflection.h"
12#include "google/protobuf/reflection_ops.h"
13#include "google/protobuf/wire_format.h"
14#include "google/protobuf/generated_message_tctable_impl.h"
18#include "google/protobuf/port_def.inc"
19PROTOBUF_PRAGMA_INIT_SEG
20namespace _pb = ::google::protobuf;
21namespace _pbi = ::google::protobuf::internal;
22namespace _fl = ::google::protobuf::internal::field_layout;
42PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
48static constexpr const ::_pb::EnumDescriptor**
50static constexpr const ::_pb::ServiceDescriptor**
67static const ::_pbi::MigrationSchema
76 "\n\031rcif/opmon/run_info.proto\022\022dunedaq.rci"
77 "f.opmon\"@\n\007RunInfo\022\017\n\007running\030\001 \001(\010\022\022\n\nr"
78 "un_number\030\002 \001(\004\022\020\n\010run_time\030\003 \001(\rb\006proto"
86 descriptor_table_protodef_rcif_2fopmon_2frun_5finfo_2eproto,
87 "rcif/opmon/run_info.proto",
115PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
127 : ::
google::protobuf::Message(arena) {
132 : ::
google::protobuf::Message(), _impl_(from._impl_) {
133 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
134 from._internal_metadata_);
148 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
152 ABSL_DCHECK(GetArenaForAllocation() ==
nullptr);
160 ::uint32_t cached_has_bits = 0;
162 (void) cached_has_bits;
167 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
171 const char* ptr, ::_pbi::ParseContext* ctx) {
172 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
177PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
183 offsetof(
decltype(_table_), field_lookup_table),
185 offsetof(
decltype(_table_), field_entries),
188 offsetof(
decltype(_table_), field_names),
190 ::_pbi::TcParser::GenericFallback,
192 {::_pbi::TcParser::MiniParse, {}},
194 {::_pbi::TcParser::SingularVarintNoZag1<bool, offsetof(RunInfo, _impl_.running_), 63>(),
195 {8, 63, 0, PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.running_)}},
197 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(RunInfo, _impl_.run_number_), 63>(),
198 {16, 63, 0, PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_number_)}},
200 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(RunInfo, _impl_.run_time_), 63>(),
201 {24, 63, 0, PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_time_)}},
206 {PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.running_), 0, 0,
207 (0 | ::_fl::kFcSingular | ::_fl::kBool)},
209 {PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_number_), 0, 0,
210 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
212 {PROTOBUF_FIELD_OFFSET(RunInfo, _impl_.run_time_), 0, 0,
213 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
222 ::google::protobuf::io::EpsCopyOutputStream* stream)
const {
224 ::uint32_t cached_has_bits = 0;
225 (void)cached_has_bits;
229 target = stream->EnsureSpace(target);
230 target = ::_pbi::WireFormatLite::WriteBoolToArray(
236 target = stream->EnsureSpace(target);
237 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
243 target = stream->EnsureSpace(target);
244 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
248 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
250 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
251 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
259 ::size_t total_size = 0;
261 ::uint32_t cached_has_bits = 0;
263 (void) cached_has_bits;
267 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
278 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
286 ::google::protobuf::Message::CopyWithSourceCheck,
292void RunInfo::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
293 auto*
const _this =
static_cast<RunInfo*
>(&to_msg);
294 auto& from =
static_cast<const RunInfo&
>(from_msg);
296 ABSL_DCHECK_NE(&from, _this);
297 ::uint32_t cached_has_bits = 0;
298 (void) cached_has_bits;
300 if (from._internal_run_number() != 0) {
301 _this->_internal_set_run_number(from._internal_run_number());
303 if (from._internal_running() != 0) {
304 _this->_internal_set_running(from._internal_running());
306 if (from._internal_run_time() != 0) {
307 _this->_internal_set_run_time(from._internal_run_time());
309 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
314 if (&from ==
this)
return;
325 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
326 ::google::protobuf::internal::memswap<
335 return ::_pbi::AssignDescriptors(
348#include "google/protobuf/port_undef.inc"
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
void CopyFrom(const RunInfo &from)
::uint64_t _internal_run_number() const
::size_t ByteSizeLong() const final
const ::google::protobuf::Message::ClassData * GetClassData() const final
void MergeFrom(const RunInfo &from)
::uint32_t _internal_run_time() const
void InternalSwap(RunInfo *other)
void SharedCtor(::google::protobuf::Arena *arena)
bool IsInitialized() const final
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
bool _internal_running() const
void SetCachedSize(int size) const final
static const ClassData _class_data_
::google::protobuf::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RunInfoDefaultTypeInternal _RunInfo_default_instance_
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
const ::uint32_t TableStruct_rcif_2fopmon_2frun_5finfo_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_rcif_2fopmon_2frun_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_rcif_2fopmon_2frun_5finfo_2eproto_once
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_rcif_2fopmon_2frun_5finfo_2eproto
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_rcif_2fopmon_2frun_5finfo_2eproto
const ::_pbi::DescriptorTable descriptor_table_rcif_2fopmon_2frun_5finfo_2eproto
static const ::_pb::Message *const file_default_instances[]
::_pb::Metadata file_level_metadata_rcif_2fopmon_2frun_5finfo_2eproto[1]
static const ::uint32_t offsets[]
PROTOBUF_CONSTEXPR RunInfoDefaultTypeInternal()
~RunInfoDefaultTypeInternal()
mutable::google::protobuf::internal::CachedSize _cached_size_