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 < 3014000
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 3014000 < 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 ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
66 };
67 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class PerformanceSensorMetrics;
71 class 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 PROTOBUF_FINAL :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PerformanceSensorMetrics) */ {
85  public:
86  inline PerformanceSensorMetrics() : PerformanceSensorMetrics(nullptr) {}
88 
89  PerformanceSensorMetrics(const PerformanceSensorMetrics& from);
90  PerformanceSensorMetrics(PerformanceSensorMetrics&& from) noexcept
91  : PerformanceSensorMetrics() {
92  *this = ::std::move(from);
93  }
94 
95  inline PerformanceSensorMetrics& operator=(const PerformanceSensorMetrics& from) {
96  CopyFrom(from);
97  return *this;
98  }
99  inline PerformanceSensorMetrics& operator=(PerformanceSensorMetrics&& from) noexcept {
100  if (GetArena() == from.GetArena()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107 
108  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
109  return GetDescriptor();
110  }
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
112  return GetMetadataStatic().descriptor;
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
115  return GetMetadataStatic().reflection;
116  }
117  static const PerformanceSensorMetrics& default_instance();
118 
119  static inline const PerformanceSensorMetrics* internal_default_instance() {
120  return reinterpret_cast<const PerformanceSensorMetrics*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  friend void swap(PerformanceSensorMetrics& a, PerformanceSensorMetrics& b) {
127  a.Swap(&b);
128  }
129  inline void Swap(PerformanceSensorMetrics* other) {
130  if (other == this) return;
131  if (GetArena() == other->GetArena()) {
132  InternalSwap(other);
133  } else {
134  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
135  }
136  }
137  void UnsafeArenaSwap(PerformanceSensorMetrics* other) {
138  if (other == this) return;
139  GOOGLE_DCHECK(GetArena() == other->GetArena());
140  InternalSwap(other);
141  }
142 
143  // implements Message ----------------------------------------------
144 
145  inline PerformanceSensorMetrics* New() const final {
146  return CreateMaybeMessage<PerformanceSensorMetrics>(nullptr);
147  }
148 
149  PerformanceSensorMetrics* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
150  return CreateMaybeMessage<PerformanceSensorMetrics>(arena);
151  }
152  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
153  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void CopyFrom(const PerformanceSensorMetrics& from);
155  void MergeFrom(const PerformanceSensorMetrics& from);
156  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
157  bool IsInitialized() const final;
158 
159  size_t ByteSizeLong() const final;
160  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
161  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
162  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
163  int GetCachedSize() const final { return _cached_size_.Get(); }
164 
165  private:
166  inline void SharedCtor();
167  inline void SharedDtor();
168  void SetCachedSize(int size) const final;
169  void InternalSwap(PerformanceSensorMetrics* other);
170  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
171  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
172  return "ignition.msgs.PerformanceSensorMetrics";
173  }
174  protected:
175  explicit PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::Arena* arena);
176  private:
177  static void ArenaDtor(void* object);
178  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  public:
180 
181  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
182  private:
183  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
184  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto);
186  }
187 
188  public:
189 
190  // nested types ----------------------------------------------------
191 
192  // accessors -------------------------------------------------------
193 
194  enum : int {
195  kNameFieldNumber = 1,
196  kFpsOptionalFieldNumber = 5,
197  kRealUpdateRateFieldNumber = 2,
198  kSimUpdateRateFieldNumber = 3,
199  kNominalUpdateRateFieldNumber = 4,
200  };
201  // string name = 1;
202  void clear_name();
203  const std::string& name() const;
204  void set_name(const std::string& value);
205  void set_name(std::string&& value);
206  void set_name(const char* value);
207  void set_name(const char* value, size_t size);
211  private:
212  const std::string& _internal_name() const;
213  void _internal_set_name(const std::string& value);
214  std::string* _internal_mutable_name();
215  public:
216 
217  // .ignition.msgs.Double fps_optional = 5;
218  bool has_fps_optional() const;
219  private:
220  bool _internal_has_fps_optional() const;
221  public:
223  const ::ignition::msgs::Double& fps_optional() const;
224  ::ignition::msgs::Double* release_fps_optional();
225  ::ignition::msgs::Double* mutable_fps_optional();
226  void set_allocated_fps_optional(::ignition::msgs::Double* fps_optional);
227  private:
228  const ::ignition::msgs::Double& _internal_fps_optional() const;
229  ::ignition::msgs::Double* _internal_mutable_fps_optional();
230  public:
232  ::ignition::msgs::Double* fps_optional);
233  ::ignition::msgs::Double* unsafe_arena_release_fps_optional();
234 
235  // double real_update_rate = 2;
237  double real_update_rate() const;
238  void set_real_update_rate(double value);
239  private:
240  double _internal_real_update_rate() const;
241  void _internal_set_real_update_rate(double value);
242  public:
243 
244  // double sim_update_rate = 3;
246  double sim_update_rate() const;
247  void set_sim_update_rate(double value);
248  private:
249  double _internal_sim_update_rate() const;
250  void _internal_set_sim_update_rate(double value);
251  public:
252 
253  // double nominal_update_rate = 4;
255  double nominal_update_rate() const;
256  void set_nominal_update_rate(double value);
257  private:
258  double _internal_nominal_update_rate() const;
259  void _internal_set_nominal_update_rate(double value);
260  public:
261 
262  // @@protoc_insertion_point(class_scope:ignition.msgs.PerformanceSensorMetrics)
263  private:
264  class _Internal;
265 
266  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
267  typedef void InternalArenaConstructable_;
268  typedef void DestructorSkippable_;
269  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
270  ::ignition::msgs::Double* fps_optional_;
271  double real_update_rate_;
272  double sim_update_rate_;
273  double nominal_update_rate_;
274  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
275  friend struct ::TableStruct_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto;
276 };
277 // ===================================================================
278 
279 
280 // ===================================================================
281 
282 #ifdef __GNUC__
283  #pragma GCC diagnostic push
284  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
285 #endif // __GNUC__
286 // PerformanceSensorMetrics
287 
288 // string name = 1;
289 inline void PerformanceSensorMetrics::clear_name() {
290  name_.ClearToEmpty();
291 }
292 inline const std::string& PerformanceSensorMetrics::name() const {
293  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.name)
294  return _internal_name();
295 }
296 inline void PerformanceSensorMetrics::set_name(const std::string& value) {
297  _internal_set_name(value);
298  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.name)
299 }
300 inline std::string* PerformanceSensorMetrics::mutable_name() {
301  // @@protoc_insertion_point(field_mutable:ignition.msgs.PerformanceSensorMetrics.name)
302  return _internal_mutable_name();
303 }
304 inline const std::string& PerformanceSensorMetrics::_internal_name() const {
305  return name_.Get();
306 }
307 inline void PerformanceSensorMetrics::_internal_set_name(const std::string& value) {
308 
309  name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
310 }
311 inline void PerformanceSensorMetrics::set_name(std::string&& value) {
312 
313  name_.Set(
314  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
315  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.PerformanceSensorMetrics.name)
316 }
317 inline void PerformanceSensorMetrics::set_name(const char* value) {
318  GOOGLE_DCHECK(value != nullptr);
319 
320  name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
321  // @@protoc_insertion_point(field_set_char:ignition.msgs.PerformanceSensorMetrics.name)
322 }
323 inline void PerformanceSensorMetrics::set_name(const char* value,
324  size_t size) {
325 
326  name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
327  reinterpret_cast<const char*>(value), size), GetArena());
328  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.PerformanceSensorMetrics.name)
329 }
330 inline std::string* PerformanceSensorMetrics::_internal_mutable_name() {
331 
332  return name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
333 }
334 inline std::string* PerformanceSensorMetrics::release_name() {
335  // @@protoc_insertion_point(field_release:ignition.msgs.PerformanceSensorMetrics.name)
336  return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
337 }
338 inline void PerformanceSensorMetrics::set_allocated_name(std::string* name) {
339  if (name != nullptr) {
340 
341  } else {
342 
343  }
344  name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
345  GetArena());
346  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PerformanceSensorMetrics.name)
347 }
348 
349 // double real_update_rate = 2;
350 inline void PerformanceSensorMetrics::clear_real_update_rate() {
351  real_update_rate_ = 0;
352 }
353 inline double PerformanceSensorMetrics::_internal_real_update_rate() const {
354  return real_update_rate_;
355 }
356 inline double PerformanceSensorMetrics::real_update_rate() const {
357  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.real_update_rate)
358  return _internal_real_update_rate();
359 }
360 inline void PerformanceSensorMetrics::_internal_set_real_update_rate(double value) {
361 
362  real_update_rate_ = value;
363 }
364 inline void PerformanceSensorMetrics::set_real_update_rate(double value) {
365  _internal_set_real_update_rate(value);
366  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.real_update_rate)
367 }
368 
369 // double sim_update_rate = 3;
370 inline void PerformanceSensorMetrics::clear_sim_update_rate() {
371  sim_update_rate_ = 0;
372 }
373 inline double PerformanceSensorMetrics::_internal_sim_update_rate() const {
374  return sim_update_rate_;
375 }
376 inline double PerformanceSensorMetrics::sim_update_rate() const {
377  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.sim_update_rate)
378  return _internal_sim_update_rate();
379 }
380 inline void PerformanceSensorMetrics::_internal_set_sim_update_rate(double value) {
381 
382  sim_update_rate_ = value;
383 }
384 inline void PerformanceSensorMetrics::set_sim_update_rate(double value) {
385  _internal_set_sim_update_rate(value);
386  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.sim_update_rate)
387 }
388 
389 // double nominal_update_rate = 4;
390 inline void PerformanceSensorMetrics::clear_nominal_update_rate() {
391  nominal_update_rate_ = 0;
392 }
393 inline double PerformanceSensorMetrics::_internal_nominal_update_rate() const {
394  return nominal_update_rate_;
395 }
396 inline double PerformanceSensorMetrics::nominal_update_rate() const {
397  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.nominal_update_rate)
398  return _internal_nominal_update_rate();
399 }
400 inline void PerformanceSensorMetrics::_internal_set_nominal_update_rate(double value) {
401 
402  nominal_update_rate_ = value;
403 }
404 inline void PerformanceSensorMetrics::set_nominal_update_rate(double value) {
405  _internal_set_nominal_update_rate(value);
406  // @@protoc_insertion_point(field_set:ignition.msgs.PerformanceSensorMetrics.nominal_update_rate)
407 }
408 
409 // .ignition.msgs.Double fps_optional = 5;
410 inline bool PerformanceSensorMetrics::_internal_has_fps_optional() const {
411  return this != internal_default_instance() && fps_optional_ != nullptr;
412 }
413 inline bool PerformanceSensorMetrics::has_fps_optional() const {
414  return _internal_has_fps_optional();
415 }
416 inline const ::ignition::msgs::Double& PerformanceSensorMetrics::_internal_fps_optional() const {
417  const ::ignition::msgs::Double* p = fps_optional_;
418  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Double&>(
420 }
421 inline const ::ignition::msgs::Double& PerformanceSensorMetrics::fps_optional() const {
422  // @@protoc_insertion_point(field_get:ignition.msgs.PerformanceSensorMetrics.fps_optional)
423  return _internal_fps_optional();
424 }
425 inline void PerformanceSensorMetrics::unsafe_arena_set_allocated_fps_optional(
426  ::ignition::msgs::Double* fps_optional) {
427  if (GetArena() == nullptr) {
428  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional_);
429  }
430  fps_optional_ = fps_optional;
431  if (fps_optional) {
432 
433  } else {
434 
435  }
436  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PerformanceSensorMetrics.fps_optional)
437 }
438 inline ::ignition::msgs::Double* PerformanceSensorMetrics::release_fps_optional() {
439 
440  ::ignition::msgs::Double* temp = fps_optional_;
441  fps_optional_ = nullptr;
442  if (GetArena() != nullptr) {
443  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
444  }
445  return temp;
446 }
447 inline ::ignition::msgs::Double* PerformanceSensorMetrics::unsafe_arena_release_fps_optional() {
448  // @@protoc_insertion_point(field_release:ignition.msgs.PerformanceSensorMetrics.fps_optional)
449 
450  ::ignition::msgs::Double* temp = fps_optional_;
451  fps_optional_ = nullptr;
452  return temp;
453 }
454 inline ::ignition::msgs::Double* PerformanceSensorMetrics::_internal_mutable_fps_optional() {
455 
456  if (fps_optional_ == nullptr) {
457  auto* p = CreateMaybeMessage<::ignition::msgs::Double>(GetArena());
458  fps_optional_ = p;
459  }
460  return fps_optional_;
461 }
462 inline ::ignition::msgs::Double* PerformanceSensorMetrics::mutable_fps_optional() {
463  // @@protoc_insertion_point(field_mutable:ignition.msgs.PerformanceSensorMetrics.fps_optional)
464  return _internal_mutable_fps_optional();
465 }
466 inline void PerformanceSensorMetrics::set_allocated_fps_optional(::ignition::msgs::Double* fps_optional) {
467  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
468  if (message_arena == nullptr) {
469  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional_);
470  }
471  if (fps_optional) {
472  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
473  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fps_optional)->GetArena();
474  if (message_arena != submessage_arena) {
475  fps_optional = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
476  message_arena, fps_optional, submessage_arena);
477  }
478 
479  } else {
480 
481  }
482  fps_optional_ = fps_optional;
483  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PerformanceSensorMetrics.fps_optional)
484 }
485 
486 #ifdef __GNUC__
487  #pragma GCC diagnostic pop
488 #endif // __GNUC__
489 
494 // @@protoc_insertion_point(namespace_scope)
495 
496 } // namespace msgs
497 } // namespace ignition
498 
499 #ifdef _MSC_VER
500 #pragma warning(pop)
501 #endif
502 // @@protoc_insertion_point(global_scope)
503 
504 #include <google/protobuf/port_undef.inc>
505 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
static const PerformanceSensorMetrics & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: performance_sensor_metrics.pb.h:114
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PerformanceSensorMetrics()
Definition: performance_sensor_metrics.pb.h:86
::ignition::msgs::Double * mutable_fps_optional()
void set_name(const char *value, size_t size)
PerformanceSensorMetrics(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void set_real_update_rate(double value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: performance_sensor_metrics.pb.h:108
void set_name(const std::string &value)
PerformanceSensorMetrics * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: performance_sensor_metrics.pb.h:149
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
PerformanceSensorMetrics & operator=(PerformanceSensorMetrics &&from) noexcept
Definition: performance_sensor_metrics.pb.h:99
PerformanceSensorMetrics(PerformanceSensorMetrics &&from) noexcept
Definition: performance_sensor_metrics.pb.h:90
friend void swap(PerformanceSensorMetrics &a, PerformanceSensorMetrics &b)
Definition: performance_sensor_metrics.pb.h:126
static const PerformanceSensorMetrics * internal_default_instance()
Definition: performance_sensor_metrics.pb.h:119
double nominal_update_rate() const
void set_allocated_fps_optional(::ignition::msgs::Double *fps_optional)
const ::ignition::msgs::Double & fps_optional() const
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_sim_update_rate(double value)
void set_nominal_update_rate(double value)
PerformanceSensorMetrics & operator=(const PerformanceSensorMetrics &from)
Definition: performance_sensor_metrics.pb.h:95
void unsafe_arena_set_allocated_fps_optional(::ignition::msgs::Double *fps_optional)
void CopyFrom(const PerformanceSensorMetrics &from)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: performance_sensor_metrics.pb.h:111
PerformanceSensorMetrics(const PerformanceSensorMetrics &from)
void UnsafeArenaSwap(PerformanceSensorMetrics *other)
Definition: performance_sensor_metrics.pb.h:137
::ignition::msgs::Double * unsafe_arena_release_fps_optional()
const std::string & name() const
void set_name(const char *value)
void set_name(std::string &&value)
PerformanceSensorMetrics * New() const final
Definition: performance_sensor_metrics.pb.h:145
void set_allocated_name(std::string *name)
void Swap(PerformanceSensorMetrics *other)
Definition: performance_sensor_metrics.pb.h:129
::ignition::msgs::Double * release_fps_optional()
void MergeFrom(const PerformanceSensorMetrics &from)
std::shared_ptr< PerformanceSensorMetrics > PerformanceSensorMetricsSharedPtr
Definition: performance_sensor_metrics.pb.h:492
std::unique_ptr< PerformanceSensorMetrics > PerformanceSensorMetricsUniquePtr
Definition: performance_sensor_metrics.pb.h:490
IGNITION_MSGS_VISIBLE PerformanceSensorMetricsDefaultTypeInternal _PerformanceSensorMetrics_default_instance_
std::shared_ptr< const PerformanceSensorMetrics > ConstPerformanceSensorMetricsSharedPtr
Definition: performance_sensor_metrics.pb.h:493
IGNITION_MSGS_VISIBLE DoubleDefaultTypeInternal _Double_default_instance_
std::unique_ptr< const PerformanceSensorMetrics > ConstPerformanceSensorMetricsUniquePtr
Definition: performance_sensor_metrics.pb.h:491
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)