# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: enums.proto from google.protobuf.internal import enum_type_wrapper from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='enums.proto', package='', syntax='proto3', serialized_options=None, create_key=_descriptor._internal_create_key, serialized_pb=b'\n\x0b\x65nums.proto*\x8b\x02\n\x0bMessageType\x12\x16\n\x12MESSAGE_TYPE_IMAGE\x10\x00\x12\x1d\n\x19MESSAGE_TYPE_TOGGLE_TRACK\x10\x01\x12\x1e\n\x1aMESSAGE_TYPE_TOGGLE_DETECT\x10\x02\x12\x1c\n\x18MESSAGE_TYPE_TRACK_COORD\x10\x03\x12\x1f\n\x1bMESSAGE_TYPE_TRACK_SETTINGS\x10\x04\x12\x1e\n\x1aMESSAGE_TYPE_SWITCH_CAMERA\x10\x05\x12\x1b\n\x17MESSAGE_TYPE_SET_CAMERA\x10\x06\x12)\n%MESSAGE_TYPE_CAMERA_CONNECTION_STATUS\x10\x07\x62\x06proto3' ) _MESSAGETYPE = _descriptor.EnumDescriptor( name='MessageType', full_name='MessageType', filename=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, values=[ _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_IMAGE', index=0, number=0, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_TOGGLE_TRACK', index=1, number=1, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_TOGGLE_DETECT', index=2, number=2, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_TRACK_COORD', index=3, number=3, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_TRACK_SETTINGS', index=4, number=4, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_SWITCH_CAMERA', index=5, number=5, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_SET_CAMERA', index=6, number=6, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='MESSAGE_TYPE_CAMERA_CONNECTION_STATUS', index=7, number=7, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), ], containing_type=None, serialized_options=None, serialized_start=16, serialized_end=283, ) _sym_db.RegisterEnumDescriptor(_MESSAGETYPE) MessageType = enum_type_wrapper.EnumTypeWrapper(_MESSAGETYPE) MESSAGE_TYPE_IMAGE = 0 MESSAGE_TYPE_TOGGLE_TRACK = 1 MESSAGE_TYPE_TOGGLE_DETECT = 2 MESSAGE_TYPE_TRACK_COORD = 3 MESSAGE_TYPE_TRACK_SETTINGS = 4 MESSAGE_TYPE_SWITCH_CAMERA = 5 MESSAGE_TYPE_SET_CAMERA = 6 MESSAGE_TYPE_CAMERA_CONNECTION_STATUS = 7 DESCRIPTOR.enum_types_by_name['MessageType'] = _MESSAGETYPE _sym_db.RegisterFileDescriptor(DESCRIPTOR) # @@protoc_insertion_point(module_scope)