Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
liaison_config.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/moos/protobuf/liaison_config.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2fmoos_2fprotobuf_2fliaison_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>
34#include <boost/units/quantity.hpp>
35#include <boost/units/absolute.hpp>
36#include <boost/units/dimensionless_type.hpp>
37#include <boost/units/make_scaled_unit.hpp>
38// @@protoc_insertion_point(includes)
39#include <google/protobuf/port_def.inc>
40#define PROTOBUF_INTERNAL_EXPORT_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto;
52namespace goby {
53namespace moos {
54namespace protobuf {
55class AcommsConfig;
56struct AcommsConfigDefaultTypeInternal;
57extern AcommsConfigDefaultTypeInternal _AcommsConfig_default_instance_;
58class GeodesyConfig;
59struct GeodesyConfigDefaultTypeInternal;
60extern GeodesyConfigDefaultTypeInternal _GeodesyConfig_default_instance_;
61} // namespace protobuf
62} // namespace moos
63} // namespace goby
64PROTOBUF_NAMESPACE_OPEN
65template<> ::goby::moos::protobuf::AcommsConfig* Arena::CreateMaybeMessage<::goby::moos::protobuf::AcommsConfig>(Arena*);
66template<> ::goby::moos::protobuf::GeodesyConfig* Arena::CreateMaybeMessage<::goby::moos::protobuf::GeodesyConfig>(Arena*);
67PROTOBUF_NAMESPACE_CLOSE
68namespace goby {
69namespace moos {
70namespace protobuf {
71
72// ===================================================================
73
74class GeodesyConfig final :
75 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.moos.protobuf.GeodesyConfig) */ {
76 public:
77 inline GeodesyConfig() : GeodesyConfig(nullptr) {}
78 ~GeodesyConfig() override;
79 explicit PROTOBUF_CONSTEXPR GeodesyConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
80
83 : GeodesyConfig() {
84 *this = ::std::move(from);
85 }
86
87 inline GeodesyConfig& operator=(const GeodesyConfig& from) {
88 CopyFrom(from);
89 return *this;
90 }
91 inline GeodesyConfig& operator=(GeodesyConfig&& from) noexcept {
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 GeodesyConfig*>(
127 }
128 static constexpr int kIndexInFileMessages =
129 0;
130
131 friend void swap(GeodesyConfig& a, GeodesyConfig& b) {
132 a.Swap(&b);
133 }
134 inline void Swap(GeodesyConfig* 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 GeodesyConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
156 return CreateMaybeMessage<GeodesyConfig>(arena);
157 }
158 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
159 void CopyFrom(const GeodesyConfig& from);
160 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
161 void MergeFrom( const GeodesyConfig& from) {
162 GeodesyConfig::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(GeodesyConfig* other);
181
182 private:
183 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
184 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
185 return "goby.moos.protobuf.GeodesyConfig";
186 }
187 protected:
188 explicit GeodesyConfig(::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 {
204 };
205 // required double lat_origin = 1;
206 bool has_lat_origin() const;
207 private:
208 bool _internal_has_lat_origin() const;
209 public:
210 void clear_lat_origin();
211 double lat_origin() const;
212 void set_lat_origin(double value);
213 private:
214 double _internal_lat_origin() const;
215 void _internal_set_lat_origin(double value);
216 public:
217
218 // required double lon_origin = 2;
219 bool has_lon_origin() const;
220 private:
221 bool _internal_has_lon_origin() const;
222 public:
223 void clear_lon_origin();
224 double lon_origin() const;
225 void set_lon_origin(double value);
226 private:
227 double _internal_lon_origin() const;
228 void _internal_set_lon_origin(double value);
229 public:
230
231 // @@protoc_insertion_point(class_scope:goby.moos.protobuf.GeodesyConfig)
232 private:
233 class _Internal;
234
235 // helper for ByteSizeLong()
236 size_t RequiredFieldsByteSizeFallback() const;
237
238 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
239 typedef void InternalArenaConstructable_;
240 typedef void DestructorSkippable_;
241 struct Impl_ {
242 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
243 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
244 double lat_origin_;
245 double lon_origin_;
246 };
247 union { Impl_ _impl_; };
248 friend struct ::TableStruct_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto;
249};
250// -------------------------------------------------------------------
251
252class AcommsConfig final :
253 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.moos.protobuf.AcommsConfig) */ {
254 public:
255 inline AcommsConfig() : AcommsConfig(nullptr) {}
256 ~AcommsConfig() override;
257 explicit PROTOBUF_CONSTEXPR AcommsConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
258
260 AcommsConfig(AcommsConfig&& from) noexcept
261 : AcommsConfig() {
262 *this = ::std::move(from);
263 }
264
265 inline AcommsConfig& operator=(const AcommsConfig& from) {
266 CopyFrom(from);
267 return *this;
268 }
269 inline AcommsConfig& operator=(AcommsConfig&& from) noexcept {
270 if (this == &from) return *this;
271 if (GetOwningArena() == from.GetOwningArena()
272 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
273 && GetOwningArena() != nullptr
274 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
275 ) {
276 InternalSwap(&from);
277 } else {
278 CopyFrom(from);
279 }
280 return *this;
281 }
282
283 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
284 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
285 }
286 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
287 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
288 }
289
290 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
291 return GetDescriptor();
292 }
293 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
294 return default_instance().GetMetadata().descriptor;
295 }
296 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
297 return default_instance().GetMetadata().reflection;
298 }
300 return *internal_default_instance();
301 }
303 return reinterpret_cast<const AcommsConfig*>(
305 }
306 static constexpr int kIndexInFileMessages =
307 1;
308
309 friend void swap(AcommsConfig& a, AcommsConfig& b) {
310 a.Swap(&b);
311 }
312 inline void Swap(AcommsConfig* other) {
313 if (other == this) return;
314 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
315 if (GetOwningArena() != nullptr &&
316 GetOwningArena() == other->GetOwningArena()) {
317 #else // PROTOBUF_FORCE_COPY_IN_SWAP
318 if (GetOwningArena() == other->GetOwningArena()) {
319 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
320 InternalSwap(other);
321 } else {
322 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
323 }
324 }
326 if (other == this) return;
327 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
328 InternalSwap(other);
329 }
330
331 // implements Message ----------------------------------------------
332
333 AcommsConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
334 return CreateMaybeMessage<AcommsConfig>(arena);
335 }
336 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
337 void CopyFrom(const AcommsConfig& from);
338 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
339 void MergeFrom( const AcommsConfig& from) {
340 AcommsConfig::MergeImpl(*this, from);
341 }
342 private:
343 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
344 public:
345 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
346 bool IsInitialized() const final;
347
348 size_t ByteSizeLong() const final;
349 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
350 uint8_t* _InternalSerialize(
351 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
352 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
353
354 private:
355 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
356 void SharedDtor();
357 void SetCachedSize(int size) const final;
358 void InternalSwap(AcommsConfig* other);
359
360 private:
361 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
362 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
363 return "goby.moos.protobuf.AcommsConfig";
364 }
365 protected:
366 explicit AcommsConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena,
367 bool is_message_owned = false);
368 public:
369
370 static const ClassData _class_data_;
371 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
372
373 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
374
375 // nested types ----------------------------------------------------
376
377 // accessors -------------------------------------------------------
378
379 enum : int {
380 kMinimizeDcclFieldNumber = 1,
381 kMinimizeQueueFieldNumber = 2,
382 kMinimizeAmacFieldNumber = 3,
383 kMinimizeDriverFieldNumber = 4,
384 };
385 // optional bool minimize_dccl = 1 [default = false];
386 bool has_minimize_dccl() const;
387 private:
388 bool _internal_has_minimize_dccl() const;
389 public:
390 void clear_minimize_dccl();
391 bool minimize_dccl() const;
392 void set_minimize_dccl(bool value);
393 private:
394 bool _internal_minimize_dccl() const;
395 void _internal_set_minimize_dccl(bool value);
396 public:
397
398 // optional bool minimize_queue = 2 [default = false];
399 bool has_minimize_queue() const;
400 private:
401 bool _internal_has_minimize_queue() const;
402 public:
403 void clear_minimize_queue();
404 bool minimize_queue() const;
405 void set_minimize_queue(bool value);
406 private:
407 bool _internal_minimize_queue() const;
408 void _internal_set_minimize_queue(bool value);
409 public:
410
411 // optional bool minimize_amac = 3 [default = false];
412 bool has_minimize_amac() const;
413 private:
414 bool _internal_has_minimize_amac() const;
415 public:
416 void clear_minimize_amac();
417 bool minimize_amac() const;
418 void set_minimize_amac(bool value);
419 private:
420 bool _internal_minimize_amac() const;
421 void _internal_set_minimize_amac(bool value);
422 public:
423
424 // optional bool minimize_driver = 4 [default = false];
425 bool has_minimize_driver() const;
426 private:
427 bool _internal_has_minimize_driver() const;
428 public:
429 void clear_minimize_driver();
430 bool minimize_driver() const;
431 void set_minimize_driver(bool value);
432 private:
433 bool _internal_minimize_driver() const;
434 void _internal_set_minimize_driver(bool value);
435 public:
436
437 // @@protoc_insertion_point(class_scope:goby.moos.protobuf.AcommsConfig)
438 private:
439 class _Internal;
440
441 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
442 typedef void InternalArenaConstructable_;
443 typedef void DestructorSkippable_;
444 struct Impl_ {
445 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
446 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
447 bool minimize_dccl_;
448 bool minimize_queue_;
449 bool minimize_amac_;
450 bool minimize_driver_;
451 };
452 union { Impl_ _impl_; };
453 friend struct ::TableStruct_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto;
454};
455// ===================================================================
456
457static const int kGeodesyConfigFieldNumber = 1002;
458extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::apps::zeromq::protobuf::LiaisonConfig,
459 ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::moos::protobuf::GeodesyConfig >, 11, false >
461static const int kAcommsConfigFieldNumber = 1003;
462extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::apps::zeromq::protobuf::LiaisonConfig,
463 ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::moos::protobuf::AcommsConfig >, 11, false >
465
466// ===================================================================
467
468#ifdef __GNUC__
469 #pragma GCC diagnostic push
470 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
471#endif // __GNUC__
472// GeodesyConfig
473
474// required double lat_origin = 1;
475inline bool GeodesyConfig::_internal_has_lat_origin() const {
476 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
477 return value;
478}
479inline bool GeodesyConfig::has_lat_origin() const {
480 return _internal_has_lat_origin();
481}
482inline void GeodesyConfig::clear_lat_origin() {
483 _impl_.lat_origin_ = 0;
484 _impl_._has_bits_[0] &= ~0x00000001u;
485}
486inline double GeodesyConfig::_internal_lat_origin() const {
487 return _impl_.lat_origin_;
488}
489inline double GeodesyConfig::lat_origin() const {
490 // @@protoc_insertion_point(field_get:goby.moos.protobuf.GeodesyConfig.lat_origin)
491 return _internal_lat_origin();
492}
493inline void GeodesyConfig::_internal_set_lat_origin(double value) {
494 _impl_._has_bits_[0] |= 0x00000001u;
495 _impl_.lat_origin_ = value;
496}
497inline void GeodesyConfig::set_lat_origin(double value) {
498 _internal_set_lat_origin(value);
499 // @@protoc_insertion_point(field_set:goby.moos.protobuf.GeodesyConfig.lat_origin)
500}
501
502// required double lon_origin = 2;
503inline bool GeodesyConfig::_internal_has_lon_origin() const {
504 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
505 return value;
506}
507inline bool GeodesyConfig::has_lon_origin() const {
508 return _internal_has_lon_origin();
509}
510inline void GeodesyConfig::clear_lon_origin() {
511 _impl_.lon_origin_ = 0;
512 _impl_._has_bits_[0] &= ~0x00000002u;
513}
514inline double GeodesyConfig::_internal_lon_origin() const {
515 return _impl_.lon_origin_;
516}
517inline double GeodesyConfig::lon_origin() const {
518 // @@protoc_insertion_point(field_get:goby.moos.protobuf.GeodesyConfig.lon_origin)
519 return _internal_lon_origin();
520}
521inline void GeodesyConfig::_internal_set_lon_origin(double value) {
522 _impl_._has_bits_[0] |= 0x00000002u;
523 _impl_.lon_origin_ = value;
524}
525inline void GeodesyConfig::set_lon_origin(double value) {
526 _internal_set_lon_origin(value);
527 // @@protoc_insertion_point(field_set:goby.moos.protobuf.GeodesyConfig.lon_origin)
528}
529
530// -------------------------------------------------------------------
531
532// AcommsConfig
533
534// optional bool minimize_dccl = 1 [default = false];
535inline bool AcommsConfig::_internal_has_minimize_dccl() const {
536 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
537 return value;
538}
539inline bool AcommsConfig::has_minimize_dccl() const {
540 return _internal_has_minimize_dccl();
541}
542inline void AcommsConfig::clear_minimize_dccl() {
543 _impl_.minimize_dccl_ = false;
544 _impl_._has_bits_[0] &= ~0x00000001u;
545}
546inline bool AcommsConfig::_internal_minimize_dccl() const {
547 return _impl_.minimize_dccl_;
548}
549inline bool AcommsConfig::minimize_dccl() const {
550 // @@protoc_insertion_point(field_get:goby.moos.protobuf.AcommsConfig.minimize_dccl)
551 return _internal_minimize_dccl();
552}
553inline void AcommsConfig::_internal_set_minimize_dccl(bool value) {
554 _impl_._has_bits_[0] |= 0x00000001u;
555 _impl_.minimize_dccl_ = value;
556}
557inline void AcommsConfig::set_minimize_dccl(bool value) {
558 _internal_set_minimize_dccl(value);
559 // @@protoc_insertion_point(field_set:goby.moos.protobuf.AcommsConfig.minimize_dccl)
560}
561
562// optional bool minimize_queue = 2 [default = false];
563inline bool AcommsConfig::_internal_has_minimize_queue() const {
564 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
565 return value;
566}
567inline bool AcommsConfig::has_minimize_queue() const {
568 return _internal_has_minimize_queue();
569}
570inline void AcommsConfig::clear_minimize_queue() {
571 _impl_.minimize_queue_ = false;
572 _impl_._has_bits_[0] &= ~0x00000002u;
573}
574inline bool AcommsConfig::_internal_minimize_queue() const {
575 return _impl_.minimize_queue_;
576}
577inline bool AcommsConfig::minimize_queue() const {
578 // @@protoc_insertion_point(field_get:goby.moos.protobuf.AcommsConfig.minimize_queue)
579 return _internal_minimize_queue();
580}
581inline void AcommsConfig::_internal_set_minimize_queue(bool value) {
582 _impl_._has_bits_[0] |= 0x00000002u;
583 _impl_.minimize_queue_ = value;
584}
585inline void AcommsConfig::set_minimize_queue(bool value) {
586 _internal_set_minimize_queue(value);
587 // @@protoc_insertion_point(field_set:goby.moos.protobuf.AcommsConfig.minimize_queue)
588}
589
590// optional bool minimize_amac = 3 [default = false];
591inline bool AcommsConfig::_internal_has_minimize_amac() const {
592 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
593 return value;
594}
595inline bool AcommsConfig::has_minimize_amac() const {
596 return _internal_has_minimize_amac();
597}
598inline void AcommsConfig::clear_minimize_amac() {
599 _impl_.minimize_amac_ = false;
600 _impl_._has_bits_[0] &= ~0x00000004u;
601}
602inline bool AcommsConfig::_internal_minimize_amac() const {
603 return _impl_.minimize_amac_;
604}
605inline bool AcommsConfig::minimize_amac() const {
606 // @@protoc_insertion_point(field_get:goby.moos.protobuf.AcommsConfig.minimize_amac)
607 return _internal_minimize_amac();
608}
609inline void AcommsConfig::_internal_set_minimize_amac(bool value) {
610 _impl_._has_bits_[0] |= 0x00000004u;
611 _impl_.minimize_amac_ = value;
612}
613inline void AcommsConfig::set_minimize_amac(bool value) {
614 _internal_set_minimize_amac(value);
615 // @@protoc_insertion_point(field_set:goby.moos.protobuf.AcommsConfig.minimize_amac)
616}
617
618// optional bool minimize_driver = 4 [default = false];
619inline bool AcommsConfig::_internal_has_minimize_driver() const {
620 bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0;
621 return value;
622}
623inline bool AcommsConfig::has_minimize_driver() const {
624 return _internal_has_minimize_driver();
625}
626inline void AcommsConfig::clear_minimize_driver() {
627 _impl_.minimize_driver_ = false;
628 _impl_._has_bits_[0] &= ~0x00000008u;
629}
630inline bool AcommsConfig::_internal_minimize_driver() const {
631 return _impl_.minimize_driver_;
632}
633inline bool AcommsConfig::minimize_driver() const {
634 // @@protoc_insertion_point(field_get:goby.moos.protobuf.AcommsConfig.minimize_driver)
635 return _internal_minimize_driver();
636}
637inline void AcommsConfig::_internal_set_minimize_driver(bool value) {
638 _impl_._has_bits_[0] |= 0x00000008u;
639 _impl_.minimize_driver_ = value;
640}
641inline void AcommsConfig::set_minimize_driver(bool value) {
642 _internal_set_minimize_driver(value);
643 // @@protoc_insertion_point(field_set:goby.moos.protobuf.AcommsConfig.minimize_driver)
644}
645
646#ifdef __GNUC__
647 #pragma GCC diagnostic pop
648#endif // __GNUC__
649// -------------------------------------------------------------------
650
651
652// @@protoc_insertion_point(namespace_scope)
653
654} // namespace protobuf
655} // namespace moos
656} // namespace goby
657
658// @@protoc_insertion_point(global_scope)
659
660#include <google/protobuf/port_undef.inc>
661#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto
AcommsConfig(AcommsConfig &&from) noexcept
AcommsConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
AcommsConfig & operator=(AcommsConfig &&from) noexcept
static const AcommsConfig & default_instance()
void MergeFrom(const AcommsConfig &from)
friend void swap(AcommsConfig &a, AcommsConfig &b)
AcommsConfig(const AcommsConfig &from)
static const AcommsConfig * internal_default_instance()
AcommsConfig & operator=(const AcommsConfig &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
AcommsConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_CONSTEXPR AcommsConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void CopyFrom(const AcommsConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
void UnsafeArenaSwap(AcommsConfig *other)
static const GeodesyConfig * internal_default_instance()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
GeodesyConfig(const GeodesyConfig &from)
GeodesyConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
size_t ByteSizeLong() const final
GeodesyConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void CopyFrom(const GeodesyConfig &from)
friend void swap(GeodesyConfig &a, GeodesyConfig &b)
GeodesyConfig(GeodesyConfig &&from) noexcept
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
static const GeodesyConfig & default_instance()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
GeodesyConfig & operator=(GeodesyConfig &&from) noexcept
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
void UnsafeArenaSwap(GeodesyConfig *other)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
GeodesyConfig & operator=(const GeodesyConfig &from)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_CONSTEXPR GeodesyConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
void MergeFrom(const GeodesyConfig &from)
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmoos_2fprotobuf_2fliaison_5fconfig_2eproto
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::apps::zeromq::protobuf::LiaisonConfig, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::moos::protobuf::GeodesyConfig >, 11, false > geodesy_config
static const int kGeodesyConfigFieldNumber
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::apps::zeromq::protobuf::LiaisonConfig, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::moos::protobuf::AcommsConfig >, 11, false > acomms_config
static const int kAcommsConfigFieldNumber
GeodesyConfigDefaultTypeInternal _GeodesyConfig_default_instance_
AcommsConfigDefaultTypeInternal _AcommsConfig_default_instance_
The global namespace for the Goby project.
#define ByteSizeLong