|
@@ -0,0 +1,2420 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: decition.proto
|
|
|
+
|
|
|
+#ifndef GOOGLE_PROTOBUF_INCLUDED_decition_2eproto
|
|
|
+#define GOOGLE_PROTOBUF_INCLUDED_decition_2eproto
|
|
|
+
|
|
|
+#include <limits>
|
|
|
+#include <string>
|
|
|
+
|
|
|
+#include <google/protobuf/port_def.inc>
|
|
|
+#if PROTOBUF_VERSION < 3012000
|
|
|
+#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 3012004 < 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/port_undef.inc>
|
|
|
+#include <google/protobuf/io/coded_stream.h>
|
|
|
+#include <google/protobuf/arena.h>
|
|
|
+#include <google/protobuf/arenastring.h>
|
|
|
+#include <google/protobuf/generated_message_table_driven.h>
|
|
|
+#include <google/protobuf/generated_message_util.h>
|
|
|
+#include <google/protobuf/inlined_string_field.h>
|
|
|
+#include <google/protobuf/metadata_lite.h>
|
|
|
+#include <google/protobuf/generated_message_reflection.h>
|
|
|
+#include <google/protobuf/message.h>
|
|
|
+#include <google/protobuf/repeated_field.h> // IWYU pragma: export
|
|
|
+#include <google/protobuf/extension_set.h> // IWYU pragma: export
|
|
|
+#include <google/protobuf/unknown_field_set.h>
|
|
|
+// @@protoc_insertion_point(includes)
|
|
|
+#include <google/protobuf/port_def.inc>
|
|
|
+#define PROTOBUF_INTERNAL_EXPORT_decition_2eproto
|
|
|
+PROTOBUF_NAMESPACE_OPEN
|
|
|
+namespace internal {
|
|
|
+class AnyMetadata;
|
|
|
+} // namespace internal
|
|
|
+PROTOBUF_NAMESPACE_CLOSE
|
|
|
+
|
|
|
+// Internal implementation detail -- do not use these members.
|
|
|
+struct TableStruct_decition_2eproto {
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
|
|
|
+};
|
|
|
+extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_decition_2eproto;
|
|
|
+namespace iv {
|
|
|
+namespace brain {
|
|
|
+class decition;
|
|
|
+class decitionDefaultTypeInternal;
|
|
|
+extern decitionDefaultTypeInternal _decition_default_instance_;
|
|
|
+} // namespace brain
|
|
|
+} // namespace iv
|
|
|
+PROTOBUF_NAMESPACE_OPEN
|
|
|
+template<> ::iv::brain::decition* Arena::CreateMaybeMessage<::iv::brain::decition>(Arena*);
|
|
|
+PROTOBUF_NAMESPACE_CLOSE
|
|
|
+namespace iv {
|
|
|
+namespace brain {
|
|
|
+
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+class decition PROTOBUF_FINAL :
|
|
|
+ public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:iv.brain.decition) */ {
|
|
|
+ public:
|
|
|
+ inline decition() : decition(nullptr) {};
|
|
|
+ virtual ~decition();
|
|
|
+
|
|
|
+ decition(const decition& from);
|
|
|
+ decition(decition&& from) noexcept
|
|
|
+ : decition() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline decition& operator=(const decition& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ inline decition& operator=(decition&& from) noexcept {
|
|
|
+ if (GetArena() == from.GetArena()) {
|
|
|
+ if (this != &from) InternalSwap(&from);
|
|
|
+ } else {
|
|
|
+ CopyFrom(from);
|
|
|
+ }
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+
|
|
|
+ inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
|
|
|
+ return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
|
|
|
+ }
|
|
|
+ inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
|
|
|
+ return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
|
|
|
+ }
|
|
|
+
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
|
|
+ return GetDescriptor();
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
|
|
+ return GetMetadataStatic().descriptor;
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
|
|
+ return GetMetadataStatic().reflection;
|
|
|
+ }
|
|
|
+ static const decition& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const decition* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const decition*>(
|
|
|
+ &_decition_default_instance_);
|
|
|
+ }
|
|
|
+ static constexpr int kIndexInFileMessages =
|
|
|
+ 0;
|
|
|
+
|
|
|
+ friend void swap(decition& a, decition& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+ inline void Swap(decition* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ if (GetArena() == other->GetArena()) {
|
|
|
+ InternalSwap(other);
|
|
|
+ } else {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ void UnsafeArenaSwap(decition* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ GOOGLE_DCHECK(GetArena() == other->GetArena());
|
|
|
+ InternalSwap(other);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline decition* New() const final {
|
|
|
+ return CreateMaybeMessage<decition>(nullptr);
|
|
|
+ }
|
|
|
+
|
|
|
+ decition* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
|
|
+ return CreateMaybeMessage<decition>(arena);
|
|
|
+ }
|
|
|
+ void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void CopyFrom(const decition& from);
|
|
|
+ void MergeFrom(const decition& from);
|
|
|
+ PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
|
+ bool IsInitialized() const final;
|
|
|
+
|
|
|
+ size_t ByteSizeLong() const final;
|
|
|
+ const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
|
|
+ int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
|
+
|
|
|
+ private:
|
|
|
+ inline void SharedCtor();
|
|
|
+ inline void SharedDtor();
|
|
|
+ void SetCachedSize(int size) const final;
|
|
|
+ void InternalSwap(decition* other);
|
|
|
+ friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
|
|
+ return "iv.brain.decition";
|
|
|
+ }
|
|
|
+ protected:
|
|
|
+ explicit decition(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ private:
|
|
|
+ static void ArenaDtor(void* object);
|
|
|
+ inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
|
+ private:
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_decition_2eproto);
|
|
|
+ return ::descriptor_table_decition_2eproto.file_level_metadata[kIndexInFileMessages];
|
|
|
+ }
|
|
|
+
|
|
|
+ public:
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ enum : int {
|
|
|
+ kSpeedFieldNumber = 1,
|
|
|
+ kWheelAngleFieldNumber = 2,
|
|
|
+ kWheelSpeedFieldNumber = 3,
|
|
|
+ kLateralTorqueFieldNumber = 4,
|
|
|
+ kBrakeFieldNumber = 5,
|
|
|
+ kAcceleratorFieldNumber = 6,
|
|
|
+ kTorqueFieldNumber = 7,
|
|
|
+ kLeftLampFieldNumber = 8,
|
|
|
+ kRightLampFieldNumber = 9,
|
|
|
+ kDoubleSparkFieldNumber = 10,
|
|
|
+ kHeadLightFieldNumber = 11,
|
|
|
+ kDippedLightFieldNumber = 13,
|
|
|
+ kHighBeamFieldNumber = 12,
|
|
|
+ kTailLightFieldNumber = 14,
|
|
|
+ kDomeLightFieldNumber = 15,
|
|
|
+ kFogLampFieldNumber = 16,
|
|
|
+ kEngineFieldNumber = 19,
|
|
|
+ kModeFieldNumber = 20,
|
|
|
+ kHandBrakeFieldNumber = 21,
|
|
|
+ kBackupLightFieldNumber = 17,
|
|
|
+ kBrakeLampFieldNumber = 18,
|
|
|
+ kSpeakFieldNumber = 22,
|
|
|
+ kAirEnableFieldNumber = 28,
|
|
|
+ kDoorFieldNumber = 23,
|
|
|
+ kGearFieldNumber = 24,
|
|
|
+ kWiperFieldNumber = 25,
|
|
|
+ kGradeFieldNumber = 26,
|
|
|
+ kTtcFieldNumber = 27,
|
|
|
+ kAirTempFieldNumber = 29,
|
|
|
+ kAirModeFieldNumber = 30,
|
|
|
+ kWindLevelFieldNumber = 31,
|
|
|
+ kRoofLightFieldNumber = 32,
|
|
|
+ kHomeLightFieldNumber = 33,
|
|
|
+ kAirWorktimeFieldNumber = 34,
|
|
|
+ kAirOfftimeFieldNumber = 35,
|
|
|
+ kAirOnFieldNumber = 36,
|
|
|
+ kAirAcFieldNumber = 37,
|
|
|
+ kAirCircleFieldNumber = 38,
|
|
|
+ kAirAutoFieldNumber = 39,
|
|
|
+ kAirOffFieldNumber = 40,
|
|
|
+ kWindowFlFieldNumber = 41,
|
|
|
+ kWindowFrFieldNumber = 42,
|
|
|
+ kWindowRlFieldNumber = 43,
|
|
|
+ kWindowRrFieldNumber = 44,
|
|
|
+ kAngleModeFieldNumber = 45,
|
|
|
+ kAngleActiveFieldNumber = 46,
|
|
|
+ kAccActiveFieldNumber = 47,
|
|
|
+ kBrakeActiveFieldNumber = 48,
|
|
|
+ kBrakeTypeFieldNumber = 49,
|
|
|
+ kNiujuYFieldNumber = 50,
|
|
|
+ kAutoModeFieldNumber = 51,
|
|
|
+ };
|
|
|
+ // optional float speed = 1;
|
|
|
+ bool has_speed() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_speed() const;
|
|
|
+ public:
|
|
|
+ void clear_speed();
|
|
|
+ float speed() const;
|
|
|
+ void set_speed(float value);
|
|
|
+ private:
|
|
|
+ float _internal_speed() const;
|
|
|
+ void _internal_set_speed(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float wheelAngle = 2;
|
|
|
+ bool has_wheelangle() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_wheelangle() const;
|
|
|
+ public:
|
|
|
+ void clear_wheelangle();
|
|
|
+ float wheelangle() const;
|
|
|
+ void set_wheelangle(float value);
|
|
|
+ private:
|
|
|
+ float _internal_wheelangle() const;
|
|
|
+ void _internal_set_wheelangle(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float wheelSpeed = 3;
|
|
|
+ bool has_wheelspeed() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_wheelspeed() const;
|
|
|
+ public:
|
|
|
+ void clear_wheelspeed();
|
|
|
+ float wheelspeed() const;
|
|
|
+ void set_wheelspeed(float value);
|
|
|
+ private:
|
|
|
+ float _internal_wheelspeed() const;
|
|
|
+ void _internal_set_wheelspeed(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float lateralTorque = 4;
|
|
|
+ bool has_lateraltorque() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_lateraltorque() const;
|
|
|
+ public:
|
|
|
+ void clear_lateraltorque();
|
|
|
+ float lateraltorque() const;
|
|
|
+ void set_lateraltorque(float value);
|
|
|
+ private:
|
|
|
+ float _internal_lateraltorque() const;
|
|
|
+ void _internal_set_lateraltorque(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float brake = 5;
|
|
|
+ bool has_brake() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_brake() const;
|
|
|
+ public:
|
|
|
+ void clear_brake();
|
|
|
+ float brake() const;
|
|
|
+ void set_brake(float value);
|
|
|
+ private:
|
|
|
+ float _internal_brake() const;
|
|
|
+ void _internal_set_brake(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float accelerator = 6;
|
|
|
+ bool has_accelerator() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_accelerator() const;
|
|
|
+ public:
|
|
|
+ void clear_accelerator();
|
|
|
+ float accelerator() const;
|
|
|
+ void set_accelerator(float value);
|
|
|
+ private:
|
|
|
+ float _internal_accelerator() const;
|
|
|
+ void _internal_set_accelerator(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float torque = 7;
|
|
|
+ bool has_torque() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_torque() const;
|
|
|
+ public:
|
|
|
+ void clear_torque();
|
|
|
+ float torque() const;
|
|
|
+ void set_torque(float value);
|
|
|
+ private:
|
|
|
+ float _internal_torque() const;
|
|
|
+ void _internal_set_torque(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool leftLamp = 8;
|
|
|
+ bool has_leftlamp() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_leftlamp() const;
|
|
|
+ public:
|
|
|
+ void clear_leftlamp();
|
|
|
+ bool leftlamp() const;
|
|
|
+ void set_leftlamp(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_leftlamp() const;
|
|
|
+ void _internal_set_leftlamp(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool rightLamp = 9;
|
|
|
+ bool has_rightlamp() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_rightlamp() const;
|
|
|
+ public:
|
|
|
+ void clear_rightlamp();
|
|
|
+ bool rightlamp() const;
|
|
|
+ void set_rightlamp(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_rightlamp() const;
|
|
|
+ void _internal_set_rightlamp(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool doubleSpark = 10;
|
|
|
+ bool has_doublespark() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_doublespark() const;
|
|
|
+ public:
|
|
|
+ void clear_doublespark();
|
|
|
+ bool doublespark() const;
|
|
|
+ void set_doublespark(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_doublespark() const;
|
|
|
+ void _internal_set_doublespark(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool headLight = 11;
|
|
|
+ bool has_headlight() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_headlight() const;
|
|
|
+ public:
|
|
|
+ void clear_headlight();
|
|
|
+ bool headlight() const;
|
|
|
+ void set_headlight(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_headlight() const;
|
|
|
+ void _internal_set_headlight(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 dippedLight = 13;
|
|
|
+ bool has_dippedlight() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_dippedlight() const;
|
|
|
+ public:
|
|
|
+ void clear_dippedlight();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 dippedlight() const;
|
|
|
+ void set_dippedlight(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_dippedlight() const;
|
|
|
+ void _internal_set_dippedlight(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool highBeam = 12;
|
|
|
+ bool has_highbeam() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_highbeam() const;
|
|
|
+ public:
|
|
|
+ void clear_highbeam();
|
|
|
+ bool highbeam() const;
|
|
|
+ void set_highbeam(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_highbeam() const;
|
|
|
+ void _internal_set_highbeam(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool tailLight = 14;
|
|
|
+ bool has_taillight() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_taillight() const;
|
|
|
+ public:
|
|
|
+ void clear_taillight();
|
|
|
+ bool taillight() const;
|
|
|
+ void set_taillight(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_taillight() const;
|
|
|
+ void _internal_set_taillight(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool domeLight = 15;
|
|
|
+ bool has_domelight() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_domelight() const;
|
|
|
+ public:
|
|
|
+ void clear_domelight();
|
|
|
+ bool domelight() const;
|
|
|
+ void set_domelight(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_domelight() const;
|
|
|
+ void _internal_set_domelight(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool fogLamp = 16;
|
|
|
+ bool has_foglamp() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_foglamp() const;
|
|
|
+ public:
|
|
|
+ void clear_foglamp();
|
|
|
+ bool foglamp() const;
|
|
|
+ void set_foglamp(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_foglamp() const;
|
|
|
+ void _internal_set_foglamp(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 engine = 19;
|
|
|
+ bool has_engine() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_engine() const;
|
|
|
+ public:
|
|
|
+ void clear_engine();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 engine() const;
|
|
|
+ void set_engine(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_engine() const;
|
|
|
+ void _internal_set_engine(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 mode = 20;
|
|
|
+ bool has_mode() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_mode() const;
|
|
|
+ public:
|
|
|
+ void clear_mode();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 mode() const;
|
|
|
+ void set_mode(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_mode() const;
|
|
|
+ void _internal_set_mode(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 handBrake = 21;
|
|
|
+ bool has_handbrake() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_handbrake() const;
|
|
|
+ public:
|
|
|
+ void clear_handbrake();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 handbrake() const;
|
|
|
+ void set_handbrake(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_handbrake() const;
|
|
|
+ void _internal_set_handbrake(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool backupLight = 17;
|
|
|
+ bool has_backuplight() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_backuplight() const;
|
|
|
+ public:
|
|
|
+ void clear_backuplight();
|
|
|
+ bool backuplight() const;
|
|
|
+ void set_backuplight(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_backuplight() const;
|
|
|
+ void _internal_set_backuplight(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool brakeLamp = 18;
|
|
|
+ bool has_brakelamp() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_brakelamp() const;
|
|
|
+ public:
|
|
|
+ void clear_brakelamp();
|
|
|
+ bool brakelamp() const;
|
|
|
+ void set_brakelamp(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_brakelamp() const;
|
|
|
+ void _internal_set_brakelamp(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool speak = 22;
|
|
|
+ bool has_speak() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_speak() const;
|
|
|
+ public:
|
|
|
+ void clear_speak();
|
|
|
+ bool speak() const;
|
|
|
+ void set_speak(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_speak() const;
|
|
|
+ void _internal_set_speak(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_enable = 28;
|
|
|
+ bool has_air_enable() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_enable() const;
|
|
|
+ public:
|
|
|
+ void clear_air_enable();
|
|
|
+ bool air_enable() const;
|
|
|
+ void set_air_enable(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_enable() const;
|
|
|
+ void _internal_set_air_enable(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 door = 23;
|
|
|
+ bool has_door() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_door() const;
|
|
|
+ public:
|
|
|
+ void clear_door();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 door() const;
|
|
|
+ void set_door(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_door() const;
|
|
|
+ void _internal_set_door(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 gear = 24;
|
|
|
+ bool has_gear() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_gear() const;
|
|
|
+ public:
|
|
|
+ void clear_gear();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 gear() const;
|
|
|
+ void set_gear(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_gear() const;
|
|
|
+ void _internal_set_gear(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 wiper = 25;
|
|
|
+ bool has_wiper() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_wiper() const;
|
|
|
+ public:
|
|
|
+ void clear_wiper();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 wiper() const;
|
|
|
+ void set_wiper(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_wiper() const;
|
|
|
+ void _internal_set_wiper(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 grade = 26;
|
|
|
+ bool has_grade() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_grade() const;
|
|
|
+ public:
|
|
|
+ void clear_grade();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 grade() const;
|
|
|
+ void set_grade(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_grade() const;
|
|
|
+ void _internal_set_grade(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float ttc = 27;
|
|
|
+ bool has_ttc() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_ttc() const;
|
|
|
+ public:
|
|
|
+ void clear_ttc();
|
|
|
+ float ttc() const;
|
|
|
+ void set_ttc(float value);
|
|
|
+ private:
|
|
|
+ float _internal_ttc() const;
|
|
|
+ void _internal_set_ttc(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float air_temp = 29;
|
|
|
+ bool has_air_temp() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_temp() const;
|
|
|
+ public:
|
|
|
+ void clear_air_temp();
|
|
|
+ float air_temp() const;
|
|
|
+ void set_air_temp(float value);
|
|
|
+ private:
|
|
|
+ float _internal_air_temp() const;
|
|
|
+ void _internal_set_air_temp(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float air_mode = 30;
|
|
|
+ bool has_air_mode() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_mode() const;
|
|
|
+ public:
|
|
|
+ void clear_air_mode();
|
|
|
+ float air_mode() const;
|
|
|
+ void set_air_mode(float value);
|
|
|
+ private:
|
|
|
+ float _internal_air_mode() const;
|
|
|
+ void _internal_set_air_mode(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float wind_level = 31;
|
|
|
+ bool has_wind_level() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_wind_level() const;
|
|
|
+ public:
|
|
|
+ void clear_wind_level();
|
|
|
+ float wind_level() const;
|
|
|
+ void set_wind_level(float value);
|
|
|
+ private:
|
|
|
+ float _internal_wind_level() const;
|
|
|
+ void _internal_set_wind_level(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 roof_light = 32;
|
|
|
+ bool has_roof_light() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_roof_light() const;
|
|
|
+ public:
|
|
|
+ void clear_roof_light();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 roof_light() const;
|
|
|
+ void set_roof_light(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_roof_light() const;
|
|
|
+ void _internal_set_roof_light(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional int32 home_light = 33;
|
|
|
+ bool has_home_light() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_home_light() const;
|
|
|
+ public:
|
|
|
+ void clear_home_light();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 home_light() const;
|
|
|
+ void set_home_light(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 _internal_home_light() const;
|
|
|
+ void _internal_set_home_light(::PROTOBUF_NAMESPACE_ID::int32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float air_worktime = 34;
|
|
|
+ bool has_air_worktime() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_worktime() const;
|
|
|
+ public:
|
|
|
+ void clear_air_worktime();
|
|
|
+ float air_worktime() const;
|
|
|
+ void set_air_worktime(float value);
|
|
|
+ private:
|
|
|
+ float _internal_air_worktime() const;
|
|
|
+ void _internal_set_air_worktime(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float air_offtime = 35;
|
|
|
+ bool has_air_offtime() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_offtime() const;
|
|
|
+ public:
|
|
|
+ void clear_air_offtime();
|
|
|
+ float air_offtime() const;
|
|
|
+ void set_air_offtime(float value);
|
|
|
+ private:
|
|
|
+ float _internal_air_offtime() const;
|
|
|
+ void _internal_set_air_offtime(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_on = 36;
|
|
|
+ bool has_air_on() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_on() const;
|
|
|
+ public:
|
|
|
+ void clear_air_on();
|
|
|
+ bool air_on() const;
|
|
|
+ void set_air_on(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_on() const;
|
|
|
+ void _internal_set_air_on(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_ac = 37;
|
|
|
+ bool has_air_ac() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_ac() const;
|
|
|
+ public:
|
|
|
+ void clear_air_ac();
|
|
|
+ bool air_ac() const;
|
|
|
+ void set_air_ac(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_ac() const;
|
|
|
+ void _internal_set_air_ac(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_circle = 38;
|
|
|
+ bool has_air_circle() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_circle() const;
|
|
|
+ public:
|
|
|
+ void clear_air_circle();
|
|
|
+ bool air_circle() const;
|
|
|
+ void set_air_circle(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_circle() const;
|
|
|
+ void _internal_set_air_circle(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_auto = 39;
|
|
|
+ bool has_air_auto() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_auto() const;
|
|
|
+ public:
|
|
|
+ void clear_air_auto();
|
|
|
+ bool air_auto() const;
|
|
|
+ void set_air_auto(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_auto() const;
|
|
|
+ void _internal_set_air_auto(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional bool air_off = 40;
|
|
|
+ bool has_air_off() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_air_off() const;
|
|
|
+ public:
|
|
|
+ void clear_air_off();
|
|
|
+ bool air_off() const;
|
|
|
+ void set_air_off(bool value);
|
|
|
+ private:
|
|
|
+ bool _internal_air_off() const;
|
|
|
+ void _internal_set_air_off(bool value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 window_fl = 41;
|
|
|
+ bool has_window_fl() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_window_fl() const;
|
|
|
+ public:
|
|
|
+ void clear_window_fl();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_fl() const;
|
|
|
+ void set_window_fl(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_window_fl() const;
|
|
|
+ void _internal_set_window_fl(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 window_fr = 42;
|
|
|
+ bool has_window_fr() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_window_fr() const;
|
|
|
+ public:
|
|
|
+ void clear_window_fr();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_fr() const;
|
|
|
+ void set_window_fr(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_window_fr() const;
|
|
|
+ void _internal_set_window_fr(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 window_rl = 43;
|
|
|
+ bool has_window_rl() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_window_rl() const;
|
|
|
+ public:
|
|
|
+ void clear_window_rl();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_rl() const;
|
|
|
+ void set_window_rl(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_window_rl() const;
|
|
|
+ void _internal_set_window_rl(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 window_rr = 44;
|
|
|
+ bool has_window_rr() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_window_rr() const;
|
|
|
+ public:
|
|
|
+ void clear_window_rr();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_rr() const;
|
|
|
+ void set_window_rr(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_window_rr() const;
|
|
|
+ void _internal_set_window_rr(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 angle_mode = 45;
|
|
|
+ bool has_angle_mode() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_angle_mode() const;
|
|
|
+ public:
|
|
|
+ void clear_angle_mode();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 angle_mode() const;
|
|
|
+ void set_angle_mode(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_angle_mode() const;
|
|
|
+ void _internal_set_angle_mode(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 angle_active = 46;
|
|
|
+ bool has_angle_active() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_angle_active() const;
|
|
|
+ public:
|
|
|
+ void clear_angle_active();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 angle_active() const;
|
|
|
+ void set_angle_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_angle_active() const;
|
|
|
+ void _internal_set_angle_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 acc_active = 47;
|
|
|
+ bool has_acc_active() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_acc_active() const;
|
|
|
+ public:
|
|
|
+ void clear_acc_active();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 acc_active() const;
|
|
|
+ void set_acc_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_acc_active() const;
|
|
|
+ void _internal_set_acc_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 brake_active = 48;
|
|
|
+ bool has_brake_active() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_brake_active() const;
|
|
|
+ public:
|
|
|
+ void clear_brake_active();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 brake_active() const;
|
|
|
+ void set_brake_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_brake_active() const;
|
|
|
+ void _internal_set_brake_active(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 brake_type = 49;
|
|
|
+ bool has_brake_type() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_brake_type() const;
|
|
|
+ public:
|
|
|
+ void clear_brake_type();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 brake_type() const;
|
|
|
+ void set_brake_type(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_brake_type() const;
|
|
|
+ void _internal_set_brake_type(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional float niuju_y = 50;
|
|
|
+ bool has_niuju_y() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_niuju_y() const;
|
|
|
+ public:
|
|
|
+ void clear_niuju_y();
|
|
|
+ float niuju_y() const;
|
|
|
+ void set_niuju_y(float value);
|
|
|
+ private:
|
|
|
+ float _internal_niuju_y() const;
|
|
|
+ void _internal_set_niuju_y(float value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional uint32 auto_mode = 51;
|
|
|
+ bool has_auto_mode() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_auto_mode() const;
|
|
|
+ public:
|
|
|
+ void clear_auto_mode();
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 auto_mode() const;
|
|
|
+ void set_auto_mode(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ private:
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 _internal_auto_mode() const;
|
|
|
+ void _internal_set_auto_mode(::PROTOBUF_NAMESPACE_ID::uint32 value);
|
|
|
+ public:
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:iv.brain.decition)
|
|
|
+ private:
|
|
|
+ class _Internal;
|
|
|
+
|
|
|
+ template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
|
|
+ typedef void InternalArenaConstructable_;
|
|
|
+ typedef void DestructorSkippable_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::HasBits<2> _has_bits_;
|
|
|
+ mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
|
|
+ float speed_;
|
|
|
+ float wheelangle_;
|
|
|
+ float wheelspeed_;
|
|
|
+ float lateraltorque_;
|
|
|
+ float brake_;
|
|
|
+ float accelerator_;
|
|
|
+ float torque_;
|
|
|
+ bool leftlamp_;
|
|
|
+ bool rightlamp_;
|
|
|
+ bool doublespark_;
|
|
|
+ bool headlight_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 dippedlight_;
|
|
|
+ bool highbeam_;
|
|
|
+ bool taillight_;
|
|
|
+ bool domelight_;
|
|
|
+ bool foglamp_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 engine_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 mode_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 handbrake_;
|
|
|
+ bool backuplight_;
|
|
|
+ bool brakelamp_;
|
|
|
+ bool speak_;
|
|
|
+ bool air_enable_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 door_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 gear_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 wiper_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 grade_;
|
|
|
+ float ttc_;
|
|
|
+ float air_temp_;
|
|
|
+ float air_mode_;
|
|
|
+ float wind_level_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 roof_light_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::int32 home_light_;
|
|
|
+ float air_worktime_;
|
|
|
+ float air_offtime_;
|
|
|
+ bool air_on_;
|
|
|
+ bool air_ac_;
|
|
|
+ bool air_circle_;
|
|
|
+ bool air_auto_;
|
|
|
+ bool air_off_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_fl_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_fr_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_rl_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 window_rr_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 angle_mode_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 angle_active_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 acc_active_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 brake_active_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 brake_type_;
|
|
|
+ float niuju_y_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint32 auto_mode_;
|
|
|
+ friend struct ::TableStruct_decition_2eproto;
|
|
|
+};
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+#ifdef __GNUC__
|
|
|
+ #pragma GCC diagnostic push
|
|
|
+ #pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
|
+#endif // __GNUC__
|
|
|
+// decition
|
|
|
+
|
|
|
+// optional float speed = 1;
|
|
|
+inline bool decition::_internal_has_speed() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_speed() const {
|
|
|
+ return _internal_has_speed();
|
|
|
+}
|
|
|
+inline void decition::clear_speed() {
|
|
|
+ speed_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline float decition::_internal_speed() const {
|
|
|
+ return speed_;
|
|
|
+}
|
|
|
+inline float decition::speed() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.speed)
|
|
|
+ return _internal_speed();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_speed(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ speed_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_speed(float value) {
|
|
|
+ _internal_set_speed(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.speed)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float wheelAngle = 2;
|
|
|
+inline bool decition::_internal_has_wheelangle() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_wheelangle() const {
|
|
|
+ return _internal_has_wheelangle();
|
|
|
+}
|
|
|
+inline void decition::clear_wheelangle() {
|
|
|
+ wheelangle_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline float decition::_internal_wheelangle() const {
|
|
|
+ return wheelangle_;
|
|
|
+}
|
|
|
+inline float decition::wheelangle() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.wheelAngle)
|
|
|
+ return _internal_wheelangle();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_wheelangle(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+ wheelangle_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_wheelangle(float value) {
|
|
|
+ _internal_set_wheelangle(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.wheelAngle)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float wheelSpeed = 3;
|
|
|
+inline bool decition::_internal_has_wheelspeed() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_wheelspeed() const {
|
|
|
+ return _internal_has_wheelspeed();
|
|
|
+}
|
|
|
+inline void decition::clear_wheelspeed() {
|
|
|
+ wheelspeed_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline float decition::_internal_wheelspeed() const {
|
|
|
+ return wheelspeed_;
|
|
|
+}
|
|
|
+inline float decition::wheelspeed() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.wheelSpeed)
|
|
|
+ return _internal_wheelspeed();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_wheelspeed(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+ wheelspeed_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_wheelspeed(float value) {
|
|
|
+ _internal_set_wheelspeed(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.wheelSpeed)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float lateralTorque = 4;
|
|
|
+inline bool decition::_internal_has_lateraltorque() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_lateraltorque() const {
|
|
|
+ return _internal_has_lateraltorque();
|
|
|
+}
|
|
|
+inline void decition::clear_lateraltorque() {
|
|
|
+ lateraltorque_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline float decition::_internal_lateraltorque() const {
|
|
|
+ return lateraltorque_;
|
|
|
+}
|
|
|
+inline float decition::lateraltorque() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.lateralTorque)
|
|
|
+ return _internal_lateraltorque();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_lateraltorque(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+ lateraltorque_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_lateraltorque(float value) {
|
|
|
+ _internal_set_lateraltorque(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.lateralTorque)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float brake = 5;
|
|
|
+inline bool decition::_internal_has_brake() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000010u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_brake() const {
|
|
|
+ return _internal_has_brake();
|
|
|
+}
|
|
|
+inline void decition::clear_brake() {
|
|
|
+ brake_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000010u;
|
|
|
+}
|
|
|
+inline float decition::_internal_brake() const {
|
|
|
+ return brake_;
|
|
|
+}
|
|
|
+inline float decition::brake() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.brake)
|
|
|
+ return _internal_brake();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_brake(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000010u;
|
|
|
+ brake_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_brake(float value) {
|
|
|
+ _internal_set_brake(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.brake)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float accelerator = 6;
|
|
|
+inline bool decition::_internal_has_accelerator() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000020u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_accelerator() const {
|
|
|
+ return _internal_has_accelerator();
|
|
|
+}
|
|
|
+inline void decition::clear_accelerator() {
|
|
|
+ accelerator_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000020u;
|
|
|
+}
|
|
|
+inline float decition::_internal_accelerator() const {
|
|
|
+ return accelerator_;
|
|
|
+}
|
|
|
+inline float decition::accelerator() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.accelerator)
|
|
|
+ return _internal_accelerator();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_accelerator(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000020u;
|
|
|
+ accelerator_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_accelerator(float value) {
|
|
|
+ _internal_set_accelerator(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.accelerator)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float torque = 7;
|
|
|
+inline bool decition::_internal_has_torque() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000040u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_torque() const {
|
|
|
+ return _internal_has_torque();
|
|
|
+}
|
|
|
+inline void decition::clear_torque() {
|
|
|
+ torque_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000040u;
|
|
|
+}
|
|
|
+inline float decition::_internal_torque() const {
|
|
|
+ return torque_;
|
|
|
+}
|
|
|
+inline float decition::torque() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.torque)
|
|
|
+ return _internal_torque();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_torque(float value) {
|
|
|
+ _has_bits_[0] |= 0x00000040u;
|
|
|
+ torque_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_torque(float value) {
|
|
|
+ _internal_set_torque(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.torque)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool leftLamp = 8;
|
|
|
+inline bool decition::_internal_has_leftlamp() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000080u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_leftlamp() const {
|
|
|
+ return _internal_has_leftlamp();
|
|
|
+}
|
|
|
+inline void decition::clear_leftlamp() {
|
|
|
+ leftlamp_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00000080u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_leftlamp() const {
|
|
|
+ return leftlamp_;
|
|
|
+}
|
|
|
+inline bool decition::leftlamp() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.leftLamp)
|
|
|
+ return _internal_leftlamp();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_leftlamp(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00000080u;
|
|
|
+ leftlamp_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_leftlamp(bool value) {
|
|
|
+ _internal_set_leftlamp(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.leftLamp)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool rightLamp = 9;
|
|
|
+inline bool decition::_internal_has_rightlamp() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000100u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_rightlamp() const {
|
|
|
+ return _internal_has_rightlamp();
|
|
|
+}
|
|
|
+inline void decition::clear_rightlamp() {
|
|
|
+ rightlamp_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00000100u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_rightlamp() const {
|
|
|
+ return rightlamp_;
|
|
|
+}
|
|
|
+inline bool decition::rightlamp() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.rightLamp)
|
|
|
+ return _internal_rightlamp();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_rightlamp(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00000100u;
|
|
|
+ rightlamp_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_rightlamp(bool value) {
|
|
|
+ _internal_set_rightlamp(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.rightLamp)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool doubleSpark = 10;
|
|
|
+inline bool decition::_internal_has_doublespark() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000200u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_doublespark() const {
|
|
|
+ return _internal_has_doublespark();
|
|
|
+}
|
|
|
+inline void decition::clear_doublespark() {
|
|
|
+ doublespark_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00000200u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_doublespark() const {
|
|
|
+ return doublespark_;
|
|
|
+}
|
|
|
+inline bool decition::doublespark() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.doubleSpark)
|
|
|
+ return _internal_doublespark();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_doublespark(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00000200u;
|
|
|
+ doublespark_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_doublespark(bool value) {
|
|
|
+ _internal_set_doublespark(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.doubleSpark)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool headLight = 11;
|
|
|
+inline bool decition::_internal_has_headlight() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000400u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_headlight() const {
|
|
|
+ return _internal_has_headlight();
|
|
|
+}
|
|
|
+inline void decition::clear_headlight() {
|
|
|
+ headlight_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00000400u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_headlight() const {
|
|
|
+ return headlight_;
|
|
|
+}
|
|
|
+inline bool decition::headlight() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.headLight)
|
|
|
+ return _internal_headlight();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_headlight(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00000400u;
|
|
|
+ headlight_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_headlight(bool value) {
|
|
|
+ _internal_set_headlight(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.headLight)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool highBeam = 12;
|
|
|
+inline bool decition::_internal_has_highbeam() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00001000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_highbeam() const {
|
|
|
+ return _internal_has_highbeam();
|
|
|
+}
|
|
|
+inline void decition::clear_highbeam() {
|
|
|
+ highbeam_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00001000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_highbeam() const {
|
|
|
+ return highbeam_;
|
|
|
+}
|
|
|
+inline bool decition::highbeam() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.highBeam)
|
|
|
+ return _internal_highbeam();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_highbeam(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00001000u;
|
|
|
+ highbeam_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_highbeam(bool value) {
|
|
|
+ _internal_set_highbeam(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.highBeam)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 dippedLight = 13;
|
|
|
+inline bool decition::_internal_has_dippedlight() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000800u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_dippedlight() const {
|
|
|
+ return _internal_has_dippedlight();
|
|
|
+}
|
|
|
+inline void decition::clear_dippedlight() {
|
|
|
+ dippedlight_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00000800u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_dippedlight() const {
|
|
|
+ return dippedlight_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::dippedlight() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.dippedLight)
|
|
|
+ return _internal_dippedlight();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_dippedlight(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x00000800u;
|
|
|
+ dippedlight_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_dippedlight(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_dippedlight(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.dippedLight)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool tailLight = 14;
|
|
|
+inline bool decition::_internal_has_taillight() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00002000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_taillight() const {
|
|
|
+ return _internal_has_taillight();
|
|
|
+}
|
|
|
+inline void decition::clear_taillight() {
|
|
|
+ taillight_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00002000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_taillight() const {
|
|
|
+ return taillight_;
|
|
|
+}
|
|
|
+inline bool decition::taillight() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.tailLight)
|
|
|
+ return _internal_taillight();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_taillight(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00002000u;
|
|
|
+ taillight_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_taillight(bool value) {
|
|
|
+ _internal_set_taillight(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.tailLight)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool domeLight = 15;
|
|
|
+inline bool decition::_internal_has_domelight() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00004000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_domelight() const {
|
|
|
+ return _internal_has_domelight();
|
|
|
+}
|
|
|
+inline void decition::clear_domelight() {
|
|
|
+ domelight_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00004000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_domelight() const {
|
|
|
+ return domelight_;
|
|
|
+}
|
|
|
+inline bool decition::domelight() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.domeLight)
|
|
|
+ return _internal_domelight();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_domelight(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00004000u;
|
|
|
+ domelight_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_domelight(bool value) {
|
|
|
+ _internal_set_domelight(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.domeLight)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool fogLamp = 16;
|
|
|
+inline bool decition::_internal_has_foglamp() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00008000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_foglamp() const {
|
|
|
+ return _internal_has_foglamp();
|
|
|
+}
|
|
|
+inline void decition::clear_foglamp() {
|
|
|
+ foglamp_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00008000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_foglamp() const {
|
|
|
+ return foglamp_;
|
|
|
+}
|
|
|
+inline bool decition::foglamp() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.fogLamp)
|
|
|
+ return _internal_foglamp();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_foglamp(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00008000u;
|
|
|
+ foglamp_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_foglamp(bool value) {
|
|
|
+ _internal_set_foglamp(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.fogLamp)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool backupLight = 17;
|
|
|
+inline bool decition::_internal_has_backuplight() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00080000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_backuplight() const {
|
|
|
+ return _internal_has_backuplight();
|
|
|
+}
|
|
|
+inline void decition::clear_backuplight() {
|
|
|
+ backuplight_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00080000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_backuplight() const {
|
|
|
+ return backuplight_;
|
|
|
+}
|
|
|
+inline bool decition::backuplight() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.backupLight)
|
|
|
+ return _internal_backuplight();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_backuplight(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00080000u;
|
|
|
+ backuplight_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_backuplight(bool value) {
|
|
|
+ _internal_set_backuplight(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.backupLight)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool brakeLamp = 18;
|
|
|
+inline bool decition::_internal_has_brakelamp() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00100000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_brakelamp() const {
|
|
|
+ return _internal_has_brakelamp();
|
|
|
+}
|
|
|
+inline void decition::clear_brakelamp() {
|
|
|
+ brakelamp_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00100000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_brakelamp() const {
|
|
|
+ return brakelamp_;
|
|
|
+}
|
|
|
+inline bool decition::brakelamp() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.brakeLamp)
|
|
|
+ return _internal_brakelamp();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_brakelamp(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00100000u;
|
|
|
+ brakelamp_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_brakelamp(bool value) {
|
|
|
+ _internal_set_brakelamp(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.brakeLamp)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 engine = 19;
|
|
|
+inline bool decition::_internal_has_engine() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00010000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_engine() const {
|
|
|
+ return _internal_has_engine();
|
|
|
+}
|
|
|
+inline void decition::clear_engine() {
|
|
|
+ engine_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00010000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_engine() const {
|
|
|
+ return engine_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::engine() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.engine)
|
|
|
+ return _internal_engine();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_engine(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x00010000u;
|
|
|
+ engine_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_engine(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_engine(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.engine)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 mode = 20;
|
|
|
+inline bool decition::_internal_has_mode() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00020000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_mode() const {
|
|
|
+ return _internal_has_mode();
|
|
|
+}
|
|
|
+inline void decition::clear_mode() {
|
|
|
+ mode_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00020000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_mode() const {
|
|
|
+ return mode_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::mode() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.mode)
|
|
|
+ return _internal_mode();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_mode(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x00020000u;
|
|
|
+ mode_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_mode(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_mode(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.mode)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 handBrake = 21;
|
|
|
+inline bool decition::_internal_has_handbrake() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00040000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_handbrake() const {
|
|
|
+ return _internal_has_handbrake();
|
|
|
+}
|
|
|
+inline void decition::clear_handbrake() {
|
|
|
+ handbrake_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00040000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_handbrake() const {
|
|
|
+ return handbrake_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::handbrake() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.handBrake)
|
|
|
+ return _internal_handbrake();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_handbrake(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x00040000u;
|
|
|
+ handbrake_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_handbrake(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_handbrake(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.handBrake)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool speak = 22;
|
|
|
+inline bool decition::_internal_has_speak() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00200000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_speak() const {
|
|
|
+ return _internal_has_speak();
|
|
|
+}
|
|
|
+inline void decition::clear_speak() {
|
|
|
+ speak_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00200000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_speak() const {
|
|
|
+ return speak_;
|
|
|
+}
|
|
|
+inline bool decition::speak() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.speak)
|
|
|
+ return _internal_speak();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_speak(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00200000u;
|
|
|
+ speak_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_speak(bool value) {
|
|
|
+ _internal_set_speak(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.speak)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 door = 23;
|
|
|
+inline bool decition::_internal_has_door() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00800000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_door() const {
|
|
|
+ return _internal_has_door();
|
|
|
+}
|
|
|
+inline void decition::clear_door() {
|
|
|
+ door_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x00800000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_door() const {
|
|
|
+ return door_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::door() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.door)
|
|
|
+ return _internal_door();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_door(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x00800000u;
|
|
|
+ door_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_door(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_door(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.door)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 gear = 24;
|
|
|
+inline bool decition::_internal_has_gear() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x01000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_gear() const {
|
|
|
+ return _internal_has_gear();
|
|
|
+}
|
|
|
+inline void decition::clear_gear() {
|
|
|
+ gear_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x01000000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_gear() const {
|
|
|
+ return gear_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::gear() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.gear)
|
|
|
+ return _internal_gear();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_gear(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x01000000u;
|
|
|
+ gear_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_gear(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_gear(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.gear)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 wiper = 25;
|
|
|
+inline bool decition::_internal_has_wiper() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x02000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_wiper() const {
|
|
|
+ return _internal_has_wiper();
|
|
|
+}
|
|
|
+inline void decition::clear_wiper() {
|
|
|
+ wiper_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x02000000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_wiper() const {
|
|
|
+ return wiper_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::wiper() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.wiper)
|
|
|
+ return _internal_wiper();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_wiper(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x02000000u;
|
|
|
+ wiper_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_wiper(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_wiper(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.wiper)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 grade = 26;
|
|
|
+inline bool decition::_internal_has_grade() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x04000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_grade() const {
|
|
|
+ return _internal_has_grade();
|
|
|
+}
|
|
|
+inline void decition::clear_grade() {
|
|
|
+ grade_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x04000000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_grade() const {
|
|
|
+ return grade_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::grade() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.grade)
|
|
|
+ return _internal_grade();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_grade(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x04000000u;
|
|
|
+ grade_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_grade(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_grade(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.grade)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float ttc = 27;
|
|
|
+inline bool decition::_internal_has_ttc() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x08000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_ttc() const {
|
|
|
+ return _internal_has_ttc();
|
|
|
+}
|
|
|
+inline void decition::clear_ttc() {
|
|
|
+ ttc_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x08000000u;
|
|
|
+}
|
|
|
+inline float decition::_internal_ttc() const {
|
|
|
+ return ttc_;
|
|
|
+}
|
|
|
+inline float decition::ttc() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.ttc)
|
|
|
+ return _internal_ttc();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_ttc(float value) {
|
|
|
+ _has_bits_[0] |= 0x08000000u;
|
|
|
+ ttc_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_ttc(float value) {
|
|
|
+ _internal_set_ttc(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.ttc)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_enable = 28;
|
|
|
+inline bool decition::_internal_has_air_enable() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00400000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_enable() const {
|
|
|
+ return _internal_has_air_enable();
|
|
|
+}
|
|
|
+inline void decition::clear_air_enable() {
|
|
|
+ air_enable_ = false;
|
|
|
+ _has_bits_[0] &= ~0x00400000u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_enable() const {
|
|
|
+ return air_enable_;
|
|
|
+}
|
|
|
+inline bool decition::air_enable() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_enable)
|
|
|
+ return _internal_air_enable();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_enable(bool value) {
|
|
|
+ _has_bits_[0] |= 0x00400000u;
|
|
|
+ air_enable_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_enable(bool value) {
|
|
|
+ _internal_set_air_enable(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_enable)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float air_temp = 29;
|
|
|
+inline bool decition::_internal_has_air_temp() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x10000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_temp() const {
|
|
|
+ return _internal_has_air_temp();
|
|
|
+}
|
|
|
+inline void decition::clear_air_temp() {
|
|
|
+ air_temp_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x10000000u;
|
|
|
+}
|
|
|
+inline float decition::_internal_air_temp() const {
|
|
|
+ return air_temp_;
|
|
|
+}
|
|
|
+inline float decition::air_temp() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_temp)
|
|
|
+ return _internal_air_temp();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_temp(float value) {
|
|
|
+ _has_bits_[0] |= 0x10000000u;
|
|
|
+ air_temp_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_temp(float value) {
|
|
|
+ _internal_set_air_temp(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_temp)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float air_mode = 30;
|
|
|
+inline bool decition::_internal_has_air_mode() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x20000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_mode() const {
|
|
|
+ return _internal_has_air_mode();
|
|
|
+}
|
|
|
+inline void decition::clear_air_mode() {
|
|
|
+ air_mode_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x20000000u;
|
|
|
+}
|
|
|
+inline float decition::_internal_air_mode() const {
|
|
|
+ return air_mode_;
|
|
|
+}
|
|
|
+inline float decition::air_mode() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_mode)
|
|
|
+ return _internal_air_mode();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_mode(float value) {
|
|
|
+ _has_bits_[0] |= 0x20000000u;
|
|
|
+ air_mode_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_mode(float value) {
|
|
|
+ _internal_set_air_mode(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_mode)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float wind_level = 31;
|
|
|
+inline bool decition::_internal_has_wind_level() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x40000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_wind_level() const {
|
|
|
+ return _internal_has_wind_level();
|
|
|
+}
|
|
|
+inline void decition::clear_wind_level() {
|
|
|
+ wind_level_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x40000000u;
|
|
|
+}
|
|
|
+inline float decition::_internal_wind_level() const {
|
|
|
+ return wind_level_;
|
|
|
+}
|
|
|
+inline float decition::wind_level() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.wind_level)
|
|
|
+ return _internal_wind_level();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_wind_level(float value) {
|
|
|
+ _has_bits_[0] |= 0x40000000u;
|
|
|
+ wind_level_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_wind_level(float value) {
|
|
|
+ _internal_set_wind_level(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.wind_level)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 roof_light = 32;
|
|
|
+inline bool decition::_internal_has_roof_light() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x80000000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_roof_light() const {
|
|
|
+ return _internal_has_roof_light();
|
|
|
+}
|
|
|
+inline void decition::clear_roof_light() {
|
|
|
+ roof_light_ = 0;
|
|
|
+ _has_bits_[0] &= ~0x80000000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_roof_light() const {
|
|
|
+ return roof_light_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::roof_light() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.roof_light)
|
|
|
+ return _internal_roof_light();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_roof_light(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[0] |= 0x80000000u;
|
|
|
+ roof_light_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_roof_light(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_roof_light(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.roof_light)
|
|
|
+}
|
|
|
+
|
|
|
+// optional int32 home_light = 33;
|
|
|
+inline bool decition::_internal_has_home_light() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000001u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_home_light() const {
|
|
|
+ return _internal_has_home_light();
|
|
|
+}
|
|
|
+inline void decition::clear_home_light() {
|
|
|
+ home_light_ = 0;
|
|
|
+ _has_bits_[1] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::_internal_home_light() const {
|
|
|
+ return home_light_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::int32 decition::home_light() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.home_light)
|
|
|
+ return _internal_home_light();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_home_light(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _has_bits_[1] |= 0x00000001u;
|
|
|
+ home_light_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_home_light(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
|
+ _internal_set_home_light(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.home_light)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float air_worktime = 34;
|
|
|
+inline bool decition::_internal_has_air_worktime() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000002u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_worktime() const {
|
|
|
+ return _internal_has_air_worktime();
|
|
|
+}
|
|
|
+inline void decition::clear_air_worktime() {
|
|
|
+ air_worktime_ = 0;
|
|
|
+ _has_bits_[1] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline float decition::_internal_air_worktime() const {
|
|
|
+ return air_worktime_;
|
|
|
+}
|
|
|
+inline float decition::air_worktime() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_worktime)
|
|
|
+ return _internal_air_worktime();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_worktime(float value) {
|
|
|
+ _has_bits_[1] |= 0x00000002u;
|
|
|
+ air_worktime_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_worktime(float value) {
|
|
|
+ _internal_set_air_worktime(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_worktime)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float air_offtime = 35;
|
|
|
+inline bool decition::_internal_has_air_offtime() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000004u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_offtime() const {
|
|
|
+ return _internal_has_air_offtime();
|
|
|
+}
|
|
|
+inline void decition::clear_air_offtime() {
|
|
|
+ air_offtime_ = 0;
|
|
|
+ _has_bits_[1] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline float decition::_internal_air_offtime() const {
|
|
|
+ return air_offtime_;
|
|
|
+}
|
|
|
+inline float decition::air_offtime() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_offtime)
|
|
|
+ return _internal_air_offtime();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_offtime(float value) {
|
|
|
+ _has_bits_[1] |= 0x00000004u;
|
|
|
+ air_offtime_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_offtime(float value) {
|
|
|
+ _internal_set_air_offtime(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_offtime)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_on = 36;
|
|
|
+inline bool decition::_internal_has_air_on() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000008u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_on() const {
|
|
|
+ return _internal_has_air_on();
|
|
|
+}
|
|
|
+inline void decition::clear_air_on() {
|
|
|
+ air_on_ = false;
|
|
|
+ _has_bits_[1] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_on() const {
|
|
|
+ return air_on_;
|
|
|
+}
|
|
|
+inline bool decition::air_on() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_on)
|
|
|
+ return _internal_air_on();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_on(bool value) {
|
|
|
+ _has_bits_[1] |= 0x00000008u;
|
|
|
+ air_on_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_on(bool value) {
|
|
|
+ _internal_set_air_on(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_on)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_ac = 37;
|
|
|
+inline bool decition::_internal_has_air_ac() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000010u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_ac() const {
|
|
|
+ return _internal_has_air_ac();
|
|
|
+}
|
|
|
+inline void decition::clear_air_ac() {
|
|
|
+ air_ac_ = false;
|
|
|
+ _has_bits_[1] &= ~0x00000010u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_ac() const {
|
|
|
+ return air_ac_;
|
|
|
+}
|
|
|
+inline bool decition::air_ac() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_ac)
|
|
|
+ return _internal_air_ac();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_ac(bool value) {
|
|
|
+ _has_bits_[1] |= 0x00000010u;
|
|
|
+ air_ac_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_ac(bool value) {
|
|
|
+ _internal_set_air_ac(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_ac)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_circle = 38;
|
|
|
+inline bool decition::_internal_has_air_circle() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000020u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_circle() const {
|
|
|
+ return _internal_has_air_circle();
|
|
|
+}
|
|
|
+inline void decition::clear_air_circle() {
|
|
|
+ air_circle_ = false;
|
|
|
+ _has_bits_[1] &= ~0x00000020u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_circle() const {
|
|
|
+ return air_circle_;
|
|
|
+}
|
|
|
+inline bool decition::air_circle() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_circle)
|
|
|
+ return _internal_air_circle();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_circle(bool value) {
|
|
|
+ _has_bits_[1] |= 0x00000020u;
|
|
|
+ air_circle_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_circle(bool value) {
|
|
|
+ _internal_set_air_circle(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_circle)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_auto = 39;
|
|
|
+inline bool decition::_internal_has_air_auto() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000040u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_auto() const {
|
|
|
+ return _internal_has_air_auto();
|
|
|
+}
|
|
|
+inline void decition::clear_air_auto() {
|
|
|
+ air_auto_ = false;
|
|
|
+ _has_bits_[1] &= ~0x00000040u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_auto() const {
|
|
|
+ return air_auto_;
|
|
|
+}
|
|
|
+inline bool decition::air_auto() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_auto)
|
|
|
+ return _internal_air_auto();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_auto(bool value) {
|
|
|
+ _has_bits_[1] |= 0x00000040u;
|
|
|
+ air_auto_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_auto(bool value) {
|
|
|
+ _internal_set_air_auto(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_auto)
|
|
|
+}
|
|
|
+
|
|
|
+// optional bool air_off = 40;
|
|
|
+inline bool decition::_internal_has_air_off() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000080u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_air_off() const {
|
|
|
+ return _internal_has_air_off();
|
|
|
+}
|
|
|
+inline void decition::clear_air_off() {
|
|
|
+ air_off_ = false;
|
|
|
+ _has_bits_[1] &= ~0x00000080u;
|
|
|
+}
|
|
|
+inline bool decition::_internal_air_off() const {
|
|
|
+ return air_off_;
|
|
|
+}
|
|
|
+inline bool decition::air_off() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.air_off)
|
|
|
+ return _internal_air_off();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_air_off(bool value) {
|
|
|
+ _has_bits_[1] |= 0x00000080u;
|
|
|
+ air_off_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_air_off(bool value) {
|
|
|
+ _internal_set_air_off(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.air_off)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 window_fl = 41;
|
|
|
+inline bool decition::_internal_has_window_fl() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000100u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_window_fl() const {
|
|
|
+ return _internal_has_window_fl();
|
|
|
+}
|
|
|
+inline void decition::clear_window_fl() {
|
|
|
+ window_fl_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00000100u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_window_fl() const {
|
|
|
+ return window_fl_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::window_fl() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.window_fl)
|
|
|
+ return _internal_window_fl();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_window_fl(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00000100u;
|
|
|
+ window_fl_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_window_fl(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_window_fl(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.window_fl)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 window_fr = 42;
|
|
|
+inline bool decition::_internal_has_window_fr() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000200u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_window_fr() const {
|
|
|
+ return _internal_has_window_fr();
|
|
|
+}
|
|
|
+inline void decition::clear_window_fr() {
|
|
|
+ window_fr_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00000200u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_window_fr() const {
|
|
|
+ return window_fr_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::window_fr() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.window_fr)
|
|
|
+ return _internal_window_fr();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_window_fr(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00000200u;
|
|
|
+ window_fr_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_window_fr(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_window_fr(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.window_fr)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 window_rl = 43;
|
|
|
+inline bool decition::_internal_has_window_rl() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000400u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_window_rl() const {
|
|
|
+ return _internal_has_window_rl();
|
|
|
+}
|
|
|
+inline void decition::clear_window_rl() {
|
|
|
+ window_rl_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00000400u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_window_rl() const {
|
|
|
+ return window_rl_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::window_rl() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.window_rl)
|
|
|
+ return _internal_window_rl();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_window_rl(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00000400u;
|
|
|
+ window_rl_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_window_rl(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_window_rl(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.window_rl)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 window_rr = 44;
|
|
|
+inline bool decition::_internal_has_window_rr() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00000800u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_window_rr() const {
|
|
|
+ return _internal_has_window_rr();
|
|
|
+}
|
|
|
+inline void decition::clear_window_rr() {
|
|
|
+ window_rr_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00000800u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_window_rr() const {
|
|
|
+ return window_rr_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::window_rr() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.window_rr)
|
|
|
+ return _internal_window_rr();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_window_rr(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00000800u;
|
|
|
+ window_rr_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_window_rr(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_window_rr(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.window_rr)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 angle_mode = 45;
|
|
|
+inline bool decition::_internal_has_angle_mode() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00001000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_angle_mode() const {
|
|
|
+ return _internal_has_angle_mode();
|
|
|
+}
|
|
|
+inline void decition::clear_angle_mode() {
|
|
|
+ angle_mode_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00001000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_angle_mode() const {
|
|
|
+ return angle_mode_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::angle_mode() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.angle_mode)
|
|
|
+ return _internal_angle_mode();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_angle_mode(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00001000u;
|
|
|
+ angle_mode_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_angle_mode(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_angle_mode(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.angle_mode)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 angle_active = 46;
|
|
|
+inline bool decition::_internal_has_angle_active() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00002000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_angle_active() const {
|
|
|
+ return _internal_has_angle_active();
|
|
|
+}
|
|
|
+inline void decition::clear_angle_active() {
|
|
|
+ angle_active_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00002000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_angle_active() const {
|
|
|
+ return angle_active_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::angle_active() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.angle_active)
|
|
|
+ return _internal_angle_active();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_angle_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00002000u;
|
|
|
+ angle_active_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_angle_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_angle_active(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.angle_active)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 acc_active = 47;
|
|
|
+inline bool decition::_internal_has_acc_active() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00004000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_acc_active() const {
|
|
|
+ return _internal_has_acc_active();
|
|
|
+}
|
|
|
+inline void decition::clear_acc_active() {
|
|
|
+ acc_active_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00004000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_acc_active() const {
|
|
|
+ return acc_active_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::acc_active() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.acc_active)
|
|
|
+ return _internal_acc_active();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_acc_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00004000u;
|
|
|
+ acc_active_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_acc_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_acc_active(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.acc_active)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 brake_active = 48;
|
|
|
+inline bool decition::_internal_has_brake_active() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00008000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_brake_active() const {
|
|
|
+ return _internal_has_brake_active();
|
|
|
+}
|
|
|
+inline void decition::clear_brake_active() {
|
|
|
+ brake_active_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00008000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_brake_active() const {
|
|
|
+ return brake_active_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::brake_active() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.brake_active)
|
|
|
+ return _internal_brake_active();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_brake_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00008000u;
|
|
|
+ brake_active_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_brake_active(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_brake_active(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.brake_active)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 brake_type = 49;
|
|
|
+inline bool decition::_internal_has_brake_type() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00010000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_brake_type() const {
|
|
|
+ return _internal_has_brake_type();
|
|
|
+}
|
|
|
+inline void decition::clear_brake_type() {
|
|
|
+ brake_type_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00010000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_brake_type() const {
|
|
|
+ return brake_type_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::brake_type() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.brake_type)
|
|
|
+ return _internal_brake_type();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_brake_type(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00010000u;
|
|
|
+ brake_type_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_brake_type(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_brake_type(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.brake_type)
|
|
|
+}
|
|
|
+
|
|
|
+// optional float niuju_y = 50;
|
|
|
+inline bool decition::_internal_has_niuju_y() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00020000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_niuju_y() const {
|
|
|
+ return _internal_has_niuju_y();
|
|
|
+}
|
|
|
+inline void decition::clear_niuju_y() {
|
|
|
+ niuju_y_ = 0;
|
|
|
+ _has_bits_[1] &= ~0x00020000u;
|
|
|
+}
|
|
|
+inline float decition::_internal_niuju_y() const {
|
|
|
+ return niuju_y_;
|
|
|
+}
|
|
|
+inline float decition::niuju_y() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.niuju_y)
|
|
|
+ return _internal_niuju_y();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_niuju_y(float value) {
|
|
|
+ _has_bits_[1] |= 0x00020000u;
|
|
|
+ niuju_y_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_niuju_y(float value) {
|
|
|
+ _internal_set_niuju_y(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.niuju_y)
|
|
|
+}
|
|
|
+
|
|
|
+// optional uint32 auto_mode = 51;
|
|
|
+inline bool decition::_internal_has_auto_mode() const {
|
|
|
+ bool value = (_has_bits_[1] & 0x00040000u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool decition::has_auto_mode() const {
|
|
|
+ return _internal_has_auto_mode();
|
|
|
+}
|
|
|
+inline void decition::clear_auto_mode() {
|
|
|
+ auto_mode_ = 0u;
|
|
|
+ _has_bits_[1] &= ~0x00040000u;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::_internal_auto_mode() const {
|
|
|
+ return auto_mode_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::uint32 decition::auto_mode() const {
|
|
|
+ // @@protoc_insertion_point(field_get:iv.brain.decition.auto_mode)
|
|
|
+ return _internal_auto_mode();
|
|
|
+}
|
|
|
+inline void decition::_internal_set_auto_mode(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _has_bits_[1] |= 0x00040000u;
|
|
|
+ auto_mode_ = value;
|
|
|
+}
|
|
|
+inline void decition::set_auto_mode(::PROTOBUF_NAMESPACE_ID::uint32 value) {
|
|
|
+ _internal_set_auto_mode(value);
|
|
|
+ // @@protoc_insertion_point(field_set:iv.brain.decition.auto_mode)
|
|
|
+}
|
|
|
+
|
|
|
+#ifdef __GNUC__
|
|
|
+ #pragma GCC diagnostic pop
|
|
|
+#endif // __GNUC__
|
|
|
+
|
|
|
+// @@protoc_insertion_point(namespace_scope)
|
|
|
+
|
|
|
+} // namespace brain
|
|
|
+} // namespace iv
|
|
|
+
|
|
|
+// @@protoc_insertion_point(global_scope)
|
|
|
+
|
|
|
+#include <google/protobuf/port_undef.inc>
|
|
|
+#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_decition_2eproto
|