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

#include <SourceModel.pb.h>

Inheritance diagram for dunedaq::dpdklibs::opmon::SourceInfo:
[legend]
Collaboration diagram for dunedaq::dpdklibs::opmon::SourceInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kFailedToSendDaqPayloadsFieldNumber = 1 , kLeftoverBytesEncounteredFieldNumber = 2 }
 

Public Member Functions

 SourceInfo ()
 
 ~SourceInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR SourceInfo (::google::protobuf::internal::ConstantInitialized)
 
 SourceInfo (const SourceInfo &from)
 
 SourceInfo (SourceInfo &&from) noexcept
 
SourceInfooperator= (const SourceInfo &from)
 
SourceInfooperator= (SourceInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SourceInfo *other)
 
void UnsafeArenaSwap (SourceInfo *other)
 
SourceInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const SourceInfo &from)
 
void MergeFrom (const SourceInfo &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_failed_to_send_daq_payloads ()
 
::uint64_t failed_to_send_daq_payloads () const
 
void set_failed_to_send_daq_payloads (::uint64_t value)
 
void clear_leftover_bytes_encountered ()
 
::uint64_t leftover_bytes_encountered () const
 
void set_leftover_bytes_encountered (::uint64_t value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const SourceInfodefault_instance ()
 
static const SourceInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 SourceInfo (::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 (SourceInfo *other)
 
::uint64_t _internal_failed_to_send_daq_payloads () const
 
void _internal_set_failed_to_send_daq_payloads (::uint64_t value)
 
::uint64_t _internal_leftover_bytes_encountered () const
 
void _internal_set_leftover_bytes_encountered (::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< 1, 2, 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_dpdklibs_2fopmon_2fSourceModel_2eproto
 
void swap (SourceInfo &a, SourceInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFailedToSendDaqPayloadsFieldNumber 
kLeftoverBytesEncounteredFieldNumber 

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

Constructor & Destructor Documentation

◆ SourceInfo() [1/5]

dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo ( )
inline

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

◆ ~SourceInfo()

dunedaq::dpdklibs::opmon::SourceInfo::~SourceInfo ( )
override

Definition at line 143 of file SourceModel.pb.cc.

143 {
144 // @@protoc_insertion_point(destructor:dunedaq.dpdklibs.opmon.SourceInfo)
145 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
146 SharedDtor();
147}

◆ SourceInfo() [2/5]

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

◆ SourceInfo() [3/5]

dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo ( const SourceInfo & from)

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

130 : ::google::protobuf::Message(), _impl_(from._impl_) {
131 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
132 from._internal_metadata_);
133 // @@protoc_insertion_point(copy_constructor:dunedaq.dpdklibs.opmon.SourceInfo)
134}

◆ SourceInfo() [4/5]

dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo ( SourceInfo && from)
inlinenoexcept

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

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

◆ SourceInfo() [5/5]

dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 124 of file SourceModel.pb.cc.

125 : ::google::protobuf::Message(arena) {
126 SharedCtor(arena);
127 // @@protoc_insertion_point(arena_constructor:dunedaq.dpdklibs.opmon.SourceInfo)
128}
void SharedCtor(::google::protobuf::Arena *arena)

Member Function Documentation

◆ _internal_failed_to_send_daq_payloads()

uint64_t dunedaq::dpdklibs::opmon::SourceInfo::_internal_failed_to_send_daq_payloads ( ) const
inlineprivate

Definition at line 277 of file SourceModel.pb.h.

277 {
278 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
280}

◆ _internal_leftover_bytes_encountered()

uint64_t dunedaq::dpdklibs::opmon::SourceInfo::_internal_leftover_bytes_encountered ( ) const
inlineprivate

Definition at line 299 of file SourceModel.pb.h.

299 {
300 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
302}

◆ _internal_set_failed_to_send_daq_payloads()

void dunedaq::dpdklibs::opmon::SourceInfo::_internal_set_failed_to_send_daq_payloads ( ::uint64_t value)
inlineprivate

Definition at line 281 of file SourceModel.pb.h.

281 {
282 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
283 ;
285}

◆ _internal_set_leftover_bytes_encountered()

void dunedaq::dpdklibs::opmon::SourceInfo::_internal_set_leftover_bytes_encountered ( ::uint64_t value)
inlineprivate

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

303 {
304 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
305 ;
307}

◆ _InternalParse()

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

◆ _InternalSerialize()

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

Definition at line 210 of file SourceModel.pb.cc.

212 {
213 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dpdklibs.opmon.SourceInfo)
214 ::uint32_t cached_has_bits = 0;
215 (void)cached_has_bits;
216
217 // uint64 failed_to_send_daq_payloads = 1;
218 if (this->_internal_failed_to_send_daq_payloads() != 0) {
219 target = stream->EnsureSpace(target);
220 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
221 1, this->_internal_failed_to_send_daq_payloads(), target);
222 }
223
224 // uint64 leftover_bytes_encountered = 2;
225 if (this->_internal_leftover_bytes_encountered() != 0) {
226 target = stream->EnsureSpace(target);
227 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
228 2, this->_internal_leftover_bytes_encountered(), target);
229 }
230
231 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
232 target =
233 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
234 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
235 }
236 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dpdklibs.opmon.SourceInfo)
237 return target;
238}
::uint64_t _internal_leftover_bytes_encountered() const
::uint64_t _internal_failed_to_send_daq_payloads() const

◆ ByteSizeLong()

size_t dunedaq::dpdklibs::opmon::SourceInfo::ByteSizeLong ( ) const
final

Definition at line 240 of file SourceModel.pb.cc.

240 {
241// @@protoc_insertion_point(message_byte_size_start:dunedaq.dpdklibs.opmon.SourceInfo)
242 ::size_t total_size = 0;
243
244 ::uint32_t cached_has_bits = 0;
245 // Prevent compiler warnings about cached_has_bits being unused
246 (void) cached_has_bits;
247
248 // uint64 failed_to_send_daq_payloads = 1;
249 if (this->_internal_failed_to_send_daq_payloads() != 0) {
250 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
252 }
253
254 // uint64 leftover_bytes_encountered = 2;
255 if (this->_internal_leftover_bytes_encountered() != 0) {
256 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
258 }
259
260 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
261}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dpdklibs::opmon::SourceInfo::Clear ( )
final

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

155 {
156// @@protoc_insertion_point(message_clear_start:dunedaq.dpdklibs.opmon.SourceInfo)
157 ::uint32_t cached_has_bits = 0;
158 // Prevent compiler warnings about cached_has_bits being unused
159 (void) cached_has_bits;
160
161 ::memset(&_impl_.failed_to_send_daq_payloads_, 0, static_cast<::size_t>(
162 reinterpret_cast<char*>(&_impl_.leftover_bytes_encountered_) -
163 reinterpret_cast<char*>(&_impl_.failed_to_send_daq_payloads_)) + sizeof(_impl_.leftover_bytes_encountered_));
164 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
165}

◆ clear_failed_to_send_daq_payloads()

void dunedaq::dpdklibs::opmon::SourceInfo::clear_failed_to_send_daq_payloads ( )
inline

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

266 {
267 _impl_.failed_to_send_daq_payloads_ = ::uint64_t{0u};
268}

◆ clear_leftover_bytes_encountered()

void dunedaq::dpdklibs::opmon::SourceInfo::clear_leftover_bytes_encountered ( )
inline

Definition at line 288 of file SourceModel.pb.h.

288 {
289 _impl_.leftover_bytes_encountered_ = ::uint64_t{0u};
290}

◆ CopyFrom()

void dunedaq::dpdklibs::opmon::SourceInfo::CopyFrom ( const SourceInfo & from)

Definition at line 287 of file SourceModel.pb.cc.

287 {
288// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dpdklibs.opmon.SourceInfo)
289 if (&from == this) return;
290 Clear();
291 MergeFrom(from);
292}
void MergeFrom(const SourceInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const SourceInfo & dunedaq::dpdklibs::opmon::SourceInfo::default_instance ( )
inlinestatic

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

127 {
129 }
static const SourceInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::SourceInfo::descriptor ( )
inlinestatic

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

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

◆ failed_to_send_daq_payloads()

uint64_t dunedaq::dpdklibs::opmon::SourceInfo::failed_to_send_daq_payloads ( ) const
inline

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

269 {
270 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.SourceInfo.failed_to_send_daq_payloads)
272}

◆ FullMessageName()

::absl::string_view dunedaq::dpdklibs::opmon::SourceInfo::FullMessageName ( )
inlinestaticprivate

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

190 {
191 return "dunedaq.dpdklibs.opmon.SourceInfo";
192 }

◆ GetCachedSize()

int dunedaq::dpdklibs::opmon::SourceInfo::GetCachedSize ( ) const
inlinefinal

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

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dpdklibs::opmon::SourceInfo::GetClassData ( ) const
final

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

267{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::SourceInfo::GetDescriptor ( )
inlinestatic

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

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

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dpdklibs::opmon::SourceInfo::GetMetadata ( ) const
final

Definition at line 309 of file SourceModel.pb.cc.

309 {
310 return ::_pbi::AssignDescriptors(
313}
::_pb::Metadata file_level_metadata_dpdklibs_2fopmon_2fSourceModel_2eproto[1]
::absl::once_flag descriptor_table_dpdklibs_2fopmon_2fSourceModel_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dpdklibs_2fopmon_2fSourceModel_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dpdklibs::opmon::SourceInfo::GetReflection ( )
inlinestatic

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

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

◆ internal_default_instance()

static const SourceInfo * dunedaq::dpdklibs::opmon::SourceInfo::internal_default_instance ( )
inlinestatic

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

130 {
131 return reinterpret_cast<const SourceInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SourceInfoDefaultTypeInternal _SourceInfo_default_instance_

◆ InternalSwap()

void dunedaq::dpdklibs::opmon::SourceInfo::InternalSwap ( SourceInfo * other)
private

Definition at line 298 of file SourceModel.pb.cc.

298 {
299 using std::swap;
300 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
301 ::google::protobuf::internal::memswap<
302 PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.leftover_bytes_encountered_)
304 - PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.failed_to_send_daq_payloads_)>(
305 reinterpret_cast<char*>(&_impl_.failed_to_send_daq_payloads_),
306 reinterpret_cast<char*>(&other->_impl_.failed_to_send_daq_payloads_));
307}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dpdklibs::opmon::SourceInfo::IsInitialized ( ) const
final

Definition at line 294 of file SourceModel.pb.cc.

294 {
295 return true;
296}

◆ leftover_bytes_encountered()

uint64_t dunedaq::dpdklibs::opmon::SourceInfo::leftover_bytes_encountered ( ) const
inline

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

291 {
292 // @@protoc_insertion_point(field_get:dunedaq.dpdklibs.opmon.SourceInfo.leftover_bytes_encountered)
294}

◆ MergeFrom()

void dunedaq::dpdklibs::opmon::SourceInfo::MergeFrom ( const SourceInfo & from)
inline

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

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

◆ MergeImpl()

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

Definition at line 270 of file SourceModel.pb.cc.

270 {
271 auto* const _this = static_cast<SourceInfo*>(&to_msg);
272 auto& from = static_cast<const SourceInfo&>(from_msg);
273 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dpdklibs.opmon.SourceInfo)
274 ABSL_DCHECK_NE(&from, _this);
275 ::uint32_t cached_has_bits = 0;
276 (void) cached_has_bits;
277
278 if (from._internal_failed_to_send_daq_payloads() != 0) {
279 _this->_internal_set_failed_to_send_daq_payloads(from._internal_failed_to_send_daq_payloads());
280 }
281 if (from._internal_leftover_bytes_encountered() != 0) {
282 _this->_internal_set_leftover_bytes_encountered(from._internal_leftover_bytes_encountered());
283 }
284 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
285}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dpdklibs::opmon::SourceInfo::mutable_unknown_fields ( )
inline

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

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

◆ New()

SourceInfo * dunedaq::dpdklibs::opmon::SourceInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

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

◆ operator=() [1/2]

SourceInfo & dunedaq::dpdklibs::opmon::SourceInfo::operator= ( const SourceInfo & from)
inline

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

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

◆ operator=() [2/2]

SourceInfo & dunedaq::dpdklibs::opmon::SourceInfo::operator= ( SourceInfo && from)
inlinenoexcept

Definition at line 97 of file SourceModel.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_failed_to_send_daq_payloads()

void dunedaq::dpdklibs::opmon::SourceInfo::set_failed_to_send_daq_payloads ( ::uint64_t value)
inline

Definition at line 273 of file SourceModel.pb.h.

273 {
275 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.SourceInfo.failed_to_send_daq_payloads)
276}
void _internal_set_failed_to_send_daq_payloads(::uint64_t value)

◆ set_leftover_bytes_encountered()

void dunedaq::dpdklibs::opmon::SourceInfo::set_leftover_bytes_encountered ( ::uint64_t value)
inline

Definition at line 295 of file SourceModel.pb.h.

295 {
297 // @@protoc_insertion_point(field_set:dunedaq.dpdklibs.opmon.SourceInfo.leftover_bytes_encountered)
298}
void _internal_set_leftover_bytes_encountered(::uint64_t value)

◆ SetCachedSize()

void dunedaq::dpdklibs::opmon::SourceInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 151 of file SourceModel.pb.cc.

151 {
153}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dpdklibs::opmon::SourceInfo::SharedCtor ( ::google::protobuf::Arena * arena)
private

◆ SharedDtor()

void dunedaq::dpdklibs::opmon::SourceInfo::SharedDtor ( )
inlineprivate

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

148 {
149 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
150}

◆ Swap()

void dunedaq::dpdklibs::opmon::SourceInfo::Swap ( SourceInfo * other)
inline

Definition at line 140 of file SourceModel.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::dpdklibs::opmon::SourceInfo::unknown_fields ( ) const
inline

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

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

◆ UnsafeArenaSwap()

void dunedaq::dpdklibs::opmon::SourceInfo::UnsafeArenaSwap ( SourceInfo * other)
inline

Definition at line 153 of file SourceModel.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 236 of file SourceModel.pb.h.

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

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

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

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

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

Definition at line 234 of file SourceModel.pb.h.

◆ ::TableStruct_dpdklibs_2fopmon_2fSourceModel_2eproto

Definition at line 246 of file SourceModel.pb.h.

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dpdklibs::opmon::SourceInfo::_impl_

Definition at line 245 of file SourceModel.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::dpdklibs::opmon::SourceInfo::_table_
staticprivate

Definition at line 235 of file SourceModel.pb.h.

◆ kIndexInFileMessages

int dunedaq::dpdklibs::opmon::SourceInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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