Gazebo Msgs

API Reference

9.5.0
performance_sensor_metrics.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/performance_sensor_metrics.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
33 #include "gz/msgs/double.pb.h"
34 // @@protoc_insertion_point(includes)
35 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto GZ_MSGS_VISIBLE
36 
38 // Internal implementation detail -- do not use these members.
39 struct GZ_MSGS_VISIBLE TableStruct {
40  static const ::google::protobuf::internal::ParseTableField entries[];
41  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
42  static const ::google::protobuf::internal::ParseTable schema[1];
43  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
44  static const ::google::protobuf::internal::SerializationTable serialization_table[];
45  static const ::google::protobuf::uint32 offsets[];
46 };
47 void GZ_MSGS_VISIBLE AddDescriptors();
48 } // namespace protobuf_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto
49 namespace gz {
50 namespace msgs {
51 class PerformanceSensorMetrics;
52 class PerformanceSensorMetricsDefaultTypeInternal;
53 GZ_MSGS_VISIBLE extern PerformanceSensorMetricsDefaultTypeInternal _PerformanceSensorMetrics_default_instance_;
54 } // namespace msgs
55 } // namespace gz
56 namespace google {
57 namespace protobuf {
58 template<> GZ_MSGS_VISIBLE ::gz::msgs::PerformanceSensorMetrics* Arena::CreateMaybeMessage<::gz::msgs::PerformanceSensorMetrics>(Arena*);
59 } // namespace protobuf
60 } // namespace google
61 namespace gz {
62 namespace msgs {
63 
64 // ===================================================================
65 
66 class GZ_MSGS_VISIBLE PerformanceSensorMetrics : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.PerformanceSensorMetrics) */ {
67  public:
69  virtual ~PerformanceSensorMetrics();
70 
72 
74  CopyFrom(from);
75  return *this;
76  }
77  #if LANG_CXX11
80  *this = ::std::move(from);
81  }
82 
83  inline PerformanceSensorMetrics& operator=(PerformanceSensorMetrics&& from) noexcept {
84  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
85  if (this != &from) InternalSwap(&from);
86  } else {
87  CopyFrom(from);
88  }
89  return *this;
90  }
91  #endif
92  static const ::google::protobuf::Descriptor* descriptor();
93  static const PerformanceSensorMetrics& default_instance();
94 
95  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
97  return reinterpret_cast<const PerformanceSensorMetrics*>(
99  }
100  static constexpr int kIndexInFileMessages =
101  0;
102 
103  void Swap(PerformanceSensorMetrics* other);
105  a.Swap(&b);
106  }
107 
108  // implements Message ----------------------------------------------
109 
110  inline PerformanceSensorMetrics* New() const final {
111  return CreateMaybeMessage<PerformanceSensorMetrics>(NULL);
112  }
113 
114  PerformanceSensorMetrics* New(::google::protobuf::Arena* arena) const final {
115  return CreateMaybeMessage<PerformanceSensorMetrics>(arena);
116  }
117  void CopyFrom(const ::google::protobuf::Message& from) final;
118  void MergeFrom(const ::google::protobuf::Message& from) final;
119  void CopyFrom(const PerformanceSensorMetrics& from);
120  void MergeFrom(const PerformanceSensorMetrics& from);
121  void Clear() final;
122  bool IsInitialized() const final;
123 
124  size_t ByteSizeLong() const final;
125  bool MergePartialFromCodedStream(
126  ::google::protobuf::io::CodedInputStream* input) final;
127  void SerializeWithCachedSizes(
128  ::google::protobuf::io::CodedOutputStream* output) const final;
129  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
130  bool deterministic, ::google::protobuf::uint8* target) const final;
131  int GetCachedSize() const final { return _cached_size_.Get(); }
132 
133  private:
134  void SharedCtor();
135  void SharedDtor();
136  void SetCachedSize(int size) const final;
137  void InternalSwap(PerformanceSensorMetrics* other);
138  private:
139  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
140  return NULL;
141  }
142  inline void* MaybeArenaPtr() const {
143  return NULL;
144  }
145  public:
146 
147  ::google::protobuf::Metadata GetMetadata() const final;
148 
149  // nested types ----------------------------------------------------
150 
151  // accessors -------------------------------------------------------
152 
153  // string name = 1;
154  void clear_name();
155  static const int kNameFieldNumber = 1;
156  const ::std::string& name() const;
157  void set_name(const ::std::string& value);
158  #if LANG_CXX11
159  void set_name(::std::string&& value);
160  #endif
161  void set_name(const char* value);
162  void set_name(const char* value, size_t size);
163  ::std::string* mutable_name();
164  ::std::string* release_name();
165  void set_allocated_name(::std::string* name);
166 
167  // .gz.msgs.Double fps_optional = 5;
168  bool has_fps_optional() const;
169  void clear_fps_optional();
170  static const int kFpsOptionalFieldNumber = 5;
171  private:
172  const ::gz::msgs::Double& _internal_fps_optional() const;
173  public:
174  const ::gz::msgs::Double& fps_optional() const;
175  ::gz::msgs::Double* release_fps_optional();
176  ::gz::msgs::Double* mutable_fps_optional();
177  void set_allocated_fps_optional(::gz::msgs::Double* fps_optional);
178 
179  // double real_update_rate = 2;
180  void clear_real_update_rate();
181  static const int kRealUpdateRateFieldNumber = 2;
182  double real_update_rate() const;
183  void set_real_update_rate(double value);
184 
185  // double sim_update_rate = 3;
186  void clear_sim_update_rate();
187  static const int kSimUpdateRateFieldNumber = 3;
188  double sim_update_rate() const;
189  void set_sim_update_rate(double value);
190 
191  // double nominal_update_rate = 4;
192  void clear_nominal_update_rate();
193  static const int kNominalUpdateRateFieldNumber = 4;
194  double nominal_update_rate() const;
195  void set_nominal_update_rate(double value);
196 
197  // @@protoc_insertion_point(class_scope:gz.msgs.PerformanceSensorMetrics)
198  private:
199 
200  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
201  ::google::protobuf::internal::ArenaStringPtr name_;
202  ::gz::msgs::Double* fps_optional_;
203  double real_update_rate_;
204  double sim_update_rate_;
205  double nominal_update_rate_;
206  mutable ::google::protobuf::internal::CachedSize _cached_size_;
207  friend struct ::protobuf_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto::TableStruct;
208 };
209 // ===================================================================
210 
211 
212 // ===================================================================
213 
214 #ifdef __GNUC__
215  #pragma GCC diagnostic push
216  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
217 #endif // __GNUC__
218 // PerformanceSensorMetrics
219 
220 // string name = 1;
222  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
223 }
224 inline const ::std::string& PerformanceSensorMetrics::name() const {
225  // @@protoc_insertion_point(field_get:gz.msgs.PerformanceSensorMetrics.name)
226  return name_.GetNoArena();
227 }
228 inline void PerformanceSensorMetrics::set_name(const ::std::string& value) {
229 
230  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
231  // @@protoc_insertion_point(field_set:gz.msgs.PerformanceSensorMetrics.name)
232 }
233 #if LANG_CXX11
234 inline void PerformanceSensorMetrics::set_name(::std::string&& value) {
235 
236  name_.SetNoArena(
237  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
238  // @@protoc_insertion_point(field_set_rvalue:gz.msgs.PerformanceSensorMetrics.name)
239 }
240 #endif
241 inline void PerformanceSensorMetrics::set_name(const char* value) {
242  GOOGLE_DCHECK(value != NULL);
243 
244  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
245  // @@protoc_insertion_point(field_set_char:gz.msgs.PerformanceSensorMetrics.name)
246 }
247 inline void PerformanceSensorMetrics::set_name(const char* value, size_t size) {
248 
249  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
250  ::std::string(reinterpret_cast<const char*>(value), size));
251  // @@protoc_insertion_point(field_set_pointer:gz.msgs.PerformanceSensorMetrics.name)
252 }
253 inline ::std::string* PerformanceSensorMetrics::mutable_name() {
254 
255  // @@protoc_insertion_point(field_mutable:gz.msgs.PerformanceSensorMetrics.name)
256  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
257 }
258 inline ::std::string* PerformanceSensorMetrics::release_name() {
259  // @@protoc_insertion_point(field_release:gz.msgs.PerformanceSensorMetrics.name)
260 
261  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
262 }
264  if (name != NULL) {
265 
266  } else {
267 
268  }
269  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
270  // @@protoc_insertion_point(field_set_allocated:gz.msgs.PerformanceSensorMetrics.name)
271 }
272 
273 // double real_update_rate = 2;
275  real_update_rate_ = 0;
276 }
278  // @@protoc_insertion_point(field_get:gz.msgs.PerformanceSensorMetrics.real_update_rate)
279  return real_update_rate_;
280 }
282 
283  real_update_rate_ = value;
284  // @@protoc_insertion_point(field_set:gz.msgs.PerformanceSensorMetrics.real_update_rate)
285 }
286 
287 // double sim_update_rate = 3;
289  sim_update_rate_ = 0;
290 }
292  // @@protoc_insertion_point(field_get:gz.msgs.PerformanceSensorMetrics.sim_update_rate)
293  return sim_update_rate_;
294 }
296 
297  sim_update_rate_ = value;
298  // @@protoc_insertion_point(field_set:gz.msgs.PerformanceSensorMetrics.sim_update_rate)
299 }
300 
301 // double nominal_update_rate = 4;
303  nominal_update_rate_ = 0;
304 }
306  // @@protoc_insertion_point(field_get:gz.msgs.PerformanceSensorMetrics.nominal_update_rate)
307  return nominal_update_rate_;
308 }
310 
311  nominal_update_rate_ = value;
312  // @@protoc_insertion_point(field_set:gz.msgs.PerformanceSensorMetrics.nominal_update_rate)
313 }
314 
315 // .gz.msgs.Double fps_optional = 5;
317  return this != internal_default_instance() && fps_optional_ != NULL;
318 }
319 inline const ::gz::msgs::Double& PerformanceSensorMetrics::_internal_fps_optional() const {
320  return *fps_optional_;
321 }
322 inline const ::gz::msgs::Double& PerformanceSensorMetrics::fps_optional() const {
323  const ::gz::msgs::Double* p = fps_optional_;
324  // @@protoc_insertion_point(field_get:gz.msgs.PerformanceSensorMetrics.fps_optional)
325  return p != NULL ? *p : *reinterpret_cast<const ::gz::msgs::Double*>(
327 }
329  // @@protoc_insertion_point(field_release:gz.msgs.PerformanceSensorMetrics.fps_optional)
330 
331  ::gz::msgs::Double* temp = fps_optional_;
332  fps_optional_ = NULL;
333  return temp;
334 }
336 
337  if (fps_optional_ == NULL) {
338  auto* p = CreateMaybeMessage<::gz::msgs::Double>(GetArenaNoVirtual());
339  fps_optional_ = p;
340  }
341  // @@protoc_insertion_point(field_mutable:gz.msgs.PerformanceSensorMetrics.fps_optional)
342  return fps_optional_;
343 }
345  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
346  if (message_arena == NULL) {
347  delete reinterpret_cast< ::google::protobuf::MessageLite*>(fps_optional_);
348  }
349  if (fps_optional) {
350  ::google::protobuf::Arena* submessage_arena = NULL;
351  if (message_arena != submessage_arena) {
352  fps_optional = ::google::protobuf::internal::GetOwnedMessage(
353  message_arena, fps_optional, submessage_arena);
354  }
355 
356  } else {
357 
358  }
359  fps_optional_ = fps_optional;
360  // @@protoc_insertion_point(field_set_allocated:gz.msgs.PerformanceSensorMetrics.fps_optional)
361 }
362 
363 #ifdef __GNUC__
364  #pragma GCC diagnostic pop
365 #endif // __GNUC__
366 
367 // @@protoc_insertion_point(namespace_scope)
368 
369 } // namespace msgs
370 } // namespace gz
371 
372 // @@protoc_insertion_point(global_scope)
373 
374 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fperformance_5fsensor_5fmetrics_2eproto