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

#include <CardControllerWrapper.pb.h>

Inheritance diagram for dunedaq::flxlibs::opmon::LinkInfo:
[legend]
Collaboration diagram for dunedaq::flxlibs::opmon::LinkInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kEnabledFieldNumber = 1 , kAlignedFieldNumber = 2 }
 

Public Member Functions

 LinkInfo ()
 
 ~LinkInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR LinkInfo (::google::protobuf::internal::ConstantInitialized)
 
 LinkInfo (const LinkInfo &from)
 
 LinkInfo (LinkInfo &&from) noexcept
 
LinkInfooperator= (const LinkInfo &from)
 
LinkInfooperator= (LinkInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LinkInfo *other)
 
void UnsafeArenaSwap (LinkInfo *other)
 
LinkInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const LinkInfo &from)
 
void MergeFrom (const LinkInfo &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_enabled ()
 
bool enabled () const
 
void set_enabled (bool value)
 
void clear_aligned ()
 
bool aligned () const
 
void set_aligned (bool 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 LinkInfodefault_instance ()
 
static const LinkInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LinkInfo (::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 (LinkInfo *other)
 
bool _internal_enabled () const
 
void _internal_set_enabled (bool value)
 
bool _internal_aligned () const
 
void _internal_set_aligned (bool 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_flxlibs_2fopmon_2fCardControllerWrapper_2eproto
 
void swap (LinkInfo &a, LinkInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEnabledFieldNumber 
kAlignedFieldNumber 

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

Constructor & Destructor Documentation

◆ LinkInfo() [1/5]

dunedaq::flxlibs::opmon::LinkInfo::LinkInfo ( )
inline

◆ ~LinkInfo()

dunedaq::flxlibs::opmon::LinkInfo::~LinkInfo ( )
override

Definition at line 142 of file CardControllerWrapper.pb.cc.

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

◆ LinkInfo() [2/5]

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

◆ LinkInfo() [3/5]

dunedaq::flxlibs::opmon::LinkInfo::LinkInfo ( const LinkInfo & from)

Definition at line 128 of file CardControllerWrapper.pb.cc.

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

◆ LinkInfo() [4/5]

dunedaq::flxlibs::opmon::LinkInfo::LinkInfo ( LinkInfo && from)
inlinenoexcept

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

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

◆ LinkInfo() [5/5]

dunedaq::flxlibs::opmon::LinkInfo::LinkInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 123 of file CardControllerWrapper.pb.cc.

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

Member Function Documentation

◆ _internal_aligned()

bool dunedaq::flxlibs::opmon::LinkInfo::_internal_aligned ( ) const
inlineprivate

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

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

◆ _internal_enabled()

bool dunedaq::flxlibs::opmon::LinkInfo::_internal_enabled ( ) const
inlineprivate

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

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

◆ _internal_set_aligned()

void dunedaq::flxlibs::opmon::LinkInfo::_internal_set_aligned ( bool value)
inlineprivate

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

303 {
304 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
305 ;
306 _impl_.aligned_ = value;
307}

◆ _internal_set_enabled()

void dunedaq::flxlibs::opmon::LinkInfo::_internal_set_enabled ( bool value)
inlineprivate

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

281 {
282 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
283 ;
284 _impl_.enabled_ = value;
285}

◆ _InternalParse()

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

◆ _InternalSerialize()

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

Definition at line 209 of file CardControllerWrapper.pb.cc.

211 {
212 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.flxlibs.opmon.LinkInfo)
213 ::uint32_t cached_has_bits = 0;
214 (void)cached_has_bits;
215
216 // bool enabled = 1;
217 if (this->_internal_enabled() != 0) {
218 target = stream->EnsureSpace(target);
219 target = ::_pbi::WireFormatLite::WriteBoolToArray(
220 1, this->_internal_enabled(), target);
221 }
222
223 // bool aligned = 2;
224 if (this->_internal_aligned() != 0) {
225 target = stream->EnsureSpace(target);
226 target = ::_pbi::WireFormatLite::WriteBoolToArray(
227 2, this->_internal_aligned(), target);
228 }
229
230 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
231 target =
232 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
233 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
234 }
235 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.flxlibs.opmon.LinkInfo)
236 return target;
237}

◆ aligned()

bool dunedaq::flxlibs::opmon::LinkInfo::aligned ( ) const
inline

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

291 {
292 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.LinkInfo.aligned)
293 return _internal_aligned();
294}

◆ ByteSizeLong()

size_t dunedaq::flxlibs::opmon::LinkInfo::ByteSizeLong ( ) const
final

Definition at line 239 of file CardControllerWrapper.pb.cc.

239 {
240// @@protoc_insertion_point(message_byte_size_start:dunedaq.flxlibs.opmon.LinkInfo)
241 ::size_t total_size = 0;
242
243 ::uint32_t cached_has_bits = 0;
244 // Prevent compiler warnings about cached_has_bits being unused
245 (void) cached_has_bits;
246
247 // bool enabled = 1;
248 if (this->_internal_enabled() != 0) {
249 total_size += 2;
250 }
251
252 // bool aligned = 2;
253 if (this->_internal_aligned() != 0) {
254 total_size += 2;
255 }
256
257 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
258}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::flxlibs::opmon::LinkInfo::Clear ( )
final

Definition at line 154 of file CardControllerWrapper.pb.cc.

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

◆ clear_aligned()

void dunedaq::flxlibs::opmon::LinkInfo::clear_aligned ( )
inline

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

288 {
289 _impl_.aligned_ = false;
290}

◆ clear_enabled()

void dunedaq::flxlibs::opmon::LinkInfo::clear_enabled ( )
inline

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

266 {
267 _impl_.enabled_ = false;
268}

◆ CopyFrom()

void dunedaq::flxlibs::opmon::LinkInfo::CopyFrom ( const LinkInfo & from)

Definition at line 284 of file CardControllerWrapper.pb.cc.

284 {
285// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.flxlibs.opmon.LinkInfo)
286 if (&from == this) return;
287 Clear();
288 MergeFrom(from);
289}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const LinkInfo & dunedaq::flxlibs::opmon::LinkInfo::default_instance ( )
inlinestatic

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

127 {
129 }
static const LinkInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::flxlibs::opmon::LinkInfo::descriptor ( )
inlinestatic

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

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

◆ enabled()

bool dunedaq::flxlibs::opmon::LinkInfo::enabled ( ) const
inline

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

269 {
270 // @@protoc_insertion_point(field_get:dunedaq.flxlibs.opmon.LinkInfo.enabled)
271 return _internal_enabled();
272}

◆ FullMessageName()

::absl::string_view dunedaq::flxlibs::opmon::LinkInfo::FullMessageName ( )
inlinestaticprivate

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

190 {
191 return "dunedaq.flxlibs.opmon.LinkInfo";
192 }

◆ GetCachedSize()

int dunedaq::flxlibs::opmon::LinkInfo::GetCachedSize ( ) const
inlinefinal

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

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::flxlibs::opmon::LinkInfo::GetClassData ( ) const
final

Definition at line 264 of file CardControllerWrapper.pb.cc.

264{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::flxlibs::opmon::LinkInfo::GetDescriptor ( )
inlinestatic

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

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

◆ GetMetadata()

google::protobuf::Metadata dunedaq::flxlibs::opmon::LinkInfo::GetMetadata ( ) const
final

Definition at line 306 of file CardControllerWrapper.pb.cc.

306 {
307 return ::_pbi::AssignDescriptors(
310}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_flxlibs_2fopmon_2fCardControllerWrapper_2eproto_getter()
::_pb::Metadata file_level_metadata_flxlibs_2fopmon_2fCardControllerWrapper_2eproto[1]
::absl::once_flag descriptor_table_flxlibs_2fopmon_2fCardControllerWrapper_2eproto_once

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::flxlibs::opmon::LinkInfo::GetReflection ( )
inlinestatic

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

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

◆ internal_default_instance()

static const LinkInfo * dunedaq::flxlibs::opmon::LinkInfo::internal_default_instance ( )
inlinestatic

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

130 {
131 return reinterpret_cast<const LinkInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LinkInfoDefaultTypeInternal _LinkInfo_default_instance_

◆ InternalSwap()

void dunedaq::flxlibs::opmon::LinkInfo::InternalSwap ( LinkInfo * other)
private

Definition at line 295 of file CardControllerWrapper.pb.cc.

295 {
296 using std::swap;
297 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
298 ::google::protobuf::internal::memswap<
299 PROTOBUF_FIELD_OFFSET(LinkInfo, _impl_.aligned_)
300 + sizeof(LinkInfo::_impl_.aligned_)
301 - PROTOBUF_FIELD_OFFSET(LinkInfo, _impl_.enabled_)>(
302 reinterpret_cast<char*>(&_impl_.enabled_),
303 reinterpret_cast<char*>(&other->_impl_.enabled_));
304}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::flxlibs::opmon::LinkInfo::IsInitialized ( ) const
final

Definition at line 291 of file CardControllerWrapper.pb.cc.

291 {
292 return true;
293}

◆ MergeFrom()

void dunedaq::flxlibs::opmon::LinkInfo::MergeFrom ( const LinkInfo & from)
inline

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

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

◆ MergeImpl()

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

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

267 {
268 auto* const _this = static_cast<LinkInfo*>(&to_msg);
269 auto& from = static_cast<const LinkInfo&>(from_msg);
270 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.flxlibs.opmon.LinkInfo)
271 ABSL_DCHECK_NE(&from, _this);
272 ::uint32_t cached_has_bits = 0;
273 (void) cached_has_bits;
274
275 if (from._internal_enabled() != 0) {
276 _this->_internal_set_enabled(from._internal_enabled());
277 }
278 if (from._internal_aligned() != 0) {
279 _this->_internal_set_aligned(from._internal_aligned());
280 }
281 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
282}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::flxlibs::opmon::LinkInfo::mutable_unknown_fields ( )
inline

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

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

◆ New()

LinkInfo * dunedaq::flxlibs::opmon::LinkInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

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

◆ operator=() [1/2]

LinkInfo & dunedaq::flxlibs::opmon::LinkInfo::operator= ( const LinkInfo & from)
inline

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

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

◆ operator=() [2/2]

LinkInfo & dunedaq::flxlibs::opmon::LinkInfo::operator= ( LinkInfo && from)
inlinenoexcept

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

void dunedaq::flxlibs::opmon::LinkInfo::set_aligned ( bool value)
inline

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

295 {
297 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.LinkInfo.aligned)
298}

◆ set_enabled()

void dunedaq::flxlibs::opmon::LinkInfo::set_enabled ( bool value)
inline

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

273 {
275 // @@protoc_insertion_point(field_set:dunedaq.flxlibs.opmon.LinkInfo.enabled)
276}

◆ SetCachedSize()

void dunedaq::flxlibs::opmon::LinkInfo::SetCachedSize ( int size) const
finalprivate

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

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

◆ SharedCtor()

void dunedaq::flxlibs::opmon::LinkInfo::SharedCtor ( ::google::protobuf::Arena * arena)
private

◆ SharedDtor()

void dunedaq::flxlibs::opmon::LinkInfo::SharedDtor ( )
inlineprivate

Definition at line 147 of file CardControllerWrapper.pb.cc.

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

◆ Swap()

void dunedaq::flxlibs::opmon::LinkInfo::Swap ( LinkInfo * other)
inline

Definition at line 140 of file CardControllerWrapper.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::flxlibs::opmon::LinkInfo::unknown_fields ( ) const
inline

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

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

◆ UnsafeArenaSwap()

void dunedaq::flxlibs::opmon::LinkInfo::UnsafeArenaSwap ( LinkInfo * other)
inline

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

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

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

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

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

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

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

◆ ::TableStruct_flxlibs_2fopmon_2fCardControllerWrapper_2eproto

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::flxlibs::opmon::LinkInfo::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int dunedaq::flxlibs::opmon::LinkInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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