Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
intervehicle_transporter_config.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/middleware/protobuf/intervehicle_transporter_config.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
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 3021012 < 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>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.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 "dccl/option_extensions.pb.h"
35#include <boost/units/quantity.hpp>
36#include <boost/units/absolute.hpp>
37#include <boost/units/dimensionless_type.hpp>
38#include <boost/units/make_scaled_unit.hpp>
39// @@protoc_insertion_point(includes)
40#include <google/protobuf/port_def.inc>
41#define PROTOBUF_INTERNAL_EXPORT_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto
42PROTOBUF_NAMESPACE_OPEN
43namespace internal {
44class AnyMetadata;
45} // namespace internal
46PROTOBUF_NAMESPACE_CLOSE
47
48// Internal implementation detail -- do not use these members.
52extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto;
53namespace goby {
54namespace middleware {
55namespace intervehicle {
56namespace protobuf {
57class TransporterConfig;
58struct TransporterConfigDefaultTypeInternal;
59extern TransporterConfigDefaultTypeInternal _TransporterConfig_default_instance_;
60} // namespace protobuf
61} // namespace intervehicle
62} // namespace middleware
63} // namespace goby
64PROTOBUF_NAMESPACE_OPEN
65template<> ::goby::middleware::intervehicle::protobuf::TransporterConfig* Arena::CreateMaybeMessage<::goby::middleware::intervehicle::protobuf::TransporterConfig>(Arena*);
66PROTOBUF_NAMESPACE_CLOSE
67namespace goby {
68namespace middleware {
69namespace intervehicle {
70namespace protobuf {
71
72// ===================================================================
73
74class TransporterConfig final :
75 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.middleware.intervehicle.protobuf.TransporterConfig) */ {
76 public:
77 inline TransporterConfig() : TransporterConfig(nullptr) {}
79 explicit PROTOBUF_CONSTEXPR TransporterConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
80
84 *this = ::std::move(from);
85 }
86
88 CopyFrom(from);
89 return *this;
90 }
92 if (this == &from) return *this;
93 if (GetOwningArena() == from.GetOwningArena()
94 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
95 && GetOwningArena() != nullptr
96 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
97 ) {
98 InternalSwap(&from);
99 } else {
100 CopyFrom(from);
101 }
102 return *this;
103 }
104
105 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
106 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
107 }
108 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
109 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
110 }
111
112 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
113 return GetDescriptor();
114 }
115 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
116 return default_instance().GetMetadata().descriptor;
117 }
118 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
119 return default_instance().GetMetadata().reflection;
120 }
123 }
125 return reinterpret_cast<const TransporterConfig*>(
127 }
128 static constexpr int kIndexInFileMessages =
129 0;
130
132 a.Swap(&b);
133 }
134 inline void Swap(TransporterConfig* other) {
135 if (other == this) return;
136 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
137 if (GetOwningArena() != nullptr &&
138 GetOwningArena() == other->GetOwningArena()) {
139 #else // PROTOBUF_FORCE_COPY_IN_SWAP
140 if (GetOwningArena() == other->GetOwningArena()) {
141 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
142 InternalSwap(other);
143 } else {
144 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
145 }
146 }
148 if (other == this) return;
149 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
150 InternalSwap(other);
151 }
152
153 // implements Message ----------------------------------------------
154
155 TransporterConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
156 return CreateMaybeMessage<TransporterConfig>(arena);
157 }
158 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
159 void CopyFrom(const TransporterConfig& from);
160 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
161 void MergeFrom( const TransporterConfig& from) {
162 TransporterConfig::MergeImpl(*this, from);
163 }
164 private:
165 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
166 public:
167 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
168 bool IsInitialized() const final;
169
170 size_t ByteSizeLong() const final;
171 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
173 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
174 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
175
176 private:
177 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
178 void SharedDtor();
179 void SetCachedSize(int size) const final;
180 void InternalSwap(TransporterConfig* other);
181
182 private:
183 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
184 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
185 return "goby.middleware.intervehicle.protobuf.TransporterConfig";
186 }
187 protected:
188 explicit TransporterConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena,
189 bool is_message_owned = false);
190 public:
191
192 static const ClassData _class_data_;
193 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
194
195 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
196
197 // nested types ----------------------------------------------------
198
199 // accessors -------------------------------------------------------
200
201 enum : int {
206 };
207 // repeated int32 publisher_id = 1 [(.dccl.field) = {
208 int publisher_id_size() const;
209 private:
210 int _internal_publisher_id_size() const;
211 public:
212 void clear_publisher_id();
213 private:
214 int32_t _internal_publisher_id(int index) const;
215 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
216 _internal_publisher_id() const;
217 void _internal_add_publisher_id(int32_t value);
218 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
219 _internal_mutable_publisher_id();
220 public:
221 int32_t publisher_id(int index) const;
222 void set_publisher_id(int index, int32_t value);
223 void add_publisher_id(int32_t value);
224 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
225 publisher_id() const;
226 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
228
229 // optional .goby.acomms.protobuf.DynamicBufferConfig buffer = 10;
230 bool has_buffer() const;
231 private:
232 bool _internal_has_buffer() const;
233 public:
235 const ::goby::acomms::protobuf::DynamicBufferConfig& buffer() const;
236 PROTOBUF_NODISCARD ::goby::acomms::protobuf::DynamicBufferConfig* release_buffer();
239 private:
240 const ::goby::acomms::protobuf::DynamicBufferConfig& _internal_buffer() const;
241 ::goby::acomms::protobuf::DynamicBufferConfig* _internal_mutable_buffer();
242 public:
246
247 // optional int32 subscriber_uuid = 2 [default = 0, (.dccl.field) = {
248 bool has_subscriber_uuid() const;
249 private:
250 bool _internal_has_subscriber_uuid() const;
251 public:
253 int32_t subscriber_uuid() const;
254 void set_subscriber_uuid(int32_t value);
255 private:
256 int32_t _internal_subscriber_uuid() const;
257 void _internal_set_subscriber_uuid(int32_t value);
258 public:
259
260 // optional bool broadcast = 20 [default = false];
261 bool has_broadcast() const;
262 private:
263 bool _internal_has_broadcast() const;
264 public:
265 void clear_broadcast();
266 bool broadcast() const;
267 void set_broadcast(bool value);
268 private:
269 bool _internal_broadcast() const;
270 void _internal_set_broadcast(bool value);
271 public:
272
273 // @@protoc_insertion_point(class_scope:goby.middleware.intervehicle.protobuf.TransporterConfig)
274 private:
275 class _Internal;
276
277 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
278 typedef void InternalArenaConstructable_;
279 typedef void DestructorSkippable_;
280 struct Impl_ {
281 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
282 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
283 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > publisher_id_;
285 int32_t subscriber_uuid_;
286 bool broadcast_;
287 };
288 union { Impl_ _impl_; };
289 friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto;
290};
291// ===================================================================
292
293
294// ===================================================================
295
296#ifdef __GNUC__
297 #pragma GCC diagnostic push
298 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
299#endif // __GNUC__
300// TransporterConfig
301
302// repeated int32 publisher_id = 1 [(.dccl.field) = {
303inline int TransporterConfig::_internal_publisher_id_size() const {
304 return _impl_.publisher_id_.size();
305}
307 return _internal_publisher_id_size();
308}
310 _impl_.publisher_id_.Clear();
311}
312inline int32_t TransporterConfig::_internal_publisher_id(int index) const {
313 return _impl_.publisher_id_.Get(index);
314}
315inline int32_t TransporterConfig::publisher_id(int index) const {
316 // @@protoc_insertion_point(field_get:goby.middleware.intervehicle.protobuf.TransporterConfig.publisher_id)
317 return _internal_publisher_id(index);
318}
319inline void TransporterConfig::set_publisher_id(int index, int32_t value) {
320 _impl_.publisher_id_.Set(index, value);
321 // @@protoc_insertion_point(field_set:goby.middleware.intervehicle.protobuf.TransporterConfig.publisher_id)
322}
323inline void TransporterConfig::_internal_add_publisher_id(int32_t value) {
324 _impl_.publisher_id_.Add(value);
325}
326inline void TransporterConfig::add_publisher_id(int32_t value) {
327 _internal_add_publisher_id(value);
328 // @@protoc_insertion_point(field_add:goby.middleware.intervehicle.protobuf.TransporterConfig.publisher_id)
329}
330inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
331TransporterConfig::_internal_publisher_id() const {
332 return _impl_.publisher_id_;
333}
334inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
336 // @@protoc_insertion_point(field_list:goby.middleware.intervehicle.protobuf.TransporterConfig.publisher_id)
337 return _internal_publisher_id();
338}
339inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
340TransporterConfig::_internal_mutable_publisher_id() {
341 return &_impl_.publisher_id_;
342}
343inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
345 // @@protoc_insertion_point(field_mutable_list:goby.middleware.intervehicle.protobuf.TransporterConfig.publisher_id)
346 return _internal_mutable_publisher_id();
347}
348
349// optional int32 subscriber_uuid = 2 [default = 0, (.dccl.field) = {
350inline bool TransporterConfig::_internal_has_subscriber_uuid() const {
351 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
352 return value;
353}
355 return _internal_has_subscriber_uuid();
356}
358 _impl_.subscriber_uuid_ = 0;
359 _impl_._has_bits_[0] &= ~0x00000002u;
360}
361inline int32_t TransporterConfig::_internal_subscriber_uuid() const {
362 return _impl_.subscriber_uuid_;
363}
365 // @@protoc_insertion_point(field_get:goby.middleware.intervehicle.protobuf.TransporterConfig.subscriber_uuid)
366 return _internal_subscriber_uuid();
367}
368inline void TransporterConfig::_internal_set_subscriber_uuid(int32_t value) {
369 _impl_._has_bits_[0] |= 0x00000002u;
370 _impl_.subscriber_uuid_ = value;
371}
372inline void TransporterConfig::set_subscriber_uuid(int32_t value) {
373 _internal_set_subscriber_uuid(value);
374 // @@protoc_insertion_point(field_set:goby.middleware.intervehicle.protobuf.TransporterConfig.subscriber_uuid)
375}
376
377// optional .goby.acomms.protobuf.DynamicBufferConfig buffer = 10;
378inline bool TransporterConfig::_internal_has_buffer() const {
379 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
380 PROTOBUF_ASSUME(!value || _impl_.buffer_ != nullptr);
381 return value;
382}
383inline bool TransporterConfig::has_buffer() const {
384 return _internal_has_buffer();
385}
386inline const ::goby::acomms::protobuf::DynamicBufferConfig& TransporterConfig::_internal_buffer() const {
387 const ::goby::acomms::protobuf::DynamicBufferConfig* p = _impl_.buffer_;
388 return p != nullptr ? *p : reinterpret_cast<const ::goby::acomms::protobuf::DynamicBufferConfig&>(
390}
391inline const ::goby::acomms::protobuf::DynamicBufferConfig& TransporterConfig::buffer() const {
392 // @@protoc_insertion_point(field_get:goby.middleware.intervehicle.protobuf.TransporterConfig.buffer)
393 return _internal_buffer();
394}
397 if (GetArenaForAllocation() == nullptr) {
398 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.buffer_);
399 }
400 _impl_.buffer_ = buffer;
401 if (buffer) {
402 _impl_._has_bits_[0] |= 0x00000001u;
403 } else {
404 _impl_._has_bits_[0] &= ~0x00000001u;
405 }
406 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.middleware.intervehicle.protobuf.TransporterConfig.buffer)
407}
408inline ::goby::acomms::protobuf::DynamicBufferConfig* TransporterConfig::release_buffer() {
409 _impl_._has_bits_[0] &= ~0x00000001u;
411 _impl_.buffer_ = nullptr;
412#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
413 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
414 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
415 if (GetArenaForAllocation() == nullptr) { delete old; }
416#else // PROTOBUF_FORCE_COPY_IN_RELEASE
417 if (GetArenaForAllocation() != nullptr) {
418 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
419 }
420#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
421 return temp;
422}
423inline ::goby::acomms::protobuf::DynamicBufferConfig* TransporterConfig::unsafe_arena_release_buffer() {
424 // @@protoc_insertion_point(field_release:goby.middleware.intervehicle.protobuf.TransporterConfig.buffer)
425 _impl_._has_bits_[0] &= ~0x00000001u;
427 _impl_.buffer_ = nullptr;
428 return temp;
429}
430inline ::goby::acomms::protobuf::DynamicBufferConfig* TransporterConfig::_internal_mutable_buffer() {
431 _impl_._has_bits_[0] |= 0x00000001u;
432 if (_impl_.buffer_ == nullptr) {
434 _impl_.buffer_ = p;
435 }
436 return _impl_.buffer_;
437}
438inline ::goby::acomms::protobuf::DynamicBufferConfig* TransporterConfig::mutable_buffer() {
439 ::goby::acomms::protobuf::DynamicBufferConfig* _msg = _internal_mutable_buffer();
440 // @@protoc_insertion_point(field_mutable:goby.middleware.intervehicle.protobuf.TransporterConfig.buffer)
441 return _msg;
442}
444 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
445 if (message_arena == nullptr) {
446 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.buffer_);
447 }
448 if (buffer) {
449 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
450 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
451 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(buffer));
452 if (message_arena != submessage_arena) {
453 buffer = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
454 message_arena, buffer, submessage_arena);
455 }
456 _impl_._has_bits_[0] |= 0x00000001u;
457 } else {
458 _impl_._has_bits_[0] &= ~0x00000001u;
459 }
460 _impl_.buffer_ = buffer;
461 // @@protoc_insertion_point(field_set_allocated:goby.middleware.intervehicle.protobuf.TransporterConfig.buffer)
462}
463
464// optional bool broadcast = 20 [default = false];
465inline bool TransporterConfig::_internal_has_broadcast() const {
466 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
467 return value;
468}
470 return _internal_has_broadcast();
471}
473 _impl_.broadcast_ = false;
474 _impl_._has_bits_[0] &= ~0x00000004u;
475}
476inline bool TransporterConfig::_internal_broadcast() const {
477 return _impl_.broadcast_;
478}
479inline bool TransporterConfig::broadcast() const {
480 // @@protoc_insertion_point(field_get:goby.middleware.intervehicle.protobuf.TransporterConfig.broadcast)
481 return _internal_broadcast();
482}
483inline void TransporterConfig::_internal_set_broadcast(bool value) {
484 _impl_._has_bits_[0] |= 0x00000004u;
485 _impl_.broadcast_ = value;
486}
487inline void TransporterConfig::set_broadcast(bool value) {
488 _internal_set_broadcast(value);
489 // @@protoc_insertion_point(field_set:goby.middleware.intervehicle.protobuf.TransporterConfig.broadcast)
490}
491
492#ifdef __GNUC__
493 #pragma GCC diagnostic pop
494#endif // __GNUC__
495
496// @@protoc_insertion_point(namespace_scope)
497
498} // namespace protobuf
499} // namespace intervehicle
500} // namespace middleware
501} // namespace goby
502
503// @@protoc_insertion_point(global_scope)
504
505#include <google/protobuf/port_undef.inc>
506#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto
PROTOBUF_NAMESPACE_OPEN ::goby::acomms::protobuf::DynamicBufferConfig * Arena::CreateMaybeMessage<::goby::acomms::protobuf::DynamicBufferConfig >(Arena *)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & publisher_id() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void set_allocated_buffer(::goby::acomms::protobuf::DynamicBufferConfig *buffer)
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_publisher_id()
friend void swap(TransporterConfig &a, TransporterConfig &b)
TransporterConfig & operator=(TransporterConfig &&from) noexcept
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_NODISCARD::goby::acomms::protobuf::DynamicBufferConfig * release_buffer()
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void unsafe_arena_set_allocated_buffer(::goby::acomms::protobuf::DynamicBufferConfig *buffer)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
TransporterConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
PROTOBUF_CONSTEXPR TransporterConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
::goby::acomms::protobuf::DynamicBufferConfig * unsafe_arena_release_buffer()
TransporterConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
const ::goby::acomms::protobuf::DynamicBufferConfig & buffer() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2fintervehicle_5ftransporter_5fconfig_2eproto
DynamicBufferConfigDefaultTypeInternal _DynamicBufferConfig_default_instance_
TransporterConfigDefaultTypeInternal _TransporterConfig_default_instance_
The global namespace for the Goby project.