JaiaBot 2.5.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
turner__c_fluor.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: jaiabot/messages/sensor/turner__c_fluor.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_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>
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
39#include <boost/units/systems/si.hpp>
40// @@protoc_insertion_point(includes)
41#include <google/protobuf/port_def.inc>
42#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto
43PROTOBUF_NAMESPACE_OPEN
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47PROTOBUF_NAMESPACE_CLOSE
48
49// Internal implementation detail -- do not use these members.
51 static const uint32_t offsets[];
52};
53extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto;
54namespace jaiabot {
55namespace sensor {
56namespace protobuf {
57class FluorCoefficients;
58struct FluorCoefficientsDefaultTypeInternal;
59extern FluorCoefficientsDefaultTypeInternal _FluorCoefficients_default_instance_;
60class TurnerCFluor;
61struct TurnerCFluorDefaultTypeInternal;
62extern TurnerCFluorDefaultTypeInternal _TurnerCFluor_default_instance_;
63} // namespace protobuf
64} // namespace sensor
65} // namespace jaiabot
66PROTOBUF_NAMESPACE_OPEN
67template<> ::jaiabot::sensor::protobuf::FluorCoefficients* Arena::CreateMaybeMessage<::jaiabot::sensor::protobuf::FluorCoefficients>(Arena*);
68template<> ::jaiabot::sensor::protobuf::TurnerCFluor* Arena::CreateMaybeMessage<::jaiabot::sensor::protobuf::TurnerCFluor>(Arena*);
69PROTOBUF_NAMESPACE_CLOSE
70namespace jaiabot {
71namespace sensor {
72namespace protobuf {
73
74// ===================================================================
75
76class TurnerCFluor final :
77 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.sensor.protobuf.TurnerCFluor) */ {
78 public:
79 inline TurnerCFluor() : TurnerCFluor(nullptr) {}
80 ~TurnerCFluor() override;
81 explicit PROTOBUF_CONSTEXPR TurnerCFluor(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
82
83 TurnerCFluor(const TurnerCFluor& from);
84 TurnerCFluor(TurnerCFluor&& from) noexcept
85 : TurnerCFluor() {
86 *this = ::std::move(from);
87 }
88
89 inline TurnerCFluor& operator=(const TurnerCFluor& from) {
90 CopyFrom(from);
91 return *this;
92 }
93 inline TurnerCFluor& operator=(TurnerCFluor&& from) noexcept {
94 if (this == &from) return *this;
95 if (GetOwningArena() == from.GetOwningArena()
96 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
97 && GetOwningArena() != nullptr
98 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
99 ) {
100 InternalSwap(&from);
101 } else {
102 CopyFrom(from);
103 }
104 return *this;
105 }
106
107 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
108 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
109 }
110 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
111 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
112 }
113
114 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
115 return GetDescriptor();
116 }
117 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
118 return default_instance().GetMetadata().descriptor;
119 }
120 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
121 return default_instance().GetMetadata().reflection;
122 }
123 static const TurnerCFluor& default_instance() {
125 }
126 static inline const TurnerCFluor* internal_default_instance() {
127 return reinterpret_cast<const TurnerCFluor*>(
129 }
130 static constexpr int kIndexInFileMessages =
131 0;
132
133 friend void swap(TurnerCFluor& a, TurnerCFluor& b) {
134 a.Swap(&b);
135 }
136 inline void Swap(TurnerCFluor* other) {
137 if (other == this) return;
138 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
139 if (GetOwningArena() != nullptr &&
140 GetOwningArena() == other->GetOwningArena()) {
141 #else // PROTOBUF_FORCE_COPY_IN_SWAP
142 if (GetOwningArena() == other->GetOwningArena()) {
143 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
144 InternalSwap(other);
145 } else {
146 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
147 }
148 }
149 void UnsafeArenaSwap(TurnerCFluor* other) {
150 if (other == this) return;
151 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
152 InternalSwap(other);
153 }
154
155 // implements Message ----------------------------------------------
156
157 TurnerCFluor* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
158 return CreateMaybeMessage<TurnerCFluor>(arena);
159 }
160 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
161 void CopyFrom(const TurnerCFluor& from);
162 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
163 void MergeFrom( const TurnerCFluor& from) {
164 TurnerCFluor::MergeImpl(*this, from);
165 }
166 private:
167 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
168 public:
169 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
170 bool IsInitialized() const final;
171
172 size_t ByteSizeLong() const final;
173 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
174 uint8_t* _InternalSerialize(
175 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
176 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
177
178 private:
179 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
180 void SharedDtor();
181 void SetCachedSize(int size) const final;
182 void InternalSwap(TurnerCFluor* other);
183
184 private:
185 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
186 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
187 return "jaiabot.sensor.protobuf.TurnerCFluor";
188 }
189 protected:
190 explicit TurnerCFluor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
191 bool is_message_owned = false);
192 public:
193
194 static const ClassData _class_data_;
195 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
196
197 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
198
199 // nested types ----------------------------------------------------
200
201 // accessors -------------------------------------------------------
202
203 enum : int {
206 };
207 // optional double concentration = 1;
208 bool has_concentration() const;
209 private:
210 bool _internal_has_concentration() const;
211 public:
212 void clear_concentration();
213 double concentration() const;
214 void set_concentration(double value);
215 private:
216 double _internal_concentration() const;
217 void _internal_set_concentration(double value);
218 public:
219
220 // optional double concentration_voltage = 2;
221 bool has_concentration_voltage() const;
222 private:
223 bool _internal_has_concentration_voltage() const;
224 public:
226 double concentration_voltage() const;
227 void set_concentration_voltage(double value);
228 private:
229 double _internal_concentration_voltage() const;
230 void _internal_set_concentration_voltage(double value);
231 public:
232
233 // @@protoc_insertion_point(class_scope:jaiabot.sensor.protobuf.TurnerCFluor)
234 private:
235 class _Internal;
236
237 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
238 typedef void InternalArenaConstructable_;
239 typedef void DestructorSkippable_;
240 struct Impl_ {
241 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
242 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
243 double concentration_;
244 double concentration_voltage_;
245 };
246 union { Impl_ _impl_; };
247 friend struct ::TableStruct_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto;
248};
249// -------------------------------------------------------------------
250
251class FluorCoefficients final :
252 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.sensor.protobuf.FluorCoefficients) */ {
253 public:
254 inline FluorCoefficients() : FluorCoefficients(nullptr) {}
255 ~FluorCoefficients() override;
256 explicit PROTOBUF_CONSTEXPR FluorCoefficients(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
257
258 FluorCoefficients(const FluorCoefficients& from);
259 FluorCoefficients(FluorCoefficients&& from) noexcept
260 : FluorCoefficients() {
261 *this = ::std::move(from);
262 }
263
264 inline FluorCoefficients& operator=(const FluorCoefficients& from) {
265 CopyFrom(from);
266 return *this;
267 }
268 inline FluorCoefficients& operator=(FluorCoefficients&& from) noexcept {
269 if (this == &from) return *this;
270 if (GetOwningArena() == from.GetOwningArena()
271 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
272 && GetOwningArena() != nullptr
273 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
274 ) {
275 InternalSwap(&from);
276 } else {
277 CopyFrom(from);
278 }
279 return *this;
280 }
281
282 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
283 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
284 }
285 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
286 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
287 }
288
289 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
290 return GetDescriptor();
291 }
292 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
293 return default_instance().GetMetadata().descriptor;
294 }
295 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
296 return default_instance().GetMetadata().reflection;
297 }
298 static const FluorCoefficients& default_instance() {
299 return *internal_default_instance();
300 }
301 static inline const FluorCoefficients* internal_default_instance() {
302 return reinterpret_cast<const FluorCoefficients*>(
304 }
305 static constexpr int kIndexInFileMessages =
306 1;
307
308 friend void swap(FluorCoefficients& a, FluorCoefficients& b) {
309 a.Swap(&b);
310 }
311 inline void Swap(FluorCoefficients* other) {
312 if (other == this) return;
313 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
314 if (GetOwningArena() != nullptr &&
315 GetOwningArena() == other->GetOwningArena()) {
316 #else // PROTOBUF_FORCE_COPY_IN_SWAP
317 if (GetOwningArena() == other->GetOwningArena()) {
318 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
319 InternalSwap(other);
320 } else {
321 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
322 }
323 }
324 void UnsafeArenaSwap(FluorCoefficients* other) {
325 if (other == this) return;
326 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
327 InternalSwap(other);
328 }
329
330 // implements Message ----------------------------------------------
331
332 FluorCoefficients* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
333 return CreateMaybeMessage<FluorCoefficients>(arena);
334 }
335 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
336 void CopyFrom(const FluorCoefficients& from);
337 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
338 void MergeFrom( const FluorCoefficients& from) {
339 FluorCoefficients::MergeImpl(*this, from);
340 }
341 private:
342 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
343 public:
344 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
345 bool IsInitialized() const final;
346
347 size_t ByteSizeLong() const final;
348 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
349 uint8_t* _InternalSerialize(
350 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
351 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
352
353 private:
354 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
355 void SharedDtor();
356 void SetCachedSize(int size) const final;
357 void InternalSwap(FluorCoefficients* other);
358
359 private:
360 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
361 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
362 return "jaiabot.sensor.protobuf.FluorCoefficients";
363 }
364 protected:
365 explicit FluorCoefficients(::PROTOBUF_NAMESPACE_ID::Arena* arena,
366 bool is_message_owned = false);
367 public:
368
369 static const ClassData _class_data_;
370 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
371
372 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
373
374 // nested types ----------------------------------------------------
375
376 // accessors -------------------------------------------------------
377
378 enum : int {
379 kOffsetFieldNumber = 1,
380 kCoefficientFieldNumber = 2,
381 kSerialNumberFieldNumber = 3,
382 };
383 // optional double offset = 1;
384 bool has_offset() const;
385 private:
386 bool _internal_has_offset() const;
387 public:
388 void clear_offset();
389 double offset() const;
390 void set_offset(double value);
391 private:
392 double _internal_offset() const;
393 void _internal_set_offset(double value);
394 public:
395
396 // optional double coefficient = 2;
397 bool has_coefficient() const;
398 private:
399 bool _internal_has_coefficient() const;
400 public:
401 void clear_coefficient();
402 double coefficient() const;
403 void set_coefficient(double value);
404 private:
405 double _internal_coefficient() const;
406 void _internal_set_coefficient(double value);
407 public:
408
409 // optional int32 serial_number = 3;
410 bool has_serial_number() const;
411 private:
412 bool _internal_has_serial_number() const;
413 public:
414 void clear_serial_number();
415 int32_t serial_number() const;
416 void set_serial_number(int32_t value);
417 private:
418 int32_t _internal_serial_number() const;
419 void _internal_set_serial_number(int32_t value);
420 public:
421
422 // @@protoc_insertion_point(class_scope:jaiabot.sensor.protobuf.FluorCoefficients)
423 private:
424 class _Internal;
425
426 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
427 typedef void InternalArenaConstructable_;
428 typedef void DestructorSkippable_;
429 struct Impl_ {
430 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
431 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
432 double offset_;
433 double coefficient_;
434 int32_t serial_number_;
435 };
436 union { Impl_ _impl_; };
437 friend struct ::TableStruct_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto;
438};
439// ===================================================================
440
441
442// ===================================================================
443
444#ifdef __GNUC__
445 #pragma GCC diagnostic push
446 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
447#endif // __GNUC__
448// TurnerCFluor
449
450// optional double concentration = 1;
451inline bool TurnerCFluor::_internal_has_concentration() const {
452 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
453 return value;
454}
455inline bool TurnerCFluor::has_concentration() const {
456 return _internal_has_concentration();
457}
458inline void TurnerCFluor::clear_concentration() {
459 _impl_.concentration_ = 0;
460 _impl_._has_bits_[0] &= ~0x00000001u;
461}
462inline double TurnerCFluor::_internal_concentration() const {
463 return _impl_.concentration_;
464}
465inline double TurnerCFluor::concentration() const {
466 // @@protoc_insertion_point(field_get:jaiabot.sensor.protobuf.TurnerCFluor.concentration)
467 return _internal_concentration();
468}
469inline void TurnerCFluor::_internal_set_concentration(double value) {
470 _impl_._has_bits_[0] |= 0x00000001u;
471 _impl_.concentration_ = value;
472}
473inline void TurnerCFluor::set_concentration(double value) {
474 _internal_set_concentration(value);
475 // @@protoc_insertion_point(field_set:jaiabot.sensor.protobuf.TurnerCFluor.concentration)
476}
477
478// optional double concentration_voltage = 2;
479inline bool TurnerCFluor::_internal_has_concentration_voltage() const {
480 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
481 return value;
482}
483inline bool TurnerCFluor::has_concentration_voltage() const {
484 return _internal_has_concentration_voltage();
485}
486inline void TurnerCFluor::clear_concentration_voltage() {
487 _impl_.concentration_voltage_ = 0;
488 _impl_._has_bits_[0] &= ~0x00000002u;
489}
490inline double TurnerCFluor::_internal_concentration_voltage() const {
491 return _impl_.concentration_voltage_;
492}
493inline double TurnerCFluor::concentration_voltage() const {
494 // @@protoc_insertion_point(field_get:jaiabot.sensor.protobuf.TurnerCFluor.concentration_voltage)
495 return _internal_concentration_voltage();
496}
497inline void TurnerCFluor::_internal_set_concentration_voltage(double value) {
498 _impl_._has_bits_[0] |= 0x00000002u;
499 _impl_.concentration_voltage_ = value;
500}
501inline void TurnerCFluor::set_concentration_voltage(double value) {
502 _internal_set_concentration_voltage(value);
503 // @@protoc_insertion_point(field_set:jaiabot.sensor.protobuf.TurnerCFluor.concentration_voltage)
504}
505
506// -------------------------------------------------------------------
507
508// FluorCoefficients
509
510// optional double offset = 1;
511inline bool FluorCoefficients::_internal_has_offset() const {
512 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
513 return value;
514}
515inline bool FluorCoefficients::has_offset() const {
516 return _internal_has_offset();
517}
518inline void FluorCoefficients::clear_offset() {
519 _impl_.offset_ = 0;
520 _impl_._has_bits_[0] &= ~0x00000001u;
521}
522inline double FluorCoefficients::_internal_offset() const {
523 return _impl_.offset_;
524}
525inline double FluorCoefficients::offset() const {
526 // @@protoc_insertion_point(field_get:jaiabot.sensor.protobuf.FluorCoefficients.offset)
527 return _internal_offset();
528}
529inline void FluorCoefficients::_internal_set_offset(double value) {
530 _impl_._has_bits_[0] |= 0x00000001u;
531 _impl_.offset_ = value;
532}
533inline void FluorCoefficients::set_offset(double value) {
534 _internal_set_offset(value);
535 // @@protoc_insertion_point(field_set:jaiabot.sensor.protobuf.FluorCoefficients.offset)
536}
537
538// optional double coefficient = 2;
539inline bool FluorCoefficients::_internal_has_coefficient() const {
540 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
541 return value;
542}
543inline bool FluorCoefficients::has_coefficient() const {
544 return _internal_has_coefficient();
545}
546inline void FluorCoefficients::clear_coefficient() {
547 _impl_.coefficient_ = 0;
548 _impl_._has_bits_[0] &= ~0x00000002u;
549}
550inline double FluorCoefficients::_internal_coefficient() const {
551 return _impl_.coefficient_;
552}
553inline double FluorCoefficients::coefficient() const {
554 // @@protoc_insertion_point(field_get:jaiabot.sensor.protobuf.FluorCoefficients.coefficient)
555 return _internal_coefficient();
556}
557inline void FluorCoefficients::_internal_set_coefficient(double value) {
558 _impl_._has_bits_[0] |= 0x00000002u;
559 _impl_.coefficient_ = value;
560}
561inline void FluorCoefficients::set_coefficient(double value) {
562 _internal_set_coefficient(value);
563 // @@protoc_insertion_point(field_set:jaiabot.sensor.protobuf.FluorCoefficients.coefficient)
564}
565
566// optional int32 serial_number = 3;
567inline bool FluorCoefficients::_internal_has_serial_number() const {
568 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
569 return value;
570}
571inline bool FluorCoefficients::has_serial_number() const {
572 return _internal_has_serial_number();
573}
574inline void FluorCoefficients::clear_serial_number() {
575 _impl_.serial_number_ = 0;
576 _impl_._has_bits_[0] &= ~0x00000004u;
577}
578inline int32_t FluorCoefficients::_internal_serial_number() const {
579 return _impl_.serial_number_;
580}
581inline int32_t FluorCoefficients::serial_number() const {
582 // @@protoc_insertion_point(field_get:jaiabot.sensor.protobuf.FluorCoefficients.serial_number)
583 return _internal_serial_number();
584}
585inline void FluorCoefficients::_internal_set_serial_number(int32_t value) {
586 _impl_._has_bits_[0] |= 0x00000004u;
587 _impl_.serial_number_ = value;
588}
589inline void FluorCoefficients::set_serial_number(int32_t value) {
590 _internal_set_serial_number(value);
591 // @@protoc_insertion_point(field_set:jaiabot.sensor.protobuf.FluorCoefficients.serial_number)
592}
593
594#ifdef __GNUC__
595 #pragma GCC diagnostic pop
596#endif // __GNUC__
597// -------------------------------------------------------------------
598
599
600// @@protoc_insertion_point(namespace_scope)
601
602} // namespace protobuf
603} // namespace sensor
604} // namespace jaiabot
605
606// @@protoc_insertion_point(global_scope)
607
608#include <google/protobuf/port_undef.inc>
609#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto
TurnerCFluor * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
static const TurnerCFluor & default_instance()
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
static const TurnerCFluor * internal_default_instance()
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
TurnerCFluor & operator=(const TurnerCFluor &from)
friend void swap(TurnerCFluor &a, TurnerCFluor &b)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void CopyFrom(const TurnerCFluor &from)
void MergeFrom(const TurnerCFluor &from)
TurnerCFluorDefaultTypeInternal _TurnerCFluor_default_instance_
FluorCoefficientsDefaultTypeInternal _FluorCoefficients_default_instance_
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fsensor_2fturner_5f_5fc_5ffluor_2eproto