File size: 1,792 Bytes
9b9e0ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: datum_mos.proto

import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
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
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor.FileDescriptor(
  name='datum_mos.proto',
  package='',
  syntax='proto2',
  serialized_pb=_b('\n\x0f\x64\x61tum_mos.proto\"\x18\n\tDatum_mos\x12\x0b\n\x03mos\x18\x04 \x02(\x02')
)




_DATUM_MOS = _descriptor.Descriptor(
  name='Datum_mos',
  full_name='Datum_mos',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='mos', full_name='Datum_mos.mos', index=0,
      number=4, type=2, cpp_type=6, label=2,
      has_default_value=False, default_value=float(0),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  syntax='proto2',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=19,
  serialized_end=43,
)

DESCRIPTOR.message_types_by_name['Datum_mos'] = _DATUM_MOS
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

Datum_mos = _reflection.GeneratedProtocolMessageType('Datum_mos', (_message.Message,), dict(
  DESCRIPTOR = _DATUM_MOS,
  __module__ = 'datum_mos_pb2'
  # @@protoc_insertion_point(class_scope:Datum_mos)
  ))
_sym_db.RegisterMessage(Datum_mos)


# @@protoc_insertion_point(module_scope)