JaiaBot  1.12.0+18+g85da5f82
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/web_portal/config.proto
3 
4 #ifndef PROTOBUF_INCLUDED_bin_2fweb_5fportal_2fconfig_2eproto
5 #define PROTOBUF_INCLUDED_bin_2fweb_5fportal_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/udp_config.pb.h"
36 #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_2fweb_5fportal_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_2fweb_5fportal_2fconfig_2eproto
56 namespace jaiabot {
57 namespace config {
58 class WebPortal;
59 class WebPortalDefaultTypeInternal;
60 extern WebPortalDefaultTypeInternal _WebPortal_default_instance_;
61 } // namespace config
62 } // namespace jaiabot
63 namespace google {
64 namespace protobuf {
65 template<> ::jaiabot::config::WebPortal* Arena::CreateMaybeMessage<::jaiabot::config::WebPortal>(Arena*);
66 } // namespace protobuf
67 } // namespace google
68 namespace jaiabot {
69 namespace config {
70 
71 // ===================================================================
72 
73 class WebPortal : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:jaiabot.config.WebPortal) */ {
74  public:
75  WebPortal();
76  virtual ~WebPortal();
77 
78  WebPortal(const WebPortal& from);
79 
80  inline WebPortal& operator=(const WebPortal& from) {
81  CopyFrom(from);
82  return *this;
83  }
84  #if LANG_CXX11
85  WebPortal(WebPortal&& from) noexcept
86  : WebPortal() {
87  *this = ::std::move(from);
88  }
89 
90  inline WebPortal& operator=(WebPortal&& 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 WebPortal& default_instance();
108 
109  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
110  static inline const WebPortal* internal_default_instance() {
111  return reinterpret_cast<const WebPortal*>(
113  }
114  static constexpr int kIndexInFileMessages =
115  0;
116 
117  void Swap(WebPortal* other);
118  friend void swap(WebPortal& a, WebPortal& b) {
119  a.Swap(&b);
120  }
121 
122  // implements Message ----------------------------------------------
123 
124  inline WebPortal* New() const final {
125  return CreateMaybeMessage<WebPortal>(NULL);
126  }
127 
128  WebPortal* New(::google::protobuf::Arena* arena) const final {
129  return CreateMaybeMessage<WebPortal>(arena);
130  }
131  void CopyFrom(const ::google::protobuf::Message& from) final;
132  void MergeFrom(const ::google::protobuf::Message& from) final;
133  void CopyFrom(const WebPortal& from);
134  void MergeFrom(const WebPortal& 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(WebPortal* 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.UDPOneToManyConfig udp_config = 3;
192  bool has_udp_config() const;
193  void clear_udp_config();
194  static const int kUdpConfigFieldNumber = 3;
195  private:
196  const ::goby::middleware::protobuf::UDPOneToManyConfig& _internal_udp_config() const;
197  public:
198  const ::goby::middleware::protobuf::UDPOneToManyConfig& udp_config() const;
199  ::goby::middleware::protobuf::UDPOneToManyConfig* release_udp_config();
200  ::goby::middleware::protobuf::UDPOneToManyConfig* mutable_udp_config();
201  void set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig* udp_config);
202 
203  // optional .goby.middleware.protobuf.UDPPointToPointConfig udp_customer_config = 4;
204  bool has_udp_customer_config() const;
206  static const int kUdpCustomerConfigFieldNumber = 4;
207  private:
208  const ::goby::middleware::protobuf::UDPPointToPointConfig& _internal_udp_customer_config() const;
209  public:
210  const ::goby::middleware::protobuf::UDPPointToPointConfig& udp_customer_config() const;
211  ::goby::middleware::protobuf::UDPPointToPointConfig* release_udp_customer_config();
212  ::goby::middleware::protobuf::UDPPointToPointConfig* mutable_udp_customer_config();
213  void set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config);
214 
215  // @@protoc_insertion_point(class_scope:jaiabot.config.WebPortal)
216  private:
217  void set_has_app();
218  void clear_has_app();
219  void set_has_interprocess();
220  void clear_has_interprocess();
221  void set_has_udp_config();
222  void clear_has_udp_config();
223  void set_has_udp_customer_config();
224  void clear_has_udp_customer_config();
225 
226  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
227  ::google::protobuf::internal::HasBits<1> _has_bits_;
228  mutable ::google::protobuf::internal::CachedSize _cached_size_;
229  ::goby::middleware::protobuf::AppConfig* app_;
230  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
231  ::goby::middleware::protobuf::UDPOneToManyConfig* udp_config_;
232  ::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config_;
233  friend struct ::protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct;
234 };
235 // ===================================================================
236 
237 
238 // ===================================================================
239 
240 #ifdef __GNUC__
241  #pragma GCC diagnostic push
242  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
243 #endif // __GNUC__
244 // WebPortal
245 
246 // optional .goby.middleware.protobuf.AppConfig app = 1;
247 inline bool WebPortal::has_app() const {
248  return (_has_bits_[0] & 0x00000001u) != 0;
249 }
250 inline void WebPortal::set_has_app() {
251  _has_bits_[0] |= 0x00000001u;
252 }
253 inline void WebPortal::clear_has_app() {
254  _has_bits_[0] &= ~0x00000001u;
255 }
256 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::_internal_app() const {
257  return *app_;
258 }
259 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::app() const {
260  const ::goby::middleware::protobuf::AppConfig* p = app_;
261  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.app)
262  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
263  &::goby::middleware::protobuf::_AppConfig_default_instance_);
264 }
265 inline ::goby::middleware::protobuf::AppConfig* WebPortal::release_app() {
266  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.app)
267  clear_has_app();
268  ::goby::middleware::protobuf::AppConfig* temp = app_;
269  app_ = NULL;
270  return temp;
271 }
272 inline ::goby::middleware::protobuf::AppConfig* WebPortal::mutable_app() {
273  set_has_app();
274  if (app_ == NULL) {
275  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
276  app_ = p;
277  }
278  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.app)
279  return app_;
280 }
281 inline void WebPortal::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
282  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
283  if (message_arena == NULL) {
284  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
285  }
286  if (app) {
287  ::google::protobuf::Arena* submessage_arena = NULL;
288  if (message_arena != submessage_arena) {
289  app = ::google::protobuf::internal::GetOwnedMessage(
290  message_arena, app, submessage_arena);
291  }
292  set_has_app();
293  } else {
294  clear_has_app();
295  }
296  app_ = app;
297  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.app)
298 }
299 
300 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
301 inline bool WebPortal::has_interprocess() const {
302  return (_has_bits_[0] & 0x00000002u) != 0;
303 }
304 inline void WebPortal::set_has_interprocess() {
305  _has_bits_[0] |= 0x00000002u;
306 }
307 inline void WebPortal::clear_has_interprocess() {
308  _has_bits_[0] &= ~0x00000002u;
309 }
310 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::_internal_interprocess() const {
311  return *interprocess_;
312 }
313 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::interprocess() const {
314  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
315  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.interprocess)
316  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
317  &::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
318 }
319 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::release_interprocess() {
320  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.interprocess)
321  clear_has_interprocess();
322  ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
323  interprocess_ = NULL;
324  return temp;
325 }
326 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::mutable_interprocess() {
327  set_has_interprocess();
328  if (interprocess_ == NULL) {
329  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
330  interprocess_ = p;
331  }
332  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.interprocess)
333  return interprocess_;
334 }
335 inline void WebPortal::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
336  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
337  if (message_arena == NULL) {
338  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
339  }
340  if (interprocess) {
341  ::google::protobuf::Arena* submessage_arena = NULL;
342  if (message_arena != submessage_arena) {
343  interprocess = ::google::protobuf::internal::GetOwnedMessage(
344  message_arena, interprocess, submessage_arena);
345  }
346  set_has_interprocess();
347  } else {
348  clear_has_interprocess();
349  }
350  interprocess_ = interprocess;
351  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.interprocess)
352 }
353 
354 // required .goby.middleware.protobuf.UDPOneToManyConfig udp_config = 3;
355 inline bool WebPortal::has_udp_config() const {
356  return (_has_bits_[0] & 0x00000004u) != 0;
357 }
358 inline void WebPortal::set_has_udp_config() {
359  _has_bits_[0] |= 0x00000004u;
360 }
361 inline void WebPortal::clear_has_udp_config() {
362  _has_bits_[0] &= ~0x00000004u;
363 }
364 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::_internal_udp_config() const {
365  return *udp_config_;
366 }
367 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::udp_config() const {
368  const ::goby::middleware::protobuf::UDPOneToManyConfig* p = udp_config_;
369  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.udp_config)
370  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::UDPOneToManyConfig*>(
371  &::goby::middleware::protobuf::_UDPOneToManyConfig_default_instance_);
372 }
373 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::release_udp_config() {
374  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.udp_config)
375  clear_has_udp_config();
376  ::goby::middleware::protobuf::UDPOneToManyConfig* temp = udp_config_;
377  udp_config_ = NULL;
378  return temp;
379 }
380 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::mutable_udp_config() {
381  set_has_udp_config();
382  if (udp_config_ == NULL) {
383  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPOneToManyConfig>(GetArenaNoVirtual());
384  udp_config_ = p;
385  }
386  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.udp_config)
387  return udp_config_;
388 }
389 inline void WebPortal::set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig* udp_config) {
390  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
391  if (message_arena == NULL) {
392  delete reinterpret_cast< ::google::protobuf::MessageLite*>(udp_config_);
393  }
394  if (udp_config) {
395  ::google::protobuf::Arena* submessage_arena = NULL;
396  if (message_arena != submessage_arena) {
397  udp_config = ::google::protobuf::internal::GetOwnedMessage(
398  message_arena, udp_config, submessage_arena);
399  }
400  set_has_udp_config();
401  } else {
402  clear_has_udp_config();
403  }
404  udp_config_ = udp_config;
405  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.udp_config)
406 }
407 
408 // optional .goby.middleware.protobuf.UDPPointToPointConfig udp_customer_config = 4;
410  return (_has_bits_[0] & 0x00000008u) != 0;
411 }
412 inline void WebPortal::set_has_udp_customer_config() {
413  _has_bits_[0] |= 0x00000008u;
414 }
415 inline void WebPortal::clear_has_udp_customer_config() {
416  _has_bits_[0] &= ~0x00000008u;
417 }
418 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::_internal_udp_customer_config() const {
419  return *udp_customer_config_;
420 }
421 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::udp_customer_config() const {
422  const ::goby::middleware::protobuf::UDPPointToPointConfig* p = udp_customer_config_;
423  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.udp_customer_config)
424  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::UDPPointToPointConfig*>(
425  &::goby::middleware::protobuf::_UDPPointToPointConfig_default_instance_);
426 }
427 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::release_udp_customer_config() {
428  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.udp_customer_config)
429  clear_has_udp_customer_config();
430  ::goby::middleware::protobuf::UDPPointToPointConfig* temp = udp_customer_config_;
431  udp_customer_config_ = NULL;
432  return temp;
433 }
434 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::mutable_udp_customer_config() {
435  set_has_udp_customer_config();
436  if (udp_customer_config_ == NULL) {
437  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPPointToPointConfig>(GetArenaNoVirtual());
438  udp_customer_config_ = p;
439  }
440  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.udp_customer_config)
441  return udp_customer_config_;
442 }
443 inline void WebPortal::set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config) {
444  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
445  if (message_arena == NULL) {
446  delete reinterpret_cast< ::google::protobuf::MessageLite*>(udp_customer_config_);
447  }
448  if (udp_customer_config) {
449  ::google::protobuf::Arena* submessage_arena = NULL;
450  if (message_arena != submessage_arena) {
451  udp_customer_config = ::google::protobuf::internal::GetOwnedMessage(
452  message_arena, udp_customer_config, submessage_arena);
453  }
454  set_has_udp_customer_config();
455  } else {
456  clear_has_udp_customer_config();
457  }
458  udp_customer_config_ = udp_customer_config;
459  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.udp_customer_config)
460 }
461 
462 #ifdef __GNUC__
463  #pragma GCC diagnostic pop
464 #endif // __GNUC__
465 
466 // @@protoc_insertion_point(namespace_scope)
467 
468 } // namespace config
469 } // namespace jaiabot
470 
471 // @@protoc_insertion_point(global_scope)
472 
473 #endif // PROTOBUF_INCLUDED_bin_2fweb_5fportal_2fconfig_2eproto
jaiabot::config::WebPortal::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: config.pb.h:313
jaiabot::config::WebPortal::release_udp_config
::goby::middleware::protobuf::UDPOneToManyConfig * release_udp_config()
Definition: config.pb.h:373
jaiabot::config::WebPortal::GetCachedSize
int GetCachedSize() const final
Definition: config.pb.h:145
jaiabot::config::WebPortal::internal_default_instance
static const WebPortal * internal_default_instance()
Definition: config.pb.h:110
goby
Definition: driver_tester.h:34
jaiabot::config::WebPortal::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: config.pb.h:326
jaiabot::config::WebPortal::has_app
bool has_app() const
Definition: config.pb.h:247
jaiabot::config::WebPortal::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
jaiabot::config::WebPortal::set_allocated_interprocess
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition: config.pb.h:335
jaiabot::config::WebPortal::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
jaiabot::config::WebPortal::kUdpCustomerConfigFieldNumber
static const int kUdpCustomerConfigFieldNumber
Definition: config.pb.h:206
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: config.pb.h:47
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct
Definition: config.pb.h:46
jaiabot::config::WebPortal::clear_udp_config
void clear_udp_config()
jaiabot::config::WebPortal::WebPortal
WebPortal()
jaiabot::config::WebPortal::set_allocated_udp_customer_config
void set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig *udp_customer_config)
Definition: config.pb.h:443
jaiabot::config::WebPortal::default_instance
static const WebPortal & default_instance()
jaiabot::config::WebPortal::clear_interprocess
void clear_interprocess()
jaiabot::config::WebPortal::mutable_app
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition: config.pb.h:272
jaiabot::config::WebPortal::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: config.pb.h:319
jaiabot::config::WebPortal::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
jaiabot::config::WebPortal::set_allocated_udp_config
void set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig *udp_config)
Definition: config.pb.h:389
jaiabot::config::WebPortal::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: config.pb.h:265
jaiabot::config::WebPortal::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: config.pb.h:99
jaiabot::config::WebPortal::~WebPortal
virtual ~WebPortal()
jaiabot::config::WebPortal::kAppFieldNumber
static const int kAppFieldNumber
Definition: config.pb.h:170
jaiabot::config::WebPortal::IsInitialized
bool IsInitialized() const final
jaiabot::config::WebPortal::New
WebPortal * New() const final
Definition: config.pb.h:124
jaiabot::config::WebPortal::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: config.pb.h:259
jaiabot::config::WebPortal::mutable_udp_config
::goby::middleware::protobuf::UDPOneToManyConfig * mutable_udp_config()
Definition: config.pb.h:380
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: config.pb.h:51
jaiabot::config::WebPortal::has_udp_config
bool has_udp_config() const
Definition: config.pb.h:355
jaiabot::config::WebPortal::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
jaiabot::config::WebPortal::has_interprocess
bool has_interprocess() const
Definition: config.pb.h:301
jaiabot::config::WebPortal::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
jaiabot::config::WebPortal::has_udp_customer_config
bool has_udp_customer_config() const
Definition: config.pb.h:409
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::WebPortal::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: config.pb.h:114
protobuf_bin_2fweb_5fportal_2fconfig_2eproto
Definition: config.pb.h:44
jaiabot::config::WebPortal::descriptor
static const ::google::protobuf::Descriptor * descriptor()
jaiabot::config::WebPortal::mutable_udp_customer_config
::goby::middleware::protobuf::UDPPointToPointConfig * mutable_udp_customer_config()
Definition: config.pb.h:434
jaiabot::config::WebPortal::Clear
void Clear() final
jaiabot::config::_WebPortal_default_instance_
WebPortalDefaultTypeInternal _WebPortal_default_instance_
jaiabot::config::WebPortal::Swap
void Swap(WebPortal *other)
jaiabot::config::WebPortal::udp_config
const ::goby::middleware::protobuf::UDPOneToManyConfig & udp_config() const
Definition: config.pb.h:367
jaiabot
Definition: config.pb.h:57
jaiabot::config::WebPortal::clear_udp_customer_config
void clear_udp_customer_config()
jaiabot::config::WebPortal::New
WebPortal * New(::google::protobuf::Arena *arena) const final
Definition: config.pb.h:128
jaiabot::config::WebPortal
Definition: config.pb.h:73
jaiabot::config::WebPortal::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: config.pb.h:182
jaiabot::config::WebPortal::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: config.pb.h:281
jaiabot::config::WebPortal::operator=
WebPortal & operator=(const WebPortal &from)
Definition: config.pb.h:80
jaiabot::config::WebPortal::udp_customer_config
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_customer_config() const
Definition: config.pb.h:421
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: config.pb.h:48
jaiabot::config::WebPortal::ByteSizeLong
size_t ByteSizeLong() const final
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: config.pb.h:50
jaiabot::config::WebPortal::swap
friend void swap(WebPortal &a, WebPortal &b)
Definition: config.pb.h:118
jaiabot::config::WebPortal::clear_app
void clear_app()
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: config.pb.h:52
jaiabot::config::WebPortal::InitAsDefaultInstance
static void InitAsDefaultInstance()
jaiabot::config::WebPortal::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::AddDescriptors
void AddDescriptors()
jaiabot::config::WebPortal::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: config.pb.h:102
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: config.pb.h:49
jaiabot::config::WebPortal::kUdpConfigFieldNumber
static const int kUdpConfigFieldNumber
Definition: config.pb.h:194
google
Definition: config.pb.h:64
jaiabot::config::WebPortal::release_udp_customer_config
::goby::middleware::protobuf::UDPPointToPointConfig * release_udp_customer_config()
Definition: config.pb.h:427