#include <CardControllerWrapper.pb.h>
|
| LinkInfo (::google::protobuf::Arena *arena) |
|
|
static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
|
::absl::string_view | FullMessageName () |
|
|
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > | _table_ |
|
Definition at line 79 of file CardControllerWrapper.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ LinkInfo() [1/5]
dunedaq::flxlibs::opmon::LinkInfo::LinkInfo |
( |
| ) |
|
|
inline |
◆ ~LinkInfo()
dunedaq::flxlibs::opmon::LinkInfo::~LinkInfo |
( |
| ) |
|
|
override |
◆ 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
133}
◆ LinkInfo() [4/5]
dunedaq::flxlibs::opmon::LinkInfo::LinkInfo |
( |
LinkInfo && | from | ) |
|
|
inlinenoexcept |
◆ 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) {
126
127}
void SharedCtor(::google::protobuf::Arena *arena)
◆ _internal_aligned()
bool dunedaq::flxlibs::opmon::LinkInfo::_internal_aligned |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_enabled()
bool dunedaq::flxlibs::opmon::LinkInfo::_internal_enabled |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_aligned()
void dunedaq::flxlibs::opmon::LinkInfo::_internal_set_aligned |
( |
bool | value | ) |
|
|
inlineprivate |
◆ _internal_set_enabled()
void dunedaq::flxlibs::opmon::LinkInfo::_internal_set_enabled |
( |
bool | value | ) |
|
|
inlineprivate |
◆ _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
213 ::uint32_t cached_has_bits = 0;
214 (void)cached_has_bits;
215
216
218 target = stream->EnsureSpace(target);
219 target = ::_pbi::WireFormatLite::WriteBoolToArray(
221 }
222
223
225 target = stream->EnsureSpace(target);
226 target = ::_pbi::WireFormatLite::WriteBoolToArray(
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
236 return target;
237}
bool _internal_enabled() const
bool _internal_aligned() const
◆ aligned()
bool dunedaq::flxlibs::opmon::LinkInfo::aligned |
( |
| ) |
const |
|
inline |
◆ ByteSizeLong()
size_t dunedaq::flxlibs::opmon::LinkInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 239 of file CardControllerWrapper.pb.cc.
239 {
240
241 ::size_t total_size = 0;
242
243 ::uint32_t cached_has_bits = 0;
244
245 (void) cached_has_bits;
246
247
249 total_size += 2;
250 }
251
252
254 total_size += 2;
255 }
256
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
156 ::uint32_t cached_has_bits = 0;
157
158 (void) cached_has_bits;
159
163 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
164}
◆ clear_aligned()
void dunedaq::flxlibs::opmon::LinkInfo::clear_aligned |
( |
| ) |
|
|
inline |
◆ clear_enabled()
void dunedaq::flxlibs::opmon::LinkInfo::clear_enabled |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::flxlibs::opmon::LinkInfo::CopyFrom |
( |
const LinkInfo & | from | ) |
|
Definition at line 284 of file CardControllerWrapper.pb.cc.
284 {
285
286 if (&from == this) return;
289}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const LinkInfo &from)
◆ default_instance()
static const LinkInfo & dunedaq::flxlibs::opmon::LinkInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::flxlibs::opmon::LinkInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ enabled()
bool dunedaq::flxlibs::opmon::LinkInfo::enabled |
( |
| ) |
const |
|
inline |
◆ FullMessageName()
::absl::string_view dunedaq::flxlibs::opmon::LinkInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
int dunedaq::flxlibs::opmon::LinkInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::flxlibs::opmon::LinkInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::flxlibs::opmon::LinkInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 121 of file CardControllerWrapper.pb.h.
121 {
123 }
static const LinkInfo & default_instance()
::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 |
◆ 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<
303 reinterpret_cast<char*>(&other->_impl_.enabled_));
304}
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::flxlibs::opmon::LinkInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::flxlibs::opmon::LinkInfo::MergeFrom |
( |
const LinkInfo & | from | ) |
|
|
inline |
Definition at line 167 of file CardControllerWrapper.pb.h.
167 {
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
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 |
◆ operator=() [1/2]
LinkInfo & dunedaq::flxlibs::opmon::LinkInfo::operator= |
( |
const LinkInfo & | from | ) |
|
|
inline |
◆ operator=() [2/2]
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
103 ) {
105 } else {
107 }
108 return *this;
109 }
void InternalSwap(LinkInfo *other)
◆ set_aligned()
void dunedaq::flxlibs::opmon::LinkInfo::set_aligned |
( |
bool | value | ) |
|
|
inline |
◆ set_enabled()
void dunedaq::flxlibs::opmon::LinkInfo::set_enabled |
( |
bool | value | ) |
|
|
inline |
◆ 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 |
◆ 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
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif
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());
157 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_flxlibs_2fopmon_2fCardControllerWrapper_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::flxlibs::opmon::LinkInfo::_class_data_ |
|
static |
◆ _impl_
Impl_ dunedaq::flxlibs::opmon::LinkInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::flxlibs::opmon::LinkInfo::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
int dunedaq::flxlibs::opmon::LinkInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: