JaiaBot  1.12.0+7+gdc1e5561
JaiaBot micro-AUV software
config.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: bin/engineering/config.proto
3 
4 #ifndef PROTOBUF_INCLUDED_bin_2fengineering_2fconfig_2eproto
5 #define PROTOBUF_INCLUDED_bin_2fengineering_2fconfig_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 "goby/middleware/protobuf/app_config.pb.h"
34 #include "goby/zeromq/protobuf/interprocess_config.pb.h"
35 #include "goby/middleware/protobuf/transporter_config.pb.h"
37 #include <boost/units/quantity.hpp>
38 #include <boost/units/absolute.hpp>
39 #include <boost/units/dimensionless_type.hpp>
40 #include <boost/units/make_scaled_unit.hpp>
41 // @@protoc_insertion_point(includes)
42 #define PROTOBUF_INTERNAL_EXPORT_protobuf_bin_2fengineering_2fconfig_2eproto
43 
45 // Internal implementation detail -- do not use these members.
46 struct TableStruct {
47  static const ::google::protobuf::internal::ParseTableField entries[];
48  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
49  static const ::google::protobuf::internal::ParseTable schema[1];
50  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
51  static const ::google::protobuf::internal::SerializationTable serialization_table[];
52  static const ::google::protobuf::uint32 offsets[];
53 };
54 void AddDescriptors();
55 } // namespace protobuf_bin_2fengineering_2fconfig_2eproto
56 namespace jaiabot {
57 namespace config {
58 class JaiabotEngineering;
59 class JaiabotEngineeringDefaultTypeInternal;
60 extern JaiabotEngineeringDefaultTypeInternal _JaiabotEngineering_default_instance_;
61 } // namespace config
62 } // namespace jaiabot
63 namespace google {
64 namespace protobuf {
65 template<> ::jaiabot::config::JaiabotEngineering* Arena::CreateMaybeMessage<::jaiabot::config::JaiabotEngineering>(Arena*);
66 } // namespace protobuf
67 } // namespace google
68 namespace jaiabot {
69 namespace config {
70 
71 // ===================================================================
72 
73 class JaiabotEngineering : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:jaiabot.config.JaiabotEngineering) */ {
74  public:
76  virtual ~JaiabotEngineering();
77 
79 
81  CopyFrom(from);
82  return *this;
83  }
84  #if LANG_CXX11
85  JaiabotEngineering(JaiabotEngineering&& from) noexcept
86  : JaiabotEngineering() {
87  *this = ::std::move(from);
88  }
89 
90  inline JaiabotEngineering& operator=(JaiabotEngineering&& from) noexcept {
91  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
92  if (this != &from) InternalSwap(&from);
93  } else {
94  CopyFrom(from);
95  }
96  return *this;
97  }
98  #endif
99  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
100  return _internal_metadata_.unknown_fields();
101  }
102  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
103  return _internal_metadata_.mutable_unknown_fields();
104  }
105 
106  static const ::google::protobuf::Descriptor* descriptor();
107  static const JaiabotEngineering& default_instance();
108 
109  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
111  return reinterpret_cast<const JaiabotEngineering*>(
113  }
114  static constexpr int kIndexInFileMessages =
115  0;
116 
117  void Swap(JaiabotEngineering* other);
119  a.Swap(&b);
120  }
121 
122  // implements Message ----------------------------------------------
123 
124  inline JaiabotEngineering* New() const final {
125  return CreateMaybeMessage<JaiabotEngineering>(NULL);
126  }
127 
128  JaiabotEngineering* New(::google::protobuf::Arena* arena) const final {
129  return CreateMaybeMessage<JaiabotEngineering>(arena);
130  }
131  void CopyFrom(const ::google::protobuf::Message& from) final;
132  void MergeFrom(const ::google::protobuf::Message& from) final;
133  void CopyFrom(const JaiabotEngineering& from);
134  void MergeFrom(const JaiabotEngineering& from);
135  void Clear() final;
136  bool IsInitialized() const final;
137 
138  size_t ByteSizeLong() const final;
140  ::google::protobuf::io::CodedInputStream* input) final;
142  ::google::protobuf::io::CodedOutputStream* output) const final;
144  bool deterministic, ::google::protobuf::uint8* target) const final;
145  int GetCachedSize() const final { return _cached_size_.Get(); }
146 
147  private:
148  void SharedCtor();
149  void SharedDtor();
150  void SetCachedSize(int size) const final;
151  void InternalSwap(JaiabotEngineering* other);
152  private:
153  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
154  return NULL;
155  }
156  inline void* MaybeArenaPtr() const {
157  return NULL;
158  }
159  public:
160 
161  ::google::protobuf::Metadata GetMetadata() const final;
162 
163  // nested types ----------------------------------------------------
164 
165  // accessors -------------------------------------------------------
166 
167  // optional .goby.middleware.protobuf.AppConfig app = 1;
168  bool has_app() const;
169  void clear_app();
170  static const int kAppFieldNumber = 1;
171  private:
172  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
173  public:
174  const ::goby::middleware::protobuf::AppConfig& app() const;
175  ::goby::middleware::protobuf::AppConfig* release_app();
176  ::goby::middleware::protobuf::AppConfig* mutable_app();
177  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
178 
179  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
180  bool has_interprocess() const;
181  void clear_interprocess();
182  static const int kInterprocessFieldNumber = 2;
183  private:
184  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
185  public:
186  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
187  ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
188  ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
189  void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
190 
191  // required .goby.middleware.protobuf.TransporterConfig command_sub_cfg = 11;
192  bool has_command_sub_cfg() const;
193  void clear_command_sub_cfg();
194  static const int kCommandSubCfgFieldNumber = 11;
195  private:
196  const ::goby::middleware::protobuf::TransporterConfig& _internal_command_sub_cfg() const;
197  public:
198  const ::goby::middleware::protobuf::TransporterConfig& command_sub_cfg() const;
199  ::goby::middleware::protobuf::TransporterConfig* release_command_sub_cfg();
200  ::goby::middleware::protobuf::TransporterConfig* mutable_command_sub_cfg();
201  void set_allocated_command_sub_cfg(::goby::middleware::protobuf::TransporterConfig* command_sub_cfg);
202 
203  // optional .jaiabot.protobuf.HubInfo subscribe_to_hub_on_start = 12;
204  bool has_subscribe_to_hub_on_start() const;
206  static const int kSubscribeToHubOnStartFieldNumber = 12;
207  private:
208  const ::jaiabot::protobuf::HubInfo& _internal_subscribe_to_hub_on_start() const;
209  public:
210  const ::jaiabot::protobuf::HubInfo& subscribe_to_hub_on_start() const;
211  ::jaiabot::protobuf::HubInfo* release_subscribe_to_hub_on_start();
212  ::jaiabot::protobuf::HubInfo* mutable_subscribe_to_hub_on_start();
214 
215  // required int32 bot_id = 10;
216  bool has_bot_id() const;
217  void clear_bot_id();
218  static const int kBotIdFieldNumber = 10;
219  ::google::protobuf::int32 bot_id() const;
220  void set_bot_id(::google::protobuf::int32 value);
221 
222  // @@protoc_insertion_point(class_scope:jaiabot.config.JaiabotEngineering)
223  private:
224  void set_has_app();
225  void clear_has_app();
226  void set_has_interprocess();
227  void clear_has_interprocess();
228  void set_has_bot_id();
229  void clear_has_bot_id();
230  void set_has_command_sub_cfg();
231  void clear_has_command_sub_cfg();
232  void set_has_subscribe_to_hub_on_start();
233  void clear_has_subscribe_to_hub_on_start();
234 
235  // helper for ByteSizeLong()
236  size_t RequiredFieldsByteSizeFallback() const;
237 
238  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
239  ::google::protobuf::internal::HasBits<1> _has_bits_;
240  mutable ::google::protobuf::internal::CachedSize _cached_size_;
241  ::goby::middleware::protobuf::AppConfig* app_;
242  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
243  ::goby::middleware::protobuf::TransporterConfig* command_sub_cfg_;
244  ::jaiabot::protobuf::HubInfo* subscribe_to_hub_on_start_;
245  ::google::protobuf::int32 bot_id_;
246  friend struct ::protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct;
247 };
248 // ===================================================================
249 
250 
251 // ===================================================================
252 
253 #ifdef __GNUC__
254  #pragma GCC diagnostic push
255  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
256 #endif // __GNUC__
257 // JaiabotEngineering
258 
259 // optional .goby.middleware.protobuf.AppConfig app = 1;
260 inline bool JaiabotEngineering::has_app() const {
261  return (_has_bits_[0] & 0x00000001u) != 0;
262 }
263 inline void JaiabotEngineering::set_has_app() {
264  _has_bits_[0] |= 0x00000001u;
265 }
266 inline void JaiabotEngineering::clear_has_app() {
267  _has_bits_[0] &= ~0x00000001u;
268 }
269 inline const ::goby::middleware::protobuf::AppConfig& JaiabotEngineering::_internal_app() const {
270  return *app_;
271 }
272 inline const ::goby::middleware::protobuf::AppConfig& JaiabotEngineering::app() const {
273  const ::goby::middleware::protobuf::AppConfig* p = app_;
274  // @@protoc_insertion_point(field_get:jaiabot.config.JaiabotEngineering.app)
275  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
276  &::goby::middleware::protobuf::_AppConfig_default_instance_);
277 }
278 inline ::goby::middleware::protobuf::AppConfig* JaiabotEngineering::release_app() {
279  // @@protoc_insertion_point(field_release:jaiabot.config.JaiabotEngineering.app)
280  clear_has_app();
281  ::goby::middleware::protobuf::AppConfig* temp = app_;
282  app_ = NULL;
283  return temp;
284 }
285 inline ::goby::middleware::protobuf::AppConfig* JaiabotEngineering::mutable_app() {
286  set_has_app();
287  if (app_ == NULL) {
288  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
289  app_ = p;
290  }
291  // @@protoc_insertion_point(field_mutable:jaiabot.config.JaiabotEngineering.app)
292  return app_;
293 }
294 inline void JaiabotEngineering::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
295  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
296  if (message_arena == NULL) {
297  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
298  }
299  if (app) {
300  ::google::protobuf::Arena* submessage_arena = NULL;
301  if (message_arena != submessage_arena) {
302  app = ::google::protobuf::internal::GetOwnedMessage(
303  message_arena, app, submessage_arena);
304  }
305  set_has_app();
306  } else {
307  clear_has_app();
308  }
309  app_ = app;
310  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.JaiabotEngineering.app)
311 }
312 
313 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
315  return (_has_bits_[0] & 0x00000002u) != 0;
316 }
317 inline void JaiabotEngineering::set_has_interprocess() {
318  _has_bits_[0] |= 0x00000002u;
319 }
320 inline void JaiabotEngineering::clear_has_interprocess() {
321  _has_bits_[0] &= ~0x00000002u;
322 }
323 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& JaiabotEngineering::_internal_interprocess() const {
324  return *interprocess_;
325 }
326 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& JaiabotEngineering::interprocess() const {
327  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
328  // @@protoc_insertion_point(field_get:jaiabot.config.JaiabotEngineering.interprocess)
329  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
330  &::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
331 }
332 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* JaiabotEngineering::release_interprocess() {
333  // @@protoc_insertion_point(field_release:jaiabot.config.JaiabotEngineering.interprocess)
334  clear_has_interprocess();
335  ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
336  interprocess_ = NULL;
337  return temp;
338 }
339 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* JaiabotEngineering::mutable_interprocess() {
340  set_has_interprocess();
341  if (interprocess_ == NULL) {
342  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
343  interprocess_ = p;
344  }
345  // @@protoc_insertion_point(field_mutable:jaiabot.config.JaiabotEngineering.interprocess)
346  return interprocess_;
347 }
348 inline void JaiabotEngineering::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
349  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
350  if (message_arena == NULL) {
351  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
352  }
353  if (interprocess) {
354  ::google::protobuf::Arena* submessage_arena = NULL;
355  if (message_arena != submessage_arena) {
356  interprocess = ::google::protobuf::internal::GetOwnedMessage(
357  message_arena, interprocess, submessage_arena);
358  }
359  set_has_interprocess();
360  } else {
361  clear_has_interprocess();
362  }
363  interprocess_ = interprocess;
364  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.JaiabotEngineering.interprocess)
365 }
366 
367 // required int32 bot_id = 10;
368 inline bool JaiabotEngineering::has_bot_id() const {
369  return (_has_bits_[0] & 0x00000010u) != 0;
370 }
371 inline void JaiabotEngineering::set_has_bot_id() {
372  _has_bits_[0] |= 0x00000010u;
373 }
374 inline void JaiabotEngineering::clear_has_bot_id() {
375  _has_bits_[0] &= ~0x00000010u;
376 }
378  bot_id_ = 0;
379  clear_has_bot_id();
380 }
381 inline ::google::protobuf::int32 JaiabotEngineering::bot_id() const {
382  // @@protoc_insertion_point(field_get:jaiabot.config.JaiabotEngineering.bot_id)
383  return bot_id_;
384 }
385 inline void JaiabotEngineering::set_bot_id(::google::protobuf::int32 value) {
386  set_has_bot_id();
387  bot_id_ = value;
388  // @@protoc_insertion_point(field_set:jaiabot.config.JaiabotEngineering.bot_id)
389 }
390 
391 // required .goby.middleware.protobuf.TransporterConfig command_sub_cfg = 11;
393  return (_has_bits_[0] & 0x00000004u) != 0;
394 }
395 inline void JaiabotEngineering::set_has_command_sub_cfg() {
396  _has_bits_[0] |= 0x00000004u;
397 }
398 inline void JaiabotEngineering::clear_has_command_sub_cfg() {
399  _has_bits_[0] &= ~0x00000004u;
400 }
401 inline const ::goby::middleware::protobuf::TransporterConfig& JaiabotEngineering::_internal_command_sub_cfg() const {
402  return *command_sub_cfg_;
403 }
404 inline const ::goby::middleware::protobuf::TransporterConfig& JaiabotEngineering::command_sub_cfg() const {
405  const ::goby::middleware::protobuf::TransporterConfig* p = command_sub_cfg_;
406  // @@protoc_insertion_point(field_get:jaiabot.config.JaiabotEngineering.command_sub_cfg)
407  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::TransporterConfig*>(
408  &::goby::middleware::protobuf::_TransporterConfig_default_instance_);
409 }
410 inline ::goby::middleware::protobuf::TransporterConfig* JaiabotEngineering::release_command_sub_cfg() {
411  // @@protoc_insertion_point(field_release:jaiabot.config.JaiabotEngineering.command_sub_cfg)
412  clear_has_command_sub_cfg();
413  ::goby::middleware::protobuf::TransporterConfig* temp = command_sub_cfg_;
414  command_sub_cfg_ = NULL;
415  return temp;
416 }
417 inline ::goby::middleware::protobuf::TransporterConfig* JaiabotEngineering::mutable_command_sub_cfg() {
418  set_has_command_sub_cfg();
419  if (command_sub_cfg_ == NULL) {
420  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::TransporterConfig>(GetArenaNoVirtual());
421  command_sub_cfg_ = p;
422  }
423  // @@protoc_insertion_point(field_mutable:jaiabot.config.JaiabotEngineering.command_sub_cfg)
424  return command_sub_cfg_;
425 }
426 inline void JaiabotEngineering::set_allocated_command_sub_cfg(::goby::middleware::protobuf::TransporterConfig* command_sub_cfg) {
427  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
428  if (message_arena == NULL) {
429  delete reinterpret_cast< ::google::protobuf::MessageLite*>(command_sub_cfg_);
430  }
431  if (command_sub_cfg) {
432  ::google::protobuf::Arena* submessage_arena = NULL;
433  if (message_arena != submessage_arena) {
434  command_sub_cfg = ::google::protobuf::internal::GetOwnedMessage(
435  message_arena, command_sub_cfg, submessage_arena);
436  }
437  set_has_command_sub_cfg();
438  } else {
439  clear_has_command_sub_cfg();
440  }
441  command_sub_cfg_ = command_sub_cfg;
442  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.JaiabotEngineering.command_sub_cfg)
443 }
444 
445 // optional .jaiabot.protobuf.HubInfo subscribe_to_hub_on_start = 12;
447  return (_has_bits_[0] & 0x00000008u) != 0;
448 }
449 inline void JaiabotEngineering::set_has_subscribe_to_hub_on_start() {
450  _has_bits_[0] |= 0x00000008u;
451 }
452 inline void JaiabotEngineering::clear_has_subscribe_to_hub_on_start() {
453  _has_bits_[0] &= ~0x00000008u;
454 }
455 inline const ::jaiabot::protobuf::HubInfo& JaiabotEngineering::_internal_subscribe_to_hub_on_start() const {
456  return *subscribe_to_hub_on_start_;
457 }
458 inline const ::jaiabot::protobuf::HubInfo& JaiabotEngineering::subscribe_to_hub_on_start() const {
459  const ::jaiabot::protobuf::HubInfo* p = subscribe_to_hub_on_start_;
460  // @@protoc_insertion_point(field_get:jaiabot.config.JaiabotEngineering.subscribe_to_hub_on_start)
461  return p != NULL ? *p : *reinterpret_cast<const ::jaiabot::protobuf::HubInfo*>(
463 }
464 inline ::jaiabot::protobuf::HubInfo* JaiabotEngineering::release_subscribe_to_hub_on_start() {
465  // @@protoc_insertion_point(field_release:jaiabot.config.JaiabotEngineering.subscribe_to_hub_on_start)
466  clear_has_subscribe_to_hub_on_start();
467  ::jaiabot::protobuf::HubInfo* temp = subscribe_to_hub_on_start_;
468  subscribe_to_hub_on_start_ = NULL;
469  return temp;
470 }
471 inline ::jaiabot::protobuf::HubInfo* JaiabotEngineering::mutable_subscribe_to_hub_on_start() {
472  set_has_subscribe_to_hub_on_start();
473  if (subscribe_to_hub_on_start_ == NULL) {
474  auto* p = CreateMaybeMessage<::jaiabot::protobuf::HubInfo>(GetArenaNoVirtual());
475  subscribe_to_hub_on_start_ = p;
476  }
477  // @@protoc_insertion_point(field_mutable:jaiabot.config.JaiabotEngineering.subscribe_to_hub_on_start)
478  return subscribe_to_hub_on_start_;
479 }
481  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
482  if (message_arena == NULL) {
483  delete reinterpret_cast< ::google::protobuf::MessageLite*>(subscribe_to_hub_on_start_);
484  }
486  ::google::protobuf::Arena* submessage_arena = NULL;
487  if (message_arena != submessage_arena) {
488  subscribe_to_hub_on_start = ::google::protobuf::internal::GetOwnedMessage(
489  message_arena, subscribe_to_hub_on_start, submessage_arena);
490  }
491  set_has_subscribe_to_hub_on_start();
492  } else {
493  clear_has_subscribe_to_hub_on_start();
494  }
495  subscribe_to_hub_on_start_ = subscribe_to_hub_on_start;
496  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.JaiabotEngineering.subscribe_to_hub_on_start)
497 }
498 
499 #ifdef __GNUC__
500  #pragma GCC diagnostic pop
501 #endif // __GNUC__
502 
503 // @@protoc_insertion_point(namespace_scope)
504 
505 } // namespace config
506 } // namespace jaiabot
507 
508 // @@protoc_insertion_point(global_scope)
509 
510 #endif // PROTOBUF_INCLUDED_bin_2fengineering_2fconfig_2eproto
jaiabot::config::JaiabotEngineering::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
jaiabot::config::JaiabotEngineering::set_bot_id
void set_bot_id(::google::protobuf::int32 value)
Definition: config.pb.h:385
jaiabot::config::JaiabotEngineering::has_app
bool has_app() const
Definition: config.pb.h:260
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: config.pb.h:50
jaiabot::config::JaiabotEngineering::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: config.pb.h:339
jaiabot::config::JaiabotEngineering::Swap
void Swap(JaiabotEngineering *other)
jaiabot::config::JaiabotEngineering::subscribe_to_hub_on_start
const ::jaiabot::protobuf::HubInfo & subscribe_to_hub_on_start() const
Definition: config.pb.h:458
modem_message_extensions.pb.h
goby
Definition: driver_tester.h:34
jaiabot::config::JaiabotEngineering::~JaiabotEngineering
virtual ~JaiabotEngineering()
jaiabot::protobuf::HubInfo
Definition: modem_message_extensions.pb.h:74
jaiabot::config::JaiabotEngineering::has_subscribe_to_hub_on_start
bool has_subscribe_to_hub_on_start() const
Definition: config.pb.h:446
jaiabot::config::JaiabotEngineering::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: config.pb.h:278
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: config.pb.h:49
jaiabot::config::JaiabotEngineering::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: config.pb.h:99
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: config.pb.h:47
jaiabot::config::JaiabotEngineering::kCommandSubCfgFieldNumber
static const int kCommandSubCfgFieldNumber
Definition: config.pb.h:194
jaiabot::config::JaiabotEngineering::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: config.pb.h:332
jaiabot::config::JaiabotEngineering::descriptor
static const ::google::protobuf::Descriptor * descriptor()
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: config.pb.h:52
jaiabot::config::JaiabotEngineering::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
jaiabot::config::JaiabotEngineering::release_command_sub_cfg
::goby::middleware::protobuf::TransporterConfig * release_command_sub_cfg()
Definition: config.pb.h:410
jaiabot::config::JaiabotEngineering::set_allocated_interprocess
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition: config.pb.h:348
jaiabot::config::JaiabotEngineering::internal_default_instance
static const JaiabotEngineering * internal_default_instance()
Definition: config.pb.h:110
jaiabot::config::JaiabotEngineering::release_subscribe_to_hub_on_start
::jaiabot::protobuf::HubInfo * release_subscribe_to_hub_on_start()
Definition: config.pb.h:464
jaiabot::config::JaiabotEngineering::clear_subscribe_to_hub_on_start
void clear_subscribe_to_hub_on_start()
jaiabot::config::JaiabotEngineering::kSubscribeToHubOnStartFieldNumber
static const int kSubscribeToHubOnStartFieldNumber
Definition: config.pb.h:206
jaiabot::config::JaiabotEngineering::set_allocated_command_sub_cfg
void set_allocated_command_sub_cfg(::goby::middleware::protobuf::TransporterConfig *command_sub_cfg)
Definition: config.pb.h:426
jaiabot::config::JaiabotEngineering::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: config.pb.h:182
jaiabot::config::JaiabotEngineering::has_command_sub_cfg
bool has_command_sub_cfg() const
Definition: config.pb.h:392
jaiabot::config::JaiabotEngineering::IsInitialized
bool IsInitialized() const final
jaiabot::config::JaiabotEngineering::kAppFieldNumber
static const int kAppFieldNumber
Definition: config.pb.h:170
jaiabot::config::JaiabotEngineering::New
JaiabotEngineering * New() const final
Definition: config.pb.h:124
jaiabot::config::JaiabotEngineering::New
JaiabotEngineering * New(::google::protobuf::Arena *arena) const final
Definition: config.pb.h:128
jaiabot::config::JaiabotEngineering
Definition: config.pb.h:73
jaiabot::config::JaiabotEngineering::mutable_subscribe_to_hub_on_start
::jaiabot::protobuf::HubInfo * mutable_subscribe_to_hub_on_start()
Definition: config.pb.h:471
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: config.pb.h:48
jaiabot::config::JaiabotEngineering::Clear
void Clear() final
jaiabot::config::JaiabotEngineering::clear_bot_id
void clear_bot_id()
Definition: config.pb.h:377
jaiabot::config::JaiabotEngineering::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
jaiabot::config::JaiabotEngineering::clear_interprocess
void clear_interprocess()
jaiabot::config::JaiabotEngineering::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
jaiabot::config::JaiabotEngineering::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: config.pb.h:272
jaiabot::config::JaiabotEngineering::bot_id
::google::protobuf::int32 bot_id() const
Definition: config.pb.h:381
jaiabot::config::JaiabotEngineering::mutable_command_sub_cfg
::goby::middleware::protobuf::TransporterConfig * mutable_command_sub_cfg()
Definition: config.pb.h:417
jaiabot::config::JaiabotEngineering::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
jaiabot::config::JaiabotEngineering::GetCachedSize
int GetCachedSize() const final
Definition: config.pb.h:145
jaiabot::config::JaiabotEngineering::default_instance
static const JaiabotEngineering & default_instance()
jaiabot::config::JaiabotEngineering::command_sub_cfg
const ::goby::middleware::protobuf::TransporterConfig & command_sub_cfg() const
Definition: config.pb.h:404
jaiabot::config::JaiabotEngineering::swap
friend void swap(JaiabotEngineering &a, JaiabotEngineering &b)
Definition: config.pb.h:118
xbee::protobuf::config
extern ::google::protobuf::internal::ExtensionIdentifier< ::goby::acomms::protobuf::DriverConfig, ::google::protobuf::internal::MessageTypeTraits< ::xbee::protobuf::Config >, 11, false > config
Definition: xbee_extensions.pb.h:464
jaiabot::config::JaiabotEngineering::JaiabotEngineering
JaiabotEngineering()
protobuf_bin_2fengineering_2fconfig_2eproto::AddDescriptors
void AddDescriptors()
jaiabot::config::JaiabotEngineering::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: config.pb.h:294
jaiabot
Definition: config.pb.h:57
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: config.pb.h:51
jaiabot::protobuf::_HubInfo_default_instance_
HubInfoDefaultTypeInternal _HubInfo_default_instance_
protobuf_bin_2fengineering_2fconfig_2eproto
Definition: config.pb.h:44
jaiabot::config::JaiabotEngineering::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: config.pb.h:326
jaiabot::config::JaiabotEngineering::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: config.pb.h:114
jaiabot::config::_JaiabotEngineering_default_instance_
JaiabotEngineeringDefaultTypeInternal _JaiabotEngineering_default_instance_
protobuf_bin_2fengineering_2fconfig_2eproto::TableStruct
Definition: config.pb.h:46
jaiabot::config::JaiabotEngineering::ByteSizeLong
size_t ByteSizeLong() const final
jaiabot::config::JaiabotEngineering::set_allocated_subscribe_to_hub_on_start
void set_allocated_subscribe_to_hub_on_start(::jaiabot::protobuf::HubInfo *subscribe_to_hub_on_start)
Definition: config.pb.h:480
jaiabot::config::JaiabotEngineering::operator=
JaiabotEngineering & operator=(const JaiabotEngineering &from)
Definition: config.pb.h:80
jaiabot::config::JaiabotEngineering::clear_command_sub_cfg
void clear_command_sub_cfg()
jaiabot::config::JaiabotEngineering::mutable_app
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition: config.pb.h:285
jaiabot::config::JaiabotEngineering::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
jaiabot::config::JaiabotEngineering::InitAsDefaultInstance
static void InitAsDefaultInstance()
jaiabot::config::JaiabotEngineering::has_bot_id
bool has_bot_id() const
Definition: config.pb.h:368
google
Definition: config.pb.h:64
jaiabot::config::JaiabotEngineering::has_interprocess
bool has_interprocess() const
Definition: config.pb.h:314
jaiabot::config::JaiabotEngineering::clear_app
void clear_app()
jaiabot::config::JaiabotEngineering::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: config.pb.h:102
jaiabot::config::JaiabotEngineering::kBotIdFieldNumber
static const int kBotIdFieldNumber
Definition: config.pb.h:218