12345678910111213141516171819202122232425 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: decitionspeedlimit.proto
- """Generated protocol buffer code."""
- from google.protobuf.internal import builder as _builder
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import symbol_database as _symbol_database
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x64\x65\x63itionspeedlimit.proto\x12\x08iv.brain\"\xa4\x01\n\x12\x64\x65\x63itionspeedlimit\x12\r\n\x05speed\x18\x01 \x01(\x02\x12\x12\n\nwheelAngle\x18\x02 \x01(\x02\x12\x12\n\nwheelSpeed\x18\x03 \x01(\x02\x12\r\n\x05\x62rake\x18\x04 \x01(\x02\x12\x13\n\x0b\x61\x63\x63\x65lerator\x18\x05 \x01(\x02\x12\x0e\n\x06torque\x18\x06 \x01(\x02\x12\x10\n\x08leftLamp\x18\x07 \x01(\x08\x12\x11\n\trightLamp\x18\x08 \x01(\x08')
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'decitionspeedlimit_pb2', globals())
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- _DECITIONSPEEDLIMIT._serialized_start=39
- _DECITIONSPEEDLIMIT._serialized_end=203
- # @@protoc_insertion_point(module_scope)
|