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

#include <DataWriter.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kRecordsReceivedFieldNumber = 1 , kRecordsWrittenFieldNumber = 2 , kNewRecordsWrittenFieldNumber = 3 , kWritingTimeUsFieldNumber = 10 }
 

Public Member Functions

 DataWriterInfo ()
 
 ~DataWriterInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR DataWriterInfo (::google::protobuf::internal::ConstantInitialized)
 
 DataWriterInfo (const DataWriterInfo &from)
 
 DataWriterInfo (DataWriterInfo &&from) noexcept
 
DataWriterInfooperator= (const DataWriterInfo &from)
 
DataWriterInfooperator= (DataWriterInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DataWriterInfo *other)
 
void UnsafeArenaSwap (DataWriterInfo *other)
 
DataWriterInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const DataWriterInfo &from)
 
void MergeFrom (const DataWriterInfo &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_records_received ()
 
::uint64_t records_received () const
 
void set_records_received (::uint64_t value)
 
void clear_records_written ()
 
::uint64_t records_written () const
 
void set_records_written (::uint64_t value)
 
void clear_new_records_written ()
 
::uint64_t new_records_written () const
 
void set_new_records_written (::uint64_t value)
 
void clear_writing_time_us ()
 
::uint64_t writing_time_us () const
 
void set_writing_time_us (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR DataWriterInfo (::_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 DataWriterInfodefault_instance ()
 
static const DataWriterInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 DataWriterInfo (::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 (DataWriterInfo *other)
 
::uint64_t _internal_records_received () const
 
void _internal_set_records_received (::uint64_t value)
 
::uint64_t _internal_records_written () const
 
void _internal_set_records_written (::uint64_t value)
 
::uint64_t _internal_new_records_written () const
 
void _internal_set_new_records_written (::uint64_t value)
 
::uint64_t _internal_writing_time_us () const
 
void _internal_set_writing_time_us (::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< 2, 4, 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_2fDataWriter_2eproto
 
void swap (DataWriterInfo &a, DataWriterInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRecordsReceivedFieldNumber 
kRecordsWrittenFieldNumber 
kNewRecordsWrittenFieldNumber 
kWritingTimeUsFieldNumber 

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

Constructor & Destructor Documentation

◆ DataWriterInfo() [1/6]

dunedaq::dfmodules::opmon::DataWriterInfo::DataWriterInfo ( )
inline

Definition at line 82 of file DataWriter.pb.h.

◆ ~DataWriterInfo()

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

Definition at line 150 of file DataWriter.pb.cc.

150 {
151 // @@protoc_insertion_point(destructor:dunedaq.dfmodules.opmon.DataWriterInfo)
152 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
153 SharedDtor();
154}

◆ DataWriterInfo() [2/6]

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

◆ DataWriterInfo() [3/6]

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

Definition at line 134 of file DataWriter.pb.cc.

135 : ::google::protobuf::Message(), _impl_(from._impl_) {
136 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
137 from._internal_metadata_);
138 // @@protoc_insertion_point(copy_constructor:dunedaq.dfmodules.opmon.DataWriterInfo)
139}

◆ DataWriterInfo() [4/6]

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

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

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

◆ DataWriterInfo() [5/6]

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

Definition at line 129 of file DataWriter.pb.cc.

130 : ::google::protobuf::Message(arena) {
131 SharedCtor(arena);
132 // @@protoc_insertion_point(arena_constructor:dunedaq.dfmodules.opmon.DataWriterInfo)
133}
void SharedCtor(::google::protobuf::Arena *arena)

◆ DataWriterInfo() [6/6]

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

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

28 : _impl_{
29 /*decltype(_impl_.records_received_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.records_written_)*/ ::uint64_t{0u},
31 /*decltype(_impl_.new_records_written_)*/ ::uint64_t{0u},
32 /*decltype(_impl_.writing_time_us_)*/ ::uint64_t{0u},
33 /*decltype(_impl_._cached_size_)*/ {},
34 } {}

Member Function Documentation

◆ _internal_new_records_written()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::_internal_new_records_written ( ) const
inlineprivate

Definition at line 345 of file DataWriter.pb.h.

345 {
346 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
348}

◆ _internal_records_received()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::_internal_records_received ( ) const
inlineprivate

Definition at line 301 of file DataWriter.pb.h.

301 {
302 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
304}

◆ _internal_records_written()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::_internal_records_written ( ) const
inlineprivate

Definition at line 323 of file DataWriter.pb.h.

323 {
324 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
326}

◆ _internal_set_new_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::_internal_set_new_records_written ( ::uint64_t value)
inlineprivate

Definition at line 349 of file DataWriter.pb.h.

349 {
350 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
351 ;
353}

◆ _internal_set_records_received()

void dunedaq::dfmodules::opmon::DataWriterInfo::_internal_set_records_received ( ::uint64_t value)
inlineprivate

Definition at line 305 of file DataWriter.pb.h.

305 {
306 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
307 ;
309}

◆ _internal_set_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::_internal_set_records_written ( ::uint64_t value)
inlineprivate

Definition at line 327 of file DataWriter.pb.h.

327 {
328 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
329 ;
330 _impl_.records_written_ = value;
331}

◆ _internal_set_writing_time_us()

void dunedaq::dfmodules::opmon::DataWriterInfo::_internal_set_writing_time_us ( ::uint64_t value)
inlineprivate

Definition at line 371 of file DataWriter.pb.h.

371 {
372 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
373 ;
374 _impl_.writing_time_us_ = value;
375}

◆ _internal_writing_time_us()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::_internal_writing_time_us ( ) const
inlineprivate

Definition at line 367 of file DataWriter.pb.h.

367 {
368 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
370}

◆ _InternalParse()

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

Definition at line 174 of file DataWriter.pb.cc.

175 {
176 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
177 return ptr;
178}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 227 of file DataWriter.pb.cc.

229 {
230 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dfmodules.opmon.DataWriterInfo)
231 ::uint32_t cached_has_bits = 0;
232 (void)cached_has_bits;
233
234 // uint64 records_received = 1;
235 if (this->_internal_records_received() != 0) {
236 target = stream->EnsureSpace(target);
237 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
238 1, this->_internal_records_received(), target);
239 }
240
241 // uint64 records_written = 2;
242 if (this->_internal_records_written() != 0) {
243 target = stream->EnsureSpace(target);
244 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
245 2, this->_internal_records_written(), target);
246 }
247
248 // uint64 new_records_written = 3;
249 if (this->_internal_new_records_written() != 0) {
250 target = stream->EnsureSpace(target);
251 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
252 3, this->_internal_new_records_written(), target);
253 }
254
255 // uint64 writing_time_us = 10;
256 if (this->_internal_writing_time_us() != 0) {
257 target = stream->EnsureSpace(target);
258 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
259 10, this->_internal_writing_time_us(), target);
260 }
261
262 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
263 target =
264 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
265 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
266 }
267 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dfmodules.opmon.DataWriterInfo)
268 return target;
269}

◆ ByteSizeLong()

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

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

271 {
272// @@protoc_insertion_point(message_byte_size_start:dunedaq.dfmodules.opmon.DataWriterInfo)
273 ::size_t total_size = 0;
274
275 ::uint32_t cached_has_bits = 0;
276 // Prevent compiler warnings about cached_has_bits being unused
277 (void) cached_has_bits;
278
279 // uint64 records_received = 1;
280 if (this->_internal_records_received() != 0) {
281 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
283 }
284
285 // uint64 records_written = 2;
286 if (this->_internal_records_written() != 0) {
287 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
289 }
290
291 // uint64 new_records_written = 3;
292 if (this->_internal_new_records_written() != 0) {
293 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
295 }
296
297 // uint64 writing_time_us = 10;
298 if (this->_internal_writing_time_us() != 0) {
299 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
301 }
302
303 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
304}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

162 {
163// @@protoc_insertion_point(message_clear_start:dunedaq.dfmodules.opmon.DataWriterInfo)
164 ::uint32_t cached_has_bits = 0;
165 // Prevent compiler warnings about cached_has_bits being unused
166 (void) cached_has_bits;
167
168 ::memset(&_impl_.records_received_, 0, static_cast<::size_t>(
169 reinterpret_cast<char*>(&_impl_.writing_time_us_) -
170 reinterpret_cast<char*>(&_impl_.records_received_)) + sizeof(_impl_.writing_time_us_));
171 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
172}

◆ clear_new_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::clear_new_records_written ( )
inline

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

334 {
335 _impl_.new_records_written_ = ::uint64_t{0u};
336}

◆ clear_records_received()

void dunedaq::dfmodules::opmon::DataWriterInfo::clear_records_received ( )
inline

Definition at line 290 of file DataWriter.pb.h.

290 {
291 _impl_.records_received_ = ::uint64_t{0u};
292}

◆ clear_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::clear_records_written ( )
inline

Definition at line 312 of file DataWriter.pb.h.

312 {
313 _impl_.records_written_ = ::uint64_t{0u};
314}

◆ clear_writing_time_us()

void dunedaq::dfmodules::opmon::DataWriterInfo::clear_writing_time_us ( )
inline

Definition at line 356 of file DataWriter.pb.h.

356 {
357 _impl_.writing_time_us_ = ::uint64_t{0u};
358}

◆ CopyFrom()

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

Definition at line 336 of file DataWriter.pb.cc.

336 {
337// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dfmodules.opmon.DataWriterInfo)
338 if (&from == this) return;
339 Clear();
340 MergeFrom(from);
341}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const DataWriterInfo &from)

◆ default_instance()

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

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

127 {
129 }
static const DataWriterInfo * internal_default_instance()

◆ descriptor()

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

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

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

◆ FullMessageName()

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

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

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

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

Definition at line 310 of file DataWriter.pb.cc.

310{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

Definition at line 358 of file DataWriter.pb.cc.

358 {
359 return ::_pbi::AssignDescriptors(
362}
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fDataWriter_2eproto[1]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fDataWriter_2eproto_getter()
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fDataWriter_2eproto_once

◆ GetReflection()

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

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

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

◆ internal_default_instance()

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

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

130 {
131 return reinterpret_cast<const DataWriterInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DataWriterInfoDefaultTypeInternal _DataWriterInfo_default_instance_

◆ InternalSwap()

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

Definition at line 347 of file DataWriter.pb.cc.

347 {
348 using std::swap;
349 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
350 ::google::protobuf::internal::memswap<
351 PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.writing_time_us_)
353 - PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.records_received_)>(
354 reinterpret_cast<char*>(&_impl_.records_received_),
355 reinterpret_cast<char*>(&other->_impl_.records_received_));
356}

◆ IsInitialized()

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

Definition at line 343 of file DataWriter.pb.cc.

343 {
344 return true;
345}

◆ MergeFrom()

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

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

167 {
168 DataWriterInfo::MergeImpl(*this, from);
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 313 of file DataWriter.pb.cc.

313 {
314 auto* const _this = static_cast<DataWriterInfo*>(&to_msg);
315 auto& from = static_cast<const DataWriterInfo&>(from_msg);
316 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dfmodules.opmon.DataWriterInfo)
317 ABSL_DCHECK_NE(&from, _this);
318 ::uint32_t cached_has_bits = 0;
319 (void) cached_has_bits;
320
321 if (from._internal_records_received() != 0) {
322 _this->_internal_set_records_received(from._internal_records_received());
323 }
324 if (from._internal_records_written() != 0) {
325 _this->_internal_set_records_written(from._internal_records_written());
326 }
327 if (from._internal_new_records_written() != 0) {
328 _this->_internal_set_new_records_written(from._internal_new_records_written());
329 }
330 if (from._internal_writing_time_us() != 0) {
331 _this->_internal_set_writing_time_us(from._internal_writing_time_us());
332 }
333 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
334}

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

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

◆ new_records_written()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::new_records_written ( ) const
inline

Definition at line 337 of file DataWriter.pb.h.

337 {
338 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DataWriterInfo.new_records_written)
340}

◆ operator=() [1/2]

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

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

93 {
94 CopyFrom(from);
95 return *this;
96 }
void CopyFrom(const DataWriterInfo &from)

◆ operator=() [2/2]

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

Definition at line 97 of file DataWriter.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 }
void InternalSwap(DataWriterInfo *other)

◆ records_received()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::records_received ( ) const
inline

Definition at line 293 of file DataWriter.pb.h.

293 {
294 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DataWriterInfo.records_received)
296}

◆ records_written()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::records_written ( ) const
inline

Definition at line 315 of file DataWriter.pb.h.

315 {
316 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DataWriterInfo.records_written)
318}

◆ set_new_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::set_new_records_written ( ::uint64_t value)
inline

Definition at line 341 of file DataWriter.pb.h.

341 {
343 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DataWriterInfo.new_records_written)
344}
void _internal_set_new_records_written(::uint64_t value)

◆ set_records_received()

void dunedaq::dfmodules::opmon::DataWriterInfo::set_records_received ( ::uint64_t value)
inline

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

297 {
299 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DataWriterInfo.records_received)
300}
void _internal_set_records_received(::uint64_t value)

◆ set_records_written()

void dunedaq::dfmodules::opmon::DataWriterInfo::set_records_written ( ::uint64_t value)
inline

Definition at line 319 of file DataWriter.pb.h.

319 {
321 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DataWriterInfo.records_written)
322}
void _internal_set_records_written(::uint64_t value)

◆ set_writing_time_us()

void dunedaq::dfmodules::opmon::DataWriterInfo::set_writing_time_us ( ::uint64_t value)
inline

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

363 {
365 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.DataWriterInfo.writing_time_us)
366}
void _internal_set_writing_time_us(::uint64_t value)

◆ SetCachedSize()

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

Definition at line 158 of file DataWriter.pb.cc.

158 {
160}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

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

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

140 {
141 (void)arena;
142 new (&_impl_) Impl_{
143 decltype(_impl_.records_received_){::uint64_t{0u}},
144 decltype(_impl_.records_written_){::uint64_t{0u}},
145 decltype(_impl_.new_records_written_){::uint64_t{0u}},
146 decltype(_impl_.writing_time_us_){::uint64_t{0u}},
147 /*decltype(_impl_._cached_size_)*/ {},
148 };
149}

◆ SharedDtor()

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

Definition at line 155 of file DataWriter.pb.cc.

155 {
156 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
157}

◆ Swap()

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

Definition at line 140 of file DataWriter.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 }

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

◆ writing_time_us()

uint64_t dunedaq::dfmodules::opmon::DataWriterInfo::writing_time_us ( ) const
inline

Definition at line 359 of file DataWriter.pb.h.

359 {
360 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.DataWriterInfo.writing_time_us)
362}

Friends And Related Symbol Documentation

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

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

Definition at line 258 of file DataWriter.pb.h.

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

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

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

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

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

Definition at line 256 of file DataWriter.pb.h.

◆ ::TableStruct_dfmodules_2fopmon_2fDataWriter_2eproto

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

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dfmodules::opmon::DataWriterInfo::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 0, 2 > dunedaq::dfmodules::opmon::DataWriterInfo::_table_
staticprivate

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

◆ kIndexInFileMessages

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

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


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