|
|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
|
# source: flight_information.proto
|
|
|
|
|
|
|
|
|
|
import sys
|
|
|
|
|
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
|
|
|
|
"""Generated protocol buffer code."""
|
|
|
|
|
from google.protobuf.internal import builder as _builder
|
|
|
|
|
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 descriptor_pool as _descriptor_pool
|
|
|
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
|
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
|
|
|
|
|
|
@ -14,117 +13,15 @@ _sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
|
|
|
name='flight_information.proto',
|
|
|
|
|
package='',
|
|
|
|
|
syntax='proto3',
|
|
|
|
|
serialized_options=None,
|
|
|
|
|
serialized_pb=_b('\n\x18\x66light_information.proto\",\n\x03GPS\x12\x0b\n\x03LAT\x18\x01 \x01(\x02\x12\x0b\n\x03LON\x18\x02 \x01(\x02\x12\x0b\n\x03\x41LT\x18\x03 \x01(\x02\"@\n\x1a\x66light_information_message\x12\x11\n\x03gps\x18\x01 \x01(\x0b\x32\x04.GPS\x12\x0f\n\x07heading\x18\x02 \x01(\x02\x62\x06proto3')
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_GPS = _descriptor.Descriptor(
|
|
|
|
|
name='GPS',
|
|
|
|
|
full_name='GPS',
|
|
|
|
|
filename=None,
|
|
|
|
|
file=DESCRIPTOR,
|
|
|
|
|
containing_type=None,
|
|
|
|
|
fields=[
|
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
|
name='LAT', full_name='GPS.LAT', index=0,
|
|
|
|
|
number=1, type=2, cpp_type=6, label=1,
|
|
|
|
|
has_default_value=False, default_value=float(0),
|
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
|
serialized_options=None, file=DESCRIPTOR),
|
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
|
name='LON', full_name='GPS.LON', index=1,
|
|
|
|
|
number=2, type=2, cpp_type=6, label=1,
|
|
|
|
|
has_default_value=False, default_value=float(0),
|
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
|
serialized_options=None, file=DESCRIPTOR),
|
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
|
name='ALT', full_name='GPS.ALT', index=2,
|
|
|
|
|
number=3, type=2, cpp_type=6, label=1,
|
|
|
|
|
has_default_value=False, default_value=float(0),
|
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
|
serialized_options=None, file=DESCRIPTOR),
|
|
|
|
|
],
|
|
|
|
|
extensions=[
|
|
|
|
|
],
|
|
|
|
|
nested_types=[],
|
|
|
|
|
enum_types=[
|
|
|
|
|
],
|
|
|
|
|
serialized_options=None,
|
|
|
|
|
is_extendable=False,
|
|
|
|
|
syntax='proto3',
|
|
|
|
|
extension_ranges=[],
|
|
|
|
|
oneofs=[
|
|
|
|
|
],
|
|
|
|
|
serialized_start=28,
|
|
|
|
|
serialized_end=72,
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_FLIGHT_INFORMATION_MESSAGE = _descriptor.Descriptor(
|
|
|
|
|
name='flight_information_message',
|
|
|
|
|
full_name='flight_information_message',
|
|
|
|
|
filename=None,
|
|
|
|
|
file=DESCRIPTOR,
|
|
|
|
|
containing_type=None,
|
|
|
|
|
fields=[
|
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
|
name='gps', full_name='flight_information_message.gps', index=0,
|
|
|
|
|
number=1, type=11, cpp_type=10, label=1,
|
|
|
|
|
has_default_value=False, default_value=None,
|
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
|
serialized_options=None, file=DESCRIPTOR),
|
|
|
|
|
_descriptor.FieldDescriptor(
|
|
|
|
|
name='heading', full_name='flight_information_message.heading', index=1,
|
|
|
|
|
number=2, type=2, cpp_type=6, label=1,
|
|
|
|
|
has_default_value=False, default_value=float(0),
|
|
|
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
|
|
|
is_extension=False, extension_scope=None,
|
|
|
|
|
serialized_options=None, file=DESCRIPTOR),
|
|
|
|
|
],
|
|
|
|
|
extensions=[
|
|
|
|
|
],
|
|
|
|
|
nested_types=[],
|
|
|
|
|
enum_types=[
|
|
|
|
|
],
|
|
|
|
|
serialized_options=None,
|
|
|
|
|
is_extendable=False,
|
|
|
|
|
syntax='proto3',
|
|
|
|
|
extension_ranges=[],
|
|
|
|
|
oneofs=[
|
|
|
|
|
],
|
|
|
|
|
serialized_start=74,
|
|
|
|
|
serialized_end=138,
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
_FLIGHT_INFORMATION_MESSAGE.fields_by_name['gps'].message_type = _GPS
|
|
|
|
|
DESCRIPTOR.message_types_by_name['GPS'] = _GPS
|
|
|
|
|
DESCRIPTOR.message_types_by_name['flight_information_message'] = _FLIGHT_INFORMATION_MESSAGE
|
|
|
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
|
|
|
|
|
|
GPS = _reflection.GeneratedProtocolMessageType('GPS', (_message.Message,), dict(
|
|
|
|
|
DESCRIPTOR = _GPS,
|
|
|
|
|
__module__ = 'flight_information_pb2'
|
|
|
|
|
# @@protoc_insertion_point(class_scope:GPS)
|
|
|
|
|
))
|
|
|
|
|
_sym_db.RegisterMessage(GPS)
|
|
|
|
|
|
|
|
|
|
flight_information_message = _reflection.GeneratedProtocolMessageType('flight_information_message', (_message.Message,), dict(
|
|
|
|
|
DESCRIPTOR = _FLIGHT_INFORMATION_MESSAGE,
|
|
|
|
|
__module__ = 'flight_information_pb2'
|
|
|
|
|
# @@protoc_insertion_point(class_scope:flight_information_message)
|
|
|
|
|
))
|
|
|
|
|
_sym_db.RegisterMessage(flight_information_message)
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x66light_information.proto\"S\n\x03GPS\x12\x10\n\x03LAT\x18\x01 \x01(\x02H\x00\x88\x01\x01\x12\x10\n\x03LON\x18\x02 \x01(\x02H\x01\x88\x01\x01\x12\x10\n\x03\x41LT\x18\x03 \x01(\x02H\x02\x88\x01\x01\x42\x06\n\x04_LATB\x06\n\x04_LONB\x06\n\x04_ALT\"Q\n\x1a\x66light_information_message\x12\x11\n\x03gps\x18\x01 \x01(\x0b\x32\x04.GPS\x12\x14\n\x07heading\x18\x02 \x01(\x02H\x00\x88\x01\x01\x42\n\n\x08_headingb\x06proto3')
|
|
|
|
|
|
|
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
|
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'flight_information_pb2', globals())
|
|
|
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR._options = None
|
|
|
|
|
_GPS._serialized_start=28
|
|
|
|
|
_GPS._serialized_end=111
|
|
|
|
|
_FLIGHT_INFORMATION_MESSAGE._serialized_start=113
|
|
|
|
|
_FLIGHT_INFORMATION_MESSAGE._serialized_end=194
|
|
|
|
|
# @@protoc_insertion_point(module_scope)
|
|
|
|
|
|