4 #ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto
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
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.
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_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>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
39 #include <boost/units/quantity.hpp>
40 #include <boost/units/absolute.hpp>
41 #include <boost/units/dimensionless_type.hpp>
42 #include <boost/units/make_scaled_unit.hpp>
44 #include <google/protobuf/port_def.inc>
45 #define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto
46 PROTOBUF_NAMESPACE_OPEN
50 PROTOBUF_NAMESPACE_CLOSE
54 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
56 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
58 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
60 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata
field_metadata[];
68 class MMDriverTest2Config;
69 class MMDriverTest2ConfigDefaultTypeInternal;
74 PROTOBUF_NAMESPACE_OPEN
75 template<> ::goby::test::protobuf::MMDriverTest2Config* Arena::CreateMaybeMessage<::goby::test::protobuf::MMDriverTest2Config>(Arena*);
76 PROTOBUF_NAMESPACE_CLOSE
84 public ::PROTOBUF_NAMESPACE_ID::Message {
91 : MMDriverTest2Config() {
92 *
this = ::std::move(from);
95 inline MMDriverTest2Config&
operator=(
const MMDriverTest2Config& from) {
99 inline MMDriverTest2Config&
operator=(MMDriverTest2Config&& from) noexcept {
100 if (GetArena() == from.GetArena()) {
101 if (
this != &from) InternalSwap(&from);
109 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
112 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
115 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
116 return GetDescriptor();
119 return GetMetadataStatic().descriptor;
122 return GetMetadataStatic().reflection;
128 return reinterpret_cast<const MMDriverTest2Config*
>(
131 static constexpr
int kIndexInFileMessages =
134 friend void swap(MMDriverTest2Config& a, MMDriverTest2Config& b) {
137 inline void Swap(MMDriverTest2Config* other) {
138 if (other ==
this)
return;
139 if (GetArena() == other->GetArena()) {
142 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
146 if (other ==
this)
return;
147 GOOGLE_DCHECK(GetArena() == other->GetArena());
153 inline MMDriverTest2Config*
New() const final {
154 return CreateMaybeMessage<MMDriverTest2Config>(
nullptr);
157 MMDriverTest2Config*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
158 return CreateMaybeMessage<MMDriverTest2Config>(arena);
160 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
161 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
164 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
165 bool IsInitialized() const final;
168 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
169 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
170 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
171 int GetCachedSize() const final {
return _cached_size_.Get(); }
174 inline void SharedCtor();
175 inline void SharedDtor();
176 void SetCachedSize(
int size)
const final;
177 void InternalSwap(MMDriverTest2Config* other);
178 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
179 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
180 return "goby.test.protobuf.MMDriverTest2Config";
185 static void ArenaDtor(
void*
object);
186 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
191 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
205 kMm1CfgFieldNumber = 10,
206 kMm2CfgFieldNumber = 11,
207 kRepeatFieldNumber = 21,
212 int _internal_transmission_size()
const;
216 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
219 const ::goby::acomms::protobuf::ModemTransmission& _internal_transmission(
int index)
const;
220 ::goby::acomms::protobuf::ModemTransmission* _internal_add_transmission();
222 const ::goby::acomms::protobuf::ModemTransmission&
transmission(
int index)
const;
224 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
230 bool _internal_has_app()
const;
233 const ::goby::middleware::protobuf::AppConfig&
app()
const;
238 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
239 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
242 ::goby::middleware::protobuf::AppConfig* app);
248 bool _internal_has_mm1_cfg()
const;
251 const ::goby::acomms::protobuf::DriverConfig&
mm1_cfg()
const;
256 const ::goby::acomms::protobuf::DriverConfig& _internal_mm1_cfg()
const;
257 ::goby::acomms::protobuf::DriverConfig* _internal_mutable_mm1_cfg();
260 ::goby::acomms::protobuf::DriverConfig* mm1_cfg);
266 bool _internal_has_mm2_cfg()
const;
269 const ::goby::acomms::protobuf::DriverConfig&
mm2_cfg()
const;
274 const ::goby::acomms::protobuf::DriverConfig& _internal_mm2_cfg()
const;
275 ::goby::acomms::protobuf::DriverConfig* _internal_mutable_mm2_cfg();
278 ::goby::acomms::protobuf::DriverConfig* mm2_cfg);
284 bool _internal_has_repeat()
const;
299 size_t RequiredFieldsByteSizeFallback()
const;
301 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
302 typedef void InternalArenaConstructable_;
303 typedef void DestructorSkippable_;
304 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
305 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
306 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > transmission_;
307 ::goby::middleware::protobuf::AppConfig* app_;
308 ::goby::acomms::protobuf::DriverConfig* mm1_cfg_;
309 ::goby::acomms::protobuf::DriverConfig* mm2_cfg_;
311 friend struct ::TableStruct_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto;
319 #pragma GCC diagnostic push
320 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
325 inline bool MMDriverTest2Config::_internal_has_app()
const {
326 bool value = (_has_bits_[0] & 0x00000001u) != 0;
327 PROTOBUF_ASSUME(!value || app_ !=
nullptr);
330 inline bool MMDriverTest2Config::has_app()
const {
331 return _internal_has_app();
333 inline const ::goby::middleware::protobuf::AppConfig& MMDriverTest2Config::_internal_app()
const {
334 const ::goby::middleware::protobuf::AppConfig* p = app_;
335 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*
>(
338 inline const ::goby::middleware::protobuf::AppConfig& MMDriverTest2Config::app()
const {
340 return _internal_app();
342 inline void MMDriverTest2Config::unsafe_arena_set_allocated_app(
343 ::goby::middleware::protobuf::AppConfig* app) {
344 if (GetArena() ==
nullptr) {
345 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
349 _has_bits_[0] |= 0x00000001u;
351 _has_bits_[0] &= ~0x00000001u;
355 inline ::goby::middleware::protobuf::AppConfig* MMDriverTest2Config::release_app() {
356 auto temp = unsafe_arena_release_app();
357 if (GetArena() !=
nullptr) {
358 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
362 inline ::goby::middleware::protobuf::AppConfig* MMDriverTest2Config::unsafe_arena_release_app() {
364 _has_bits_[0] &= ~0x00000001u;
365 ::goby::middleware::protobuf::AppConfig* temp = app_;
369 inline ::goby::middleware::protobuf::AppConfig* MMDriverTest2Config::_internal_mutable_app() {
370 _has_bits_[0] |= 0x00000001u;
371 if (app_ ==
nullptr) {
372 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArena());
377 inline ::goby::middleware::protobuf::AppConfig* MMDriverTest2Config::mutable_app() {
379 return _internal_mutable_app();
381 inline void MMDriverTest2Config::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
382 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
383 if (message_arena ==
nullptr) {
384 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
387 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
388 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app)->GetArena();
389 if (message_arena != submessage_arena) {
390 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
391 message_arena, app, submessage_arena);
393 _has_bits_[0] |= 0x00000001u;
395 _has_bits_[0] &= ~0x00000001u;
402 inline bool MMDriverTest2Config::_internal_has_mm1_cfg()
const {
403 bool value = (_has_bits_[0] & 0x00000002u) != 0;
404 PROTOBUF_ASSUME(!value || mm1_cfg_ !=
nullptr);
407 inline bool MMDriverTest2Config::has_mm1_cfg()
const {
408 return _internal_has_mm1_cfg();
410 inline const ::goby::acomms::protobuf::DriverConfig& MMDriverTest2Config::_internal_mm1_cfg()
const {
411 const ::goby::acomms::protobuf::DriverConfig* p = mm1_cfg_;
412 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::acomms::protobuf::DriverConfig*
>(
415 inline const ::goby::acomms::protobuf::DriverConfig& MMDriverTest2Config::mm1_cfg()
const {
417 return _internal_mm1_cfg();
419 inline void MMDriverTest2Config::unsafe_arena_set_allocated_mm1_cfg(
420 ::goby::acomms::protobuf::DriverConfig* mm1_cfg) {
421 if (GetArena() ==
nullptr) {
422 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm1_cfg_);
426 _has_bits_[0] |= 0x00000002u;
428 _has_bits_[0] &= ~0x00000002u;
432 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::release_mm1_cfg() {
433 auto temp = unsafe_arena_release_mm1_cfg();
434 if (GetArena() !=
nullptr) {
435 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
439 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::unsafe_arena_release_mm1_cfg() {
441 _has_bits_[0] &= ~0x00000002u;
442 ::goby::acomms::protobuf::DriverConfig* temp = mm1_cfg_;
446 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::_internal_mutable_mm1_cfg() {
447 _has_bits_[0] |= 0x00000002u;
448 if (mm1_cfg_ ==
nullptr) {
449 auto* p = CreateMaybeMessage<::goby::acomms::protobuf::DriverConfig>(GetArena());
454 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::mutable_mm1_cfg() {
456 return _internal_mutable_mm1_cfg();
458 inline void MMDriverTest2Config::set_allocated_mm1_cfg(::goby::acomms::protobuf::DriverConfig* mm1_cfg) {
459 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
460 if (message_arena ==
nullptr) {
461 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm1_cfg_);
464 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
465 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm1_cfg)->GetArena();
466 if (message_arena != submessage_arena) {
467 mm1_cfg = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
468 message_arena, mm1_cfg, submessage_arena);
470 _has_bits_[0] |= 0x00000002u;
472 _has_bits_[0] &= ~0x00000002u;
479 inline bool MMDriverTest2Config::_internal_has_mm2_cfg()
const {
480 bool value = (_has_bits_[0] & 0x00000004u) != 0;
481 PROTOBUF_ASSUME(!value || mm2_cfg_ !=
nullptr);
484 inline bool MMDriverTest2Config::has_mm2_cfg()
const {
485 return _internal_has_mm2_cfg();
487 inline const ::goby::acomms::protobuf::DriverConfig& MMDriverTest2Config::_internal_mm2_cfg()
const {
488 const ::goby::acomms::protobuf::DriverConfig* p = mm2_cfg_;
489 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::acomms::protobuf::DriverConfig*
>(
492 inline const ::goby::acomms::protobuf::DriverConfig& MMDriverTest2Config::mm2_cfg()
const {
494 return _internal_mm2_cfg();
496 inline void MMDriverTest2Config::unsafe_arena_set_allocated_mm2_cfg(
497 ::goby::acomms::protobuf::DriverConfig* mm2_cfg) {
498 if (GetArena() ==
nullptr) {
499 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm2_cfg_);
503 _has_bits_[0] |= 0x00000004u;
505 _has_bits_[0] &= ~0x00000004u;
509 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::release_mm2_cfg() {
510 auto temp = unsafe_arena_release_mm2_cfg();
511 if (GetArena() !=
nullptr) {
512 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
516 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::unsafe_arena_release_mm2_cfg() {
518 _has_bits_[0] &= ~0x00000004u;
519 ::goby::acomms::protobuf::DriverConfig* temp = mm2_cfg_;
523 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::_internal_mutable_mm2_cfg() {
524 _has_bits_[0] |= 0x00000004u;
525 if (mm2_cfg_ ==
nullptr) {
526 auto* p = CreateMaybeMessage<::goby::acomms::protobuf::DriverConfig>(GetArena());
531 inline ::goby::acomms::protobuf::DriverConfig* MMDriverTest2Config::mutable_mm2_cfg() {
533 return _internal_mutable_mm2_cfg();
535 inline void MMDriverTest2Config::set_allocated_mm2_cfg(::goby::acomms::protobuf::DriverConfig* mm2_cfg) {
536 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
537 if (message_arena ==
nullptr) {
538 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm2_cfg_);
541 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
542 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(mm2_cfg)->GetArena();
543 if (message_arena != submessage_arena) {
544 mm2_cfg = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
545 message_arena, mm2_cfg, submessage_arena);
547 _has_bits_[0] |= 0x00000004u;
549 _has_bits_[0] &= ~0x00000004u;
556 inline int MMDriverTest2Config::_internal_transmission_size()
const {
557 return transmission_.size();
559 inline int MMDriverTest2Config::transmission_size()
const {
560 return _internal_transmission_size();
562 inline ::goby::acomms::protobuf::ModemTransmission* MMDriverTest2Config::mutable_transmission(
int index) {
564 return transmission_.Mutable(index);
566 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
567 MMDriverTest2Config::mutable_transmission() {
569 return &transmission_;
571 inline const ::goby::acomms::protobuf::ModemTransmission& MMDriverTest2Config::_internal_transmission(
int index)
const {
572 return transmission_.Get(index);
576 return _internal_transmission(index);
578 inline ::goby::acomms::protobuf::ModemTransmission* MMDriverTest2Config::_internal_add_transmission() {
579 return transmission_.Add();
581 inline ::goby::acomms::protobuf::ModemTransmission* MMDriverTest2Config::add_transmission() {
583 return _internal_add_transmission();
585 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
588 return transmission_;
592 inline bool MMDriverTest2Config::_internal_has_repeat()
const {
593 bool value = (_has_bits_[0] & 0x00000008u) != 0;
596 inline bool MMDriverTest2Config::has_repeat()
const {
597 return _internal_has_repeat();
599 inline void MMDriverTest2Config::clear_repeat() {
601 _has_bits_[0] &= ~0x00000008u;
608 return _internal_repeat();
611 _has_bits_[0] |= 0x00000008u;
615 _internal_set_repeat(value);
620 #pragma GCC diagnostic pop
631 #include <google/protobuf/port_undef.inc>
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
::goby::acomms::protobuf::DriverConfig * release_mm2_cfg()
::goby::acomms::protobuf::ModemTransmission * mutable_transmission(int index)
void UnsafeArenaSwap(MMDriverTest2Config *other)
void Swap(MMDriverTest2Config *other)
const ::goby::acomms::protobuf::DriverConfig & mm2_cfg() const
void set_repeat(::PROTOBUF_NAMESPACE_ID::int32 value)
MMDriverTest2Config & operator=(MMDriverTest2Config &&from) noexcept
MMDriverTest2Config(const MMDriverTest2Config &from)
MMDriverTest2Config(::PROTOBUF_NAMESPACE_ID::Arena *arena)
friend void swap(MMDriverTest2Config &a, MMDriverTest2Config &b)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
::goby::middleware::protobuf::AppConfig * release_app()
MMDriverTest2Config * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
::goby::acomms::protobuf::DriverConfig * release_mm1_cfg()
::goby::acomms::protobuf::DriverConfig * unsafe_arena_release_mm1_cfg()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & transmission() const
void set_allocated_mm1_cfg(::goby::acomms::protobuf::DriverConfig *mm1_cfg)
::goby::acomms::protobuf::DriverConfig * unsafe_arena_release_mm2_cfg()
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_transmission()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
const ::goby::acomms::protobuf::DriverConfig & mm1_cfg() const
::goby::acomms::protobuf::DriverConfig * mutable_mm2_cfg()
void MergeFrom(const MMDriverTest2Config &from)
const ::goby::middleware::protobuf::AppConfig & app() const
MMDriverTest2Config * New() const final
int transmission_size() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void clear_transmission()
::goby::acomms::protobuf::ModemTransmission * add_transmission()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static void InitAsDefaultInstance()
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void unsafe_arena_set_allocated_mm2_cfg(::goby::acomms::protobuf::DriverConfig *mm2_cfg)
virtual ~MMDriverTest2Config()
::goby::middleware::protobuf::AppConfig * mutable_app()
static const MMDriverTest2Config & default_instance()
static const MMDriverTest2Config * internal_default_instance()
::goby::acomms::protobuf::DriverConfig * mutable_mm1_cfg()
::PROTOBUF_NAMESPACE_ID::int32 repeat() const
MMDriverTest2Config(MMDriverTest2Config &&from) noexcept
void unsafe_arena_set_allocated_mm1_cfg(::goby::acomms::protobuf::DriverConfig *mm1_cfg)
void CopyFrom(const MMDriverTest2Config &from)
const ::goby::acomms::protobuf::ModemTransmission & transmission(int index) const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_mm2_cfg(::goby::acomms::protobuf::DriverConfig *mm2_cfg)
MMDriverTest2Config & operator=(const MMDriverTest2Config &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
@ value
the parser finished reading a JSON value
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::acomms::protobuf::ModemTransmission, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::acomms::benthos::protobuf::Transmission >, 11, false > transmission
static const int kTransmissionFieldNumber
DriverConfigDefaultTypeInternal _DriverConfig_default_instance_
AppConfigDefaultTypeInternal _AppConfig_default_instance_
MMDriverTest2ConfigDefaultTypeInternal _MMDriverTest2Config_default_instance_
The global namespace for the Goby project.
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] 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)
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2facomms_2fmmdriver2_2ftest_5fconfig_2eproto