JaiaBot  1.19.0
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 <boost/units/quantity.hpp>
37 #include <boost/units/absolute.hpp>
38 #include <boost/units/dimensionless_type.hpp>
39 #include <boost/units/make_scaled_unit.hpp>
40 // @@protoc_insertion_point(includes)
41 #define PROTOBUF_INTERNAL_EXPORT_protobuf_bin_2fweb_5fportal_2fconfig_2eproto
42 
44 // Internal implementation detail -- do not use these members.
45 struct TableStruct {
46  static const ::google::protobuf::internal::ParseTableField entries[];
47  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
48  static const ::google::protobuf::internal::ParseTable schema[1];
49  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
50  static const ::google::protobuf::internal::SerializationTable serialization_table[];
51  static const ::google::protobuf::uint32 offsets[];
52 };
53 void AddDescriptors();
54 } // namespace protobuf_bin_2fweb_5fportal_2fconfig_2eproto
55 namespace jaiabot {
56 namespace config {
57 class WebPortal;
58 class WebPortalDefaultTypeInternal;
59 extern WebPortalDefaultTypeInternal _WebPortal_default_instance_;
60 } // namespace config
61 } // namespace jaiabot
62 namespace google {
63 namespace protobuf {
64 template<> ::jaiabot::config::WebPortal* Arena::CreateMaybeMessage<::jaiabot::config::WebPortal>(Arena*);
65 } // namespace protobuf
66 } // namespace google
67 namespace jaiabot {
68 namespace config {
69 
70 // ===================================================================
71 
72 class WebPortal : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:jaiabot.config.WebPortal) */ {
73  public:
74  WebPortal();
75  virtual ~WebPortal();
76 
77  WebPortal(const WebPortal& from);
78 
79  inline WebPortal& operator=(const WebPortal& from) {
80  CopyFrom(from);
81  return *this;
82  }
83  #if LANG_CXX11
84  WebPortal(WebPortal&& from) noexcept
85  : WebPortal() {
86  *this = ::std::move(from);
87  }
88 
89  inline WebPortal& operator=(WebPortal&& from) noexcept {
90  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
91  if (this != &from) InternalSwap(&from);
92  } else {
93  CopyFrom(from);
94  }
95  return *this;
96  }
97  #endif
98  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
99  return _internal_metadata_.unknown_fields();
100  }
101  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
102  return _internal_metadata_.mutable_unknown_fields();
103  }
104 
105  static const ::google::protobuf::Descriptor* descriptor();
106  static const WebPortal& default_instance();
107 
108  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
109  static inline const WebPortal* internal_default_instance() {
110  return reinterpret_cast<const WebPortal*>(
112  }
113  static constexpr int kIndexInFileMessages =
114  0;
115 
116  void Swap(WebPortal* other);
117  friend void swap(WebPortal& a, WebPortal& b) {
118  a.Swap(&b);
119  }
120 
121  // implements Message ----------------------------------------------
122 
123  inline WebPortal* New() const final {
124  return CreateMaybeMessage<WebPortal>(NULL);
125  }
126 
127  WebPortal* New(::google::protobuf::Arena* arena) const final {
128  return CreateMaybeMessage<WebPortal>(arena);
129  }
130  void CopyFrom(const ::google::protobuf::Message& from) final;
131  void MergeFrom(const ::google::protobuf::Message& from) final;
132  void CopyFrom(const WebPortal& from);
133  void MergeFrom(const WebPortal& from);
134  void Clear() final;
135  bool IsInitialized() const final;
136 
137  size_t ByteSizeLong() const final;
139  ::google::protobuf::io::CodedInputStream* input) final;
141  ::google::protobuf::io::CodedOutputStream* output) const final;
143  bool deterministic, ::google::protobuf::uint8* target) const final;
144  int GetCachedSize() const final { return _cached_size_.Get(); }
145 
146  private:
147  void SharedCtor();
148  void SharedDtor();
149  void SetCachedSize(int size) const final;
150  void InternalSwap(WebPortal* other);
151  private:
152  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
153  return NULL;
154  }
155  inline void* MaybeArenaPtr() const {
156  return NULL;
157  }
158  public:
159 
160  ::google::protobuf::Metadata GetMetadata() const final;
161 
162  // nested types ----------------------------------------------------
163 
164  // accessors -------------------------------------------------------
165 
166  // optional .goby.middleware.protobuf.AppConfig app = 1;
167  bool has_app() const;
168  void clear_app();
169  static const int kAppFieldNumber = 1;
170  private:
171  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
172  public:
173  const ::goby::middleware::protobuf::AppConfig& app() const;
174  ::goby::middleware::protobuf::AppConfig* release_app();
175  ::goby::middleware::protobuf::AppConfig* mutable_app();
176  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
177 
178  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
179  bool has_interprocess() const;
180  void clear_interprocess();
181  static const int kInterprocessFieldNumber = 2;
182  private:
183  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
184  public:
185  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
186  ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
187  ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
188  void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
189 
190  // required .goby.middleware.protobuf.UDPOneToManyConfig udp_config = 3;
191  bool has_udp_config() const;
192  void clear_udp_config();
193  static const int kUdpConfigFieldNumber = 3;
194  private:
195  const ::goby::middleware::protobuf::UDPOneToManyConfig& _internal_udp_config() const;
196  public:
197  const ::goby::middleware::protobuf::UDPOneToManyConfig& udp_config() const;
198  ::goby::middleware::protobuf::UDPOneToManyConfig* release_udp_config();
199  ::goby::middleware::protobuf::UDPOneToManyConfig* mutable_udp_config();
200  void set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig* udp_config);
201 
202  // optional .goby.middleware.protobuf.UDPPointToPointConfig udp_customer_config = 4;
203  bool has_udp_customer_config() const;
205  static const int kUdpCustomerConfigFieldNumber = 4;
206  private:
207  const ::goby::middleware::protobuf::UDPPointToPointConfig& _internal_udp_customer_config() const;
208  public:
209  const ::goby::middleware::protobuf::UDPPointToPointConfig& udp_customer_config() const;
210  ::goby::middleware::protobuf::UDPPointToPointConfig* release_udp_customer_config();
211  ::goby::middleware::protobuf::UDPPointToPointConfig* mutable_udp_customer_config();
212  void set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config);
213 
214  // @@protoc_insertion_point(class_scope:jaiabot.config.WebPortal)
215  private:
216  void set_has_app();
217  void clear_has_app();
218  void set_has_interprocess();
219  void clear_has_interprocess();
220  void set_has_udp_config();
221  void clear_has_udp_config();
222  void set_has_udp_customer_config();
223  void clear_has_udp_customer_config();
224 
225  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
226  ::google::protobuf::internal::HasBits<1> _has_bits_;
227  mutable ::google::protobuf::internal::CachedSize _cached_size_;
228  ::goby::middleware::protobuf::AppConfig* app_;
229  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
230  ::goby::middleware::protobuf::UDPOneToManyConfig* udp_config_;
231  ::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config_;
232  friend struct ::protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct;
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 // WebPortal
244 
245 // optional .goby.middleware.protobuf.AppConfig app = 1;
246 inline bool WebPortal::has_app() const {
247  return (_has_bits_[0] & 0x00000001u) != 0;
248 }
249 inline void WebPortal::set_has_app() {
250  _has_bits_[0] |= 0x00000001u;
251 }
252 inline void WebPortal::clear_has_app() {
253  _has_bits_[0] &= ~0x00000001u;
254 }
255 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::_internal_app() const {
256  return *app_;
257 }
258 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::app() const {
259  const ::goby::middleware::protobuf::AppConfig* p = app_;
260  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.app)
261  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
262  &::goby::middleware::protobuf::_AppConfig_default_instance_);
263 }
264 inline ::goby::middleware::protobuf::AppConfig* WebPortal::release_app() {
265  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.app)
266  clear_has_app();
267  ::goby::middleware::protobuf::AppConfig* temp = app_;
268  app_ = NULL;
269  return temp;
270 }
271 inline ::goby::middleware::protobuf::AppConfig* WebPortal::mutable_app() {
272  set_has_app();
273  if (app_ == NULL) {
274  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
275  app_ = p;
276  }
277  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.app)
278  return app_;
279 }
280 inline void WebPortal::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
281  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
282  if (message_arena == NULL) {
283  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
284  }
285  if (app) {
286  ::google::protobuf::Arena* submessage_arena = NULL;
287  if (message_arena != submessage_arena) {
288  app = ::google::protobuf::internal::GetOwnedMessage(
289  message_arena, app, submessage_arena);
290  }
291  set_has_app();
292  } else {
293  clear_has_app();
294  }
295  app_ = app;
296  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.app)
297 }
298 
299 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
300 inline bool WebPortal::has_interprocess() const {
301  return (_has_bits_[0] & 0x00000002u) != 0;
302 }
303 inline void WebPortal::set_has_interprocess() {
304  _has_bits_[0] |= 0x00000002u;
305 }
306 inline void WebPortal::clear_has_interprocess() {
307  _has_bits_[0] &= ~0x00000002u;
308 }
309 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::_internal_interprocess() const {
310  return *interprocess_;
311 }
312 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::interprocess() const {
313  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
314  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.interprocess)
315  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
316  &::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
317 }
318 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::release_interprocess() {
319  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.interprocess)
320  clear_has_interprocess();
321  ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
322  interprocess_ = NULL;
323  return temp;
324 }
325 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::mutable_interprocess() {
326  set_has_interprocess();
327  if (interprocess_ == NULL) {
328  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
329  interprocess_ = p;
330  }
331  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.interprocess)
332  return interprocess_;
333 }
334 inline void WebPortal::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
335  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
336  if (message_arena == NULL) {
337  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
338  }
339  if (interprocess) {
340  ::google::protobuf::Arena* submessage_arena = NULL;
341  if (message_arena != submessage_arena) {
342  interprocess = ::google::protobuf::internal::GetOwnedMessage(
343  message_arena, interprocess, submessage_arena);
344  }
345  set_has_interprocess();
346  } else {
347  clear_has_interprocess();
348  }
349  interprocess_ = interprocess;
350  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.interprocess)
351 }
352 
353 // required .goby.middleware.protobuf.UDPOneToManyConfig udp_config = 3;
354 inline bool WebPortal::has_udp_config() const {
355  return (_has_bits_[0] & 0x00000004u) != 0;
356 }
357 inline void WebPortal::set_has_udp_config() {
358  _has_bits_[0] |= 0x00000004u;
359 }
360 inline void WebPortal::clear_has_udp_config() {
361  _has_bits_[0] &= ~0x00000004u;
362 }
363 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::_internal_udp_config() const {
364  return *udp_config_;
365 }
366 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::udp_config() const {
367  const ::goby::middleware::protobuf::UDPOneToManyConfig* p = udp_config_;
368  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.udp_config)
369  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::UDPOneToManyConfig*>(
370  &::goby::middleware::protobuf::_UDPOneToManyConfig_default_instance_);
371 }
372 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::release_udp_config() {
373  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.udp_config)
374  clear_has_udp_config();
375  ::goby::middleware::protobuf::UDPOneToManyConfig* temp = udp_config_;
376  udp_config_ = NULL;
377  return temp;
378 }
379 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::mutable_udp_config() {
380  set_has_udp_config();
381  if (udp_config_ == NULL) {
382  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPOneToManyConfig>(GetArenaNoVirtual());
383  udp_config_ = p;
384  }
385  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.udp_config)
386  return udp_config_;
387 }
388 inline void WebPortal::set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig* udp_config) {
389  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
390  if (message_arena == NULL) {
391  delete reinterpret_cast< ::google::protobuf::MessageLite*>(udp_config_);
392  }
393  if (udp_config) {
394  ::google::protobuf::Arena* submessage_arena = NULL;
395  if (message_arena != submessage_arena) {
396  udp_config = ::google::protobuf::internal::GetOwnedMessage(
397  message_arena, udp_config, submessage_arena);
398  }
399  set_has_udp_config();
400  } else {
401  clear_has_udp_config();
402  }
403  udp_config_ = udp_config;
404  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.udp_config)
405 }
406 
407 // optional .goby.middleware.protobuf.UDPPointToPointConfig udp_customer_config = 4;
409  return (_has_bits_[0] & 0x00000008u) != 0;
410 }
411 inline void WebPortal::set_has_udp_customer_config() {
412  _has_bits_[0] |= 0x00000008u;
413 }
414 inline void WebPortal::clear_has_udp_customer_config() {
415  _has_bits_[0] &= ~0x00000008u;
416 }
417 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::_internal_udp_customer_config() const {
418  return *udp_customer_config_;
419 }
420 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::udp_customer_config() const {
421  const ::goby::middleware::protobuf::UDPPointToPointConfig* p = udp_customer_config_;
422  // @@protoc_insertion_point(field_get:jaiabot.config.WebPortal.udp_customer_config)
423  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::UDPPointToPointConfig*>(
424  &::goby::middleware::protobuf::_UDPPointToPointConfig_default_instance_);
425 }
426 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::release_udp_customer_config() {
427  // @@protoc_insertion_point(field_release:jaiabot.config.WebPortal.udp_customer_config)
428  clear_has_udp_customer_config();
429  ::goby::middleware::protobuf::UDPPointToPointConfig* temp = udp_customer_config_;
430  udp_customer_config_ = NULL;
431  return temp;
432 }
433 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::mutable_udp_customer_config() {
434  set_has_udp_customer_config();
435  if (udp_customer_config_ == NULL) {
436  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPPointToPointConfig>(GetArenaNoVirtual());
437  udp_customer_config_ = p;
438  }
439  // @@protoc_insertion_point(field_mutable:jaiabot.config.WebPortal.udp_customer_config)
440  return udp_customer_config_;
441 }
442 inline void WebPortal::set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config) {
443  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
444  if (message_arena == NULL) {
445  delete reinterpret_cast< ::google::protobuf::MessageLite*>(udp_customer_config_);
446  }
447  if (udp_customer_config) {
448  ::google::protobuf::Arena* submessage_arena = NULL;
449  if (message_arena != submessage_arena) {
450  udp_customer_config = ::google::protobuf::internal::GetOwnedMessage(
451  message_arena, udp_customer_config, submessage_arena);
452  }
453  set_has_udp_customer_config();
454  } else {
455  clear_has_udp_customer_config();
456  }
457  udp_customer_config_ = udp_customer_config;
458  // @@protoc_insertion_point(field_set_allocated:jaiabot.config.WebPortal.udp_customer_config)
459 }
460 
461 #ifdef __GNUC__
462  #pragma GCC diagnostic pop
463 #endif // __GNUC__
464 
465 // @@protoc_insertion_point(namespace_scope)
466 
467 } // namespace config
468 } // namespace jaiabot
469 
470 // @@protoc_insertion_point(global_scope)
471 
472 #endif // PROTOBUF_INCLUDED_bin_2fweb_5fportal_2fconfig_2eproto
jaiabot::config::WebPortal::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: config.pb.h:312
jaiabot::config::WebPortal::release_udp_config
::goby::middleware::protobuf::UDPOneToManyConfig * release_udp_config()
Definition: config.pb.h:372
jaiabot::config::WebPortal::GetCachedSize
int GetCachedSize() const final
Definition: config.pb.h:144
jaiabot::config::WebPortal::internal_default_instance
static const WebPortal * internal_default_instance()
Definition: config.pb.h:109
goby
Definition: udp_driver.h:59
jaiabot::config::WebPortal::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: config.pb.h:325
jaiabot::config::WebPortal::has_app
bool has_app() const
Definition: config.pb.h:246
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:334
jaiabot::config::WebPortal::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
jaiabot::config::WebPortal::kUdpCustomerConfigFieldNumber
static const int kUdpCustomerConfigFieldNumber
Definition: config.pb.h:205
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: config.pb.h:46
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct
Definition: config.pb.h:45
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:442
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:271
jaiabot::udp::protobuf::config
extern ::google::protobuf::internal::ExtensionIdentifier< ::goby::acomms::protobuf::DriverConfig, ::google::protobuf::internal::MessageTypeTraits< ::jaiabot::udp::protobuf::Config >, 11, false > config
Definition: udp_driver.pb.h:566
jaiabot::config::WebPortal::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: config.pb.h:318
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:388
jaiabot::config::WebPortal::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: config.pb.h:264
jaiabot::config::WebPortal::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: config.pb.h:98
jaiabot::config::WebPortal::~WebPortal
virtual ~WebPortal()
jaiabot::config::WebPortal::kAppFieldNumber
static const int kAppFieldNumber
Definition: config.pb.h:169
jaiabot::config::WebPortal::IsInitialized
bool IsInitialized() const final
jaiabot::config::WebPortal::New
WebPortal * New() const final
Definition: config.pb.h:123
jaiabot::config::WebPortal::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: config.pb.h:258
jaiabot::config::WebPortal::mutable_udp_config
::goby::middleware::protobuf::UDPOneToManyConfig * mutable_udp_config()
Definition: config.pb.h:379
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: config.pb.h:50
jaiabot::config::WebPortal::has_udp_config
bool has_udp_config() const
Definition: config.pb.h:354
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:300
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:408
jaiabot::config::WebPortal::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: config.pb.h:113
protobuf_bin_2fweb_5fportal_2fconfig_2eproto
Definition: config.pb.h:43
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:433
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:366
jaiabot
Definition: config.pb.h:56
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:127
jaiabot::config::WebPortal
Definition: config.pb.h:72
jaiabot::config::WebPortal::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: config.pb.h:181
jaiabot::config::WebPortal::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: config.pb.h:280
jaiabot::config::WebPortal::operator=
WebPortal & operator=(const WebPortal &from)
Definition: config.pb.h:79
jaiabot::config::WebPortal::udp_customer_config
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_customer_config() const
Definition: config.pb.h:420
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: config.pb.h:47
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:49
jaiabot::config::WebPortal::swap
friend void swap(WebPortal &a, WebPortal &b)
Definition: config.pb.h:117
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:51
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:101
protobuf_bin_2fweb_5fportal_2fconfig_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: config.pb.h:48
jaiabot::config::WebPortal::kUdpConfigFieldNumber
static const int kUdpConfigFieldNumber
Definition: config.pb.h:193
google
Definition: config.pb.h:63
jaiabot::config::WebPortal::release_udp_customer_config
::goby::middleware::protobuf::UDPPointToPointConfig * release_udp_customer_config()
Definition: config.pb.h:426