-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAllWheelControl.pb.h
893 lines (766 loc) · 33.7 KB
/
AllWheelControl.pb.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AllWheelControl.proto
#ifndef PROTOBUF_AllWheelControl_2eproto__INCLUDED
#define PROTOBUF_AllWheelControl_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2005000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "AllWheelState.pb.h"
#include "Point.pb.h"
// @@protoc_insertion_point(includes)
namespace lunabotics {
namespace proto {
// Internal implementation detail -- do not call these.
void protobuf_AddDesc_AllWheelControl_2eproto();
void protobuf_AssignDesc_AllWheelControl_2eproto();
void protobuf_ShutdownFile_AllWheelControl_2eproto();
class AllWheelControl;
class AllWheelControl_PredefinedControl;
class AllWheelControl_ICRControl;
class AllWheelControl_CrabControl;
enum AllWheelControl_AllWheelControlType {
AllWheelControl_AllWheelControlType_EXPLICIT = 1,
AllWheelControl_AllWheelControlType_PREDEFINED = 2,
AllWheelControl_AllWheelControlType_ICR = 3,
AllWheelControl_AllWheelControlType_CRAB = 4
};
bool AllWheelControl_AllWheelControlType_IsValid(int value);
const AllWheelControl_AllWheelControlType AllWheelControl_AllWheelControlType_AllWheelControlType_MIN = AllWheelControl_AllWheelControlType_EXPLICIT;
const AllWheelControl_AllWheelControlType AllWheelControl_AllWheelControlType_AllWheelControlType_MAX = AllWheelControl_AllWheelControlType_CRAB;
const int AllWheelControl_AllWheelControlType_AllWheelControlType_ARRAYSIZE = AllWheelControl_AllWheelControlType_AllWheelControlType_MAX + 1;
const ::google::protobuf::EnumDescriptor* AllWheelControl_AllWheelControlType_descriptor();
inline const ::std::string& AllWheelControl_AllWheelControlType_Name(AllWheelControl_AllWheelControlType value) {
return ::google::protobuf::internal::NameOfEnum(
AllWheelControl_AllWheelControlType_descriptor(), value);
}
inline bool AllWheelControl_AllWheelControlType_Parse(
const ::std::string& name, AllWheelControl_AllWheelControlType* value) {
return ::google::protobuf::internal::ParseNamedEnum<AllWheelControl_AllWheelControlType>(
AllWheelControl_AllWheelControlType_descriptor(), name, value);
}
enum AllWheelControl_PredefinedControlType {
AllWheelControl_PredefinedControlType_DRIVE_FORWARD = 1,
AllWheelControl_PredefinedControlType_DRIVE_BACKWARD = 2,
AllWheelControl_PredefinedControlType_CRAB_LEFT = 3,
AllWheelControl_PredefinedControlType_CRAB_RIGHT = 4,
AllWheelControl_PredefinedControlType_TURN_CW = 5,
AllWheelControl_PredefinedControlType_TURN_CCW = 6,
AllWheelControl_PredefinedControlType_STOP = 7
};
bool AllWheelControl_PredefinedControlType_IsValid(int value);
const AllWheelControl_PredefinedControlType AllWheelControl_PredefinedControlType_PredefinedControlType_MIN = AllWheelControl_PredefinedControlType_DRIVE_FORWARD;
const AllWheelControl_PredefinedControlType AllWheelControl_PredefinedControlType_PredefinedControlType_MAX = AllWheelControl_PredefinedControlType_STOP;
const int AllWheelControl_PredefinedControlType_PredefinedControlType_ARRAYSIZE = AllWheelControl_PredefinedControlType_PredefinedControlType_MAX + 1;
const ::google::protobuf::EnumDescriptor* AllWheelControl_PredefinedControlType_descriptor();
inline const ::std::string& AllWheelControl_PredefinedControlType_Name(AllWheelControl_PredefinedControlType value) {
return ::google::protobuf::internal::NameOfEnum(
AllWheelControl_PredefinedControlType_descriptor(), value);
}
inline bool AllWheelControl_PredefinedControlType_Parse(
const ::std::string& name, AllWheelControl_PredefinedControlType* value) {
return ::google::protobuf::internal::ParseNamedEnum<AllWheelControl_PredefinedControlType>(
AllWheelControl_PredefinedControlType_descriptor(), name, value);
}
// ===================================================================
class AllWheelControl_PredefinedControl : public ::google::protobuf::Message {
public:
AllWheelControl_PredefinedControl();
virtual ~AllWheelControl_PredefinedControl();
AllWheelControl_PredefinedControl(const AllWheelControl_PredefinedControl& from);
inline AllWheelControl_PredefinedControl& operator=(const AllWheelControl_PredefinedControl& from) {
CopyFrom(from);
return *this;
}
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
return _unknown_fields_;
}
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
return &_unknown_fields_;
}
static const ::google::protobuf::Descriptor* descriptor();
static const AllWheelControl_PredefinedControl& default_instance();
void Swap(AllWheelControl_PredefinedControl* other);
// implements Message ----------------------------------------------
AllWheelControl_PredefinedControl* New() const;
void CopyFrom(const ::google::protobuf::Message& from);
void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const AllWheelControl_PredefinedControl& from);
void MergeFrom(const AllWheelControl_PredefinedControl& from);
void Clear();
bool IsInitialized() const;
int ByteSize() const;
bool MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
void SharedDtor();
void SetCachedSize(int size) const;
public:
::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
// accessors -------------------------------------------------------
// required .lunabotics.proto.AllWheelControl.PredefinedControlType command = 1;
inline bool has_command() const;
inline void clear_command();
static const int kCommandFieldNumber = 1;
inline ::lunabotics::proto::AllWheelControl_PredefinedControlType command() const;
inline void set_command(::lunabotics::proto::AllWheelControl_PredefinedControlType value);
// @@protoc_insertion_point(class_scope:lunabotics.proto.AllWheelControl.PredefinedControl)
private:
inline void set_has_command();
inline void clear_has_command();
::google::protobuf::UnknownFieldSet _unknown_fields_;
int command_;
mutable int _cached_size_;
::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
friend void protobuf_AddDesc_AllWheelControl_2eproto();
friend void protobuf_AssignDesc_AllWheelControl_2eproto();
friend void protobuf_ShutdownFile_AllWheelControl_2eproto();
void InitAsDefaultInstance();
static AllWheelControl_PredefinedControl* default_instance_;
};
// -------------------------------------------------------------------
class AllWheelControl_ICRControl : public ::google::protobuf::Message {
public:
AllWheelControl_ICRControl();
virtual ~AllWheelControl_ICRControl();
AllWheelControl_ICRControl(const AllWheelControl_ICRControl& from);
inline AllWheelControl_ICRControl& operator=(const AllWheelControl_ICRControl& from) {
CopyFrom(from);
return *this;
}
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
return _unknown_fields_;
}
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
return &_unknown_fields_;
}
static const ::google::protobuf::Descriptor* descriptor();
static const AllWheelControl_ICRControl& default_instance();
void Swap(AllWheelControl_ICRControl* other);
// implements Message ----------------------------------------------
AllWheelControl_ICRControl* New() const;
void CopyFrom(const ::google::protobuf::Message& from);
void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const AllWheelControl_ICRControl& from);
void MergeFrom(const AllWheelControl_ICRControl& from);
void Clear();
bool IsInitialized() const;
int ByteSize() const;
bool MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
void SharedDtor();
void SetCachedSize(int size) const;
public:
::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
// accessors -------------------------------------------------------
// required .lunabotics.proto.Point icr = 1;
inline bool has_icr() const;
inline void clear_icr();
static const int kIcrFieldNumber = 1;
inline const ::lunabotics::proto::Point& icr() const;
inline ::lunabotics::proto::Point* mutable_icr();
inline ::lunabotics::proto::Point* release_icr();
inline void set_allocated_icr(::lunabotics::proto::Point* icr);
// required float velocity = 2;
inline bool has_velocity() const;
inline void clear_velocity();
static const int kVelocityFieldNumber = 2;
inline float velocity() const;
inline void set_velocity(float value);
// @@protoc_insertion_point(class_scope:lunabotics.proto.AllWheelControl.ICRControl)
private:
inline void set_has_icr();
inline void clear_has_icr();
inline void set_has_velocity();
inline void clear_has_velocity();
::google::protobuf::UnknownFieldSet _unknown_fields_;
::lunabotics::proto::Point* icr_;
float velocity_;
mutable int _cached_size_;
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
friend void protobuf_AddDesc_AllWheelControl_2eproto();
friend void protobuf_AssignDesc_AllWheelControl_2eproto();
friend void protobuf_ShutdownFile_AllWheelControl_2eproto();
void InitAsDefaultInstance();
static AllWheelControl_ICRControl* default_instance_;
};
// -------------------------------------------------------------------
class AllWheelControl_CrabControl : public ::google::protobuf::Message {
public:
AllWheelControl_CrabControl();
virtual ~AllWheelControl_CrabControl();
AllWheelControl_CrabControl(const AllWheelControl_CrabControl& from);
inline AllWheelControl_CrabControl& operator=(const AllWheelControl_CrabControl& from) {
CopyFrom(from);
return *this;
}
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
return _unknown_fields_;
}
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
return &_unknown_fields_;
}
static const ::google::protobuf::Descriptor* descriptor();
static const AllWheelControl_CrabControl& default_instance();
void Swap(AllWheelControl_CrabControl* other);
// implements Message ----------------------------------------------
AllWheelControl_CrabControl* New() const;
void CopyFrom(const ::google::protobuf::Message& from);
void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const AllWheelControl_CrabControl& from);
void MergeFrom(const AllWheelControl_CrabControl& from);
void Clear();
bool IsInitialized() const;
int ByteSize() const;
bool MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
void SharedDtor();
void SetCachedSize(int size) const;
public:
::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
// accessors -------------------------------------------------------
// required float heading = 1;
inline bool has_heading() const;
inline void clear_heading();
static const int kHeadingFieldNumber = 1;
inline float heading() const;
inline void set_heading(float value);
// required float velocity = 2;
inline bool has_velocity() const;
inline void clear_velocity();
static const int kVelocityFieldNumber = 2;
inline float velocity() const;
inline void set_velocity(float value);
// @@protoc_insertion_point(class_scope:lunabotics.proto.AllWheelControl.CrabControl)
private:
inline void set_has_heading();
inline void clear_has_heading();
inline void set_has_velocity();
inline void clear_has_velocity();
::google::protobuf::UnknownFieldSet _unknown_fields_;
float heading_;
float velocity_;
mutable int _cached_size_;
::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
friend void protobuf_AddDesc_AllWheelControl_2eproto();
friend void protobuf_AssignDesc_AllWheelControl_2eproto();
friend void protobuf_ShutdownFile_AllWheelControl_2eproto();
void InitAsDefaultInstance();
static AllWheelControl_CrabControl* default_instance_;
};
// -------------------------------------------------------------------
class AllWheelControl : public ::google::protobuf::Message {
public:
AllWheelControl();
virtual ~AllWheelControl();
AllWheelControl(const AllWheelControl& from);
inline AllWheelControl& operator=(const AllWheelControl& from) {
CopyFrom(from);
return *this;
}
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
return _unknown_fields_;
}
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
return &_unknown_fields_;
}
static const ::google::protobuf::Descriptor* descriptor();
static const AllWheelControl& default_instance();
void Swap(AllWheelControl* other);
// implements Message ----------------------------------------------
AllWheelControl* New() const;
void CopyFrom(const ::google::protobuf::Message& from);
void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const AllWheelControl& from);
void MergeFrom(const AllWheelControl& from);
void Clear();
bool IsInitialized() const;
int ByteSize() const;
bool MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
void SharedDtor();
void SetCachedSize(int size) const;
public:
::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
typedef AllWheelControl_PredefinedControl PredefinedControl;
typedef AllWheelControl_ICRControl ICRControl;
typedef AllWheelControl_CrabControl CrabControl;
typedef AllWheelControl_AllWheelControlType AllWheelControlType;
static const AllWheelControlType EXPLICIT = AllWheelControl_AllWheelControlType_EXPLICIT;
static const AllWheelControlType PREDEFINED = AllWheelControl_AllWheelControlType_PREDEFINED;
static const AllWheelControlType ICR = AllWheelControl_AllWheelControlType_ICR;
static const AllWheelControlType CRAB = AllWheelControl_AllWheelControlType_CRAB;
static inline bool AllWheelControlType_IsValid(int value) {
return AllWheelControl_AllWheelControlType_IsValid(value);
}
static const AllWheelControlType AllWheelControlType_MIN =
AllWheelControl_AllWheelControlType_AllWheelControlType_MIN;
static const AllWheelControlType AllWheelControlType_MAX =
AllWheelControl_AllWheelControlType_AllWheelControlType_MAX;
static const int AllWheelControlType_ARRAYSIZE =
AllWheelControl_AllWheelControlType_AllWheelControlType_ARRAYSIZE;
static inline const ::google::protobuf::EnumDescriptor*
AllWheelControlType_descriptor() {
return AllWheelControl_AllWheelControlType_descriptor();
}
static inline const ::std::string& AllWheelControlType_Name(AllWheelControlType value) {
return AllWheelControl_AllWheelControlType_Name(value);
}
static inline bool AllWheelControlType_Parse(const ::std::string& name,
AllWheelControlType* value) {
return AllWheelControl_AllWheelControlType_Parse(name, value);
}
typedef AllWheelControl_PredefinedControlType PredefinedControlType;
static const PredefinedControlType DRIVE_FORWARD = AllWheelControl_PredefinedControlType_DRIVE_FORWARD;
static const PredefinedControlType DRIVE_BACKWARD = AllWheelControl_PredefinedControlType_DRIVE_BACKWARD;
static const PredefinedControlType CRAB_LEFT = AllWheelControl_PredefinedControlType_CRAB_LEFT;
static const PredefinedControlType CRAB_RIGHT = AllWheelControl_PredefinedControlType_CRAB_RIGHT;
static const PredefinedControlType TURN_CW = AllWheelControl_PredefinedControlType_TURN_CW;
static const PredefinedControlType TURN_CCW = AllWheelControl_PredefinedControlType_TURN_CCW;
static const PredefinedControlType STOP = AllWheelControl_PredefinedControlType_STOP;
static inline bool PredefinedControlType_IsValid(int value) {
return AllWheelControl_PredefinedControlType_IsValid(value);
}
static const PredefinedControlType PredefinedControlType_MIN =
AllWheelControl_PredefinedControlType_PredefinedControlType_MIN;
static const PredefinedControlType PredefinedControlType_MAX =
AllWheelControl_PredefinedControlType_PredefinedControlType_MAX;
static const int PredefinedControlType_ARRAYSIZE =
AllWheelControl_PredefinedControlType_PredefinedControlType_ARRAYSIZE;
static inline const ::google::protobuf::EnumDescriptor*
PredefinedControlType_descriptor() {
return AllWheelControl_PredefinedControlType_descriptor();
}
static inline const ::std::string& PredefinedControlType_Name(PredefinedControlType value) {
return AllWheelControl_PredefinedControlType_Name(value);
}
static inline bool PredefinedControlType_Parse(const ::std::string& name,
PredefinedControlType* value) {
return AllWheelControl_PredefinedControlType_Parse(name, value);
}
// accessors -------------------------------------------------------
// required .lunabotics.proto.AllWheelControl.AllWheelControlType all_wheel_type = 1;
inline bool has_all_wheel_type() const;
inline void clear_all_wheel_type();
static const int kAllWheelTypeFieldNumber = 1;
inline ::lunabotics::proto::AllWheelControl_AllWheelControlType all_wheel_type() const;
inline void set_all_wheel_type(::lunabotics::proto::AllWheelControl_AllWheelControlType value);
// optional .lunabotics.proto.AllWheelState explicit_data = 2;
inline bool has_explicit_data() const;
inline void clear_explicit_data();
static const int kExplicitDataFieldNumber = 2;
inline const ::lunabotics::proto::AllWheelState& explicit_data() const;
inline ::lunabotics::proto::AllWheelState* mutable_explicit_data();
inline ::lunabotics::proto::AllWheelState* release_explicit_data();
inline void set_allocated_explicit_data(::lunabotics::proto::AllWheelState* explicit_data);
// optional .lunabotics.proto.AllWheelControl.PredefinedControl predefined_data = 3;
inline bool has_predefined_data() const;
inline void clear_predefined_data();
static const int kPredefinedDataFieldNumber = 3;
inline const ::lunabotics::proto::AllWheelControl_PredefinedControl& predefined_data() const;
inline ::lunabotics::proto::AllWheelControl_PredefinedControl* mutable_predefined_data();
inline ::lunabotics::proto::AllWheelControl_PredefinedControl* release_predefined_data();
inline void set_allocated_predefined_data(::lunabotics::proto::AllWheelControl_PredefinedControl* predefined_data);
// optional .lunabotics.proto.AllWheelControl.ICRControl icr_data = 4;
inline bool has_icr_data() const;
inline void clear_icr_data();
static const int kIcrDataFieldNumber = 4;
inline const ::lunabotics::proto::AllWheelControl_ICRControl& icr_data() const;
inline ::lunabotics::proto::AllWheelControl_ICRControl* mutable_icr_data();
inline ::lunabotics::proto::AllWheelControl_ICRControl* release_icr_data();
inline void set_allocated_icr_data(::lunabotics::proto::AllWheelControl_ICRControl* icr_data);
// optional .lunabotics.proto.AllWheelControl.CrabControl crab_data = 5;
inline bool has_crab_data() const;
inline void clear_crab_data();
static const int kCrabDataFieldNumber = 5;
inline const ::lunabotics::proto::AllWheelControl_CrabControl& crab_data() const;
inline ::lunabotics::proto::AllWheelControl_CrabControl* mutable_crab_data();
inline ::lunabotics::proto::AllWheelControl_CrabControl* release_crab_data();
inline void set_allocated_crab_data(::lunabotics::proto::AllWheelControl_CrabControl* crab_data);
// @@protoc_insertion_point(class_scope:lunabotics.proto.AllWheelControl)
private:
inline void set_has_all_wheel_type();
inline void clear_has_all_wheel_type();
inline void set_has_explicit_data();
inline void clear_has_explicit_data();
inline void set_has_predefined_data();
inline void clear_has_predefined_data();
inline void set_has_icr_data();
inline void clear_has_icr_data();
inline void set_has_crab_data();
inline void clear_has_crab_data();
::google::protobuf::UnknownFieldSet _unknown_fields_;
::lunabotics::proto::AllWheelState* explicit_data_;
::lunabotics::proto::AllWheelControl_PredefinedControl* predefined_data_;
::lunabotics::proto::AllWheelControl_ICRControl* icr_data_;
::lunabotics::proto::AllWheelControl_CrabControl* crab_data_;
int all_wheel_type_;
mutable int _cached_size_;
::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
friend void protobuf_AddDesc_AllWheelControl_2eproto();
friend void protobuf_AssignDesc_AllWheelControl_2eproto();
friend void protobuf_ShutdownFile_AllWheelControl_2eproto();
void InitAsDefaultInstance();
static AllWheelControl* default_instance_;
};
// ===================================================================
// ===================================================================
// AllWheelControl_PredefinedControl
// required .lunabotics.proto.AllWheelControl.PredefinedControlType command = 1;
inline bool AllWheelControl_PredefinedControl::has_command() const {
return (_has_bits_[0] & 0x00000001u) != 0;
}
inline void AllWheelControl_PredefinedControl::set_has_command() {
_has_bits_[0] |= 0x00000001u;
}
inline void AllWheelControl_PredefinedControl::clear_has_command() {
_has_bits_[0] &= ~0x00000001u;
}
inline void AllWheelControl_PredefinedControl::clear_command() {
command_ = 1;
clear_has_command();
}
inline ::lunabotics::proto::AllWheelControl_PredefinedControlType AllWheelControl_PredefinedControl::command() const {
return static_cast< ::lunabotics::proto::AllWheelControl_PredefinedControlType >(command_);
}
inline void AllWheelControl_PredefinedControl::set_command(::lunabotics::proto::AllWheelControl_PredefinedControlType value) {
assert(::lunabotics::proto::AllWheelControl_PredefinedControlType_IsValid(value));
set_has_command();
command_ = value;
}
// -------------------------------------------------------------------
// AllWheelControl_ICRControl
// required .lunabotics.proto.Point icr = 1;
inline bool AllWheelControl_ICRControl::has_icr() const {
return (_has_bits_[0] & 0x00000001u) != 0;
}
inline void AllWheelControl_ICRControl::set_has_icr() {
_has_bits_[0] |= 0x00000001u;
}
inline void AllWheelControl_ICRControl::clear_has_icr() {
_has_bits_[0] &= ~0x00000001u;
}
inline void AllWheelControl_ICRControl::clear_icr() {
if (icr_ != NULL) icr_->::lunabotics::proto::Point::Clear();
clear_has_icr();
}
inline const ::lunabotics::proto::Point& AllWheelControl_ICRControl::icr() const {
return icr_ != NULL ? *icr_ : *default_instance_->icr_;
}
inline ::lunabotics::proto::Point* AllWheelControl_ICRControl::mutable_icr() {
set_has_icr();
if (icr_ == NULL) icr_ = new ::lunabotics::proto::Point;
return icr_;
}
inline ::lunabotics::proto::Point* AllWheelControl_ICRControl::release_icr() {
clear_has_icr();
::lunabotics::proto::Point* temp = icr_;
icr_ = NULL;
return temp;
}
inline void AllWheelControl_ICRControl::set_allocated_icr(::lunabotics::proto::Point* icr) {
delete icr_;
icr_ = icr;
if (icr) {
set_has_icr();
} else {
clear_has_icr();
}
}
// required float velocity = 2;
inline bool AllWheelControl_ICRControl::has_velocity() const {
return (_has_bits_[0] & 0x00000002u) != 0;
}
inline void AllWheelControl_ICRControl::set_has_velocity() {
_has_bits_[0] |= 0x00000002u;
}
inline void AllWheelControl_ICRControl::clear_has_velocity() {
_has_bits_[0] &= ~0x00000002u;
}
inline void AllWheelControl_ICRControl::clear_velocity() {
velocity_ = 0;
clear_has_velocity();
}
inline float AllWheelControl_ICRControl::velocity() const {
return velocity_;
}
inline void AllWheelControl_ICRControl::set_velocity(float value) {
set_has_velocity();
velocity_ = value;
}
// -------------------------------------------------------------------
// AllWheelControl_CrabControl
// required float heading = 1;
inline bool AllWheelControl_CrabControl::has_heading() const {
return (_has_bits_[0] & 0x00000001u) != 0;
}
inline void AllWheelControl_CrabControl::set_has_heading() {
_has_bits_[0] |= 0x00000001u;
}
inline void AllWheelControl_CrabControl::clear_has_heading() {
_has_bits_[0] &= ~0x00000001u;
}
inline void AllWheelControl_CrabControl::clear_heading() {
heading_ = 0;
clear_has_heading();
}
inline float AllWheelControl_CrabControl::heading() const {
return heading_;
}
inline void AllWheelControl_CrabControl::set_heading(float value) {
set_has_heading();
heading_ = value;
}
// required float velocity = 2;
inline bool AllWheelControl_CrabControl::has_velocity() const {
return (_has_bits_[0] & 0x00000002u) != 0;
}
inline void AllWheelControl_CrabControl::set_has_velocity() {
_has_bits_[0] |= 0x00000002u;
}
inline void AllWheelControl_CrabControl::clear_has_velocity() {
_has_bits_[0] &= ~0x00000002u;
}
inline void AllWheelControl_CrabControl::clear_velocity() {
velocity_ = 0;
clear_has_velocity();
}
inline float AllWheelControl_CrabControl::velocity() const {
return velocity_;
}
inline void AllWheelControl_CrabControl::set_velocity(float value) {
set_has_velocity();
velocity_ = value;
}
// -------------------------------------------------------------------
// AllWheelControl
// required .lunabotics.proto.AllWheelControl.AllWheelControlType all_wheel_type = 1;
inline bool AllWheelControl::has_all_wheel_type() const {
return (_has_bits_[0] & 0x00000001u) != 0;
}
inline void AllWheelControl::set_has_all_wheel_type() {
_has_bits_[0] |= 0x00000001u;
}
inline void AllWheelControl::clear_has_all_wheel_type() {
_has_bits_[0] &= ~0x00000001u;
}
inline void AllWheelControl::clear_all_wheel_type() {
all_wheel_type_ = 1;
clear_has_all_wheel_type();
}
inline ::lunabotics::proto::AllWheelControl_AllWheelControlType AllWheelControl::all_wheel_type() const {
return static_cast< ::lunabotics::proto::AllWheelControl_AllWheelControlType >(all_wheel_type_);
}
inline void AllWheelControl::set_all_wheel_type(::lunabotics::proto::AllWheelControl_AllWheelControlType value) {
assert(::lunabotics::proto::AllWheelControl_AllWheelControlType_IsValid(value));
set_has_all_wheel_type();
all_wheel_type_ = value;
}
// optional .lunabotics.proto.AllWheelState explicit_data = 2;
inline bool AllWheelControl::has_explicit_data() const {
return (_has_bits_[0] & 0x00000002u) != 0;
}
inline void AllWheelControl::set_has_explicit_data() {
_has_bits_[0] |= 0x00000002u;
}
inline void AllWheelControl::clear_has_explicit_data() {
_has_bits_[0] &= ~0x00000002u;
}
inline void AllWheelControl::clear_explicit_data() {
if (explicit_data_ != NULL) explicit_data_->::lunabotics::proto::AllWheelState::Clear();
clear_has_explicit_data();
}
inline const ::lunabotics::proto::AllWheelState& AllWheelControl::explicit_data() const {
return explicit_data_ != NULL ? *explicit_data_ : *default_instance_->explicit_data_;
}
inline ::lunabotics::proto::AllWheelState* AllWheelControl::mutable_explicit_data() {
set_has_explicit_data();
if (explicit_data_ == NULL) explicit_data_ = new ::lunabotics::proto::AllWheelState;
return explicit_data_;
}
inline ::lunabotics::proto::AllWheelState* AllWheelControl::release_explicit_data() {
clear_has_explicit_data();
::lunabotics::proto::AllWheelState* temp = explicit_data_;
explicit_data_ = NULL;
return temp;
}
inline void AllWheelControl::set_allocated_explicit_data(::lunabotics::proto::AllWheelState* explicit_data) {
delete explicit_data_;
explicit_data_ = explicit_data;
if (explicit_data) {
set_has_explicit_data();
} else {
clear_has_explicit_data();
}
}
// optional .lunabotics.proto.AllWheelControl.PredefinedControl predefined_data = 3;
inline bool AllWheelControl::has_predefined_data() const {
return (_has_bits_[0] & 0x00000004u) != 0;
}
inline void AllWheelControl::set_has_predefined_data() {
_has_bits_[0] |= 0x00000004u;
}
inline void AllWheelControl::clear_has_predefined_data() {
_has_bits_[0] &= ~0x00000004u;
}
inline void AllWheelControl::clear_predefined_data() {
if (predefined_data_ != NULL) predefined_data_->::lunabotics::proto::AllWheelControl_PredefinedControl::Clear();
clear_has_predefined_data();
}
inline const ::lunabotics::proto::AllWheelControl_PredefinedControl& AllWheelControl::predefined_data() const {
return predefined_data_ != NULL ? *predefined_data_ : *default_instance_->predefined_data_;
}
inline ::lunabotics::proto::AllWheelControl_PredefinedControl* AllWheelControl::mutable_predefined_data() {
set_has_predefined_data();
if (predefined_data_ == NULL) predefined_data_ = new ::lunabotics::proto::AllWheelControl_PredefinedControl;
return predefined_data_;
}
inline ::lunabotics::proto::AllWheelControl_PredefinedControl* AllWheelControl::release_predefined_data() {
clear_has_predefined_data();
::lunabotics::proto::AllWheelControl_PredefinedControl* temp = predefined_data_;
predefined_data_ = NULL;
return temp;
}
inline void AllWheelControl::set_allocated_predefined_data(::lunabotics::proto::AllWheelControl_PredefinedControl* predefined_data) {
delete predefined_data_;
predefined_data_ = predefined_data;
if (predefined_data) {
set_has_predefined_data();
} else {
clear_has_predefined_data();
}
}
// optional .lunabotics.proto.AllWheelControl.ICRControl icr_data = 4;
inline bool AllWheelControl::has_icr_data() const {
return (_has_bits_[0] & 0x00000008u) != 0;
}
inline void AllWheelControl::set_has_icr_data() {
_has_bits_[0] |= 0x00000008u;
}
inline void AllWheelControl::clear_has_icr_data() {
_has_bits_[0] &= ~0x00000008u;
}
inline void AllWheelControl::clear_icr_data() {
if (icr_data_ != NULL) icr_data_->::lunabotics::proto::AllWheelControl_ICRControl::Clear();
clear_has_icr_data();
}
inline const ::lunabotics::proto::AllWheelControl_ICRControl& AllWheelControl::icr_data() const {
return icr_data_ != NULL ? *icr_data_ : *default_instance_->icr_data_;
}
inline ::lunabotics::proto::AllWheelControl_ICRControl* AllWheelControl::mutable_icr_data() {
set_has_icr_data();
if (icr_data_ == NULL) icr_data_ = new ::lunabotics::proto::AllWheelControl_ICRControl;
return icr_data_;
}
inline ::lunabotics::proto::AllWheelControl_ICRControl* AllWheelControl::release_icr_data() {
clear_has_icr_data();
::lunabotics::proto::AllWheelControl_ICRControl* temp = icr_data_;
icr_data_ = NULL;
return temp;
}
inline void AllWheelControl::set_allocated_icr_data(::lunabotics::proto::AllWheelControl_ICRControl* icr_data) {
delete icr_data_;
icr_data_ = icr_data;
if (icr_data) {
set_has_icr_data();
} else {
clear_has_icr_data();
}
}
// optional .lunabotics.proto.AllWheelControl.CrabControl crab_data = 5;
inline bool AllWheelControl::has_crab_data() const {
return (_has_bits_[0] & 0x00000010u) != 0;
}
inline void AllWheelControl::set_has_crab_data() {
_has_bits_[0] |= 0x00000010u;
}
inline void AllWheelControl::clear_has_crab_data() {
_has_bits_[0] &= ~0x00000010u;
}
inline void AllWheelControl::clear_crab_data() {
if (crab_data_ != NULL) crab_data_->::lunabotics::proto::AllWheelControl_CrabControl::Clear();
clear_has_crab_data();
}
inline const ::lunabotics::proto::AllWheelControl_CrabControl& AllWheelControl::crab_data() const {
return crab_data_ != NULL ? *crab_data_ : *default_instance_->crab_data_;
}
inline ::lunabotics::proto::AllWheelControl_CrabControl* AllWheelControl::mutable_crab_data() {
set_has_crab_data();
if (crab_data_ == NULL) crab_data_ = new ::lunabotics::proto::AllWheelControl_CrabControl;
return crab_data_;
}
inline ::lunabotics::proto::AllWheelControl_CrabControl* AllWheelControl::release_crab_data() {
clear_has_crab_data();
::lunabotics::proto::AllWheelControl_CrabControl* temp = crab_data_;
crab_data_ = NULL;
return temp;
}
inline void AllWheelControl::set_allocated_crab_data(::lunabotics::proto::AllWheelControl_CrabControl* crab_data) {
delete crab_data_;
crab_data_ = crab_data;
if (crab_data) {
set_has_crab_data();
} else {
clear_has_crab_data();
}
}
// @@protoc_insertion_point(namespace_scope)
} // namespace proto
} // namespace lunabotics
#ifndef SWIG
namespace google {
namespace protobuf {
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::lunabotics::proto::AllWheelControl_AllWheelControlType>() {
return ::lunabotics::proto::AllWheelControl_AllWheelControlType_descriptor();
}
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::lunabotics::proto::AllWheelControl_PredefinedControlType>() {
return ::lunabotics::proto::AllWheelControl_PredefinedControlType_descriptor();
}
} // namespace google
} // namespace protobuf
#endif // SWIG
// @@protoc_insertion_point(global_scope)
#endif // PROTOBUF_AllWheelControl_2eproto__INCLUDED