JaiaBot  1.19.0
JaiaBot micro-AUV software
control_surfaces.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: jaiabot/messages/control_surfaces.proto
3 
4 #ifndef PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto
5 #define PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcontrol_5fsurfaces_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 <boost/units/quantity.hpp>
34 #include <boost/units/absolute.hpp>
35 #include <boost/units/dimensionless_type.hpp>
36 #include <boost/units/make_scaled_unit.hpp>
37 // @@protoc_insertion_point(includes)
38 #define PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto
39 
41 // Internal implementation detail -- do not use these members.
42 struct TableStruct {
43  static const ::google::protobuf::internal::ParseTableField entries[];
44  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
45  static const ::google::protobuf::internal::ParseTable schema[1];
46  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
47  static const ::google::protobuf::internal::SerializationTable serialization_table[];
48  static const ::google::protobuf::uint32 offsets[];
49 };
50 void AddDescriptors();
51 } // namespace protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto
52 namespace jaiabot {
53 namespace protobuf {
54 class ControlSurfaces;
55 class ControlSurfacesDefaultTypeInternal;
56 extern ControlSurfacesDefaultTypeInternal _ControlSurfaces_default_instance_;
57 } // namespace protobuf
58 } // namespace jaiabot
59 namespace google {
60 namespace protobuf {
61 template<> ::jaiabot::protobuf::ControlSurfaces* Arena::CreateMaybeMessage<::jaiabot::protobuf::ControlSurfaces>(Arena*);
62 } // namespace protobuf
63 } // namespace google
64 namespace jaiabot {
65 namespace protobuf {
66 
67 // ===================================================================
68 
69 class ControlSurfaces : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:jaiabot.protobuf.ControlSurfaces) */ {
70  public:
72  virtual ~ControlSurfaces();
73 
74  ControlSurfaces(const ControlSurfaces& from);
75 
76  inline ControlSurfaces& operator=(const ControlSurfaces& from) {
77  CopyFrom(from);
78  return *this;
79  }
80  #if LANG_CXX11
81  ControlSurfaces(ControlSurfaces&& from) noexcept
82  : ControlSurfaces() {
83  *this = ::std::move(from);
84  }
85 
86  inline ControlSurfaces& operator=(ControlSurfaces&& from) noexcept {
87  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
88  if (this != &from) InternalSwap(&from);
89  } else {
90  CopyFrom(from);
91  }
92  return *this;
93  }
94  #endif
95  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
96  return _internal_metadata_.unknown_fields();
97  }
98  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
99  return _internal_metadata_.mutable_unknown_fields();
100  }
101 
102  static const ::google::protobuf::Descriptor* descriptor();
103  static const ControlSurfaces& default_instance();
104 
105  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  return reinterpret_cast<const ControlSurfaces*>(
109  }
110  static constexpr int kIndexInFileMessages =
111  0;
112 
113  void Swap(ControlSurfaces* other);
114  friend void swap(ControlSurfaces& a, ControlSurfaces& b) {
115  a.Swap(&b);
116  }
117 
118  // implements Message ----------------------------------------------
119 
120  inline ControlSurfaces* New() const final {
121  return CreateMaybeMessage<ControlSurfaces>(NULL);
122  }
123 
124  ControlSurfaces* New(::google::protobuf::Arena* arena) const final {
125  return CreateMaybeMessage<ControlSurfaces>(arena);
126  }
127  void CopyFrom(const ::google::protobuf::Message& from) final;
128  void MergeFrom(const ::google::protobuf::Message& from) final;
129  void CopyFrom(const ControlSurfaces& from);
130  void MergeFrom(const ControlSurfaces& from);
131  void Clear() final;
132  bool IsInitialized() const final;
133 
134  size_t ByteSizeLong() const final;
136  ::google::protobuf::io::CodedInputStream* input) final;
138  ::google::protobuf::io::CodedOutputStream* output) const final;
140  bool deterministic, ::google::protobuf::uint8* target) const final;
141  int GetCachedSize() const final { return _cached_size_.Get(); }
142 
143  private:
144  void SharedCtor();
145  void SharedDtor();
146  void SetCachedSize(int size) const final;
147  void InternalSwap(ControlSurfaces* other);
148  private:
149  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
150  return NULL;
151  }
152  inline void* MaybeArenaPtr() const {
153  return NULL;
154  }
155  public:
156 
157  ::google::protobuf::Metadata GetMetadata() const final;
158 
159  // nested types ----------------------------------------------------
160 
161  // accessors -------------------------------------------------------
162 
163  // required sint32 motor = 1;
164  bool has_motor() const;
165  void clear_motor();
166  static const int kMotorFieldNumber = 1;
167  ::google::protobuf::int32 motor() const;
168  void set_motor(::google::protobuf::int32 value);
169 
170  // required sint32 port_elevator = 2;
171  bool has_port_elevator() const;
172  void clear_port_elevator();
173  static const int kPortElevatorFieldNumber = 2;
174  ::google::protobuf::int32 port_elevator() const;
175  void set_port_elevator(::google::protobuf::int32 value);
176 
177  // required sint32 stbd_elevator = 3;
178  bool has_stbd_elevator() const;
179  void clear_stbd_elevator();
180  static const int kStbdElevatorFieldNumber = 3;
181  ::google::protobuf::int32 stbd_elevator() const;
182  void set_stbd_elevator(::google::protobuf::int32 value);
183 
184  // required sint32 rudder = 4;
185  bool has_rudder() const;
186  void clear_rudder();
187  static const int kRudderFieldNumber = 4;
188  ::google::protobuf::int32 rudder() const;
189  void set_rudder(::google::protobuf::int32 value);
190 
191  // required sint32 timeout = 5;
192  bool has_timeout() const;
193  void clear_timeout();
194  static const int kTimeoutFieldNumber = 5;
195  ::google::protobuf::int32 timeout() const;
196  void set_timeout(::google::protobuf::int32 value);
197 
198  // required bool led_switch_on = 6;
199  bool has_led_switch_on() const;
200  void clear_led_switch_on();
201  static const int kLedSwitchOnFieldNumber = 6;
202  bool led_switch_on() const;
203  void set_led_switch_on(bool value);
204 
205  // @@protoc_insertion_point(class_scope:jaiabot.protobuf.ControlSurfaces)
206  private:
207  void set_has_motor();
208  void clear_has_motor();
209  void set_has_port_elevator();
210  void clear_has_port_elevator();
211  void set_has_stbd_elevator();
212  void clear_has_stbd_elevator();
213  void set_has_rudder();
214  void clear_has_rudder();
215  void set_has_timeout();
216  void clear_has_timeout();
217  void set_has_led_switch_on();
218  void clear_has_led_switch_on();
219 
220  // helper for ByteSizeLong()
221  size_t RequiredFieldsByteSizeFallback() const;
222 
223  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
224  ::google::protobuf::internal::HasBits<1> _has_bits_;
225  mutable ::google::protobuf::internal::CachedSize _cached_size_;
226  ::google::protobuf::int32 motor_;
227  ::google::protobuf::int32 port_elevator_;
228  ::google::protobuf::int32 stbd_elevator_;
229  ::google::protobuf::int32 rudder_;
230  ::google::protobuf::int32 timeout_;
231  bool led_switch_on_;
233 };
234 // ===================================================================
235 
236 
237 // ===================================================================
238 
239 #ifdef __GNUC__
240  #pragma GCC diagnostic push
241  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
242 #endif // __GNUC__
243 // ControlSurfaces
244 
245 // required sint32 motor = 1;
246 inline bool ControlSurfaces::has_motor() const {
247  return (_has_bits_[0] & 0x00000001u) != 0;
248 }
249 inline void ControlSurfaces::set_has_motor() {
250  _has_bits_[0] |= 0x00000001u;
251 }
252 inline void ControlSurfaces::clear_has_motor() {
253  _has_bits_[0] &= ~0x00000001u;
254 }
256  motor_ = 0;
257  clear_has_motor();
258 }
259 inline ::google::protobuf::int32 ControlSurfaces::motor() const {
260  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.motor)
261  return motor_;
262 }
263 inline void ControlSurfaces::set_motor(::google::protobuf::int32 value) {
264  set_has_motor();
265  motor_ = value;
266  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.motor)
267 }
268 
269 // required sint32 port_elevator = 2;
271  return (_has_bits_[0] & 0x00000002u) != 0;
272 }
273 inline void ControlSurfaces::set_has_port_elevator() {
274  _has_bits_[0] |= 0x00000002u;
275 }
276 inline void ControlSurfaces::clear_has_port_elevator() {
277  _has_bits_[0] &= ~0x00000002u;
278 }
280  port_elevator_ = 0;
281  clear_has_port_elevator();
282 }
283 inline ::google::protobuf::int32 ControlSurfaces::port_elevator() const {
284  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.port_elevator)
285  return port_elevator_;
286 }
287 inline void ControlSurfaces::set_port_elevator(::google::protobuf::int32 value) {
288  set_has_port_elevator();
289  port_elevator_ = value;
290  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.port_elevator)
291 }
292 
293 // required sint32 stbd_elevator = 3;
295  return (_has_bits_[0] & 0x00000004u) != 0;
296 }
297 inline void ControlSurfaces::set_has_stbd_elevator() {
298  _has_bits_[0] |= 0x00000004u;
299 }
300 inline void ControlSurfaces::clear_has_stbd_elevator() {
301  _has_bits_[0] &= ~0x00000004u;
302 }
304  stbd_elevator_ = 0;
305  clear_has_stbd_elevator();
306 }
307 inline ::google::protobuf::int32 ControlSurfaces::stbd_elevator() const {
308  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.stbd_elevator)
309  return stbd_elevator_;
310 }
311 inline void ControlSurfaces::set_stbd_elevator(::google::protobuf::int32 value) {
312  set_has_stbd_elevator();
313  stbd_elevator_ = value;
314  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.stbd_elevator)
315 }
316 
317 // required sint32 rudder = 4;
318 inline bool ControlSurfaces::has_rudder() const {
319  return (_has_bits_[0] & 0x00000008u) != 0;
320 }
321 inline void ControlSurfaces::set_has_rudder() {
322  _has_bits_[0] |= 0x00000008u;
323 }
324 inline void ControlSurfaces::clear_has_rudder() {
325  _has_bits_[0] &= ~0x00000008u;
326 }
328  rudder_ = 0;
329  clear_has_rudder();
330 }
331 inline ::google::protobuf::int32 ControlSurfaces::rudder() const {
332  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.rudder)
333  return rudder_;
334 }
335 inline void ControlSurfaces::set_rudder(::google::protobuf::int32 value) {
336  set_has_rudder();
337  rudder_ = value;
338  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.rudder)
339 }
340 
341 // required sint32 timeout = 5;
342 inline bool ControlSurfaces::has_timeout() const {
343  return (_has_bits_[0] & 0x00000010u) != 0;
344 }
345 inline void ControlSurfaces::set_has_timeout() {
346  _has_bits_[0] |= 0x00000010u;
347 }
348 inline void ControlSurfaces::clear_has_timeout() {
349  _has_bits_[0] &= ~0x00000010u;
350 }
352  timeout_ = 0;
353  clear_has_timeout();
354 }
355 inline ::google::protobuf::int32 ControlSurfaces::timeout() const {
356  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.timeout)
357  return timeout_;
358 }
359 inline void ControlSurfaces::set_timeout(::google::protobuf::int32 value) {
360  set_has_timeout();
361  timeout_ = value;
362  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.timeout)
363 }
364 
365 // required bool led_switch_on = 6;
367  return (_has_bits_[0] & 0x00000020u) != 0;
368 }
369 inline void ControlSurfaces::set_has_led_switch_on() {
370  _has_bits_[0] |= 0x00000020u;
371 }
372 inline void ControlSurfaces::clear_has_led_switch_on() {
373  _has_bits_[0] &= ~0x00000020u;
374 }
376  led_switch_on_ = false;
377  clear_has_led_switch_on();
378 }
379 inline bool ControlSurfaces::led_switch_on() const {
380  // @@protoc_insertion_point(field_get:jaiabot.protobuf.ControlSurfaces.led_switch_on)
381  return led_switch_on_;
382 }
383 inline void ControlSurfaces::set_led_switch_on(bool value) {
384  set_has_led_switch_on();
385  led_switch_on_ = value;
386  // @@protoc_insertion_point(field_set:jaiabot.protobuf.ControlSurfaces.led_switch_on)
387 }
388 
389 #ifdef __GNUC__
390  #pragma GCC diagnostic pop
391 #endif // __GNUC__
392 
393 // @@protoc_insertion_point(namespace_scope)
394 
395 } // namespace protobuf
396 } // namespace jaiabot
397 
398 // @@protoc_insertion_point(global_scope)
399 
400 #endif // PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto
jaiabot::protobuf::ControlSurfaces::has_motor
bool has_motor() const
Definition: control_surfaces.pb.h:246
jaiabot::protobuf::ControlSurfaces::rudder
::google::protobuf::int32 rudder() const
Definition: control_surfaces.pb.h:331
jaiabot::protobuf::ControlSurfaces::Swap
void Swap(ControlSurfaces *other)
jaiabot::protobuf::ControlSurfaces::clear_rudder
void clear_rudder()
Definition: control_surfaces.pb.h:327
jaiabot::protobuf::ControlSurfaces::kRudderFieldNumber
static const int kRudderFieldNumber
Definition: control_surfaces.pb.h:187
jaiabot::protobuf::ControlSurfaces::operator=
ControlSurfaces & operator=(const ControlSurfaces &from)
Definition: control_surfaces.pb.h:76
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: control_surfaces.pb.h:46
jaiabot::protobuf::ControlSurfaces::stbd_elevator
::google::protobuf::int32 stbd_elevator() const
Definition: control_surfaces.pb.h:307
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: control_surfaces.pb.h:44
jaiabot::protobuf::ControlSurfaces::ControlSurfaces
ControlSurfaces()
jaiabot::protobuf::ControlSurfaces::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
jaiabot::protobuf::ControlSurfaces::set_stbd_elevator
void set_stbd_elevator(::google::protobuf::int32 value)
Definition: control_surfaces.pb.h:311
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct
Definition: control_surfaces.pb.h:42
jaiabot::protobuf::ControlSurfaces::set_port_elevator
void set_port_elevator(::google::protobuf::int32 value)
Definition: control_surfaces.pb.h:287
jaiabot::protobuf::ControlSurfaces::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: control_surfaces.pb.h:98
jaiabot::protobuf::ControlSurfaces::timeout
::google::protobuf::int32 timeout() const
Definition: control_surfaces.pb.h:355
jaiabot::protobuf::ControlSurfaces::~ControlSurfaces
virtual ~ControlSurfaces()
jaiabot::protobuf::ControlSurfaces::clear_motor
void clear_motor()
Definition: control_surfaces.pb.h:255
jaiabot::protobuf::ControlSurfaces::has_timeout
bool has_timeout() const
Definition: control_surfaces.pb.h:342
jaiabot::protobuf::ControlSurfaces::kPortElevatorFieldNumber
static const int kPortElevatorFieldNumber
Definition: control_surfaces.pb.h:173
jaiabot::protobuf::ControlSurfaces::set_motor
void set_motor(::google::protobuf::int32 value)
Definition: control_surfaces.pb.h:263
jaiabot::protobuf::ControlSurfaces::set_rudder
void set_rudder(::google::protobuf::int32 value)
Definition: control_surfaces.pb.h:335
jaiabot::protobuf::ControlSurfaces::kStbdElevatorFieldNumber
static const int kStbdElevatorFieldNumber
Definition: control_surfaces.pb.h:180
jaiabot::protobuf::ControlSurfaces::kLedSwitchOnFieldNumber
static const int kLedSwitchOnFieldNumber
Definition: control_surfaces.pb.h:201
jaiabot::protobuf::ControlSurfaces::IsInitialized
bool IsInitialized() const final
jaiabot::protobuf::ControlSurfaces::set_led_switch_on
void set_led_switch_on(bool value)
Definition: control_surfaces.pb.h:383
jaiabot::protobuf::ControlSurfaces::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
jaiabot::protobuf::ControlSurfaces::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: control_surfaces.pb.h:110
jaiabot::protobuf::ControlSurfaces::has_led_switch_on
bool has_led_switch_on() const
Definition: control_surfaces.pb.h:366
jaiabot::protobuf::ControlSurfaces::port_elevator
::google::protobuf::int32 port_elevator() const
Definition: control_surfaces.pb.h:283
jaiabot::protobuf::ControlSurfaces::clear_led_switch_on
void clear_led_switch_on()
Definition: control_surfaces.pb.h:375
jaiabot::protobuf::ControlSurfaces::New
ControlSurfaces * New() const final
Definition: control_surfaces.pb.h:120
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: control_surfaces.pb.h:43
jaiabot::protobuf::ControlSurfaces::GetCachedSize
int GetCachedSize() const final
Definition: control_surfaces.pb.h:141
jaiabot::protobuf::ControlSurfaces::has_port_elevator
bool has_port_elevator() const
Definition: control_surfaces.pb.h:270
jaiabot::protobuf::ControlSurfaces::motor
::google::protobuf::int32 motor() const
Definition: control_surfaces.pb.h:259
jaiabot::protobuf::ControlSurfaces::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
jaiabot::protobuf::ControlSurfaces::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
jaiabot::protobuf::ControlSurfaces::descriptor
static const ::google::protobuf::Descriptor * descriptor()
jaiabot::protobuf::ControlSurfaces::ByteSizeLong
size_t ByteSizeLong() const final
jaiabot::protobuf::ControlSurfaces::has_stbd_elevator
bool has_stbd_elevator() const
Definition: control_surfaces.pb.h:294
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::AddDescriptors
void AddDescriptors()
jaiabot::protobuf::_ControlSurfaces_default_instance_
ControlSurfacesDefaultTypeInternal _ControlSurfaces_default_instance_
jaiabot::protobuf::ControlSurfaces::kTimeoutFieldNumber
static const int kTimeoutFieldNumber
Definition: control_surfaces.pb.h:194
jaiabot::protobuf::ControlSurfaces::internal_default_instance
static const ControlSurfaces * internal_default_instance()
Definition: control_surfaces.pb.h:106
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: control_surfaces.pb.h:47
jaiabot::protobuf::ControlSurfaces::clear_timeout
void clear_timeout()
Definition: control_surfaces.pb.h:351
jaiabot
Definition: config.pb.h:56
jaiabot::protobuf::ControlSurfaces::InitAsDefaultInstance
static void InitAsDefaultInstance()
jaiabot::protobuf::ControlSurfaces
Definition: control_surfaces.pb.h:69
jaiabot::protobuf::ControlSurfaces::set_timeout
void set_timeout(::google::protobuf::int32 value)
Definition: control_surfaces.pb.h:359
jaiabot::protobuf::ControlSurfaces::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto
Definition: control_surfaces.pb.h:40
jaiabot::protobuf::ControlSurfaces::led_switch_on
bool led_switch_on() const
Definition: control_surfaces.pb.h:379
jaiabot::protobuf::ControlSurfaces::default_instance
static const ControlSurfaces & default_instance()
jaiabot::protobuf::ControlSurfaces::New
ControlSurfaces * New(::google::protobuf::Arena *arena) const final
Definition: control_surfaces.pb.h:124
jaiabot::protobuf::ControlSurfaces::Clear
void Clear() final
jaiabot::protobuf::ControlSurfaces::swap
friend void swap(ControlSurfaces &a, ControlSurfaces &b)
Definition: control_surfaces.pb.h:114
jaiabot::protobuf::ControlSurfaces::clear_port_elevator
void clear_port_elevator()
Definition: control_surfaces.pb.h:279
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: control_surfaces.pb.h:45
jaiabot::protobuf::ControlSurfaces::has_rudder
bool has_rudder() const
Definition: control_surfaces.pb.h:318
jaiabot::protobuf::ControlSurfaces::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
jaiabot::protobuf::ControlSurfaces::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: control_surfaces.pb.h:95
protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: control_surfaces.pb.h:48
google
Definition: config.pb.h:63
jaiabot::protobuf::ControlSurfaces::kMotorFieldNumber
static const int kMotorFieldNumber
Definition: control_surfaces.pb.h:166
jaiabot::protobuf::ControlSurfaces::clear_stbd_elevator
void clear_stbd_elevator()
Definition: control_surfaces.pb.h:303