JaiaBot 2.6.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
ppk.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: jaiabot/messages/ppk.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fppk_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fppk_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/generated_enum_reflection.h>
33#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_jaiabot_2fmessages_2fppk_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
49 static const uint32_t offsets[];
50};
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fppk_2eproto;
52namespace jaiabot {
53namespace protobuf {
54class PPKCommand;
55struct PPKCommandDefaultTypeInternal;
56extern PPKCommandDefaultTypeInternal _PPKCommand_default_instance_;
57class UBXChunk;
58struct UBXChunkDefaultTypeInternal;
59extern UBXChunkDefaultTypeInternal _UBXChunk_default_instance_;
60} // namespace protobuf
61} // namespace jaiabot
62PROTOBUF_NAMESPACE_OPEN
63template<> ::jaiabot::protobuf::PPKCommand* Arena::CreateMaybeMessage<::jaiabot::protobuf::PPKCommand>(Arena*);
64template<> ::jaiabot::protobuf::UBXChunk* Arena::CreateMaybeMessage<::jaiabot::protobuf::UBXChunk>(Arena*);
65PROTOBUF_NAMESPACE_CLOSE
66namespace jaiabot {
67namespace protobuf {
68
77
78const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PPKCommand_PPKCommandType_descriptor();
79template<typename T>
80inline const std::string& PPKCommand_PPKCommandType_Name(T enum_t_value) {
81 static_assert(::std::is_same<T, PPKCommand_PPKCommandType>::value ||
82 ::std::is_integral<T>::value,
83 "Incorrect type passed to function PPKCommand_PPKCommandType_Name.");
84 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
86}
88 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PPKCommand_PPKCommandType* value) {
89 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<PPKCommand_PPKCommandType>(
91}
92// ===================================================================
93
94class PPKCommand final :
95 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.protobuf.PPKCommand) */ {
96 public:
97 inline PPKCommand() : PPKCommand(nullptr) {}
98 ~PPKCommand() override;
99 explicit PROTOBUF_CONSTEXPR PPKCommand(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
100
101 PPKCommand(const PPKCommand& from);
102 PPKCommand(PPKCommand&& from) noexcept
103 : PPKCommand() {
104 *this = ::std::move(from);
105 }
106
107 inline PPKCommand& operator=(const PPKCommand& from) {
108 CopyFrom(from);
109 return *this;
110 }
111 inline PPKCommand& operator=(PPKCommand&& from) noexcept {
112 if (this == &from) return *this;
113 if (GetOwningArena() == from.GetOwningArena()
114 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
115 && GetOwningArena() != nullptr
116 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
117 ) {
118 InternalSwap(&from);
119 } else {
120 CopyFrom(from);
121 }
122 return *this;
123 }
124
125 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
126 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
127 }
128 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
129 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
130 }
131
132 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
133 return GetDescriptor();
134 }
135 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
136 return default_instance().GetMetadata().descriptor;
137 }
138 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
139 return default_instance().GetMetadata().reflection;
140 }
141 static const PPKCommand& default_instance() {
143 }
144 static inline const PPKCommand* internal_default_instance() {
145 return reinterpret_cast<const PPKCommand*>(
147 }
148 static constexpr int kIndexInFileMessages =
149 0;
150
151 friend void swap(PPKCommand& a, PPKCommand& b) {
152 a.Swap(&b);
153 }
154 inline void Swap(PPKCommand* other) {
155 if (other == this) return;
156 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
157 if (GetOwningArena() != nullptr &&
158 GetOwningArena() == other->GetOwningArena()) {
159 #else // PROTOBUF_FORCE_COPY_IN_SWAP
160 if (GetOwningArena() == other->GetOwningArena()) {
161 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
162 InternalSwap(other);
163 } else {
164 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
165 }
166 }
168 if (other == this) return;
169 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
170 InternalSwap(other);
171 }
172
173 // implements Message ----------------------------------------------
174
175 PPKCommand* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
176 return CreateMaybeMessage<PPKCommand>(arena);
177 }
178 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
179 void CopyFrom(const PPKCommand& from);
180 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
181 void MergeFrom( const PPKCommand& from) {
182 PPKCommand::MergeImpl(*this, from);
183 }
184 private:
185 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
186 public:
187 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
188 bool IsInitialized() const final;
189
190 size_t ByteSizeLong() const final;
191 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
193 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
194 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
195
196 private:
197 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
198 void SharedDtor();
199 void SetCachedSize(int size) const final;
200 void InternalSwap(PPKCommand* other);
201
202 private:
203 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
204 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
205 return "jaiabot.protobuf.PPKCommand";
206 }
207 protected:
208 explicit PPKCommand(::PROTOBUF_NAMESPACE_ID::Arena* arena,
209 bool is_message_owned = false);
210 public:
211
212 static const ClassData _class_data_;
213 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
214
215 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
216
217 // nested types ----------------------------------------------------
218
224 static inline bool PPKCommandType_IsValid(int value) {
226 }
231 static constexpr int PPKCommandType_ARRAYSIZE =
233 static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
237 template<typename T>
238 static inline const std::string& PPKCommandType_Name(T enum_t_value) {
239 static_assert(::std::is_same<T, PPKCommandType>::value ||
240 ::std::is_integral<T>::value,
241 "Incorrect type passed to function PPKCommandType_Name.");
242 return PPKCommand_PPKCommandType_Name(enum_t_value);
243 }
244 static inline bool PPKCommandType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
245 PPKCommandType* value) {
246 return PPKCommand_PPKCommandType_Parse(name, value);
247 }
248
249 // accessors -------------------------------------------------------
250
251 enum : int {
253 };
254 // required .jaiabot.protobuf.PPKCommand.PPKCommandType type = 1;
255 bool has_type() const;
256 private:
257 bool _internal_has_type() const;
258 public:
259 void clear_type();
262 private:
264 void _internal_set_type(::jaiabot::protobuf::PPKCommand_PPKCommandType value);
265 public:
266
267 // @@protoc_insertion_point(class_scope:jaiabot.protobuf.PPKCommand)
268 private:
269 class _Internal;
270
271 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
272 typedef void InternalArenaConstructable_;
273 typedef void DestructorSkippable_;
274 struct Impl_ {
275 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
276 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
277 int type_;
278 };
279 union { Impl_ _impl_; };
280 friend struct ::TableStruct_jaiabot_2fmessages_2fppk_2eproto;
281};
282// -------------------------------------------------------------------
283
284class UBXChunk final :
285 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.protobuf.UBXChunk) */ {
286 public:
287 inline UBXChunk() : UBXChunk(nullptr) {}
288 ~UBXChunk() override;
289 explicit PROTOBUF_CONSTEXPR UBXChunk(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
290
291 UBXChunk(const UBXChunk& from);
292 UBXChunk(UBXChunk&& from) noexcept
293 : UBXChunk() {
294 *this = ::std::move(from);
295 }
296
297 inline UBXChunk& operator=(const UBXChunk& from) {
298 CopyFrom(from);
299 return *this;
300 }
301 inline UBXChunk& operator=(UBXChunk&& from) noexcept {
302 if (this == &from) return *this;
303 if (GetOwningArena() == from.GetOwningArena()
304 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
305 && GetOwningArena() != nullptr
306 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
307 ) {
308 InternalSwap(&from);
309 } else {
310 CopyFrom(from);
311 }
312 return *this;
313 }
314
315 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
316 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
317 }
318 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
319 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
320 }
321
322 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
323 return GetDescriptor();
324 }
325 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
326 return default_instance().GetMetadata().descriptor;
327 }
328 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
329 return default_instance().GetMetadata().reflection;
330 }
331 static const UBXChunk& default_instance() {
332 return *internal_default_instance();
333 }
334 static inline const UBXChunk* internal_default_instance() {
335 return reinterpret_cast<const UBXChunk*>(
337 }
338 static constexpr int kIndexInFileMessages =
339 1;
340
341 friend void swap(UBXChunk& a, UBXChunk& b) {
342 a.Swap(&b);
343 }
344 inline void Swap(UBXChunk* other) {
345 if (other == this) return;
346 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
347 if (GetOwningArena() != nullptr &&
348 GetOwningArena() == other->GetOwningArena()) {
349 #else // PROTOBUF_FORCE_COPY_IN_SWAP
350 if (GetOwningArena() == other->GetOwningArena()) {
351 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
352 InternalSwap(other);
353 } else {
354 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
355 }
356 }
358 if (other == this) return;
359 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
360 InternalSwap(other);
361 }
362
363 // implements Message ----------------------------------------------
364
365 UBXChunk* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
366 return CreateMaybeMessage<UBXChunk>(arena);
367 }
368 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
369 void CopyFrom(const UBXChunk& from);
370 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
371 void MergeFrom( const UBXChunk& from) {
372 UBXChunk::MergeImpl(*this, from);
373 }
374 private:
375 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
376 public:
377 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
378 bool IsInitialized() const final;
379
380 size_t ByteSizeLong() const final;
381 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
382 uint8_t* _InternalSerialize(
383 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
384 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
385
386 private:
387 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
388 void SharedDtor();
389 void SetCachedSize(int size) const final;
390 void InternalSwap(UBXChunk* other);
391
392 private:
393 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
394 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
395 return "jaiabot.protobuf.UBXChunk";
396 }
397 protected:
398 explicit UBXChunk(::PROTOBUF_NAMESPACE_ID::Arena* arena,
399 bool is_message_owned = false);
400 public:
401
402 static const ClassData _class_data_;
403 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
404
405 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
406
407 // nested types ----------------------------------------------------
408
409 // accessors -------------------------------------------------------
410
411 enum : int {
412 kDataFieldNumber = 1,
413 };
414 // optional bytes data = 1;
415 bool has_data() const;
416 private:
417 bool _internal_has_data() const;
418 public:
419 void clear_data();
420 const std::string& data() const;
421 template <typename ArgT0 = const std::string&, typename... ArgT>
422 void set_data(ArgT0&& arg0, ArgT... args);
423 std::string* mutable_data();
424 PROTOBUF_NODISCARD std::string* release_data();
425 void set_allocated_data(std::string* data);
426 private:
427 const std::string& _internal_data() const;
428 inline PROTOBUF_ALWAYS_INLINE void _internal_set_data(const std::string& value);
429 std::string* _internal_mutable_data();
430 public:
431
432 // @@protoc_insertion_point(class_scope:jaiabot.protobuf.UBXChunk)
433 private:
434 class _Internal;
435
436 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
437 typedef void InternalArenaConstructable_;
438 typedef void DestructorSkippable_;
439 struct Impl_ {
440 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
441 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
442 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_;
443 };
444 union { Impl_ _impl_; };
445 friend struct ::TableStruct_jaiabot_2fmessages_2fppk_2eproto;
446};
447// ===================================================================
448
449
450// ===================================================================
451
452#ifdef __GNUC__
453 #pragma GCC diagnostic push
454 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
455#endif // __GNUC__
456// PPKCommand
457
458// required .jaiabot.protobuf.PPKCommand.PPKCommandType type = 1;
459inline bool PPKCommand::_internal_has_type() const {
460 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
461 return value;
462}
463inline bool PPKCommand::has_type() const {
464 return _internal_has_type();
465}
466inline void PPKCommand::clear_type() {
467 _impl_.type_ = 0;
468 _impl_._has_bits_[0] &= ~0x00000001u;
469}
470inline ::jaiabot::protobuf::PPKCommand_PPKCommandType PPKCommand::_internal_type() const {
471 return static_cast< ::jaiabot::protobuf::PPKCommand_PPKCommandType >(_impl_.type_);
472}
473inline ::jaiabot::protobuf::PPKCommand_PPKCommandType PPKCommand::type() const {
474 // @@protoc_insertion_point(field_get:jaiabot.protobuf.PPKCommand.type)
475 return _internal_type();
476}
477inline void PPKCommand::_internal_set_type(::jaiabot::protobuf::PPKCommand_PPKCommandType value) {
479 _impl_._has_bits_[0] |= 0x00000001u;
480 _impl_.type_ = value;
481}
482inline void PPKCommand::set_type(::jaiabot::protobuf::PPKCommand_PPKCommandType value) {
483 _internal_set_type(value);
484 // @@protoc_insertion_point(field_set:jaiabot.protobuf.PPKCommand.type)
485}
486
487// -------------------------------------------------------------------
488
489// UBXChunk
490
491// optional bytes data = 1;
492inline bool UBXChunk::_internal_has_data() const {
493 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
494 return value;
495}
496inline bool UBXChunk::has_data() const {
497 return _internal_has_data();
498}
499inline void UBXChunk::clear_data() {
500 _impl_.data_.ClearToEmpty();
501 _impl_._has_bits_[0] &= ~0x00000001u;
502}
503inline const std::string& UBXChunk::data() const {
504 // @@protoc_insertion_point(field_get:jaiabot.protobuf.UBXChunk.data)
505 return _internal_data();
506}
507template <typename ArgT0, typename... ArgT>
508inline PROTOBUF_ALWAYS_INLINE
509void UBXChunk::set_data(ArgT0&& arg0, ArgT... args) {
510 _impl_._has_bits_[0] |= 0x00000001u;
511 _impl_.data_.SetBytes(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
512 // @@protoc_insertion_point(field_set:jaiabot.protobuf.UBXChunk.data)
513}
514inline std::string* UBXChunk::mutable_data() {
515 std::string* _s = _internal_mutable_data();
516 // @@protoc_insertion_point(field_mutable:jaiabot.protobuf.UBXChunk.data)
517 return _s;
518}
519inline const std::string& UBXChunk::_internal_data() const {
520 return _impl_.data_.Get();
521}
522inline void UBXChunk::_internal_set_data(const std::string& value) {
523 _impl_._has_bits_[0] |= 0x00000001u;
524 _impl_.data_.Set(value, GetArenaForAllocation());
525}
526inline std::string* UBXChunk::_internal_mutable_data() {
527 _impl_._has_bits_[0] |= 0x00000001u;
528 return _impl_.data_.Mutable(GetArenaForAllocation());
529}
530inline std::string* UBXChunk::release_data() {
531 // @@protoc_insertion_point(field_release:jaiabot.protobuf.UBXChunk.data)
532 if (!_internal_has_data()) {
533 return nullptr;
534 }
535 _impl_._has_bits_[0] &= ~0x00000001u;
536 auto* p = _impl_.data_.Release();
537#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
538 if (_impl_.data_.IsDefault()) {
539 _impl_.data_.Set("", GetArenaForAllocation());
540 }
541#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
542 return p;
543}
544inline void UBXChunk::set_allocated_data(std::string* data) {
545 if (data != nullptr) {
546 _impl_._has_bits_[0] |= 0x00000001u;
547 } else {
548 _impl_._has_bits_[0] &= ~0x00000001u;
549 }
550 _impl_.data_.SetAllocated(data, GetArenaForAllocation());
551#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
552 if (_impl_.data_.IsDefault()) {
553 _impl_.data_.Set("", GetArenaForAllocation());
554 }
555#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
556 // @@protoc_insertion_point(field_set_allocated:jaiabot.protobuf.UBXChunk.data)
557}
558
559#ifdef __GNUC__
560 #pragma GCC diagnostic pop
561#endif // __GNUC__
562// -------------------------------------------------------------------
563
564
565// @@protoc_insertion_point(namespace_scope)
566
567} // namespace protobuf
568} // namespace jaiabot
569
570PROTOBUF_NAMESPACE_OPEN
571
572template <> struct is_proto_enum< ::jaiabot::protobuf::PPKCommand_PPKCommandType> : ::std::true_type {};
573template <>
575 return ::jaiabot::protobuf::PPKCommand_PPKCommandType_descriptor();
576}
577
578PROTOBUF_NAMESPACE_CLOSE
579
580// @@protoc_insertion_point(global_scope)
581
582#include <google/protobuf/port_undef.inc>
583#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fppk_2eproto
int GetCachedSize() const final
Definition ppk.pb.h:194
static constexpr int PPKCommandType_ARRAYSIZE
Definition ppk.pb.h:231
PPKCommand(PPKCommand &&from) noexcept
Definition ppk.pb.h:102
PPKCommand(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ClassData _class_data_
Definition ppk.pb.h:212
static bool PPKCommandType_IsValid(int value)
Definition ppk.pb.h:224
void CopyFrom(const PPKCommand &from)
void MergeFrom(const PPKCommand &from)
Definition ppk.pb.h:181
void set_type(::jaiabot::protobuf::PPKCommand_PPKCommandType value)
Definition ppk.pb.h:482
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * PPKCommandType_descriptor()
Definition ppk.pb.h:234
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition ppk.pb.h:138
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition ppk.pb.h:125
bool IsInitialized() const final
PPKCommand(const PPKCommand &from)
static const std::string & PPKCommandType_Name(T enum_t_value)
Definition ppk.pb.h:238
void Swap(PPKCommand *other)
Definition ppk.pb.h:154
static const PPKCommand & default_instance()
Definition ppk.pb.h:141
static bool PPKCommandType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PPKCommandType *value)
Definition ppk.pb.h:244
static constexpr PPKCommandType PPKCommandType_MIN
Definition ppk.pb.h:227
::jaiabot::protobuf::PPKCommand_PPKCommandType type() const
Definition ppk.pb.h:473
PPKCommand & operator=(const PPKCommand &from)
Definition ppk.pb.h:107
static constexpr int kIndexInFileMessages
Definition ppk.pb.h:148
PPKCommand & operator=(PPKCommand &&from) noexcept
Definition ppk.pb.h:111
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition ppk.pb.h:135
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition ppk.pb.h:132
static constexpr PPKCommandType START_RECORDING
Definition ppk.pb.h:220
static constexpr PPKCommandType STOP_RECORDING
Definition ppk.pb.h:222
static const PPKCommand * internal_default_instance()
Definition ppk.pb.h:144
size_t ByteSizeLong() const final
static constexpr PPKCommandType PPKCommandType_MAX
Definition ppk.pb.h:229
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_CONSTEXPR PPKCommand(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition ppk.pb.h:128
void UnsafeArenaSwap(PPKCommand *other)
Definition ppk.pb.h:167
PPKCommand * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition ppk.pb.h:175
friend void swap(PPKCommand &a, PPKCommand &b)
Definition ppk.pb.h:151
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
UBXChunk(UBXChunk &&from) noexcept
Definition ppk.pb.h:292
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition ppk.pb.h:328
UBXChunk(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition ppk.pb.h:322
static const ClassData _class_data_
Definition ppk.pb.h:402
void set_data(ArgT0 &&arg0, ArgT... args)
UBXChunk * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition ppk.pb.h:365
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition ppk.pb.h:325
friend void swap(UBXChunk &a, UBXChunk &b)
Definition ppk.pb.h:341
void UnsafeArenaSwap(UBXChunk *other)
Definition ppk.pb.h:357
static const UBXChunk & default_instance()
Definition ppk.pb.h:331
UBXChunk(const UBXChunk &from)
UBXChunk & operator=(UBXChunk &&from) noexcept
Definition ppk.pb.h:301
void MergeFrom(const UBXChunk &from)
Definition ppk.pb.h:371
UBXChunk & operator=(const UBXChunk &from)
Definition ppk.pb.h:297
PROTOBUF_CONSTEXPR UBXChunk(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition ppk.pb.h:318
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
void Swap(UBXChunk *other)
Definition ppk.pb.h:344
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition ppk.pb.h:315
static const UBXChunk * internal_default_instance()
Definition ppk.pb.h:334
void CopyFrom(const UBXChunk &from)
constexpr PPKCommand_PPKCommandType PPKCommand_PPKCommandType_PPKCommandType_MAX
Definition ppk.pb.h:75
const std::string & PPKCommand_PPKCommandType_Name(T enum_t_value)
Definition ppk.pb.h:80
constexpr PPKCommand_PPKCommandType PPKCommand_PPKCommandType_PPKCommandType_MIN
Definition ppk.pb.h:74
bool PPKCommand_PPKCommandType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PPKCommand_PPKCommandType *value)
Definition ppk.pb.h:87
bool PPKCommand_PPKCommandType_IsValid(int value)
@ PPKCommand_PPKCommandType_STOP_RECORDING
Definition ppk.pb.h:71
@ PPKCommand_PPKCommandType_START_RECORDING
Definition ppk.pb.h:70
PPKCommandDefaultTypeInternal _PPKCommand_default_instance_
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * PPKCommand_PPKCommandType_descriptor()
constexpr int PPKCommand_PPKCommandType_PPKCommandType_ARRAYSIZE
Definition ppk.pb.h:76
UBXChunkDefaultTypeInternal _UBXChunk_default_instance_
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fppk_2eproto
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::protobuf::PPKCommand_PPKCommandType >()
Definition ppk.pb.h:574