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

#include <TRMonRequestorModule.pb.h>

Inheritance diagram for dunedaq::dfmodules::opmon::TRMonRequestorInfo:
[legend]
Collaboration diagram for dunedaq::dfmodules::opmon::TRMonRequestorInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kTriggerRecordsRequestedFieldNumber = 1 }
 

Public Member Functions

 TRMonRequestorInfo ()
 
 ~TRMonRequestorInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR TRMonRequestorInfo (::google::protobuf::internal::ConstantInitialized)
 
 TRMonRequestorInfo (const TRMonRequestorInfo &from)
 
 TRMonRequestorInfo (TRMonRequestorInfo &&from) noexcept
 
TRMonRequestorInfooperator= (const TRMonRequestorInfo &from)
 
TRMonRequestorInfooperator= (TRMonRequestorInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TRMonRequestorInfo *other)
 
void UnsafeArenaSwap (TRMonRequestorInfo *other)
 
TRMonRequestorInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const TRMonRequestorInfo &from)
 
void MergeFrom (const TRMonRequestorInfo &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_trigger_records_requested ()
 
::uint64_t trigger_records_requested () const
 
void set_trigger_records_requested (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR TRMonRequestorInfo (::_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 TRMonRequestorInfodefault_instance ()
 
static const TRMonRequestorInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 TRMonRequestorInfo (::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 (TRMonRequestorInfo *other)
 
::uint64_t _internal_trigger_records_requested () const
 
void _internal_set_trigger_records_requested (::uint64_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_dfmodules_2fopmon_2fTRMonRequestorModule_2eproto
 
void swap (TRMonRequestorInfo &a, TRMonRequestorInfo &b)
 

Detailed Description

Definition at line 79 of file TRMonRequestorModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTriggerRecordsRequestedFieldNumber 

Definition at line 206 of file TRMonRequestorModule.pb.h.

Constructor & Destructor Documentation

◆ TRMonRequestorInfo() [1/6]

dunedaq::dfmodules::opmon::TRMonRequestorInfo::TRMonRequestorInfo ( )
inline

◆ ~TRMonRequestorInfo()

dunedaq::dfmodules::opmon::TRMonRequestorInfo::~TRMonRequestorInfo ( )
override

Definition at line 140 of file TRMonRequestorModule.pb.cc.

140 {
141 // @@protoc_insertion_point(destructor:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
142 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
143 SharedDtor();
144}

◆ TRMonRequestorInfo() [2/6]

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

◆ TRMonRequestorInfo() [3/6]

dunedaq::dfmodules::opmon::TRMonRequestorInfo::TRMonRequestorInfo ( const TRMonRequestorInfo & from)

Definition at line 127 of file TRMonRequestorModule.pb.cc.

128 : ::google::protobuf::Message(), _impl_(from._impl_) {
129 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
130 from._internal_metadata_);
131 // @@protoc_insertion_point(copy_constructor:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
132}

◆ TRMonRequestorInfo() [4/6]

dunedaq::dfmodules::opmon::TRMonRequestorInfo::TRMonRequestorInfo ( TRMonRequestorInfo && from)
inlinenoexcept

Definition at line 88 of file TRMonRequestorModule.pb.h.

90 *this = ::std::move(from);
91 }

◆ TRMonRequestorInfo() [5/6]

dunedaq::dfmodules::opmon::TRMonRequestorInfo::TRMonRequestorInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 122 of file TRMonRequestorModule.pb.cc.

123 : ::google::protobuf::Message(arena) {
124 SharedCtor(arena);
125 // @@protoc_insertion_point(arena_constructor:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
126}
void SharedCtor(::google::protobuf::Arena *arena)

◆ TRMonRequestorInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::TRMonRequestorInfo::TRMonRequestorInfo ( ::_pbi::ConstantInitialized )

Definition at line 27 of file TRMonRequestorModule.pb.cc.

28 : _impl_{
29 /*decltype(_impl_.trigger_records_requested_)*/ ::uint64_t{0u},
30 /*decltype(_impl_._cached_size_)*/ {},
31 } {}

Member Function Documentation

◆ _internal_set_trigger_records_requested()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::_internal_set_trigger_records_requested ( ::uint64_t value)
inlineprivate

Definition at line 269 of file TRMonRequestorModule.pb.h.

269 {
270 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
271 ;
273}

◆ _internal_trigger_records_requested()

uint64_t dunedaq::dfmodules::opmon::TRMonRequestorInfo::_internal_trigger_records_requested ( ) const
inlineprivate

Definition at line 265 of file TRMonRequestorModule.pb.h.

265 {
266 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
268}

◆ _InternalParse()

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

Definition at line 162 of file TRMonRequestorModule.pb.cc.

163 {
164 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
165 return ptr;
166}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 199 of file TRMonRequestorModule.pb.cc.

201 {
202 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
203 ::uint32_t cached_has_bits = 0;
204 (void)cached_has_bits;
205
206 // uint64 trigger_records_requested = 1;
207 if (this->_internal_trigger_records_requested() != 0) {
208 target = stream->EnsureSpace(target);
209 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
210 1, this->_internal_trigger_records_requested(), target);
211 }
212
213 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
214 target =
215 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
216 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
217 }
218 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
219 return target;
220}

◆ ByteSizeLong()

size_t dunedaq::dfmodules::opmon::TRMonRequestorInfo::ByteSizeLong ( ) const
final

Definition at line 222 of file TRMonRequestorModule.pb.cc.

222 {
223// @@protoc_insertion_point(message_byte_size_start:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
224 ::size_t total_size = 0;
225
226 ::uint32_t cached_has_bits = 0;
227 // Prevent compiler warnings about cached_has_bits being unused
228 (void) cached_has_bits;
229
230 // uint64 trigger_records_requested = 1;
231 if (this->_internal_trigger_records_requested() != 0) {
232 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
234 }
235
236 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
237}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dfmodules::opmon::TRMonRequestorInfo::Clear ( )
final

Definition at line 152 of file TRMonRequestorModule.pb.cc.

152 {
153// @@protoc_insertion_point(message_clear_start:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
154 ::uint32_t cached_has_bits = 0;
155 // Prevent compiler warnings about cached_has_bits being unused
156 (void) cached_has_bits;
157
158 _impl_.trigger_records_requested_ = ::uint64_t{0u};
159 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
160}

◆ clear_trigger_records_requested()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::clear_trigger_records_requested ( )
inline

Definition at line 254 of file TRMonRequestorModule.pb.h.

254 {
255 _impl_.trigger_records_requested_ = ::uint64_t{0u};
256}

◆ CopyFrom()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::CopyFrom ( const TRMonRequestorInfo & from)

Definition at line 260 of file TRMonRequestorModule.pb.cc.

260 {
261// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
262 if (&from == this) return;
263 Clear();
264 MergeFrom(from);
265}
void MergeFrom(const TRMonRequestorInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const TRMonRequestorInfo & dunedaq::dfmodules::opmon::TRMonRequestorInfo::default_instance ( )
inlinestatic

Definition at line 127 of file TRMonRequestorModule.pb.h.

127 {
129 }
static const TRMonRequestorInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::TRMonRequestorInfo::descriptor ( )
inlinestatic

Definition at line 118 of file TRMonRequestorModule.pb.h.

118 {
119 return GetDescriptor();
120 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::dfmodules::opmon::TRMonRequestorInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 190 of file TRMonRequestorModule.pb.h.

190 {
191 return "dunedaq.dfmodules.opmon.TRMonRequestorInfo";
192 }

◆ GetCachedSize()

int dunedaq::dfmodules::opmon::TRMonRequestorInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file TRMonRequestorModule.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dfmodules::opmon::TRMonRequestorInfo::GetClassData ( ) const
final

Definition at line 243 of file TRMonRequestorModule.pb.cc.

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::TRMonRequestorInfo::GetDescriptor ( )
inlinestatic

Definition at line 121 of file TRMonRequestorModule.pb.h.

121 {
122 return default_instance().GetMetadata().descriptor;
123 }
static const TRMonRequestorInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dfmodules::opmon::TRMonRequestorInfo::GetMetadata ( ) const
final

Definition at line 277 of file TRMonRequestorModule.pb.cc.

277 {
278 return ::_pbi::AssignDescriptors(
281}
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fTRMonRequestorModule_2eproto_once
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fTRMonRequestorModule_2eproto[1]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fTRMonRequestorModule_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dfmodules::opmon::TRMonRequestorInfo::GetReflection ( )
inlinestatic

Definition at line 124 of file TRMonRequestorModule.pb.h.

124 {
125 return default_instance().GetMetadata().reflection;
126 }

◆ internal_default_instance()

static const TRMonRequestorInfo * dunedaq::dfmodules::opmon::TRMonRequestorInfo::internal_default_instance ( )
inlinestatic

Definition at line 130 of file TRMonRequestorModule.pb.h.

130 {
131 return reinterpret_cast<const TRMonRequestorInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TRMonRequestorInfoDefaultTypeInternal _TRMonRequestorInfo_default_instance_

◆ InternalSwap()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::InternalSwap ( TRMonRequestorInfo * other)
private

Definition at line 271 of file TRMonRequestorModule.pb.cc.

271 {
272 using std::swap;
273 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
274 swap(_impl_.trigger_records_requested_, other->_impl_.trigger_records_requested_);
275}
friend void swap(TRMonRequestorInfo &a, TRMonRequestorInfo &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dfmodules::opmon::TRMonRequestorInfo::IsInitialized ( ) const
final

Definition at line 267 of file TRMonRequestorModule.pb.cc.

267 {
268 return true;
269}

◆ MergeFrom()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::MergeFrom ( const TRMonRequestorInfo & from)
inline

Definition at line 167 of file TRMonRequestorModule.pb.h.

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

◆ MergeImpl()

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

Definition at line 246 of file TRMonRequestorModule.pb.cc.

246 {
247 auto* const _this = static_cast<TRMonRequestorInfo*>(&to_msg);
248 auto& from = static_cast<const TRMonRequestorInfo&>(from_msg);
249 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dfmodules.opmon.TRMonRequestorInfo)
250 ABSL_DCHECK_NE(&from, _this);
251 ::uint32_t cached_has_bits = 0;
252 (void) cached_has_bits;
253
254 if (from._internal_trigger_records_requested() != 0) {
255 _this->_internal_set_trigger_records_requested(from._internal_trigger_records_requested());
256 }
257 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
258}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dfmodules::opmon::TRMonRequestorInfo::mutable_unknown_fields ( )
inline

Definition at line 114 of file TRMonRequestorModule.pb.h.

114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }

◆ New()

TRMonRequestorInfo * dunedaq::dfmodules::opmon::TRMonRequestorInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 161 of file TRMonRequestorModule.pb.h.

161 {
162 return CreateMaybeMessage<TRMonRequestorInfo>(arena);
163 }

◆ operator=() [1/2]

TRMonRequestorInfo & dunedaq::dfmodules::opmon::TRMonRequestorInfo::operator= ( const TRMonRequestorInfo & from)
inline

Definition at line 93 of file TRMonRequestorModule.pb.h.

93 {
94 CopyFrom(from);
95 return *this;
96 }

◆ operator=() [2/2]

TRMonRequestorInfo & dunedaq::dfmodules::opmon::TRMonRequestorInfo::operator= ( TRMonRequestorInfo && from)
inlinenoexcept

Definition at line 97 of file TRMonRequestorModule.pb.h.

97 {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }

◆ set_trigger_records_requested()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::set_trigger_records_requested ( ::uint64_t value)
inline

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

261 {
263 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.TRMonRequestorInfo.trigger_records_requested)
264}

◆ SetCachedSize()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 148 of file TRMonRequestorModule.pb.cc.

148 {
150}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 133 of file TRMonRequestorModule.pb.cc.

133 {
134 (void)arena;
135 new (&_impl_) Impl_{
136 decltype(_impl_.trigger_records_requested_){::uint64_t{0u}},
137 /*decltype(_impl_._cached_size_)*/ {},
138 };
139}

◆ SharedDtor()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::SharedDtor ( )
inlineprivate

Definition at line 145 of file TRMonRequestorModule.pb.cc.

145 {
146 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
147}

◆ Swap()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::Swap ( TRMonRequestorInfo * other)
inline

Definition at line 140 of file TRMonRequestorModule.pb.h.

140 {
141 if (other == this) return;
142 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() != nullptr &&
144 GetOwningArena() == other->GetOwningArena()) {
145 #else // PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
148 InternalSwap(other);
149 } else {
150 ::google::protobuf::internal::GenericSwap(this, other);
151 }
152 }

◆ trigger_records_requested()

uint64_t dunedaq::dfmodules::opmon::TRMonRequestorInfo::trigger_records_requested ( ) const
inline

Definition at line 257 of file TRMonRequestorModule.pb.h.

257 {
258 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.TRMonRequestorInfo.trigger_records_requested)
260}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::dfmodules::opmon::TRMonRequestorInfo::unknown_fields ( ) const
inline

Definition at line 111 of file TRMonRequestorModule.pb.h.

111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }

◆ UnsafeArenaSwap()

void dunedaq::dfmodules::opmon::TRMonRequestorInfo::UnsafeArenaSwap ( TRMonRequestorInfo * other)
inline

Definition at line 153 of file TRMonRequestorModule.pb.h.

153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }

Friends And Related Symbol Documentation

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

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

Definition at line 225 of file TRMonRequestorModule.pb.h.

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

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

Definition at line 189 of file TRMonRequestorModule.pb.h.

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

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

Definition at line 223 of file TRMonRequestorModule.pb.h.

◆ ::TableStruct_dfmodules_2fopmon_2fTRMonRequestorModule_2eproto

◆ swap

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

Definition at line 137 of file TRMonRequestorModule.pb.h.

137 {
138 a.Swap(&b);
139 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 197 of file TRMonRequestorModule.pb.h.

◆ _impl_

Impl_ dunedaq::dfmodules::opmon::TRMonRequestorInfo::_impl_

Definition at line 233 of file TRMonRequestorModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::dfmodules::opmon::TRMonRequestorInfo::_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<::uint64_t, offsetof(TRMonRequestorInfo, _impl_.trigger_records_requested_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(TRMonRequestorInfo, _impl_.trigger_records_requested_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(TRMonRequestorInfo, _impl_.trigger_records_requested_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
}},
{{
}},
}

Definition at line 224 of file TRMonRequestorModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::dfmodules::opmon::TRMonRequestorInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file TRMonRequestorModule.pb.h.


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