JaiaBot 2.6.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
config.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: bin/ppk/config.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_bin_2fppk_2fconfig_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_bin_2fppk_2fconfig_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>
24#include <google/protobuf/arena.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>
29#include <google/protobuf/message.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 "goby/middleware/protobuf/app_config.pb.h"
34#include "goby/zeromq/protobuf/interprocess_config.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_bin_2fppk_2fconfig_2eproto
42PROTOBUF_NAMESPACE_OPEN
43namespace internal {
44class AnyMetadata;
45} // namespace internal
46PROTOBUF_NAMESPACE_CLOSE
47
48// Internal implementation detail -- do not use these members.
50 static const uint32_t offsets[];
51};
52extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2fppk_2fconfig_2eproto;
53namespace jaiabot {
54namespace config {
55class PKKConfig;
56struct PKKConfigDefaultTypeInternal;
57extern PKKConfigDefaultTypeInternal _PKKConfig_default_instance_;
58} // namespace config
59} // namespace jaiabot
60PROTOBUF_NAMESPACE_OPEN
61template<> ::jaiabot::config::PKKConfig* Arena::CreateMaybeMessage<::jaiabot::config::PKKConfig>(Arena*);
62PROTOBUF_NAMESPACE_CLOSE
63namespace jaiabot {
64namespace config {
65
66// ===================================================================
67
68class PKKConfig final :
69 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.config.PKKConfig) */ {
70 public:
71 inline PKKConfig() : PKKConfig(nullptr) {}
72 ~PKKConfig() override;
73 explicit PROTOBUF_CONSTEXPR PKKConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
74
75 PKKConfig(const PKKConfig& from);
76 PKKConfig(PKKConfig&& from) noexcept
77 : PKKConfig() {
78 *this = ::std::move(from);
79 }
80
81 inline PKKConfig& operator=(const PKKConfig& from) {
82 CopyFrom(from);
83 return *this;
84 }
85 inline PKKConfig& operator=(PKKConfig&& from) noexcept {
86 if (this == &from) return *this;
87 if (GetOwningArena() == from.GetOwningArena()
88 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
89 && GetOwningArena() != nullptr
90 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
91 ) {
92 InternalSwap(&from);
93 } else {
94 CopyFrom(from);
95 }
96 return *this;
97 }
98
99 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
100 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
101 }
102 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
103 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
104 }
105
106 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
107 return GetDescriptor();
108 }
109 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
110 return default_instance().GetMetadata().descriptor;
111 }
112 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
113 return default_instance().GetMetadata().reflection;
114 }
115 static const PKKConfig& default_instance() {
117 }
118 static inline const PKKConfig* internal_default_instance() {
119 return reinterpret_cast<const PKKConfig*>(
121 }
122 static constexpr int kIndexInFileMessages =
123 0;
124
125 friend void swap(PKKConfig& a, PKKConfig& b) {
126 a.Swap(&b);
127 }
128 inline void Swap(PKKConfig* other) {
129 if (other == this) return;
130 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
131 if (GetOwningArena() != nullptr &&
132 GetOwningArena() == other->GetOwningArena()) {
133 #else // PROTOBUF_FORCE_COPY_IN_SWAP
134 if (GetOwningArena() == other->GetOwningArena()) {
135 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
136 InternalSwap(other);
137 } else {
138 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
139 }
140 }
142 if (other == this) return;
143 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
144 InternalSwap(other);
145 }
146
147 // implements Message ----------------------------------------------
148
149 PKKConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
150 return CreateMaybeMessage<PKKConfig>(arena);
151 }
152 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
153 void CopyFrom(const PKKConfig& from);
154 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
155 void MergeFrom( const PKKConfig& from) {
156 PKKConfig::MergeImpl(*this, from);
157 }
158 private:
159 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
160 public:
161 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
162 bool IsInitialized() const final;
163
164 size_t ByteSizeLong() const final;
165 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
167 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
168 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
169
170 private:
171 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
172 void SharedDtor();
173 void SetCachedSize(int size) const final;
174 void InternalSwap(PKKConfig* other);
175
176 private:
177 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
178 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
179 return "jaiabot.config.PKKConfig";
180 }
181 protected:
182 explicit PKKConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena,
183 bool is_message_owned = false);
184 public:
185
186 static const ClassData _class_data_;
187 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
188
189 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
190
191 // nested types ----------------------------------------------------
192
193 // accessors -------------------------------------------------------
194
195 enum : int {
199 };
200 // optional string ubx_output_filename = 3 [default = "/var/log/jaiabot/ppk.ubx"];
201 bool has_ubx_output_filename() const;
202 private:
203 bool _internal_has_ubx_output_filename() const;
204 public:
206 const std::string& ubx_output_filename() const;
207 template <typename ArgT0 = const std::string&, typename... ArgT>
208 void set_ubx_output_filename(ArgT0&& arg0, ArgT... args);
209 std::string* mutable_ubx_output_filename();
210 PROTOBUF_NODISCARD std::string* release_ubx_output_filename();
212 private:
213 const std::string& _internal_ubx_output_filename() const;
214 inline PROTOBUF_ALWAYS_INLINE void _internal_set_ubx_output_filename(const std::string& value);
215 std::string* _internal_mutable_ubx_output_filename();
216 public:
217
218 // optional .goby.middleware.protobuf.AppConfig app = 1;
219 bool has_app() const;
220 private:
221 bool _internal_has_app() const;
222 public:
223 void clear_app();
224 const ::goby::middleware::protobuf::AppConfig& app() const;
225 PROTOBUF_NODISCARD ::goby::middleware::protobuf::AppConfig* release_app();
226 ::goby::middleware::protobuf::AppConfig* mutable_app();
227 void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
228 private:
229 const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
230 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
231 public:
233 ::goby::middleware::protobuf::AppConfig* app);
234 ::goby::middleware::protobuf::AppConfig* unsafe_arena_release_app();
235
236 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
237 bool has_interprocess() const;
238 private:
239 bool _internal_has_interprocess() const;
240 public:
242 const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
243 PROTOBUF_NODISCARD ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
244 ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
245 void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
246 private:
247 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
248 ::goby::zeromq::protobuf::InterProcessPortalConfig* _internal_mutable_interprocess();
249 public:
251 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
252 ::goby::zeromq::protobuf::InterProcessPortalConfig* unsafe_arena_release_interprocess();
253
254 // @@protoc_insertion_point(class_scope:jaiabot.config.PKKConfig)
255 private:
256 class _Internal;
257
258 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
259 typedef void InternalArenaConstructable_;
260 typedef void DestructorSkippable_;
261 struct Impl_ {
262 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
263 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
264 static const ::PROTOBUF_NAMESPACE_ID::internal::LazyString _i_give_permission_to_break_this_code_default_ubx_output_filename_;
265 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ubx_output_filename_;
266 ::goby::middleware::protobuf::AppConfig* app_;
267 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
268 };
269 union { Impl_ _impl_; };
270 friend struct ::TableStruct_bin_2fppk_2fconfig_2eproto;
271};
272// ===================================================================
273
274
275// ===================================================================
276
277#ifdef __GNUC__
278 #pragma GCC diagnostic push
279 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
280#endif // __GNUC__
281// PKKConfig
282
283// optional .goby.middleware.protobuf.AppConfig app = 1;
284inline bool PKKConfig::_internal_has_app() const {
285 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
286 PROTOBUF_ASSUME(!value || _impl_.app_ != nullptr);
287 return value;
288}
289inline bool PKKConfig::has_app() const {
290 return _internal_has_app();
291}
292inline const ::goby::middleware::protobuf::AppConfig& PKKConfig::_internal_app() const {
293 const ::goby::middleware::protobuf::AppConfig* p = _impl_.app_;
294 return p != nullptr ? *p : reinterpret_cast<const ::goby::middleware::protobuf::AppConfig&>(
295 ::goby::middleware::protobuf::_AppConfig_default_instance_);
296}
297inline const ::goby::middleware::protobuf::AppConfig& PKKConfig::app() const {
298 // @@protoc_insertion_point(field_get:jaiabot.config.PKKConfig.app)
299 return _internal_app();
300}
302 ::goby::middleware::protobuf::AppConfig* app) {
303 if (GetArenaForAllocation() == nullptr) {
304 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.app_);
305 }
306 _impl_.app_ = app;
307 if (app) {
308 _impl_._has_bits_[0] |= 0x00000002u;
309 } else {
310 _impl_._has_bits_[0] &= ~0x00000002u;
311 }
312 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:jaiabot.config.PKKConfig.app)
313}
314inline ::goby::middleware::protobuf::AppConfig* PKKConfig::release_app() {
315 _impl_._has_bits_[0] &= ~0x00000002u;
316 ::goby::middleware::protobuf::AppConfig* temp = _impl_.app_;
317 _impl_.app_ = nullptr;
318#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
319 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
320 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
321 if (GetArenaForAllocation() == nullptr) { delete old; }
322#else // PROTOBUF_FORCE_COPY_IN_RELEASE
323 if (GetArenaForAllocation() != nullptr) {
324 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
325 }
326#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
327 return temp;
328}
329inline ::goby::middleware::protobuf::AppConfig* PKKConfig::unsafe_arena_release_app() {
330 // @@protoc_insertion_point(field_release:jaiabot.config.PKKConfig.app)
331 _impl_._has_bits_[0] &= ~0x00000002u;
332 ::goby::middleware::protobuf::AppConfig* temp = _impl_.app_;
333 _impl_.app_ = nullptr;
334 return temp;
335}
336inline ::goby::middleware::protobuf::AppConfig* PKKConfig::_internal_mutable_app() {
337 _impl_._has_bits_[0] |= 0x00000002u;
338 if (_impl_.app_ == nullptr) {
339 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaForAllocation());
340 _impl_.app_ = p;
341 }
342 return _impl_.app_;
343}
344inline ::goby::middleware::protobuf::AppConfig* PKKConfig::mutable_app() {
345 ::goby::middleware::protobuf::AppConfig* _msg = _internal_mutable_app();
346 // @@protoc_insertion_point(field_mutable:jaiabot.config.PKKConfig.app)
347 return _msg;
348}
349inline void PKKConfig::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
350 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
351 if (message_arena == nullptr) {
352 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.app_);
353 }
354 if (app) {
355 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
356 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
357 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(app));
358 if (message_arena != submessage_arena) {
359 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
360 message_arena, app, submessage_arena);
361 }
362 _impl_._has_bits_[0] |= 0x00000002u;
363 } else {
364 _impl_._has_bits_[0] &= ~0x00000002u;
365 }
366 _impl_.app_ = app;
367 // @@protoc_insertion_point(field_set_allocated:jaiabot.config.PKKConfig.app)
368}
369
370// optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
371inline bool PKKConfig::_internal_has_interprocess() const {
372 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
373 PROTOBUF_ASSUME(!value || _impl_.interprocess_ != nullptr);
374 return value;
375}
376inline bool PKKConfig::has_interprocess() const {
377 return _internal_has_interprocess();
378}
379inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& PKKConfig::_internal_interprocess() const {
380 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = _impl_.interprocess_;
381 return p != nullptr ? *p : reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig&>(
382 ::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
383}
384inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& PKKConfig::interprocess() const {
385 // @@protoc_insertion_point(field_get:jaiabot.config.PKKConfig.interprocess)
386 return _internal_interprocess();
387}
389 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
390 if (GetArenaForAllocation() == nullptr) {
391 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.interprocess_);
392 }
393 _impl_.interprocess_ = interprocess;
394 if (interprocess) {
395 _impl_._has_bits_[0] |= 0x00000004u;
396 } else {
397 _impl_._has_bits_[0] &= ~0x00000004u;
398 }
399 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:jaiabot.config.PKKConfig.interprocess)
400}
401inline ::goby::zeromq::protobuf::InterProcessPortalConfig* PKKConfig::release_interprocess() {
402 _impl_._has_bits_[0] &= ~0x00000004u;
403 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = _impl_.interprocess_;
404 _impl_.interprocess_ = nullptr;
405#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
406 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
407 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
408 if (GetArenaForAllocation() == nullptr) { delete old; }
409#else // PROTOBUF_FORCE_COPY_IN_RELEASE
410 if (GetArenaForAllocation() != nullptr) {
411 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
412 }
413#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
414 return temp;
415}
416inline ::goby::zeromq::protobuf::InterProcessPortalConfig* PKKConfig::unsafe_arena_release_interprocess() {
417 // @@protoc_insertion_point(field_release:jaiabot.config.PKKConfig.interprocess)
418 _impl_._has_bits_[0] &= ~0x00000004u;
419 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = _impl_.interprocess_;
420 _impl_.interprocess_ = nullptr;
421 return temp;
422}
423inline ::goby::zeromq::protobuf::InterProcessPortalConfig* PKKConfig::_internal_mutable_interprocess() {
424 _impl_._has_bits_[0] |= 0x00000004u;
425 if (_impl_.interprocess_ == nullptr) {
426 auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaForAllocation());
427 _impl_.interprocess_ = p;
428 }
429 return _impl_.interprocess_;
430}
431inline ::goby::zeromq::protobuf::InterProcessPortalConfig* PKKConfig::mutable_interprocess() {
432 ::goby::zeromq::protobuf::InterProcessPortalConfig* _msg = _internal_mutable_interprocess();
433 // @@protoc_insertion_point(field_mutable:jaiabot.config.PKKConfig.interprocess)
434 return _msg;
435}
436inline void PKKConfig::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
437 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
438 if (message_arena == nullptr) {
439 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.interprocess_);
440 }
441 if (interprocess) {
442 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
443 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
444 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(interprocess));
445 if (message_arena != submessage_arena) {
446 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
447 message_arena, interprocess, submessage_arena);
448 }
449 _impl_._has_bits_[0] |= 0x00000004u;
450 } else {
451 _impl_._has_bits_[0] &= ~0x00000004u;
452 }
453 _impl_.interprocess_ = interprocess;
454 // @@protoc_insertion_point(field_set_allocated:jaiabot.config.PKKConfig.interprocess)
455}
456
457// optional string ubx_output_filename = 3 [default = "/var/log/jaiabot/ppk.ubx"];
458inline bool PKKConfig::_internal_has_ubx_output_filename() const {
459 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
460 return value;
461}
463 return _internal_has_ubx_output_filename();
464}
466 _impl_.ubx_output_filename_.ClearToDefault(::jaiabot::config::PKKConfig::Impl_::_i_give_permission_to_break_this_code_default_ubx_output_filename_, GetArenaForAllocation());
467 _impl_._has_bits_[0] &= ~0x00000001u;
468}
469inline const std::string& PKKConfig::ubx_output_filename() const {
470 // @@protoc_insertion_point(field_get:jaiabot.config.PKKConfig.ubx_output_filename)
471 if (_impl_.ubx_output_filename_.IsDefault()) return Impl_::_i_give_permission_to_break_this_code_default_ubx_output_filename_.get();
472 return _internal_ubx_output_filename();
473}
474template <typename ArgT0, typename... ArgT>
475inline PROTOBUF_ALWAYS_INLINE
476void PKKConfig::set_ubx_output_filename(ArgT0&& arg0, ArgT... args) {
477 _impl_._has_bits_[0] |= 0x00000001u;
478 _impl_.ubx_output_filename_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
479 // @@protoc_insertion_point(field_set:jaiabot.config.PKKConfig.ubx_output_filename)
480}
482 std::string* _s = _internal_mutable_ubx_output_filename();
483 // @@protoc_insertion_point(field_mutable:jaiabot.config.PKKConfig.ubx_output_filename)
484 return _s;
485}
486inline const std::string& PKKConfig::_internal_ubx_output_filename() const {
487 return _impl_.ubx_output_filename_.Get();
488}
489inline void PKKConfig::_internal_set_ubx_output_filename(const std::string& value) {
490 _impl_._has_bits_[0] |= 0x00000001u;
491 _impl_.ubx_output_filename_.Set(value, GetArenaForAllocation());
492}
493inline std::string* PKKConfig::_internal_mutable_ubx_output_filename() {
494 _impl_._has_bits_[0] |= 0x00000001u;
495 return _impl_.ubx_output_filename_.Mutable(::jaiabot::config::PKKConfig::Impl_::_i_give_permission_to_break_this_code_default_ubx_output_filename_, GetArenaForAllocation());
496}
498 // @@protoc_insertion_point(field_release:jaiabot.config.PKKConfig.ubx_output_filename)
499 if (!_internal_has_ubx_output_filename()) {
500 return nullptr;
501 }
502 _impl_._has_bits_[0] &= ~0x00000001u;
503 auto* p = _impl_.ubx_output_filename_.Release();
504 return p;
505}
507 if (ubx_output_filename != nullptr) {
508 _impl_._has_bits_[0] |= 0x00000001u;
509 } else {
510 _impl_._has_bits_[0] &= ~0x00000001u;
511 }
512 _impl_.ubx_output_filename_.SetAllocated(ubx_output_filename, GetArenaForAllocation());
513 // @@protoc_insertion_point(field_set_allocated:jaiabot.config.PKKConfig.ubx_output_filename)
514}
515
516#ifdef __GNUC__
517 #pragma GCC diagnostic pop
518#endif // __GNUC__
519
520// @@protoc_insertion_point(namespace_scope)
521
522} // namespace config
523} // namespace jaiabot
524
525// @@protoc_insertion_point(global_scope)
526
527#include <google/protobuf/port_undef.inc>
528#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_bin_2fppk_2fconfig_2eproto
void set_ubx_output_filename(ArgT0 &&arg0, ArgT... args)
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
PKKConfig & operator=(PKKConfig &&from) noexcept
Definition config.pb.h:85
PKKConfig & operator=(const PKKConfig &from)
Definition config.pb.h:81
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition config.pb.h:401
PROTOBUF_NODISCARD std::string * release_ubx_output_filename()
Definition config.pb.h:497
bool IsInitialized() const final
static const ClassData _class_data_
Definition config.pb.h:186
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app()
Definition config.pb.h:314
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
std::string * mutable_ubx_output_filename()
Definition config.pb.h:481
int GetCachedSize() const final
Definition config.pb.h:168
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
PKKConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const PKKConfig * internal_default_instance()
Definition config.pb.h:118
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition config.pb.h:99
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition config.pb.h:102
PKKConfig(PKKConfig &&from) noexcept
Definition config.pb.h:76
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition config.pb.h:384
void Swap(PKKConfig *other)
Definition config.pb.h:128
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition config.pb.h:349
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
const std::string & ubx_output_filename() const
Definition config.pb.h:469
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition config.pb.h:106
void set_allocated_ubx_output_filename(std::string *ubx_output_filename)
Definition config.pb.h:506
void CopyFrom(const PKKConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition config.pb.h:109
PROTOBUF_CONSTEXPR PKKConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
size_t ByteSizeLong() const final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition config.pb.h:112
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition config.pb.h:436
void MergeFrom(const PKKConfig &from)
Definition config.pb.h:155
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PKKConfig(const PKKConfig &from)
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
Definition config.pb.h:416
PKKConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition config.pb.h:149
static constexpr int kIndexInFileMessages
Definition config.pb.h:122
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition config.pb.h:301
const ::goby::middleware::protobuf::AppConfig & app() const
Definition config.pb.h:297
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition config.pb.h:388
friend void swap(PKKConfig &a, PKKConfig &b)
Definition config.pb.h:125
bool has_interprocess() const
Definition config.pb.h:376
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
Definition config.pb.h:329
bool has_ubx_output_filename() const
Definition config.pb.h:462
void UnsafeArenaSwap(PKKConfig *other)
Definition config.pb.h:141
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition config.pb.h:344
static const PKKConfig & default_instance()
Definition config.pb.h:115
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition config.pb.h:431
PKKConfigDefaultTypeInternal _PKKConfig_default_instance_
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2fppk_2fconfig_2eproto
static const uint32_t offsets[]
Definition config.pb.h:50