Goby3  3.1.5
2024.05.14
pTranslator_config.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/apps/moos/pTranslator/pTranslator_config.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
38 #include <boost/units/quantity.hpp>
39 #include <boost/units/absolute.hpp>
40 #include <boost/units/dimensionless_type.hpp>
41 #include <boost/units/make_scaled_unit.hpp>
42 // @@protoc_insertion_point(includes)
43 #include <google/protobuf/port_def.inc>
44 #define PROTOBUF_INTERNAL_EXPORT_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto
45 PROTOBUF_NAMESPACE_OPEN
46 namespace internal {
47 class AnyMetadata;
48 } // namespace internal
49 PROTOBUF_NAMESPACE_CLOSE
50 
51 // Internal implementation detail -- do not use these members.
53  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
54  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
55  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
56  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
60  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
62 };
63 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto;
64 namespace goby {
65 namespace apps {
66 namespace moos {
67 namespace protobuf {
68 class pTranslatorConfig;
69 class pTranslatorConfigDefaultTypeInternal;
70 extern pTranslatorConfigDefaultTypeInternal _pTranslatorConfig_default_instance_;
71 } // namespace protobuf
72 } // namespace moos
73 } // namespace apps
74 } // namespace goby
75 PROTOBUF_NAMESPACE_OPEN
76 template<> ::goby::apps::moos::protobuf::pTranslatorConfig* Arena::CreateMaybeMessage<::goby::apps::moos::protobuf::pTranslatorConfig>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace goby {
79 namespace apps {
80 namespace moos {
81 namespace protobuf {
82 
83 // ===================================================================
84 
85 class pTranslatorConfig PROTOBUF_FINAL :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.apps.moos.protobuf.pTranslatorConfig) */ {
87  public:
88  inline pTranslatorConfig() : pTranslatorConfig(nullptr) {};
89  virtual ~pTranslatorConfig();
90 
91  pTranslatorConfig(const pTranslatorConfig& from);
92  pTranslatorConfig(pTranslatorConfig&& from) noexcept
93  : pTranslatorConfig() {
94  *this = ::std::move(from);
95  }
96 
97  inline pTranslatorConfig& operator=(const pTranslatorConfig& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline pTranslatorConfig& operator=(pTranslatorConfig&& from) noexcept {
102  if (GetArena() == from.GetArena()) {
103  if (this != &from) InternalSwap(&from);
104  } else {
105  CopyFrom(from);
106  }
107  return *this;
108  }
109 
110  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
111  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
112  }
113  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
114  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
115  }
116 
117  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
118  return GetDescriptor();
119  }
120  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
121  return GetMetadataStatic().descriptor;
122  }
123  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
124  return GetMetadataStatic().reflection;
125  }
126  static const pTranslatorConfig& default_instance();
127 
128  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
129  static inline const pTranslatorConfig* internal_default_instance() {
130  return reinterpret_cast<const pTranslatorConfig*>(
132  }
133  static constexpr int kIndexInFileMessages =
134  0;
135 
136  friend void swap(pTranslatorConfig& a, pTranslatorConfig& b) {
137  a.Swap(&b);
138  }
139  inline void Swap(pTranslatorConfig* other) {
140  if (other == this) return;
141  if (GetArena() == other->GetArena()) {
142  InternalSwap(other);
143  } else {
144  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
145  }
146  }
147  void UnsafeArenaSwap(pTranslatorConfig* other) {
148  if (other == this) return;
149  GOOGLE_DCHECK(GetArena() == other->GetArena());
150  InternalSwap(other);
151  }
152 
153  // implements Message ----------------------------------------------
154 
155  inline pTranslatorConfig* New() const final {
156  return CreateMaybeMessage<pTranslatorConfig>(nullptr);
157  }
158 
159  pTranslatorConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
160  return CreateMaybeMessage<pTranslatorConfig>(arena);
161  }
162  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
163  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
164  void CopyFrom(const pTranslatorConfig& from);
165  void MergeFrom(const pTranslatorConfig& from);
166  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
167  bool IsInitialized() const final;
168 
169  size_t ByteSizeLong() const final;
170  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
171  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
172  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
173  int GetCachedSize() const final { return _cached_size_.Get(); }
174 
175  private:
176  inline void SharedCtor();
177  inline void SharedDtor();
178  void SetCachedSize(int size) const final;
179  void InternalSwap(pTranslatorConfig* other);
180  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
181  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
182  return "goby.apps.moos.protobuf.pTranslatorConfig";
183  }
184  protected:
185  explicit pTranslatorConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena);
186  private:
187  static void ArenaDtor(void* object);
188  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
189  public:
190 
191  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
192  private:
193  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
194  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto);
196  }
197 
198  public:
199 
200  // nested types ----------------------------------------------------
201 
202  // accessors -------------------------------------------------------
203 
204  enum : int {
205  kLoadSharedLibraryFieldNumber = 2,
206  kLoadProtoFileFieldNumber = 3,
207  kTranslatorEntryFieldNumber = 4,
208  kMultiplexCreateMoosVarFieldNumber = 6,
209  kModemIdLookupPathFieldNumber = 5,
210  kCommonFieldNumber = 1,
211  };
212  // repeated string load_shared_library = 2 [(.goby.field) = {
214  private:
215  int _internal_load_shared_library_size() const;
216  public:
218  const std::string& load_shared_library(int index) const;
219  std::string* mutable_load_shared_library(int index);
220  void set_load_shared_library(int index, const std::string& value);
221  void set_load_shared_library(int index, std::string&& value);
222  void set_load_shared_library(int index, const char* value);
223  void set_load_shared_library(int index, const char* value, size_t size);
224  std::string* add_load_shared_library();
225  void add_load_shared_library(const std::string& value);
226  void add_load_shared_library(std::string&& value);
227  void add_load_shared_library(const char* value);
228  void add_load_shared_library(const char* value, size_t size);
229  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& load_shared_library() const;
230  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_load_shared_library();
231  private:
232  const std::string& _internal_load_shared_library(int index) const;
233  std::string* _internal_add_load_shared_library();
234  public:
235 
236  // repeated string load_proto_file = 3 [(.goby.field) = {
237  int load_proto_file_size() const;
238  private:
239  int _internal_load_proto_file_size() const;
240  public:
242  const std::string& load_proto_file(int index) const;
243  std::string* mutable_load_proto_file(int index);
244  void set_load_proto_file(int index, const std::string& value);
245  void set_load_proto_file(int index, std::string&& value);
246  void set_load_proto_file(int index, const char* value);
247  void set_load_proto_file(int index, const char* value, size_t size);
248  std::string* add_load_proto_file();
249  void add_load_proto_file(const std::string& value);
250  void add_load_proto_file(std::string&& value);
251  void add_load_proto_file(const char* value);
252  void add_load_proto_file(const char* value, size_t size);
253  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& load_proto_file() const;
254  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_load_proto_file();
255  private:
256  const std::string& _internal_load_proto_file(int index) const;
257  std::string* _internal_add_load_proto_file();
258  public:
259 
260  // repeated .goby.moos.protobuf.TranslatorEntry translator_entry = 4 [(.goby.field) = {
262  private:
263  int _internal_translator_entry_size() const;
264  public:
266  ::goby::moos::protobuf::TranslatorEntry* mutable_translator_entry(int index);
267  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry >*
269  private:
270  const ::goby::moos::protobuf::TranslatorEntry& _internal_translator_entry(int index) const;
271  ::goby::moos::protobuf::TranslatorEntry* _internal_add_translator_entry();
272  public:
273  const ::goby::moos::protobuf::TranslatorEntry& translator_entry(int index) const;
274  ::goby::moos::protobuf::TranslatorEntry* add_translator_entry();
275  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry >&
277 
278  // repeated string multiplex_create_moos_var = 6 [(.goby.field) = {
280  private:
281  int _internal_multiplex_create_moos_var_size() const;
282  public:
284  const std::string& multiplex_create_moos_var(int index) const;
285  std::string* mutable_multiplex_create_moos_var(int index);
286  void set_multiplex_create_moos_var(int index, const std::string& value);
287  void set_multiplex_create_moos_var(int index, std::string&& value);
288  void set_multiplex_create_moos_var(int index, const char* value);
289  void set_multiplex_create_moos_var(int index, const char* value, size_t size);
291  void add_multiplex_create_moos_var(const std::string& value);
292  void add_multiplex_create_moos_var(std::string&& value);
293  void add_multiplex_create_moos_var(const char* value);
294  void add_multiplex_create_moos_var(const char* value, size_t size);
295  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& multiplex_create_moos_var() const;
296  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_multiplex_create_moos_var();
297  private:
298  const std::string& _internal_multiplex_create_moos_var(int index) const;
299  std::string* _internal_add_multiplex_create_moos_var();
300  public:
301 
302  // optional string modem_id_lookup_path = 5 [(.goby.field) = {
304  private:
305  bool _internal_has_modem_id_lookup_path() const;
306  public:
308  const std::string& modem_id_lookup_path() const;
309  void set_modem_id_lookup_path(const std::string& value);
310  void set_modem_id_lookup_path(std::string&& value);
311  void set_modem_id_lookup_path(const char* value);
312  void set_modem_id_lookup_path(const char* value, size_t size);
315  void set_allocated_modem_id_lookup_path(std::string* modem_id_lookup_path);
316  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
317  " string fields are deprecated and will be removed in a"
318  " future release.")
319  std::string* unsafe_arena_release_modem_id_lookup_path();
320  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
321  " string fields are deprecated and will be removed in a"
322  " future release.")
323  void unsafe_arena_set_allocated_modem_id_lookup_path(
324  std::string* modem_id_lookup_path);
325  private:
326  const std::string& _internal_modem_id_lookup_path() const;
327  void _internal_set_modem_id_lookup_path(const std::string& value);
328  std::string* _internal_mutable_modem_id_lookup_path();
329  public:
330 
331  // optional .goby.moos.protobuf.GobyMOOSAppConfig common = 1 [(.goby.field) = {
332  bool has_common() const;
333  private:
334  bool _internal_has_common() const;
335  public:
336  void clear_common();
337  const ::goby::moos::protobuf::GobyMOOSAppConfig& common() const;
338  ::goby::moos::protobuf::GobyMOOSAppConfig* release_common();
339  ::goby::moos::protobuf::GobyMOOSAppConfig* mutable_common();
340  void set_allocated_common(::goby::moos::protobuf::GobyMOOSAppConfig* common);
341  private:
342  const ::goby::moos::protobuf::GobyMOOSAppConfig& _internal_common() const;
343  ::goby::moos::protobuf::GobyMOOSAppConfig* _internal_mutable_common();
344  public:
345  void unsafe_arena_set_allocated_common(
346  ::goby::moos::protobuf::GobyMOOSAppConfig* common);
347  ::goby::moos::protobuf::GobyMOOSAppConfig* unsafe_arena_release_common();
348 
349  // @@protoc_insertion_point(class_scope:goby.apps.moos.protobuf.pTranslatorConfig)
350  private:
351  class _Internal;
352 
353  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
354  typedef void InternalArenaConstructable_;
355  typedef void DestructorSkippable_;
356  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
357  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
358  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> load_shared_library_;
359  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> load_proto_file_;
360  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry > translator_entry_;
361  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> multiplex_create_moos_var_;
362  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr modem_id_lookup_path_;
363  ::goby::moos::protobuf::GobyMOOSAppConfig* common_;
365 };
366 // ===================================================================
367 
368 
369 // ===================================================================
370 
371 #ifdef __GNUC__
372  #pragma GCC diagnostic push
373  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
374 #endif // __GNUC__
375 // pTranslatorConfig
376 
377 // optional .goby.moos.protobuf.GobyMOOSAppConfig common = 1 [(.goby.field) = {
378 inline bool pTranslatorConfig::_internal_has_common() const {
379  bool value = (_has_bits_[0] & 0x00000002u) != 0;
380  PROTOBUF_ASSUME(!value || common_ != nullptr);
381  return value;
382 }
383 inline bool pTranslatorConfig::has_common() const {
384  return _internal_has_common();
385 }
386 inline const ::goby::moos::protobuf::GobyMOOSAppConfig& pTranslatorConfig::_internal_common() const {
387  const ::goby::moos::protobuf::GobyMOOSAppConfig* p = common_;
388  return p != nullptr ? *p : *reinterpret_cast<const ::goby::moos::protobuf::GobyMOOSAppConfig*>(
390 }
391 inline const ::goby::moos::protobuf::GobyMOOSAppConfig& pTranslatorConfig::common() const {
392  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.common)
393  return _internal_common();
394 }
395 inline void pTranslatorConfig::unsafe_arena_set_allocated_common(
396  ::goby::moos::protobuf::GobyMOOSAppConfig* common) {
397  if (GetArena() == nullptr) {
398  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(common_);
399  }
400  common_ = common;
401  if (common) {
402  _has_bits_[0] |= 0x00000002u;
403  } else {
404  _has_bits_[0] &= ~0x00000002u;
405  }
406  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.apps.moos.protobuf.pTranslatorConfig.common)
407 }
408 inline ::goby::moos::protobuf::GobyMOOSAppConfig* pTranslatorConfig::release_common() {
409  auto temp = unsafe_arena_release_common();
410  if (GetArena() != nullptr) {
411  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
412  }
413  return temp;
414 }
415 inline ::goby::moos::protobuf::GobyMOOSAppConfig* pTranslatorConfig::unsafe_arena_release_common() {
416  // @@protoc_insertion_point(field_release:goby.apps.moos.protobuf.pTranslatorConfig.common)
417  _has_bits_[0] &= ~0x00000002u;
418  ::goby::moos::protobuf::GobyMOOSAppConfig* temp = common_;
419  common_ = nullptr;
420  return temp;
421 }
422 inline ::goby::moos::protobuf::GobyMOOSAppConfig* pTranslatorConfig::_internal_mutable_common() {
423  _has_bits_[0] |= 0x00000002u;
424  if (common_ == nullptr) {
425  auto* p = CreateMaybeMessage<::goby::moos::protobuf::GobyMOOSAppConfig>(GetArena());
426  common_ = p;
427  }
428  return common_;
429 }
430 inline ::goby::moos::protobuf::GobyMOOSAppConfig* pTranslatorConfig::mutable_common() {
431  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.common)
432  return _internal_mutable_common();
433 }
434 inline void pTranslatorConfig::set_allocated_common(::goby::moos::protobuf::GobyMOOSAppConfig* common) {
435  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
436  if (message_arena == nullptr) {
437  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(common_);
438  }
439  if (common) {
440  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
441  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(common)->GetArena();
442  if (message_arena != submessage_arena) {
443  common = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
444  message_arena, common, submessage_arena);
445  }
446  _has_bits_[0] |= 0x00000002u;
447  } else {
448  _has_bits_[0] &= ~0x00000002u;
449  }
450  common_ = common;
451  // @@protoc_insertion_point(field_set_allocated:goby.apps.moos.protobuf.pTranslatorConfig.common)
452 }
453 
454 // repeated string load_shared_library = 2 [(.goby.field) = {
455 inline int pTranslatorConfig::_internal_load_shared_library_size() const {
456  return load_shared_library_.size();
457 }
458 inline int pTranslatorConfig::load_shared_library_size() const {
459  return _internal_load_shared_library_size();
460 }
461 inline void pTranslatorConfig::clear_load_shared_library() {
462  load_shared_library_.Clear();
463 }
464 inline std::string* pTranslatorConfig::add_load_shared_library() {
465  // @@protoc_insertion_point(field_add_mutable:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
466  return _internal_add_load_shared_library();
467 }
468 inline const std::string& pTranslatorConfig::_internal_load_shared_library(int index) const {
469  return load_shared_library_.Get(index);
470 }
471 inline const std::string& pTranslatorConfig::load_shared_library(int index) const {
472  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
473  return _internal_load_shared_library(index);
474 }
475 inline std::string* pTranslatorConfig::mutable_load_shared_library(int index) {
476  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
477  return load_shared_library_.Mutable(index);
478 }
479 inline void pTranslatorConfig::set_load_shared_library(int index, const std::string& value) {
480  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
481  load_shared_library_.Mutable(index)->assign(value);
482 }
483 inline void pTranslatorConfig::set_load_shared_library(int index, std::string&& value) {
484  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
485  load_shared_library_.Mutable(index)->assign(std::move(value));
486 }
487 inline void pTranslatorConfig::set_load_shared_library(int index, const char* value) {
488  GOOGLE_DCHECK(value != nullptr);
489  load_shared_library_.Mutable(index)->assign(value);
490  // @@protoc_insertion_point(field_set_char:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
491 }
492 inline void pTranslatorConfig::set_load_shared_library(int index, const char* value, size_t size) {
493  load_shared_library_.Mutable(index)->assign(
494  reinterpret_cast<const char*>(value), size);
495  // @@protoc_insertion_point(field_set_pointer:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
496 }
497 inline std::string* pTranslatorConfig::_internal_add_load_shared_library() {
498  return load_shared_library_.Add();
499 }
500 inline void pTranslatorConfig::add_load_shared_library(const std::string& value) {
501  load_shared_library_.Add()->assign(value);
502  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
503 }
504 inline void pTranslatorConfig::add_load_shared_library(std::string&& value) {
505  load_shared_library_.Add(std::move(value));
506  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
507 }
508 inline void pTranslatorConfig::add_load_shared_library(const char* value) {
509  GOOGLE_DCHECK(value != nullptr);
510  load_shared_library_.Add()->assign(value);
511  // @@protoc_insertion_point(field_add_char:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
512 }
513 inline void pTranslatorConfig::add_load_shared_library(const char* value, size_t size) {
514  load_shared_library_.Add()->assign(reinterpret_cast<const char*>(value), size);
515  // @@protoc_insertion_point(field_add_pointer:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
516 }
517 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
518 pTranslatorConfig::load_shared_library() const {
519  // @@protoc_insertion_point(field_list:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
520  return load_shared_library_;
521 }
522 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
523 pTranslatorConfig::mutable_load_shared_library() {
524  // @@protoc_insertion_point(field_mutable_list:goby.apps.moos.protobuf.pTranslatorConfig.load_shared_library)
525  return &load_shared_library_;
526 }
527 
528 // repeated string load_proto_file = 3 [(.goby.field) = {
529 inline int pTranslatorConfig::_internal_load_proto_file_size() const {
530  return load_proto_file_.size();
531 }
532 inline int pTranslatorConfig::load_proto_file_size() const {
533  return _internal_load_proto_file_size();
534 }
535 inline void pTranslatorConfig::clear_load_proto_file() {
536  load_proto_file_.Clear();
537 }
538 inline std::string* pTranslatorConfig::add_load_proto_file() {
539  // @@protoc_insertion_point(field_add_mutable:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
540  return _internal_add_load_proto_file();
541 }
542 inline const std::string& pTranslatorConfig::_internal_load_proto_file(int index) const {
543  return load_proto_file_.Get(index);
544 }
545 inline const std::string& pTranslatorConfig::load_proto_file(int index) const {
546  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
547  return _internal_load_proto_file(index);
548 }
549 inline std::string* pTranslatorConfig::mutable_load_proto_file(int index) {
550  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
551  return load_proto_file_.Mutable(index);
552 }
553 inline void pTranslatorConfig::set_load_proto_file(int index, const std::string& value) {
554  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
555  load_proto_file_.Mutable(index)->assign(value);
556 }
557 inline void pTranslatorConfig::set_load_proto_file(int index, std::string&& value) {
558  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
559  load_proto_file_.Mutable(index)->assign(std::move(value));
560 }
561 inline void pTranslatorConfig::set_load_proto_file(int index, const char* value) {
562  GOOGLE_DCHECK(value != nullptr);
563  load_proto_file_.Mutable(index)->assign(value);
564  // @@protoc_insertion_point(field_set_char:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
565 }
566 inline void pTranslatorConfig::set_load_proto_file(int index, const char* value, size_t size) {
567  load_proto_file_.Mutable(index)->assign(
568  reinterpret_cast<const char*>(value), size);
569  // @@protoc_insertion_point(field_set_pointer:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
570 }
571 inline std::string* pTranslatorConfig::_internal_add_load_proto_file() {
572  return load_proto_file_.Add();
573 }
574 inline void pTranslatorConfig::add_load_proto_file(const std::string& value) {
575  load_proto_file_.Add()->assign(value);
576  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
577 }
578 inline void pTranslatorConfig::add_load_proto_file(std::string&& value) {
579  load_proto_file_.Add(std::move(value));
580  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
581 }
582 inline void pTranslatorConfig::add_load_proto_file(const char* value) {
583  GOOGLE_DCHECK(value != nullptr);
584  load_proto_file_.Add()->assign(value);
585  // @@protoc_insertion_point(field_add_char:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
586 }
587 inline void pTranslatorConfig::add_load_proto_file(const char* value, size_t size) {
588  load_proto_file_.Add()->assign(reinterpret_cast<const char*>(value), size);
589  // @@protoc_insertion_point(field_add_pointer:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
590 }
591 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
592 pTranslatorConfig::load_proto_file() const {
593  // @@protoc_insertion_point(field_list:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
594  return load_proto_file_;
595 }
596 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
597 pTranslatorConfig::mutable_load_proto_file() {
598  // @@protoc_insertion_point(field_mutable_list:goby.apps.moos.protobuf.pTranslatorConfig.load_proto_file)
599  return &load_proto_file_;
600 }
601 
602 // repeated .goby.moos.protobuf.TranslatorEntry translator_entry = 4 [(.goby.field) = {
603 inline int pTranslatorConfig::_internal_translator_entry_size() const {
604  return translator_entry_.size();
605 }
606 inline int pTranslatorConfig::translator_entry_size() const {
607  return _internal_translator_entry_size();
608 }
609 inline ::goby::moos::protobuf::TranslatorEntry* pTranslatorConfig::mutable_translator_entry(int index) {
610  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.translator_entry)
611  return translator_entry_.Mutable(index);
612 }
613 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry >*
614 pTranslatorConfig::mutable_translator_entry() {
615  // @@protoc_insertion_point(field_mutable_list:goby.apps.moos.protobuf.pTranslatorConfig.translator_entry)
616  return &translator_entry_;
617 }
618 inline const ::goby::moos::protobuf::TranslatorEntry& pTranslatorConfig::_internal_translator_entry(int index) const {
619  return translator_entry_.Get(index);
620 }
621 inline const ::goby::moos::protobuf::TranslatorEntry& pTranslatorConfig::translator_entry(int index) const {
622  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.translator_entry)
623  return _internal_translator_entry(index);
624 }
625 inline ::goby::moos::protobuf::TranslatorEntry* pTranslatorConfig::_internal_add_translator_entry() {
626  return translator_entry_.Add();
627 }
628 inline ::goby::moos::protobuf::TranslatorEntry* pTranslatorConfig::add_translator_entry() {
629  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.translator_entry)
630  return _internal_add_translator_entry();
631 }
632 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry >&
633 pTranslatorConfig::translator_entry() const {
634  // @@protoc_insertion_point(field_list:goby.apps.moos.protobuf.pTranslatorConfig.translator_entry)
635  return translator_entry_;
636 }
637 
638 // optional string modem_id_lookup_path = 5 [(.goby.field) = {
639 inline bool pTranslatorConfig::_internal_has_modem_id_lookup_path() const {
640  bool value = (_has_bits_[0] & 0x00000001u) != 0;
641  return value;
642 }
643 inline bool pTranslatorConfig::has_modem_id_lookup_path() const {
644  return _internal_has_modem_id_lookup_path();
645 }
646 inline void pTranslatorConfig::clear_modem_id_lookup_path() {
647  modem_id_lookup_path_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
648  _has_bits_[0] &= ~0x00000001u;
649 }
650 inline const std::string& pTranslatorConfig::modem_id_lookup_path() const {
651  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
652  return _internal_modem_id_lookup_path();
653 }
654 inline void pTranslatorConfig::set_modem_id_lookup_path(const std::string& value) {
655  _internal_set_modem_id_lookup_path(value);
656  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
657 }
658 inline std::string* pTranslatorConfig::mutable_modem_id_lookup_path() {
659  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
660  return _internal_mutable_modem_id_lookup_path();
661 }
662 inline const std::string& pTranslatorConfig::_internal_modem_id_lookup_path() const {
663  return modem_id_lookup_path_.Get();
664 }
665 inline void pTranslatorConfig::_internal_set_modem_id_lookup_path(const std::string& value) {
666  _has_bits_[0] |= 0x00000001u;
667  modem_id_lookup_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
668 }
669 inline void pTranslatorConfig::set_modem_id_lookup_path(std::string&& value) {
670  _has_bits_[0] |= 0x00000001u;
671  modem_id_lookup_path_.Set(
672  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
673  // @@protoc_insertion_point(field_set_rvalue:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
674 }
675 inline void pTranslatorConfig::set_modem_id_lookup_path(const char* value) {
676  GOOGLE_DCHECK(value != nullptr);
677  _has_bits_[0] |= 0x00000001u;
678  modem_id_lookup_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
679  GetArena());
680  // @@protoc_insertion_point(field_set_char:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
681 }
682 inline void pTranslatorConfig::set_modem_id_lookup_path(const char* value,
683  size_t size) {
684  _has_bits_[0] |= 0x00000001u;
685  modem_id_lookup_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
686  reinterpret_cast<const char*>(value), size), GetArena());
687  // @@protoc_insertion_point(field_set_pointer:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
688 }
689 inline std::string* pTranslatorConfig::_internal_mutable_modem_id_lookup_path() {
690  _has_bits_[0] |= 0x00000001u;
691  return modem_id_lookup_path_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
692 }
693 inline std::string* pTranslatorConfig::release_modem_id_lookup_path() {
694  // @@protoc_insertion_point(field_release:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
695  if (!_internal_has_modem_id_lookup_path()) {
696  return nullptr;
697  }
698  _has_bits_[0] &= ~0x00000001u;
699  return modem_id_lookup_path_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
700 }
701 inline void pTranslatorConfig::set_allocated_modem_id_lookup_path(std::string* modem_id_lookup_path) {
702  if (modem_id_lookup_path != nullptr) {
703  _has_bits_[0] |= 0x00000001u;
704  } else {
705  _has_bits_[0] &= ~0x00000001u;
706  }
707  modem_id_lookup_path_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), modem_id_lookup_path,
708  GetArena());
709  // @@protoc_insertion_point(field_set_allocated:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
710 }
711 inline std::string* pTranslatorConfig::unsafe_arena_release_modem_id_lookup_path() {
712  // @@protoc_insertion_point(field_unsafe_arena_release:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
713  GOOGLE_DCHECK(GetArena() != nullptr);
714  _has_bits_[0] &= ~0x00000001u;
715  return modem_id_lookup_path_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
716  GetArena());
717 }
718 inline void pTranslatorConfig::unsafe_arena_set_allocated_modem_id_lookup_path(
719  std::string* modem_id_lookup_path) {
720  GOOGLE_DCHECK(GetArena() != nullptr);
721  if (modem_id_lookup_path != nullptr) {
722  _has_bits_[0] |= 0x00000001u;
723  } else {
724  _has_bits_[0] &= ~0x00000001u;
725  }
726  modem_id_lookup_path_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
727  modem_id_lookup_path, GetArena());
728  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.apps.moos.protobuf.pTranslatorConfig.modem_id_lookup_path)
729 }
730 
731 // repeated string multiplex_create_moos_var = 6 [(.goby.field) = {
732 inline int pTranslatorConfig::_internal_multiplex_create_moos_var_size() const {
733  return multiplex_create_moos_var_.size();
734 }
735 inline int pTranslatorConfig::multiplex_create_moos_var_size() const {
736  return _internal_multiplex_create_moos_var_size();
737 }
738 inline void pTranslatorConfig::clear_multiplex_create_moos_var() {
739  multiplex_create_moos_var_.Clear();
740 }
741 inline std::string* pTranslatorConfig::add_multiplex_create_moos_var() {
742  // @@protoc_insertion_point(field_add_mutable:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
743  return _internal_add_multiplex_create_moos_var();
744 }
745 inline const std::string& pTranslatorConfig::_internal_multiplex_create_moos_var(int index) const {
746  return multiplex_create_moos_var_.Get(index);
747 }
748 inline const std::string& pTranslatorConfig::multiplex_create_moos_var(int index) const {
749  // @@protoc_insertion_point(field_get:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
750  return _internal_multiplex_create_moos_var(index);
751 }
752 inline std::string* pTranslatorConfig::mutable_multiplex_create_moos_var(int index) {
753  // @@protoc_insertion_point(field_mutable:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
754  return multiplex_create_moos_var_.Mutable(index);
755 }
756 inline void pTranslatorConfig::set_multiplex_create_moos_var(int index, const std::string& value) {
757  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
758  multiplex_create_moos_var_.Mutable(index)->assign(value);
759 }
760 inline void pTranslatorConfig::set_multiplex_create_moos_var(int index, std::string&& value) {
761  // @@protoc_insertion_point(field_set:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
762  multiplex_create_moos_var_.Mutable(index)->assign(std::move(value));
763 }
764 inline void pTranslatorConfig::set_multiplex_create_moos_var(int index, const char* value) {
765  GOOGLE_DCHECK(value != nullptr);
766  multiplex_create_moos_var_.Mutable(index)->assign(value);
767  // @@protoc_insertion_point(field_set_char:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
768 }
769 inline void pTranslatorConfig::set_multiplex_create_moos_var(int index, const char* value, size_t size) {
770  multiplex_create_moos_var_.Mutable(index)->assign(
771  reinterpret_cast<const char*>(value), size);
772  // @@protoc_insertion_point(field_set_pointer:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
773 }
774 inline std::string* pTranslatorConfig::_internal_add_multiplex_create_moos_var() {
775  return multiplex_create_moos_var_.Add();
776 }
777 inline void pTranslatorConfig::add_multiplex_create_moos_var(const std::string& value) {
778  multiplex_create_moos_var_.Add()->assign(value);
779  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
780 }
781 inline void pTranslatorConfig::add_multiplex_create_moos_var(std::string&& value) {
782  multiplex_create_moos_var_.Add(std::move(value));
783  // @@protoc_insertion_point(field_add:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
784 }
785 inline void pTranslatorConfig::add_multiplex_create_moos_var(const char* value) {
786  GOOGLE_DCHECK(value != nullptr);
787  multiplex_create_moos_var_.Add()->assign(value);
788  // @@protoc_insertion_point(field_add_char:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
789 }
790 inline void pTranslatorConfig::add_multiplex_create_moos_var(const char* value, size_t size) {
791  multiplex_create_moos_var_.Add()->assign(reinterpret_cast<const char*>(value), size);
792  // @@protoc_insertion_point(field_add_pointer:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
793 }
794 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
795 pTranslatorConfig::multiplex_create_moos_var() const {
796  // @@protoc_insertion_point(field_list:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
797  return multiplex_create_moos_var_;
798 }
799 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
800 pTranslatorConfig::mutable_multiplex_create_moos_var() {
801  // @@protoc_insertion_point(field_mutable_list:goby.apps.moos.protobuf.pTranslatorConfig.multiplex_create_moos_var)
802  return &multiplex_create_moos_var_;
803 }
804 
805 #ifdef __GNUC__
806  #pragma GCC diagnostic pop
807 #endif // __GNUC__
808 
809 // @@protoc_insertion_point(namespace_scope)
810 
811 } // namespace protobuf
812 } // namespace moos
813 } // namespace apps
814 } // namespace goby
815 
816 // @@protoc_insertion_point(global_scope)
817 
818 #include <google/protobuf/port_undef.inc>
819 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & load_shared_library() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void add_load_shared_library(std::string &&value)
void set_multiplex_create_moos_var(int index, std::string &&value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
void set_multiplex_create_moos_var(int index, const char *value, size_t size)
const std::string & modem_id_lookup_path() const
void set_modem_id_lookup_path(const std::string &value)
static const pTranslatorConfig * internal_default_instance()
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_multiplex_create_moos_var()
const std::string & load_shared_library(int index) const
void add_load_proto_file(const char *value, size_t size)
void add_load_shared_library(const std::string &value)
void add_multiplex_create_moos_var(const char *value)
void add_multiplex_create_moos_var(const char *value, size_t size)
void add_multiplex_create_moos_var(std::string &&value)
::goby::moos::protobuf::TranslatorEntry * mutable_translator_entry(int index)
void add_multiplex_create_moos_var(const std::string &value)
void set_allocated_modem_id_lookup_path(std::string *modem_id_lookup_path)
void set_load_shared_library(int index, const char *value)
std::string * mutable_load_shared_library(int index)
void add_load_shared_library(const char *value, size_t size)
void add_load_proto_file(std::string &&value)
void add_load_proto_file(const char *value)
const std::string & multiplex_create_moos_var(int index) const
void add_load_proto_file(const std::string &value)
friend void swap(pTranslatorConfig &a, pTranslatorConfig &b)
pTranslatorConfig & operator=(pTranslatorConfig &&from) noexcept
void MergeFrom(const pTranslatorConfig &from)
void set_modem_id_lookup_path(const char *value, size_t size)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & load_proto_file() const
void set_modem_id_lookup_path(std::string &&value)
::goby::moos::protobuf::TranslatorEntry * add_translator_entry()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void add_load_shared_library(const char *value)
std::string * mutable_load_proto_file(int index)
void set_modem_id_lookup_path(const char *value)
void set_multiplex_create_moos_var(int index, const char *value)
void set_load_shared_library(int index, std::string &&value)
pTranslatorConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void CopyFrom(const pTranslatorConfig &from)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
void UnsafeArenaSwap(pTranslatorConfig *other)
void set_multiplex_create_moos_var(int index, const std::string &value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const pTranslatorConfig & default_instance()
pTranslatorConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_load_shared_library()
void set_load_proto_file(int index, std::string &&value)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
const std::string & load_proto_file(int index) const
void set_load_shared_library(int index, const std::string &value)
void set_load_shared_library(int index, const char *value, size_t size)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry > & translator_entry() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
void set_load_proto_file(int index, const std::string &value)
pTranslatorConfig & operator=(const pTranslatorConfig &from)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::moos::protobuf::TranslatorEntry > * mutable_translator_entry()
pTranslatorConfig(const pTranslatorConfig &from)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & multiplex_create_moos_var() const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_load_proto_file()
pTranslatorConfig(pTranslatorConfig &&from) noexcept
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_load_proto_file(int index, const char *value)
void set_load_proto_file(int index, const char *value, size_t size)
const ::goby::moos::protobuf::TranslatorEntry & translator_entry(int index) const
std::string * mutable_multiplex_create_moos_var(int index)
@ value
the parser finished reading a JSON value
pTranslatorConfigDefaultTypeInternal _pTranslatorConfig_default_instance_
GobyMOOSAppConfigDefaultTypeInternal _GobyMOOSAppConfig_default_instance_
The global namespace for the Goby project.
std::uint32_t uint32
PROTOBUF_EXPORT const std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:154
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fapps_2fmoos_2fpTranslator_2fpTranslator_5fconfig_2eproto
#define ByteSizeLong
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)