Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/altimeter.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2faltimeter_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2faltimeter_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>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2faltimeter_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2faltimeter_2eproto
60 namespace ignition {
61 namespace msgs {
62 class Altimeter;
63 class AltimeterDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern AltimeterDefaultTypeInternal _Altimeter_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Altimeter* Arena::CreateMaybeMessage<::ignition::msgs::Altimeter>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE Altimeter : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Altimeter) */ {
78  public:
79  Altimeter();
80  virtual ~Altimeter();
81 
82  Altimeter(const Altimeter& from);
83 
84  inline Altimeter& operator=(const Altimeter& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  Altimeter(Altimeter&& from) noexcept
90  : Altimeter() {
91  *this = ::std::move(from);
92  }
93 
94  inline Altimeter& operator=(Altimeter&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const Altimeter& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const Altimeter* internal_default_instance() {
108  return reinterpret_cast<const Altimeter*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(Altimeter* other);
115  friend void swap(Altimeter& a, Altimeter& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline Altimeter* New() const final {
122  return CreateMaybeMessage<Altimeter>(NULL);
123  }
124 
125  Altimeter* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<Altimeter>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const Altimeter& from);
131  void MergeFrom(const Altimeter& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(Altimeter* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // .ignition.msgs.Header header = 1;
165  bool has_header() const;
166  void clear_header();
167  static const int kHeaderFieldNumber = 1;
168  private:
169  const ::ignition::msgs::Header& _internal_header() const;
170  public:
171  const ::ignition::msgs::Header& header() const;
172  ::ignition::msgs::Header* release_header();
173  ::ignition::msgs::Header* mutable_header();
174  void set_allocated_header(::ignition::msgs::Header* header);
175 
176  // double vertical_position = 2;
177  void clear_vertical_position();
178  static const int kVerticalPositionFieldNumber = 2;
179  double vertical_position() const;
180  void set_vertical_position(double value);
181 
182  // double vertical_velocity = 3;
183  void clear_vertical_velocity();
184  static const int kVerticalVelocityFieldNumber = 3;
185  double vertical_velocity() const;
186  void set_vertical_velocity(double value);
187 
188  // double vertical_reference = 4;
189  void clear_vertical_reference();
190  static const int kVerticalReferenceFieldNumber = 4;
191  double vertical_reference() const;
192  void set_vertical_reference(double value);
193 
194  // @@protoc_insertion_point(class_scope:ignition.msgs.Altimeter)
195  private:
196 
197  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
198  ::ignition::msgs::Header* header_;
199  double vertical_position_;
200  double vertical_velocity_;
201  double vertical_reference_;
202  mutable ::google::protobuf::internal::CachedSize _cached_size_;
203  friend struct ::protobuf_ignition_2fmsgs_2faltimeter_2eproto::TableStruct;
204 };
205 // ===================================================================
206 
207 
208 // ===================================================================
209 
210 #ifdef __GNUC__
211  #pragma GCC diagnostic push
212  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
213 #endif // __GNUC__
214 // Altimeter
215 
216 // .ignition.msgs.Header header = 1;
217 inline bool Altimeter::has_header() const {
218  return this != internal_default_instance() && header_ != NULL;
219 }
220 inline const ::ignition::msgs::Header& Altimeter::_internal_header() const {
221  return *header_;
222 }
223 inline const ::ignition::msgs::Header& Altimeter::header() const {
224  const ::ignition::msgs::Header* p = header_;
225  // @@protoc_insertion_point(field_get:ignition.msgs.Altimeter.header)
226  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
228 }
229 inline ::ignition::msgs::Header* Altimeter::release_header() {
230  // @@protoc_insertion_point(field_release:ignition.msgs.Altimeter.header)
231 
232  ::ignition::msgs::Header* temp = header_;
233  header_ = NULL;
234  return temp;
235 }
236 inline ::ignition::msgs::Header* Altimeter::mutable_header() {
237 
238  if (header_ == NULL) {
239  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
240  header_ = p;
241  }
242  // @@protoc_insertion_point(field_mutable:ignition.msgs.Altimeter.header)
243  return header_;
244 }
246  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
247  if (message_arena == NULL) {
248  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
249  }
250  if (header) {
251  ::google::protobuf::Arena* submessage_arena = NULL;
252  if (message_arena != submessage_arena) {
253  header = ::google::protobuf::internal::GetOwnedMessage(
254  message_arena, header, submessage_arena);
255  }
256 
257  } else {
258 
259  }
260  header_ = header;
261  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Altimeter.header)
262 }
263 
264 // double vertical_position = 2;
266  vertical_position_ = 0;
267 }
268 inline double Altimeter::vertical_position() const {
269  // @@protoc_insertion_point(field_get:ignition.msgs.Altimeter.vertical_position)
270  return vertical_position_;
271 }
272 inline void Altimeter::set_vertical_position(double value) {
273 
274  vertical_position_ = value;
275  // @@protoc_insertion_point(field_set:ignition.msgs.Altimeter.vertical_position)
276 }
277 
278 // double vertical_velocity = 3;
280  vertical_velocity_ = 0;
281 }
282 inline double Altimeter::vertical_velocity() const {
283  // @@protoc_insertion_point(field_get:ignition.msgs.Altimeter.vertical_velocity)
284  return vertical_velocity_;
285 }
286 inline void Altimeter::set_vertical_velocity(double value) {
287 
288  vertical_velocity_ = value;
289  // @@protoc_insertion_point(field_set:ignition.msgs.Altimeter.vertical_velocity)
290 }
291 
292 // double vertical_reference = 4;
294  vertical_reference_ = 0;
295 }
296 inline double Altimeter::vertical_reference() const {
297  // @@protoc_insertion_point(field_get:ignition.msgs.Altimeter.vertical_reference)
298  return vertical_reference_;
299 }
300 inline void Altimeter::set_vertical_reference(double value) {
301 
302  vertical_reference_ = value;
303  // @@protoc_insertion_point(field_set:ignition.msgs.Altimeter.vertical_reference)
304 }
305 
306 #ifdef __GNUC__
307  #pragma GCC diagnostic pop
308 #endif // __GNUC__
309 
314 // @@protoc_insertion_point(namespace_scope)
315 
316 } // namespace msgs
317 } // namespace ignition
318 
319 #ifdef _MSC_VER
320 #pragma warning(pop)
321 #endif
322 // @@protoc_insertion_point(global_scope)
323 
324 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2faltimeter_2eproto
void clear_vertical_reference()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:293
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:229
static const Altimeter * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:107
void set_vertical_velocity(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:286
STL class.
void Swap(Altimeter *other)
double vertical_position() const
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:268
Altimeter & operator=(const Altimeter &from)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:84
IGNITION_MSGS_VISIBLE AltimeterDefaultTypeInternal _Altimeter_default_instance_
void set_vertical_position(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:272
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:236
void IGNITION_MSGS_VISIBLE AddDescriptors()
std::shared_ptr< const Altimeter > ConstAltimeterSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:313
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:223
void clear_vertical_position()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:265
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:245
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:50
void clear_vertical_velocity()
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:279
friend void swap(Altimeter &a, Altimeter &b)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:115
std::shared_ptr< Altimeter > AltimeterSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:312
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:217
std::unique_ptr< Altimeter > AltimeterUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:310
void set_vertical_reference(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:300
Altimeter * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:125
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:77
double vertical_reference() const
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:296
std::unique_ptr< const Altimeter > ConstAltimeterUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:311
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:48
Altimeter * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:121
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
double vertical_velocity() const
Definition: build/ignition-msgs8/include/ignition/msgs/altimeter.pb.h:282