4 #ifndef GOOGLE_PROTOBUF_INCLUDED_bin_2fmetadata_2fconfig_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_bin_2fmetadata_2fconfig_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>
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>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
35 #include "goby/middleware/protobuf/app_config.pb.h"
36 #include "goby/zeromq/protobuf/interprocess_config.pb.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>
43 #include <google/protobuf/port_def.inc>
44 #define PROTOBUF_INTERNAL_EXPORT_bin_2fmetadata_2fconfig_2eproto
45 PROTOBUF_NAMESPACE_OPEN
49 PROTOBUF_NAMESPACE_CLOSE
53 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
55 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
57 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
59 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata
field_metadata[];
61 static const ::PROTOBUF_NAMESPACE_ID::uint32
offsets[];
67 class MetadataDefaultTypeInternal;
71 PROTOBUF_NAMESPACE_OPEN
72 template<> ::jaiabot::config::Metadata* Arena::CreateMaybeMessage<::jaiabot::config::Metadata>(Arena*);
73 PROTOBUF_NAMESPACE_CLOSE
79 class Metadata PROTOBUF_FINAL :
80 public ::PROTOBUF_NAMESPACE_ID::Message {
88 *
this = ::std::move(from);
95 inline Metadata&
operator=(Metadata&& from) noexcept {
96 if (GetArena() == from.GetArena()) {
97 if (
this != &from) InternalSwap(&from);
105 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
108 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
111 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
112 return GetDescriptor();
115 return GetMetadataStatic().descriptor;
118 return GetMetadataStatic().reflection;
125 NODE_TYPE_NOT_SET = 0,
130 return reinterpret_cast<const Metadata*
>(
133 static constexpr
int kIndexInFileMessages =
136 friend void swap(Metadata& a, Metadata& b) {
139 inline void Swap(Metadata* other) {
140 if (other ==
this)
return;
141 if (GetArena() == other->GetArena()) {
144 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
148 if (other ==
this)
return;
149 GOOGLE_DCHECK(GetArena() == other->GetArena());
155 inline Metadata*
New() const final {
156 return CreateMaybeMessage<Metadata>(
nullptr);
159 Metadata*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
160 return CreateMaybeMessage<Metadata>(arena);
162 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
163 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
166 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
167 bool IsInitialized() const final;
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(); }
176 inline void SharedCtor();
177 inline void SharedDtor();
178 void SetCachedSize(
int size)
const final;
179 void InternalSwap(Metadata* other);
180 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
181 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
182 return "jaiabot.config.Metadata";
185 explicit Metadata(::PROTOBUF_NAMESPACE_ID::Arena* arena);
187 static void ArenaDtor(
void*
object);
188 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
193 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
206 kInterprocessFieldNumber = 2,
207 kXbeeFieldNumber = 10,
208 kIsSimulationFieldNumber = 11,
209 kFleetIdFieldNumber = 20,
210 kHubIdFieldNumber = 21,
211 kBotIdFieldNumber = 22,
216 bool _internal_has_app()
const;
219 const ::goby::middleware::protobuf::AppConfig&
app()
const;
224 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
225 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
228 ::goby::middleware::protobuf::AppConfig* app);
234 bool _internal_has_interprocess()
const;
237 const ::goby::zeromq::protobuf::InterProcessPortalConfig&
interprocess()
const;
242 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess()
const;
243 ::goby::zeromq::protobuf::InterProcessPortalConfig* _internal_mutable_interprocess();
246 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
252 bool _internal_has_xbee()
const;
255 const ::jaiabot::protobuf::XbeeInfo&
xbee()
const;
260 const ::jaiabot::protobuf::XbeeInfo& _internal_xbee()
const;
261 ::jaiabot::protobuf::XbeeInfo* _internal_mutable_xbee();
264 ::jaiabot::protobuf::XbeeInfo*
xbee);
270 bool _internal_has_is_simulation()
const;
276 bool _internal_is_simulation()
const;
277 void _internal_set_is_simulation(
bool value);
283 bool _internal_has_fleet_id()
const;
289 ::PROTOBUF_NAMESPACE_ID::uint32 _internal_fleet_id()
const;
290 void _internal_set_fleet_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
296 bool _internal_has_hub_id()
const;
299 ::PROTOBUF_NAMESPACE_ID::uint32
hub_id()
const;
302 ::PROTOBUF_NAMESPACE_ID::uint32 _internal_hub_id()
const;
303 void _internal_set_hub_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
309 bool _internal_has_bot_id()
const;
312 ::PROTOBUF_NAMESPACE_ID::uint32
bot_id()
const;
315 ::PROTOBUF_NAMESPACE_ID::uint32 _internal_bot_id()
const;
316 void _internal_set_bot_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
324 void set_has_hub_id();
325 void set_has_bot_id();
327 inline bool has_node_type()
const;
328 inline void clear_has_node_type();
330 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
331 typedef void InternalArenaConstructable_;
332 typedef void DestructorSkippable_;
333 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
334 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
335 ::goby::middleware::protobuf::AppConfig* app_;
336 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
337 ::jaiabot::protobuf::XbeeInfo* xbee_;
339 ::PROTOBUF_NAMESPACE_ID::uint32 fleet_id_;
340 union NodeTypeUnion {
342 ::PROTOBUF_NAMESPACE_ID::uint32 hub_id_;
343 ::PROTOBUF_NAMESPACE_ID::uint32 bot_id_;
345 ::PROTOBUF_NAMESPACE_ID::uint32 _oneof_case_[1];
347 friend struct ::TableStruct_bin_2fmetadata_2fconfig_2eproto;
355 #pragma GCC diagnostic push
356 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
361 inline bool Metadata::_internal_has_app()
const {
362 bool value = (_has_bits_[0] & 0x00000001u) != 0;
363 PROTOBUF_ASSUME(!value || app_ !=
nullptr);
366 inline bool Metadata::has_app()
const {
367 return _internal_has_app();
369 inline const ::goby::middleware::protobuf::AppConfig& Metadata::_internal_app()
const {
370 const ::goby::middleware::protobuf::AppConfig* p = app_;
371 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*
>(
372 &::goby::middleware::protobuf::_AppConfig_default_instance_);
374 inline const ::goby::middleware::protobuf::AppConfig& Metadata::app()
const {
376 return _internal_app();
378 inline void Metadata::unsafe_arena_set_allocated_app(
379 ::goby::middleware::protobuf::AppConfig* app) {
380 if (GetArena() ==
nullptr) {
381 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
385 _has_bits_[0] |= 0x00000001u;
387 _has_bits_[0] &= ~0x00000001u;
391 inline ::goby::middleware::protobuf::AppConfig* Metadata::release_app() {
392 auto temp = unsafe_arena_release_app();
393 if (GetArena() !=
nullptr) {
394 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
398 inline ::goby::middleware::protobuf::AppConfig* Metadata::unsafe_arena_release_app() {
400 _has_bits_[0] &= ~0x00000001u;
401 ::goby::middleware::protobuf::AppConfig* temp = app_;
405 inline ::goby::middleware::protobuf::AppConfig* Metadata::_internal_mutable_app() {
406 _has_bits_[0] |= 0x00000001u;
407 if (app_ ==
nullptr) {
408 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArena());
413 inline ::goby::middleware::protobuf::AppConfig* Metadata::mutable_app() {
415 return _internal_mutable_app();
417 inline void Metadata::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
418 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
419 if (message_arena ==
nullptr) {
420 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
423 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
424 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app)->GetArena();
425 if (message_arena != submessage_arena) {
426 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
427 message_arena, app, submessage_arena);
429 _has_bits_[0] |= 0x00000001u;
431 _has_bits_[0] &= ~0x00000001u;
438 inline bool Metadata::_internal_has_interprocess()
const {
439 bool value = (_has_bits_[0] & 0x00000002u) != 0;
440 PROTOBUF_ASSUME(!value || interprocess_ !=
nullptr);
443 inline bool Metadata::has_interprocess()
const {
444 return _internal_has_interprocess();
446 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& Metadata::_internal_interprocess()
const {
447 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
448 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*
>(
449 &::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
451 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& Metadata::interprocess()
const {
453 return _internal_interprocess();
455 inline void Metadata::unsafe_arena_set_allocated_interprocess(
456 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
457 if (GetArena() ==
nullptr) {
458 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
460 interprocess_ = interprocess;
462 _has_bits_[0] |= 0x00000002u;
464 _has_bits_[0] &= ~0x00000002u;
468 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* Metadata::release_interprocess() {
469 auto temp = unsafe_arena_release_interprocess();
470 if (GetArena() !=
nullptr) {
471 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
475 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* Metadata::unsafe_arena_release_interprocess() {
477 _has_bits_[0] &= ~0x00000002u;
478 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
479 interprocess_ =
nullptr;
482 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* Metadata::_internal_mutable_interprocess() {
483 _has_bits_[0] |= 0x00000002u;
484 if (interprocess_ ==
nullptr) {
485 auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArena());
488 return interprocess_;
490 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* Metadata::mutable_interprocess() {
492 return _internal_mutable_interprocess();
494 inline void Metadata::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
495 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
496 if (message_arena ==
nullptr) {
497 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
500 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
501 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess)->GetArena();
502 if (message_arena != submessage_arena) {
503 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
504 message_arena, interprocess, submessage_arena);
506 _has_bits_[0] |= 0x00000002u;
508 _has_bits_[0] &= ~0x00000002u;
510 interprocess_ = interprocess;
515 inline bool Metadata::_internal_has_xbee()
const {
516 bool value = (_has_bits_[0] & 0x00000004u) != 0;
517 PROTOBUF_ASSUME(!value || xbee_ !=
nullptr);
520 inline bool Metadata::has_xbee()
const {
521 return _internal_has_xbee();
523 inline const ::jaiabot::protobuf::XbeeInfo& Metadata::_internal_xbee()
const {
524 const ::jaiabot::protobuf::XbeeInfo* p = xbee_;
525 return p !=
nullptr ? *p : *
reinterpret_cast<const ::jaiabot::protobuf::XbeeInfo*
>(
528 inline const ::jaiabot::protobuf::XbeeInfo& Metadata::xbee()
const {
530 return _internal_xbee();
532 inline void Metadata::unsafe_arena_set_allocated_xbee(
533 ::jaiabot::protobuf::XbeeInfo*
xbee) {
534 if (GetArena() ==
nullptr) {
535 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(xbee_);
539 _has_bits_[0] |= 0x00000004u;
541 _has_bits_[0] &= ~0x00000004u;
545 inline ::jaiabot::protobuf::XbeeInfo* Metadata::release_xbee() {
546 auto temp = unsafe_arena_release_xbee();
547 if (GetArena() !=
nullptr) {
548 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
552 inline ::jaiabot::protobuf::XbeeInfo* Metadata::unsafe_arena_release_xbee() {
554 _has_bits_[0] &= ~0x00000004u;
555 ::jaiabot::protobuf::XbeeInfo* temp = xbee_;
559 inline ::jaiabot::protobuf::XbeeInfo* Metadata::_internal_mutable_xbee() {
560 _has_bits_[0] |= 0x00000004u;
561 if (xbee_ ==
nullptr) {
562 auto* p = CreateMaybeMessage<::jaiabot::protobuf::XbeeInfo>(GetArena());
567 inline ::jaiabot::protobuf::XbeeInfo* Metadata::mutable_xbee() {
569 return _internal_mutable_xbee();
571 inline void Metadata::set_allocated_xbee(::jaiabot::protobuf::XbeeInfo*
xbee) {
572 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
573 if (message_arena ==
nullptr) {
574 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(xbee_);
577 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
578 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
xbee)->GetArena();
579 if (message_arena != submessage_arena) {
580 xbee = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
581 message_arena,
xbee, submessage_arena);
583 _has_bits_[0] |= 0x00000004u;
585 _has_bits_[0] &= ~0x00000004u;
592 inline bool Metadata::_internal_has_is_simulation()
const {
593 bool value = (_has_bits_[0] & 0x00000008u) != 0;
596 inline bool Metadata::has_is_simulation()
const {
597 return _internal_has_is_simulation();
599 inline void Metadata::clear_is_simulation() {
600 is_simulation_ =
false;
601 _has_bits_[0] &= ~0x00000008u;
603 inline bool Metadata::_internal_is_simulation()
const {
604 return is_simulation_;
606 inline bool Metadata::is_simulation()
const {
608 return _internal_is_simulation();
610 inline void Metadata::_internal_set_is_simulation(
bool value) {
611 _has_bits_[0] |= 0x00000008u;
612 is_simulation_ = value;
614 inline void Metadata::set_is_simulation(
bool value) {
615 _internal_set_is_simulation(value);
620 inline bool Metadata::_internal_has_fleet_id()
const {
621 bool value = (_has_bits_[0] & 0x00000010u) != 0;
624 inline bool Metadata::has_fleet_id()
const {
625 return _internal_has_fleet_id();
627 inline void Metadata::clear_fleet_id() {
629 _has_bits_[0] &= ~0x00000010u;
631 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::_internal_fleet_id()
const {
634 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::fleet_id()
const {
636 return _internal_fleet_id();
638 inline void Metadata::_internal_set_fleet_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
639 _has_bits_[0] |= 0x00000010u;
642 inline void Metadata::set_fleet_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
643 _internal_set_fleet_id(value);
648 inline bool Metadata::_internal_has_hub_id()
const {
649 return node_type_case() == kHubId;
651 inline bool Metadata::has_hub_id()
const {
652 return _internal_has_hub_id();
654 inline void Metadata::set_has_hub_id() {
655 _oneof_case_[0] = kHubId;
657 inline void Metadata::clear_hub_id() {
658 if (_internal_has_hub_id()) {
659 node_type_.hub_id_ = 0u;
660 clear_has_node_type();
663 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::_internal_hub_id()
const {
664 if (_internal_has_hub_id()) {
665 return node_type_.hub_id_;
669 inline void Metadata::_internal_set_hub_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
670 if (!_internal_has_hub_id()) {
674 node_type_.hub_id_ = value;
676 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::hub_id()
const {
678 return _internal_hub_id();
680 inline void Metadata::set_hub_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
681 _internal_set_hub_id(value);
686 inline bool Metadata::_internal_has_bot_id()
const {
687 return node_type_case() == kBotId;
689 inline bool Metadata::has_bot_id()
const {
690 return _internal_has_bot_id();
692 inline void Metadata::set_has_bot_id() {
693 _oneof_case_[0] = kBotId;
695 inline void Metadata::clear_bot_id() {
696 if (_internal_has_bot_id()) {
697 node_type_.bot_id_ = 0u;
698 clear_has_node_type();
701 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::_internal_bot_id()
const {
702 if (_internal_has_bot_id()) {
703 return node_type_.bot_id_;
707 inline void Metadata::_internal_set_bot_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
708 if (!_internal_has_bot_id()) {
712 node_type_.bot_id_ = value;
714 inline ::PROTOBUF_NAMESPACE_ID::uint32 Metadata::bot_id()
const {
716 return _internal_bot_id();
718 inline void Metadata::set_bot_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
719 _internal_set_bot_id(value);
723 inline bool Metadata::has_node_type()
const {
724 return node_type_case() != NODE_TYPE_NOT_SET;
726 inline void Metadata::clear_has_node_type() {
727 _oneof_case_[0] = NODE_TYPE_NOT_SET;
729 inline Metadata::NodeTypeCase Metadata::node_type_case()
const {
730 return Metadata::NodeTypeCase(_oneof_case_[0]);
733 #pragma GCC diagnostic pop
743 #include <google/protobuf/port_undef.inc>
NodeTypeCase node_type_case() const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
bool is_simulation() const
void unsafe_arena_set_allocated_xbee(::jaiabot::protobuf::XbeeInfo *xbee)
bool has_interprocess() const
void clear_is_simulation()
void set_hub_id(::PROTOBUF_NAMESPACE_ID::uint32 value)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::goby::middleware::protobuf::AppConfig & app() const
static void InitAsDefaultInstance()
::PROTOBUF_NAMESPACE_ID::uint32 hub_id() const
void set_bot_id(::PROTOBUF_NAMESPACE_ID::uint32 value)
void clear_interprocess()
::jaiabot::protobuf::XbeeInfo * unsafe_arena_release_xbee()
bool has_is_simulation() const
void set_fleet_id(::PROTOBUF_NAMESPACE_ID::uint32 value)
Metadata & operator=(Metadata &&from) noexcept
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
Metadata & operator=(const Metadata &from)
::goby::middleware::protobuf::AppConfig * release_app()
::jaiabot::protobuf::XbeeInfo * release_xbee()
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Metadata * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void set_is_simulation(bool value)
void CopyFrom(const Metadata &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
const ::jaiabot::protobuf::XbeeInfo & xbee() const
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const Metadata * internal_default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
void Swap(Metadata *other)
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
::jaiabot::protobuf::XbeeInfo * mutable_xbee()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void UnsafeArenaSwap(Metadata *other)
void set_allocated_xbee(::jaiabot::protobuf::XbeeInfo *xbee)
static const Metadata & default_instance()
::goby::middleware::protobuf::AppConfig * mutable_app()
Metadata(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::PROTOBUF_NAMESPACE_ID::uint32 fleet_id() const
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
bool has_fleet_id() const
Metadata(Metadata &&from) noexcept
::PROTOBUF_NAMESPACE_ID::uint32 bot_id() const
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Metadata(const Metadata &from)
friend void swap(Metadata &a, Metadata &b)
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const Metadata &from)
Metadata * New() const final
MetadataDefaultTypeInternal _Metadata_default_instance_
XbeeInfoDefaultTypeInternal _XbeeInfo_default_instance_
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::acomms::protobuf::DriverConfig, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::jaiabot::udp::protobuf::Config >, 11, false > config