Ignition Msgs

API Reference

5.8.1
air_pressure_sensor.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/air_pressure_sensor.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fair_5fpressure_5fsensor_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>
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66  static const uint32_t offsets[];
67 };
68 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class AirPressureSensor;
72 struct AirPressureSensorDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern AirPressureSensorDefaultTypeInternal _AirPressureSensor_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::AirPressureSensor* Arena::CreateMaybeMessage<::ignition::msgs::AirPressureSensor>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE AirPressureSensor final :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.AirPressureSensor) */ {
86  public:
87  inline AirPressureSensor() : AirPressureSensor(nullptr) {}
88  ~AirPressureSensor() override;
89  explicit constexpr AirPressureSensor(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
90 
93  : AirPressureSensor() {
94  *this = ::std::move(from);
95  }
96 
98  CopyFrom(from);
99  return *this;
100  }
101  inline AirPressureSensor& operator=(AirPressureSensor&& from) noexcept {
102  if (this == &from) return *this;
103  if (GetOwningArena() == from.GetOwningArena()
104  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
105  && GetOwningArena() != nullptr
106  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
107  ) {
108  InternalSwap(&from);
109  } else {
110  CopyFrom(from);
111  }
112  return *this;
113  }
114 
115  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
116  return GetDescriptor();
117  }
118  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
119  return default_instance().GetMetadata().descriptor;
120  }
121  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
122  return default_instance().GetMetadata().reflection;
123  }
125  return *internal_default_instance();
126  }
128  return reinterpret_cast<const AirPressureSensor*>(
130  }
131  static constexpr int kIndexInFileMessages =
132  0;
133 
135  a.Swap(&b);
136  }
137  inline void Swap(AirPressureSensor* other) {
138  if (other == this) return;
139  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
140  if (GetOwningArena() != nullptr &&
141  GetOwningArena() == other->GetOwningArena()) {
142  #else // PROTOBUF_FORCE_COPY_IN_SWAP
143  if (GetOwningArena() == other->GetOwningArena()) {
144  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
145  InternalSwap(other);
146  } else {
147  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
148  }
149  }
151  if (other == this) return;
152  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
153  InternalSwap(other);
154  }
155 
156  // implements Message ----------------------------------------------
157 
158  AirPressureSensor* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
159  return CreateMaybeMessage<AirPressureSensor>(arena);
160  }
161  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162  void CopyFrom(const AirPressureSensor& from);
163  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164  void MergeFrom(const AirPressureSensor& from);
165  private:
166  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
167  public:
168  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
169  bool IsInitialized() const final;
170 
171  size_t ByteSizeLong() const final;
172  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
173  uint8_t* _InternalSerialize(
174  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
175  int GetCachedSize() const final { return _cached_size_.Get(); }
176 
177  private:
178  void SharedCtor();
179  void SharedDtor();
180  void SetCachedSize(int size) const final;
181  void InternalSwap(AirPressureSensor* other);
182 
183  private:
184  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
185  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
186  return "ignition.msgs.AirPressureSensor";
187  }
188  protected:
189  explicit AirPressureSensor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
190  bool is_message_owned = false);
191  private:
192  static void ArenaDtor(void* object);
193  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
194  public:
195 
196  static const ClassData _class_data_;
197  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
198 
199  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
200 
201  // nested types ----------------------------------------------------
202 
203  // accessors -------------------------------------------------------
204 
205  enum : int {
206  kHeaderFieldNumber = 1,
207  kPressureNoiseFieldNumber = 3,
208  kReferenceAltitudeFieldNumber = 2,
209  };
210  // .ignition.msgs.Header header = 1;
211  bool has_header() const;
212  private:
213  bool _internal_has_header() const;
214  public:
215  void clear_header();
216  const ::ignition::msgs::Header& header() const;
217  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
218  ::ignition::msgs::Header* mutable_header();
219  void set_allocated_header(::ignition::msgs::Header* header);
220  private:
221  const ::ignition::msgs::Header& _internal_header() const;
222  ::ignition::msgs::Header* _internal_mutable_header();
223  public:
224  void unsafe_arena_set_allocated_header(
225  ::ignition::msgs::Header* header);
226  ::ignition::msgs::Header* unsafe_arena_release_header();
227 
228  // .ignition.msgs.SensorNoise pressure_noise = 3;
229  bool has_pressure_noise() const;
230  private:
231  bool _internal_has_pressure_noise() const;
232  public:
234  const ::ignition::msgs::SensorNoise& pressure_noise() const;
235  PROTOBUF_NODISCARD ::ignition::msgs::SensorNoise* release_pressure_noise();
236  ::ignition::msgs::SensorNoise* mutable_pressure_noise();
237  void set_allocated_pressure_noise(::ignition::msgs::SensorNoise* pressure_noise);
238  private:
239  const ::ignition::msgs::SensorNoise& _internal_pressure_noise() const;
240  ::ignition::msgs::SensorNoise* _internal_mutable_pressure_noise();
241  public:
242  void unsafe_arena_set_allocated_pressure_noise(
243  ::ignition::msgs::SensorNoise* pressure_noise);
244  ::ignition::msgs::SensorNoise* unsafe_arena_release_pressure_noise();
245 
246  // double reference_altitude = 2;
247  void clear_reference_altitude();
248  double reference_altitude() const;
249  void set_reference_altitude(double value);
250  private:
251  double _internal_reference_altitude() const;
252  void _internal_set_reference_altitude(double value);
253  public:
254 
255  // @@protoc_insertion_point(class_scope:ignition.msgs.AirPressureSensor)
256  private:
257  class _Internal;
258 
259  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
260  typedef void InternalArenaConstructable_;
261  typedef void DestructorSkippable_;
262  ::ignition::msgs::Header* header_;
263  ::ignition::msgs::SensorNoise* pressure_noise_;
264  double reference_altitude_;
265  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
266  friend struct ::TableStruct_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto;
267 };
268 // ===================================================================
269 
270 
271 // ===================================================================
272 
273 #ifdef __GNUC__
274  #pragma GCC diagnostic push
275  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
276 #endif // __GNUC__
277 // AirPressureSensor
278 
279 // .ignition.msgs.Header header = 1;
280 inline bool AirPressureSensor::_internal_has_header() const {
281  return this != internal_default_instance() && header_ != nullptr;
282 }
283 inline bool AirPressureSensor::has_header() const {
284  return _internal_has_header();
285 }
286 inline const ::ignition::msgs::Header& AirPressureSensor::_internal_header() const {
287  const ::ignition::msgs::Header* p = header_;
288  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
290 }
291 inline const ::ignition::msgs::Header& AirPressureSensor::header() const {
292  // @@protoc_insertion_point(field_get:ignition.msgs.AirPressureSensor.header)
293  return _internal_header();
294 }
296  ::ignition::msgs::Header* header) {
297  if (GetArenaForAllocation() == nullptr) {
298  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
299  }
300  header_ = header;
301  if (header) {
302 
303  } else {
304 
305  }
306  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.AirPressureSensor.header)
307 }
308 inline ::ignition::msgs::Header* AirPressureSensor::release_header() {
309 
310  ::ignition::msgs::Header* temp = header_;
311  header_ = nullptr;
312 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
313  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
314  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
315  if (GetArenaForAllocation() == nullptr) { delete old; }
316 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
317  if (GetArenaForAllocation() != nullptr) {
318  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
319  }
320 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
321  return temp;
322 }
323 inline ::ignition::msgs::Header* AirPressureSensor::unsafe_arena_release_header() {
324  // @@protoc_insertion_point(field_release:ignition.msgs.AirPressureSensor.header)
325 
326  ::ignition::msgs::Header* temp = header_;
327  header_ = nullptr;
328  return temp;
329 }
330 inline ::ignition::msgs::Header* AirPressureSensor::_internal_mutable_header() {
331 
332  if (header_ == nullptr) {
333  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
334  header_ = p;
335  }
336  return header_;
337 }
338 inline ::ignition::msgs::Header* AirPressureSensor::mutable_header() {
339  ::ignition::msgs::Header* _msg = _internal_mutable_header();
340  // @@protoc_insertion_point(field_mutable:ignition.msgs.AirPressureSensor.header)
341  return _msg;
342 }
344  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
345  if (message_arena == nullptr) {
346  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
347  }
348  if (header) {
349  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
350  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
351  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
352  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
353  if (message_arena != submessage_arena) {
354  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
355  message_arena, header, submessage_arena);
356  }
357 
358  } else {
359 
360  }
361  header_ = header;
362  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AirPressureSensor.header)
363 }
364 
365 // double reference_altitude = 2;
367  reference_altitude_ = 0;
368 }
369 inline double AirPressureSensor::_internal_reference_altitude() const {
370  return reference_altitude_;
371 }
373  // @@protoc_insertion_point(field_get:ignition.msgs.AirPressureSensor.reference_altitude)
374  return _internal_reference_altitude();
375 }
376 inline void AirPressureSensor::_internal_set_reference_altitude(double value) {
377 
378  reference_altitude_ = value;
379 }
380 inline void AirPressureSensor::set_reference_altitude(double value) {
381  _internal_set_reference_altitude(value);
382  // @@protoc_insertion_point(field_set:ignition.msgs.AirPressureSensor.reference_altitude)
383 }
384 
385 // .ignition.msgs.SensorNoise pressure_noise = 3;
386 inline bool AirPressureSensor::_internal_has_pressure_noise() const {
387  return this != internal_default_instance() && pressure_noise_ != nullptr;
388 }
390  return _internal_has_pressure_noise();
391 }
392 inline const ::ignition::msgs::SensorNoise& AirPressureSensor::_internal_pressure_noise() const {
393  const ::ignition::msgs::SensorNoise* p = pressure_noise_;
394  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::SensorNoise&>(
396 }
397 inline const ::ignition::msgs::SensorNoise& AirPressureSensor::pressure_noise() const {
398  // @@protoc_insertion_point(field_get:ignition.msgs.AirPressureSensor.pressure_noise)
399  return _internal_pressure_noise();
400 }
402  ::ignition::msgs::SensorNoise* pressure_noise) {
403  if (GetArenaForAllocation() == nullptr) {
404  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pressure_noise_);
405  }
406  pressure_noise_ = pressure_noise;
407  if (pressure_noise) {
408 
409  } else {
410 
411  }
412  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.AirPressureSensor.pressure_noise)
413 }
414 inline ::ignition::msgs::SensorNoise* AirPressureSensor::release_pressure_noise() {
415 
416  ::ignition::msgs::SensorNoise* temp = pressure_noise_;
417  pressure_noise_ = nullptr;
418 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
419  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
420  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
421  if (GetArenaForAllocation() == nullptr) { delete old; }
422 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
423  if (GetArenaForAllocation() != nullptr) {
424  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
425  }
426 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
427  return temp;
428 }
429 inline ::ignition::msgs::SensorNoise* AirPressureSensor::unsafe_arena_release_pressure_noise() {
430  // @@protoc_insertion_point(field_release:ignition.msgs.AirPressureSensor.pressure_noise)
431 
432  ::ignition::msgs::SensorNoise* temp = pressure_noise_;
433  pressure_noise_ = nullptr;
434  return temp;
435 }
436 inline ::ignition::msgs::SensorNoise* AirPressureSensor::_internal_mutable_pressure_noise() {
437 
438  if (pressure_noise_ == nullptr) {
439  auto* p = CreateMaybeMessage<::ignition::msgs::SensorNoise>(GetArenaForAllocation());
440  pressure_noise_ = p;
441  }
442  return pressure_noise_;
443 }
444 inline ::ignition::msgs::SensorNoise* AirPressureSensor::mutable_pressure_noise() {
445  ::ignition::msgs::SensorNoise* _msg = _internal_mutable_pressure_noise();
446  // @@protoc_insertion_point(field_mutable:ignition.msgs.AirPressureSensor.pressure_noise)
447  return _msg;
448 }
450  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
451  if (message_arena == nullptr) {
452  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(pressure_noise_);
453  }
454  if (pressure_noise) {
455  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
456  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
457  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
458  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pressure_noise));
459  if (message_arena != submessage_arena) {
460  pressure_noise = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
461  message_arena, pressure_noise, submessage_arena);
462  }
463 
464  } else {
465 
466  }
467  pressure_noise_ = pressure_noise;
468  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AirPressureSensor.pressure_noise)
469 }
470 
471 #ifdef __GNUC__
472  #pragma GCC diagnostic pop
473 #endif // __GNUC__
474 
479 // @@protoc_insertion_point(namespace_scope)
480 
481 } // namespace msgs
482 } // namespace ignition
483 
484 #ifdef _MSC_VER
485 #pragma warning(pop)
486 #endif
487 // @@protoc_insertion_point(global_scope)
488 
489 #include <google/protobuf/port_undef.inc>
490 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fair_5fpressure_5fsensor_2eproto
Definition: air_pressure_sensor.pb.h:85
void Swap(AirPressureSensor *other)
Definition: air_pressure_sensor.pb.h:137
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: air_pressure_sensor.pb.h:121
AirPressureSensor * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: air_pressure_sensor.pb.h:158
bool has_header() const
Definition: air_pressure_sensor.pb.h:283
::ignition::msgs::Header * mutable_header()
Definition: air_pressure_sensor.pb.h:338
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
AirPressureSensor(const AirPressureSensor &from)
PROTOBUF_NODISCARD ::ignition::msgs::SensorNoise * release_pressure_noise()
Definition: air_pressure_sensor.pb.h:414
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: air_pressure_sensor.pb.h:115
::ignition::msgs::SensorNoise * mutable_pressure_noise()
Definition: air_pressure_sensor.pb.h:444
double reference_altitude() const
Definition: air_pressure_sensor.pb.h:372
void clear_reference_altitude()
Definition: air_pressure_sensor.pb.h:366
AirPressureSensor & operator=(const AirPressureSensor &from)
Definition: air_pressure_sensor.pb.h:97
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: air_pressure_sensor.pb.h:295
friend void swap(AirPressureSensor &a, AirPressureSensor &b)
Definition: air_pressure_sensor.pb.h:134
static const AirPressureSensor * internal_default_instance()
Definition: air_pressure_sensor.pb.h:127
static const AirPressureSensor & default_instance()
Definition: air_pressure_sensor.pb.h:124
bool has_pressure_noise() const
Definition: air_pressure_sensor.pb.h:389
void MergeFrom(const AirPressureSensor &from)
void set_reference_altitude(double value)
Definition: air_pressure_sensor.pb.h:380
void set_allocated_pressure_noise(::ignition::msgs::SensorNoise *pressure_noise)
Definition: air_pressure_sensor.pb.h:449
AirPressureSensor & operator=(AirPressureSensor &&from) noexcept
Definition: air_pressure_sensor.pb.h:101
void set_allocated_header(::ignition::msgs::Header *header)
Definition: air_pressure_sensor.pb.h:343
::ignition::msgs::SensorNoise * unsafe_arena_release_pressure_noise()
Definition: air_pressure_sensor.pb.h:429
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: air_pressure_sensor.pb.h:308
const ::ignition::msgs::SensorNoise & pressure_noise() const
Definition: air_pressure_sensor.pb.h:397
AirPressureSensor(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
AirPressureSensor()
Definition: air_pressure_sensor.pb.h:87
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: air_pressure_sensor.pb.h:118
const ::ignition::msgs::Header & header() const
Definition: air_pressure_sensor.pb.h:291
void unsafe_arena_set_allocated_pressure_noise(::ignition::msgs::SensorNoise *pressure_noise)
Definition: air_pressure_sensor.pb.h:401
static const ClassData _class_data_
Definition: air_pressure_sensor.pb.h:196
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: air_pressure_sensor.pb.h:323
void CopyFrom(const AirPressureSensor &from)
void UnsafeArenaSwap(AirPressureSensor *other)
Definition: air_pressure_sensor.pb.h:150
constexpr AirPressureSensor(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
AirPressureSensor(AirPressureSensor &&from) noexcept
Definition: air_pressure_sensor.pb.h:92
Definition: header.pb.h:265
Definition: sensor_noise.pb.h:111
std::unique_ptr< AirPressureSensor > AirPressureSensorUniquePtr
Definition: air_pressure_sensor.pb.h:475
std::shared_ptr< AirPressureSensor > AirPressureSensorSharedPtr
Definition: air_pressure_sensor.pb.h:477
IGNITION_MSGS_VISIBLE SensorNoiseDefaultTypeInternal _SensorNoise_default_instance_
std::unique_ptr< const AirPressureSensor > ConstAirPressureSensorUniquePtr
Definition: air_pressure_sensor.pb.h:476
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const AirPressureSensor > ConstAirPressureSensorSharedPtr
Definition: air_pressure_sensor.pb.h:478
IGNITION_MSGS_VISIBLE AirPressureSensorDefaultTypeInternal _AirPressureSensor_default_instance_
Definition: actor.pb.h:52
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)