Repository URL to install this package:
|
Version:
4.1.0 ▾
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: bosdyn/api/mission/util.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
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()
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
from bosdyn.api import alerts_pb2 as bosdyn_dot_api_dot_alerts__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x62osdyn/api/mission/util.proto\x12\x12\x62osdyn.api.mission\x1a\x19google/protobuf/any.proto\x1a\x17\x62osdyn/api/alerts.proto\"A\n\x08KeyValue\x12\x0b\n\x03key\x18\x01 \x01(\t\x12(\n\x05value\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.mission.Value\"\xc6\x01\n\x05Value\x12\x35\n\x08\x63onstant\x18\x02 \x01(\x0b\x32!.bosdyn.api.mission.ConstantValueH\x00\x12>\n\x0bruntime_var\x18\x03 \x01(\x0b\x32\'.bosdyn.api.mission.VariableDeclarationH\x00\x12<\n\tparameter\x18\x04 \x01(\x0b\x32\'.bosdyn.api.mission.VariableDeclarationH\x00\x42\x08\n\x06source\"\xc9\x01\n\x13VariableDeclaration\x12\x0c\n\x04name\x18\x01 \x01(\t\x12:\n\x04type\x18\x02 \x01(\x0e\x32,.bosdyn.api.mission.VariableDeclaration.Type\"h\n\x04Type\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x0e\n\nTYPE_FLOAT\x10\x01\x12\x0f\n\x0bTYPE_STRING\x10\x02\x12\x0c\n\x08TYPE_INT\x10\x03\x12\r\n\tTYPE_BOOL\x10\x04\x12\x10\n\x0cTYPE_MESSAGE\x10\x05\"\x9d\x01\n\rConstantValue\x12\x15\n\x0b\x66loat_value\x18\x01 \x01(\x01H\x00\x12\x16\n\x0cstring_value\x18\x02 \x01(\tH\x00\x12\x13\n\tint_value\x18\x03 \x01(\x03H\x00\x12\x14\n\nbool_value\x18\x04 \x01(\x08H\x00\x12)\n\tmsg_value\x18\x05 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\x07\n\x05value\"c\n\x0bMissionText\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x35\n\x08severity\x18\x02 \x01(\x0e\x32#.bosdyn.api.AlertData.SeverityLevel\x12\x0f\n\x07node_id\x18\x03 \x01(\x03\"_\n\x08UserData\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nbytestring\x18\x03 \x01(\x0c\x12\x33\n\x15source_representation\x18\x04 \x01(\x0b\x32\x14.google.protobuf.Any*j\n\x06Result\x12\x12\n\x0eRESULT_UNKNOWN\x10\x00\x12\x12\n\x0eRESULT_FAILURE\x10\x01\x12\x12\n\x0eRESULT_RUNNING\x10\x02\x12\x12\n\x0eRESULT_SUCCESS\x10\x03\x12\x10\n\x0cRESULT_ERROR\x10\x04\x42\x0b\x42\tUtilProtob\x06proto3')
_RESULT = DESCRIPTOR.enum_types_by_name['Result']
Result = enum_type_wrapper.EnumTypeWrapper(_RESULT)
RESULT_UNKNOWN = 0
RESULT_FAILURE = 1
RESULT_RUNNING = 2
RESULT_SUCCESS = 3
RESULT_ERROR = 4
_KEYVALUE = DESCRIPTOR.message_types_by_name['KeyValue']
_VALUE = DESCRIPTOR.message_types_by_name['Value']
_VARIABLEDECLARATION = DESCRIPTOR.message_types_by_name['VariableDeclaration']
_CONSTANTVALUE = DESCRIPTOR.message_types_by_name['ConstantValue']
_MISSIONTEXT = DESCRIPTOR.message_types_by_name['MissionText']
_USERDATA = DESCRIPTOR.message_types_by_name['UserData']
_VARIABLEDECLARATION_TYPE = _VARIABLEDECLARATION.enum_types_by_name['Type']
KeyValue = _reflection.GeneratedProtocolMessageType('KeyValue', (_message.Message,), {
'DESCRIPTOR' : _KEYVALUE,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.KeyValue)
})
_sym_db.RegisterMessage(KeyValue)
Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), {
'DESCRIPTOR' : _VALUE,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.Value)
})
_sym_db.RegisterMessage(Value)
VariableDeclaration = _reflection.GeneratedProtocolMessageType('VariableDeclaration', (_message.Message,), {
'DESCRIPTOR' : _VARIABLEDECLARATION,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.VariableDeclaration)
})
_sym_db.RegisterMessage(VariableDeclaration)
ConstantValue = _reflection.GeneratedProtocolMessageType('ConstantValue', (_message.Message,), {
'DESCRIPTOR' : _CONSTANTVALUE,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.ConstantValue)
})
_sym_db.RegisterMessage(ConstantValue)
MissionText = _reflection.GeneratedProtocolMessageType('MissionText', (_message.Message,), {
'DESCRIPTOR' : _MISSIONTEXT,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.MissionText)
})
_sym_db.RegisterMessage(MissionText)
UserData = _reflection.GeneratedProtocolMessageType('UserData', (_message.Message,), {
'DESCRIPTOR' : _USERDATA,
'__module__' : 'bosdyn.api.mission.util_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.mission.UserData)
})
_sym_db.RegisterMessage(UserData)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\tUtilProto'
_RESULT._serialized_start=935
_RESULT._serialized_end=1041
_KEYVALUE._serialized_start=105
_KEYVALUE._serialized_end=170
_VALUE._serialized_start=173
_VALUE._serialized_end=371
_VARIABLEDECLARATION._serialized_start=374
_VARIABLEDECLARATION._serialized_end=575
_VARIABLEDECLARATION_TYPE._serialized_start=471
_VARIABLEDECLARATION_TYPE._serialized_end=575
_CONSTANTVALUE._serialized_start=578
_CONSTANTVALUE._serialized_end=735
_MISSIONTEXT._serialized_start=737
_MISSIONTEXT._serialized_end=836
_USERDATA._serialized_start=838
_USERDATA._serialized_end=933
# @@protoc_insertion_point(module_scope)