Ignition Msgs

API Reference

5.8.1
performance_sensor_metrics.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/performance_sensor_metrics.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3019000 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
50 namespace internal {
51 class AnyMetadata;
52 } // namespace internal
53 PROTOBUF_NAMESPACE_CLOSE
54 
55 // Internal implementation detail -- do not use these members.
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65  static const uint32_t offsets[];
66 };
67 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class PerformanceSensorMetrics;
71 struct PerformanceSensorMetricsDefaultTypeInternal;
72 IGNITION_MSGS_VISIBLE extern PerformanceSensorMetricsDefaultTypeInternal _PerformanceSensorMetrics_default_instance_;
73 } // namespace msgs
74 } // namespace ignition
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::PerformanceSensorMetrics* Arena::CreateMaybeMessage<::ignition::msgs::PerformanceSensorMetrics>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace ignition {
79 namespace msgs {
80 
81 // ===================================================================
82 
83 class IGNITION_MSGS_VISIBLE PerformanceSensorMetrics final :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PerformanceSensorMetrics) */ {
85  public:
88  explicit constexpr PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
89 
93  *this = ::std::move(from);
94  }
95 
97  CopyFrom(from);
98  return *this;
99  }
101  if (this == &from) return *this;
102  if (GetOwningArena() == from.GetOwningArena()
103  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104  && GetOwningArena() != nullptr
105  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
106  ) {
107  InternalSwap(&from);
108  } else {
109  CopyFrom(from);
110  }
111  return *this;
112  }
113 
114  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
115  return GetDescriptor();
116  }
117  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
118  return default_instance().GetMetadata().descriptor;
119  }
120  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
121  return default_instance().GetMetadata().reflection;
122  }
124  return *internal_default_instance();
125  }
127  return reinterpret_cast<const PerformanceSensorMetrics*>(
129  }
130  static constexpr int kIndexInFileMessages =
131  0;
132 
134  a.Swap(&b);
135  }
136  inline void Swap(PerformanceSensorMetrics* other) {
137  if (other == this) return;
138  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
139  if (GetOwningArena() != nullptr &&
140  GetOwningArena() == other->GetOwningArena()) {
141  #else // PROTOBUF_FORCE_COPY_IN_SWAP
142  if (GetOwningArena() == other->GetOwningArena()) {
143  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
144  InternalSwap(other);
145  } else {
146  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
147  }
148  }
150  if (other == this) return;
151  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
152  InternalSwap(other);
153  }
154 
155  // implements Message ----------------------------------------------
156 
157  PerformanceSensorMetrics* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
158  return CreateMaybeMessage<PerformanceSensorMetrics>(arena);
159  }
160  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164  private:
165  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
166  public:
167  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
168  bool IsInitialized() const final;
169 
170  size_t ByteSizeLong() const final;
171  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
172  uint8_t* _InternalSerialize(
173  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
174  int GetCachedSize() const final { return _cached_size_.Get(); }
175 
176  private:
177  void SharedCtor();
178  void SharedDtor();
179  void SetCachedSize(int size) const final;
180  void InternalSwap(PerformanceSensorMetrics* other);
181 
182  private:
183  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
184  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
185  return "ignition.msgs.PerformanceSensorMetrics";
186  }
187  protected:
188  explicit PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::Arena* arena,
189  bool is_message_owned = false);
190  private:
191  static void ArenaDtor(void* object);
192  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
193  public:
194 
195  static const ClassData _class_data_;
196  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
197 
198  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
199 
200  // nested types ----------------------------------------------------
201 
202  // accessors -------------------------------------------------------
203 
204  enum : int {
205  kNameFieldNumber = 1,
206  kFpsOptionalFieldNumber = 5,
207  kRealUpdateRateFieldNumber = 2,
208  kSimUpdateRateFieldNumber = 3,
209  kNominalUpdateRateFieldNumber = 4,
210  };
211  // string name = 1;
212  void clear_name();
213  const std::string& name() const;
214  template <typename ArgT0 = const std::string&, typename... ArgT>
215  void set_name(ArgT0&& arg0, ArgT... args);
216  std::string* mutable_name();
217  PROTOBUF_NODISCARD std::string* release_name();
218  void set_allocated_name(std::string* name);
219  private:
220  const std::string& _internal_name() const;
221  inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
222  std::string* _internal_mutable_name();
223  public:
224 
225  // .ignition.msgs.Double fps_optional = 5;
226  bool has_fps_optional() const;
227  private:
228  bool _internal_has_fps_optional() const;
229  public:
231  const ::ignition::msgs::Double& fps_optional() const;
232  PROTOBUF_NODISCARD ::ignition::msgs::Double* release_fps_optional();
233  ::ignition::msgs::Double* mutable_fps_optional();
234  void set_allocated_fps_optional(::ignition::msgs::Double* fps_optional);
235  private:
236  const ::ignition::msgs::Double& _internal_fps_optional() const;
237  ::ignition::msgs::Double* _internal_mutable_fps_optional();
238  public:
239  void unsafe_arena_set_allocated_fps_optional(
240  ::ignition::msgs::Double* fps_optional);
241  ::ignition::msgs::Double* unsafe_arena_release_fps_optional();
242 
243  // double real_update_rate = 2;
244  void clear_real_update_rate();
245  double real_update_rate() const;
246  void set_real_update_rate(double value);
247  private:
248  double _internal_real_update_rate() const;
249  void _internal_set_real_update_rate(double value);
250  public:
251 
252  // double sim_update_rate = 3;
253  void clear_sim_update_rate();
254  double sim_update_rate() const;
255  void set_sim_update_rate(double value);
256  private:
257  double _internal_sim_update_rate() const;
258  void _internal_set_sim_update_rate(double value);
259  public:
260 
261  // double nominal_update_rate = 4;
262  void clear_nominal_update_rate();
263  double nominal_update_rate() const;
264  void set_nominal_update_rate(double value);
265  private:
266  double _internal_nominal_update_rate() const;
267  void _internal_set_nominal_update_rate(double value);
268  public:
269 
270  // @@protoc_insertion_point(class_scope:ignition.msgs.PerformanceSensorMetrics)
271  private:
272  class _Internal;
273 
274  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
275  typedef void InternalArenaConstructable_;
276  typedef void DestructorSkippable_;
277  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
278  ::ignition::msgs::Double* fps_optional_;
279  double real_update_rate_;
280  double sim_update_rate_;
281  double nominal_update_rate_;
282  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
283  friend struct ::TableStruct_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto;
284 };
285 // ===================================================================
286 
287 
288 // ===================================================================
289 
290 #ifdef __GNUC__
291  #pragma GCC diagnostic push
292  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
293 #endif // __GNUC__
294 // PerformanceSensorMetrics
295 
296 // string name = 1;
298  name_.ClearToEmpty();
299 }
301  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.name)
302  return _internal_name();
303 }
304 template <typename ArgT0, typename... ArgT>
305 inline PROTOBUF_ALWAYS_INLINE
306 void PerformanceSensorMetrics::set_name(ArgT0&& arg0, ArgT... args) {
307 
308  name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
309  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.name)
310 }
312  std::string* _s = _internal_mutable_name();
313  // @@protoc_insertion_point(field_mutable:ignition.msgs.PerformanceSensorMetrics.name)
314  return _s;
315 }
316 inline const std::string& PerformanceSensorMetrics::_internal_name() const {
317  return name_.Get();
318 }
319 inline void PerformanceSensorMetrics::_internal_set_name(const std::string& value) {
320 
321  name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
322 }
323 inline std::string* PerformanceSensorMetrics::_internal_mutable_name() {
324 
325  return name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
326 }
328  // @@protoc_insertion_point(field_release:ignition.msgs.PerformanceSensorMetrics.name)
329  return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
330 }
332  if (name != nullptr) {
333 
334  } else {
335 
336  }
337  name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
338  GetArenaForAllocation());
339 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
340  if (name_.IsDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited())) {
341  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
342  }
343 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
344  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PerformanceSensorMetrics.name)
345 }
346 
347 // double real_update_rate = 2;
349  real_update_rate_ = 0;
350 }
351 inline double PerformanceSensorMetrics::_internal_real_update_rate() const {
352  return real_update_rate_;
353 }
355  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.real_update_rate)
356  return _internal_real_update_rate();
357 }
358 inline void PerformanceSensorMetrics::_internal_set_real_update_rate(double value) {
359 
360  real_update_rate_ = value;
361 }
363  _internal_set_real_update_rate(value);
364  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.real_update_rate)
365 }
366 
367 // double sim_update_rate = 3;
369  sim_update_rate_ = 0;
370 }
371 inline double PerformanceSensorMetrics::_internal_sim_update_rate() const {
372  return sim_update_rate_;
373 }
375  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.sim_update_rate)
376  return _internal_sim_update_rate();
377 }
378 inline void PerformanceSensorMetrics::_internal_set_sim_update_rate(double value) {
379 
380  sim_update_rate_ = value;
381 }
383  _internal_set_sim_update_rate(value);
384  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.sim_update_rate)
385 }
386 
387 // double nominal_update_rate = 4;
389  nominal_update_rate_ = 0;
390 }
391 inline double PerformanceSensorMetrics::_internal_nominal_update_rate() const {
392  return nominal_update_rate_;
393 }
395  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.nominal_update_rate)
396  return _internal_nominal_update_rate();
397 }
398 inline void PerformanceSensorMetrics::_internal_set_nominal_update_rate(double value) {
399 
400  nominal_update_rate_ = value;
401 }
403  _internal_set_nominal_update_rate(value);
404  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.nominal_update_rate)
405 }
406 
407 // .ignition.msgs.Double fps_optional = 5;
408 inline bool PerformanceSensorMetrics::_internal_has_fps_optional() const {
409  return this != internal_default_instance() && fps_optional_ != nullptr;
410 }
412  return _internal_has_fps_optional();
413 }
414 inline const ::ignition::msgs::Double& PerformanceSensorMetrics::_internal_fps_optional() const {
415  const ::ignition::msgs::Double* p = fps_optional_;
416  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Double&>(
418 }
419 inline const ::ignition::msgs::Double& PerformanceSensorMetrics::fps_optional() const {
420  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.fps_optional)
421  return _internal_fps_optional();
422 }
424  ::ignition::msgs::Double* fps_optional) {
425  if (GetArenaForAllocation() == nullptr) {
426  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional_);
427  }
428  fps_optional_ = fps_optional;
429  if (fps_optional) {
430 
431  } else {
432 
433  }
434  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PerformanceSensorMetrics.fps_optional)
435 }
436 inline ::ignition::msgs::Double* PerformanceSensorMetrics::release_fps_optional() {
437 
438  ::ignition::msgs::Double* temp = fps_optional_;
439  fps_optional_ = nullptr;
440 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
441  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
442  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
443  if (GetArenaForAllocation() == nullptr) { delete old; }
444 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
445  if (GetArenaForAllocation() != nullptr) {
446  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
447  }
448 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
449  return temp;
450 }
452  // @@protoc_insertion_point(field_release:ignition.msgs.PerformanceSensorMetrics.fps_optional)
453 
454  ::ignition::msgs::Double* temp = fps_optional_;
455  fps_optional_ = nullptr;
456  return temp;
457 }
458 inline ::ignition::msgs::Double* PerformanceSensorMetrics::_internal_mutable_fps_optional() {
459 
460  if (fps_optional_ == nullptr) {
461  auto* p = CreateMaybeMessage<::ignition::msgs::Double>(GetArenaForAllocation());
462  fps_optional_ = p;
463  }
464  return fps_optional_;
465 }
466 inline ::ignition::msgs::Double* PerformanceSensorMetrics::mutable_fps_optional() {
467  ::ignition::msgs::Double* _msg = _internal_mutable_fps_optional();
468  // @@protoc_insertion_point(field_mutable:ignition.msgs.PerformanceSensorMetrics.fps_optional)
469  return _msg;
470 }
472  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
473  if (message_arena == nullptr) {
474  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional_);
475  }
476  if (fps_optional) {
477  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
478  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
479  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
480  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional));
481  if (message_arena != submessage_arena) {
482  fps_optional = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
483  message_arena, fps_optional, submessage_arena);
484  }
485 
486  } else {
487 
488  }
489  fps_optional_ = fps_optional;
490  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PerformanceSensorMetrics.fps_optional)
491 }
492 
493 #ifdef __GNUC__
494  #pragma GCC diagnostic pop
495 #endif // __GNUC__
496 
501 // @@protoc_insertion_point(namespace_scope)
502 
503 } // namespace msgs
504 } // namespace ignition
505 
506 #ifdef _MSC_VER
507 #pragma warning(pop)
508 #endif
509 // @@protoc_insertion_point(global_scope)
510 
511 #include <google/protobuf/port_undef.inc>
512 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
Definition: double.pb.h:84
Definition: performance_sensor_metrics.pb.h:84
static const PerformanceSensorMetrics & default_instance()
Definition: performance_sensor_metrics.pb.h:123
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: performance_sensor_metrics.pb.h:120
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PROTOBUF_NODISCARD std::string * release_name()
Definition: performance_sensor_metrics.pb.h:327
PerformanceSensorMetrics()
Definition: performance_sensor_metrics.pb.h:86
const std::string & name() const
Definition: performance_sensor_metrics.pb.h:300
::ignition::msgs::Double * mutable_fps_optional()
Definition: performance_sensor_metrics.pb.h:466
void clear_real_update_rate()
Definition: performance_sensor_metrics.pb.h:348
void set_real_update_rate(double value)
Definition: performance_sensor_metrics.pb.h:362
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: performance_sensor_metrics.pb.h:114
bool has_fps_optional() const
Definition: performance_sensor_metrics.pb.h:411
PerformanceSensorMetrics * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: performance_sensor_metrics.pb.h:157
void clear_name()
Definition: performance_sensor_metrics.pb.h:297
PROTOBUF_NODISCARD ::ignition::msgs::Double * release_fps_optional()
Definition: performance_sensor_metrics.pb.h:436
PerformanceSensorMetrics & operator=(PerformanceSensorMetrics &&from) noexcept
Definition: performance_sensor_metrics.pb.h:100
PerformanceSensorMetrics(PerformanceSensorMetrics &&from) noexcept
Definition: performance_sensor_metrics.pb.h:91
friend void swap(PerformanceSensorMetrics &a, PerformanceSensorMetrics &b)
Definition: performance_sensor_metrics.pb.h:133
static const PerformanceSensorMetrics * internal_default_instance()
Definition: performance_sensor_metrics.pb.h:126
double nominal_update_rate() const
Definition: performance_sensor_metrics.pb.h:394
::ignition::msgs::Double * unsafe_arena_release_fps_optional()
Definition: performance_sensor_metrics.pb.h:451
void set_allocated_fps_optional(::ignition::msgs::Double *fps_optional)
Definition: performance_sensor_metrics.pb.h:471
void set_name(ArgT0 &&arg0, ArgT... args)
constexpr PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
double sim_update_rate() const
Definition: performance_sensor_metrics.pb.h:374
void clear_nominal_update_rate()
Definition: performance_sensor_metrics.pb.h:388
const ::ignition::msgs::Double & fps_optional() const
Definition: performance_sensor_metrics.pb.h:419
void set_sim_update_rate(double value)
Definition: performance_sensor_metrics.pb.h:382
void set_nominal_update_rate(double value)
Definition: performance_sensor_metrics.pb.h:402
PerformanceSensorMetrics & operator=(const PerformanceSensorMetrics &from)
Definition: performance_sensor_metrics.pb.h:96
void unsafe_arena_set_allocated_fps_optional(::ignition::msgs::Double *fps_optional)
Definition: performance_sensor_metrics.pb.h:423
void CopyFrom(const PerformanceSensorMetrics &from)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: performance_sensor_metrics.pb.h:117
std::string * mutable_name()
Definition: performance_sensor_metrics.pb.h:311
PerformanceSensorMetrics(const PerformanceSensorMetrics &from)
void UnsafeArenaSwap(PerformanceSensorMetrics *other)
Definition: performance_sensor_metrics.pb.h:149
static const ClassData _class_data_
Definition: performance_sensor_metrics.pb.h:195
void clear_sim_update_rate()
Definition: performance_sensor_metrics.pb.h:368
void set_allocated_name(std::string *name)
Definition: performance_sensor_metrics.pb.h:331
double real_update_rate() const
Definition: performance_sensor_metrics.pb.h:354
void Swap(PerformanceSensorMetrics *other)
Definition: performance_sensor_metrics.pb.h:136
void MergeFrom(const PerformanceSensorMetrics &from)
std::shared_ptr< PerformanceSensorMetrics > PerformanceSensorMetricsSharedPtr
Definition: performance_sensor_metrics.pb.h:499
std::unique_ptr< PerformanceSensorMetrics > PerformanceSensorMetricsUniquePtr
Definition: performance_sensor_metrics.pb.h:497
IGNITION_MSGS_VISIBLE PerformanceSensorMetricsDefaultTypeInternal _PerformanceSensorMetrics_default_instance_
std::shared_ptr< const PerformanceSensorMetrics > ConstPerformanceSensorMetricsSharedPtr
Definition: performance_sensor_metrics.pb.h:500
IGNITION_MSGS_VISIBLE DoubleDefaultTypeInternal _Double_default_instance_
std::unique_ptr< const PerformanceSensorMetrics > ConstPerformanceSensorMetricsUniquePtr
Definition: performance_sensor_metrics.pb.h:498
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
Definition: performance_sensor_metrics.pb.h:56
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)