You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.8 KiB
81 lines
2.8 KiB
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: SwitchCameraMessage.proto
|
|
|
|
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()
|
|
|
|
|
|
import CameraType_pb2 as CameraType__pb2
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name='SwitchCameraMessage.proto',
|
|
package='',
|
|
syntax='proto3',
|
|
serialized_options=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
serialized_pb=b'\n\x19SwitchCameraMessage.proto\x1a\x10\x43\x61meraType.proto\"a\n\x13SwitchCameraMessage\x12#\n\x0eprimaryCamType\x18\x01 \x01(\x0e\x32\x0b.CameraType\x12%\n\x10secondaryCamType\x18\x02 \x01(\x0e\x32\x0b.CameraTypeb\x06proto3'
|
|
,
|
|
dependencies=[CameraType__pb2.DESCRIPTOR,])
|
|
|
|
|
|
|
|
|
|
_SWITCHCAMERAMESSAGE = _descriptor.Descriptor(
|
|
name='SwitchCameraMessage',
|
|
full_name='SwitchCameraMessage',
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name='primaryCamType', full_name='SwitchCameraMessage.primaryCamType', index=0,
|
|
number=1, type=14, cpp_type=8, label=1,
|
|
has_default_value=False, default_value=0,
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
|
_descriptor.FieldDescriptor(
|
|
name='secondaryCamType', full_name='SwitchCameraMessage.secondaryCamType', index=1,
|
|
number=2, type=14, cpp_type=8, label=1,
|
|
has_default_value=False, default_value=0,
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
|
],
|
|
extensions=[
|
|
],
|
|
nested_types=[],
|
|
enum_types=[
|
|
],
|
|
serialized_options=None,
|
|
is_extendable=False,
|
|
syntax='proto3',
|
|
extension_ranges=[],
|
|
oneofs=[
|
|
],
|
|
serialized_start=47,
|
|
serialized_end=144,
|
|
)
|
|
|
|
_SWITCHCAMERAMESSAGE.fields_by_name['primaryCamType'].enum_type = CameraType__pb2._CAMERATYPE
|
|
_SWITCHCAMERAMESSAGE.fields_by_name['secondaryCamType'].enum_type = CameraType__pb2._CAMERATYPE
|
|
DESCRIPTOR.message_types_by_name['SwitchCameraMessage'] = _SWITCHCAMERAMESSAGE
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
SwitchCameraMessage = _reflection.GeneratedProtocolMessageType('SwitchCameraMessage', (_message.Message,), {
|
|
'DESCRIPTOR' : _SWITCHCAMERAMESSAGE,
|
|
'__module__' : 'SwitchCameraMessage_pb2'
|
|
# @@protoc_insertion_point(class_scope:SwitchCameraMessage)
|
|
})
|
|
_sym_db.RegisterMessage(SwitchCameraMessage)
|
|
|
|
|
|
# @@protoc_insertion_point(module_scope)
|