DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::trigger::opmon::TriggerLatencyStandalone Class Referencefinal

#include <latency_info.pb.h>

Inheritance diagram for dunedaq::trigger::opmon::TriggerLatencyStandalone:
[legend]
Collaboration diagram for dunedaq::trigger::opmon::TriggerLatencyStandalone:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kLatencyOutFieldNumber = 1 }
 

Public Member Functions

 TriggerLatencyStandalone ()
 
 ~TriggerLatencyStandalone () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TriggerLatencyStandalone (::google::protobuf::internal::ConstantInitialized)
 
 TriggerLatencyStandalone (const TriggerLatencyStandalone &from)
 
 TriggerLatencyStandalone (TriggerLatencyStandalone &&from) noexcept
 
TriggerLatencyStandaloneoperator= (const TriggerLatencyStandalone &from)
 
TriggerLatencyStandaloneoperator= (TriggerLatencyStandalone &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TriggerLatencyStandalone *other)
 
void UnsafeArenaSwap (TriggerLatencyStandalone *other)
 
TriggerLatencyStandaloneNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TriggerLatencyStandalone &from)
 
void MergeFrom (const TriggerLatencyStandalone &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_latency_out ()
 
::uint32_t latency_out () const
 
void set_latency_out (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TriggerLatencyStandalone (::_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 TriggerLatencyStandalonedefault_instance ()
 
static const TriggerLatencyStandaloneinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TriggerLatencyStandalone (::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 (TriggerLatencyStandalone *other)
 
::uint32_t _internal_latency_out () const
 
void _internal_set_latency_out (::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< 0, 1, 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_trigger_2fopmon_2flatency_5finfo_2eproto
 
void swap (TriggerLatencyStandalone &a, TriggerLatencyStandalone &b)
 

Detailed Description

Definition at line 252 of file latency_info.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLatencyOutFieldNumber 

Definition at line 379 of file latency_info.pb.h.

Constructor & Destructor Documentation

◆ TriggerLatencyStandalone() [1/6]

dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( )
inline

◆ ~TriggerLatencyStandalone()

dunedaq::trigger::opmon::TriggerLatencyStandalone::~TriggerLatencyStandalone ( )
override

Definition at line 366 of file latency_info.pb.cc.

366 {
367 // @@protoc_insertion_point(destructor:dunedaq.trigger.opmon.TriggerLatencyStandalone)
368 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
369 SharedDtor();
370}

◆ TriggerLatencyStandalone() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ TriggerLatencyStandalone() [3/6]

dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( const TriggerLatencyStandalone & from)

Definition at line 353 of file latency_info.pb.cc.

354 : ::google::protobuf::Message(), _impl_(from._impl_) {
355 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
356 from._internal_metadata_);
357 // @@protoc_insertion_point(copy_constructor:dunedaq.trigger.opmon.TriggerLatencyStandalone)
358}

◆ TriggerLatencyStandalone() [4/6]

dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( TriggerLatencyStandalone && from)
inlinenoexcept

Definition at line 261 of file latency_info.pb.h.

263 *this = ::std::move(from);
264 }

◆ TriggerLatencyStandalone() [5/6]

dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 348 of file latency_info.pb.cc.

349 : ::google::protobuf::Message(arena) {
350 SharedCtor(arena);
351 // @@protoc_insertion_point(arena_constructor:dunedaq.trigger.opmon.TriggerLatencyStandalone)
352}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TriggerLatencyStandalone() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::trigger::opmon::TriggerLatencyStandalone::TriggerLatencyStandalone ( ::_pbi::ConstantInitialized )

Definition at line 44 of file latency_info.pb.cc.

45 : _impl_{
46 /*decltype(_impl_.latency_out_)*/ 0u,
47 /*decltype(_impl_._cached_size_)*/ {},
48 } {}

Member Function Documentation

◆ _internal_latency_out()

uint32_t dunedaq::trigger::opmon::TriggerLatencyStandalone::_internal_latency_out ( ) const
inlineprivate

Definition at line 486 of file latency_info.pb.h.

486 {
487 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
488 return _impl_.latency_out_;
489}

◆ _internal_set_latency_out()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::_internal_set_latency_out ( ::uint32_t value)
inlineprivate

Definition at line 490 of file latency_info.pb.h.

490 {
491 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
492 ;
493 _impl_.latency_out_ = value;
494}

◆ _InternalParse()

const char * dunedaq::trigger::opmon::TriggerLatencyStandalone::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 388 of file latency_info.pb.cc.

389 {
390 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
391 return ptr;
392}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * dunedaq::trigger::opmon::TriggerLatencyStandalone::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 425 of file latency_info.pb.cc.

427 {
428 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.trigger.opmon.TriggerLatencyStandalone)
429 ::uint32_t cached_has_bits = 0;
430 (void)cached_has_bits;
431
432 // uint32 latency_out = 1;
433 if (this->_internal_latency_out() != 0) {
434 target = stream->EnsureSpace(target);
435 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
436 1, this->_internal_latency_out(), target);
437 }
438
439 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
440 target =
441 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
442 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
443 }
444 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.trigger.opmon.TriggerLatencyStandalone)
445 return target;
446}

◆ ByteSizeLong()

size_t dunedaq::trigger::opmon::TriggerLatencyStandalone::ByteSizeLong ( ) const
final

Definition at line 448 of file latency_info.pb.cc.

448 {
449// @@protoc_insertion_point(message_byte_size_start:dunedaq.trigger.opmon.TriggerLatencyStandalone)
450 ::size_t total_size = 0;
451
452 ::uint32_t cached_has_bits = 0;
453 // Prevent compiler warnings about cached_has_bits being unused
454 (void) cached_has_bits;
455
456 // uint32 latency_out = 1;
457 if (this->_internal_latency_out() != 0) {
458 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
459 this->_internal_latency_out());
460 }
461
462 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
463}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::trigger::opmon::TriggerLatencyStandalone::Clear ( )
final

Definition at line 378 of file latency_info.pb.cc.

378 {
379// @@protoc_insertion_point(message_clear_start:dunedaq.trigger.opmon.TriggerLatencyStandalone)
380 ::uint32_t cached_has_bits = 0;
381 // Prevent compiler warnings about cached_has_bits being unused
382 (void) cached_has_bits;
383
384 _impl_.latency_out_ = 0u;
385 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
386}

◆ clear_latency_out()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::clear_latency_out ( )
inline

Definition at line 475 of file latency_info.pb.h.

475 {
476 _impl_.latency_out_ = 0u;
477}

◆ CopyFrom()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::CopyFrom ( const TriggerLatencyStandalone & from)

Definition at line 486 of file latency_info.pb.cc.

486 {
487// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.trigger.opmon.TriggerLatencyStandalone)
488 if (&from == this) return;
489 Clear();
490 MergeFrom(from);
491}
void MergeFrom(const TriggerLatencyStandalone &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const TriggerLatencyStandalone & dunedaq::trigger::opmon::TriggerLatencyStandalone::default_instance ( )
inlinestatic

Definition at line 300 of file latency_info.pb.h.

300 {
302 }
static const TriggerLatencyStandalone * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::trigger::opmon::TriggerLatencyStandalone::descriptor ( )
inlinestatic

Definition at line 291 of file latency_info.pb.h.

291 {
292 return GetDescriptor();
293 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::trigger::opmon::TriggerLatencyStandalone::FullMessageName ( )
inlinestaticprivate

Definition at line 363 of file latency_info.pb.h.

363 {
364 return "dunedaq.trigger.opmon.TriggerLatencyStandalone";
365 }

◆ GetCachedSize()

int dunedaq::trigger::opmon::TriggerLatencyStandalone::GetCachedSize ( ) const
inlinefinal

Definition at line 353 of file latency_info.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::trigger::opmon::TriggerLatencyStandalone::GetClassData ( ) const
final

Definition at line 469 of file latency_info.pb.cc.

469{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::trigger::opmon::TriggerLatencyStandalone::GetDescriptor ( )
inlinestatic

Definition at line 294 of file latency_info.pb.h.

294 {
295 return default_instance().GetMetadata().descriptor;
296 }
static const TriggerLatencyStandalone & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::trigger::opmon::TriggerLatencyStandalone::GetMetadata ( ) const
final

Definition at line 503 of file latency_info.pb.cc.

503 {
504 return ::_pbi::AssignDescriptors(
507}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_trigger_2fopmon_2flatency_5finfo_2eproto_getter()
::absl::once_flag descriptor_table_trigger_2fopmon_2flatency_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_trigger_2fopmon_2flatency_5finfo_2eproto[2]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::trigger::opmon::TriggerLatencyStandalone::GetReflection ( )
inlinestatic

Definition at line 297 of file latency_info.pb.h.

297 {
298 return default_instance().GetMetadata().reflection;
299 }

◆ internal_default_instance()

static const TriggerLatencyStandalone * dunedaq::trigger::opmon::TriggerLatencyStandalone::internal_default_instance ( )
inlinestatic

Definition at line 303 of file latency_info.pb.h.

303 {
304 return reinterpret_cast<const TriggerLatencyStandalone*>(
306 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TriggerLatencyStandaloneDefaultTypeInternal _TriggerLatencyStandalone_default_instance_

◆ InternalSwap()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::InternalSwap ( TriggerLatencyStandalone * other)
private

Definition at line 497 of file latency_info.pb.cc.

497 {
498 using std::swap;
499 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
500 swap(_impl_.latency_out_, other->_impl_.latency_out_);
501}
friend void swap(TriggerLatencyStandalone &a, TriggerLatencyStandalone &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::trigger::opmon::TriggerLatencyStandalone::IsInitialized ( ) const
final

Definition at line 493 of file latency_info.pb.cc.

493 {
494 return true;
495}

◆ latency_out()

uint32_t dunedaq::trigger::opmon::TriggerLatencyStandalone::latency_out ( ) const
inline

Definition at line 478 of file latency_info.pb.h.

478 {
479 // @@protoc_insertion_point(field_get:dunedaq.trigger.opmon.TriggerLatencyStandalone.latency_out)
480 return _internal_latency_out();
481}

◆ MergeFrom()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::MergeFrom ( const TriggerLatencyStandalone & from)
inline

Definition at line 340 of file latency_info.pb.h.

340 {
342 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 472 of file latency_info.pb.cc.

472 {
473 auto* const _this = static_cast<TriggerLatencyStandalone*>(&to_msg);
474 auto& from = static_cast<const TriggerLatencyStandalone&>(from_msg);
475 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.trigger.opmon.TriggerLatencyStandalone)
476 ABSL_DCHECK_NE(&from, _this);
477 ::uint32_t cached_has_bits = 0;
478 (void) cached_has_bits;
479
480 if (from._internal_latency_out() != 0) {
481 _this->_internal_set_latency_out(from._internal_latency_out());
482 }
483 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
484}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::trigger::opmon::TriggerLatencyStandalone::mutable_unknown_fields ( )
inline

Definition at line 287 of file latency_info.pb.h.

287 {
288 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
289 }

◆ New()

TriggerLatencyStandalone * dunedaq::trigger::opmon::TriggerLatencyStandalone::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 334 of file latency_info.pb.h.

334 {
335 return CreateMaybeMessage<TriggerLatencyStandalone>(arena);
336 }

◆ operator=() [1/2]

TriggerLatencyStandalone & dunedaq::trigger::opmon::TriggerLatencyStandalone::operator= ( const TriggerLatencyStandalone & from)
inline

Definition at line 266 of file latency_info.pb.h.

266 {
267 CopyFrom(from);
268 return *this;
269 }
void CopyFrom(const TriggerLatencyStandalone &from)

◆ operator=() [2/2]

TriggerLatencyStandalone & dunedaq::trigger::opmon::TriggerLatencyStandalone::operator= ( TriggerLatencyStandalone && from)
inlinenoexcept

Definition at line 270 of file latency_info.pb.h.

270 {
271 if (this == &from) return *this;
272 if (GetOwningArena() == from.GetOwningArena()
273 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
274 && GetOwningArena() != nullptr
275 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
276 ) {
277 InternalSwap(&from);
278 } else {
279 CopyFrom(from);
280 }
281 return *this;
282 }
void InternalSwap(TriggerLatencyStandalone *other)

◆ set_latency_out()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::set_latency_out ( ::uint32_t value)
inline

Definition at line 482 of file latency_info.pb.h.

482 {
484 // @@protoc_insertion_point(field_set:dunedaq.trigger.opmon.TriggerLatencyStandalone.latency_out)
485}

◆ SetCachedSize()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::SetCachedSize ( int size) const
finalprivate

Definition at line 374 of file latency_info.pb.cc.

374 {
376}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 359 of file latency_info.pb.cc.

359 {
360 (void)arena;
361 new (&_impl_) Impl_{
362 decltype(_impl_.latency_out_){0u},
363 /*decltype(_impl_._cached_size_)*/ {},
364 };
365}

◆ SharedDtor()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::SharedDtor ( )
inlineprivate

Definition at line 371 of file latency_info.pb.cc.

371 {
372 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
373}

◆ Swap()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::Swap ( TriggerLatencyStandalone * other)
inline

Definition at line 313 of file latency_info.pb.h.

313 {
314 if (other == this) return;
315 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
316 if (GetOwningArena() != nullptr &&
317 GetOwningArena() == other->GetOwningArena()) {
318 #else // PROTOBUF_FORCE_COPY_IN_SWAP
319 if (GetOwningArena() == other->GetOwningArena()) {
320 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
321 InternalSwap(other);
322 } else {
323 ::google::protobuf::internal::GenericSwap(this, other);
324 }
325 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::trigger::opmon::TriggerLatencyStandalone::unknown_fields ( ) const
inline

Definition at line 284 of file latency_info.pb.h.

284 {
285 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
286 }

◆ UnsafeArenaSwap()

void dunedaq::trigger::opmon::TriggerLatencyStandalone::UnsafeArenaSwap ( TriggerLatencyStandalone * other)
inline

Definition at line 326 of file latency_info.pb.h.

326 {
327 if (other == this) return;
328 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
329 InternalSwap(other);
330 }

Friends And Related Symbol Documentation

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

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

Definition at line 398 of file latency_info.pb.h.

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

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

Definition at line 362 of file latency_info.pb.h.

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

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

Definition at line 396 of file latency_info.pb.h.

◆ ::TableStruct_trigger_2fopmon_2flatency_5finfo_2eproto

Definition at line 407 of file latency_info.pb.h.

◆ swap

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

Definition at line 310 of file latency_info.pb.h.

310 {
311 a.Swap(&b);
312 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::trigger::opmon::TriggerLatencyStandalone::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 370 of file latency_info.pb.h.

◆ _impl_

Impl_ dunedaq::trigger::opmon::TriggerLatencyStandalone::_impl_

Definition at line 406 of file latency_info.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::trigger::opmon::TriggerLatencyStandalone::_table_
staticprivate
Initial value:
= {
{
0,
0,
1, 0,
offsetof(decltype(_table_), field_lookup_table),
4294967294,
offsetof(decltype(_table_), field_entries),
1,
0,
offsetof(decltype(_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
{::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(TriggerLatencyStandalone, _impl_.latency_out_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(TriggerLatencyStandalone, _impl_.latency_out_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(TriggerLatencyStandalone, _impl_.latency_out_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
}},
{{
}},
}

Definition at line 397 of file latency_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::trigger::opmon::TriggerLatencyStandalone::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 307 of file latency_info.pb.h.


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