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/ir_enable_disable.proto
"""Generated protocol buffer code."""
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 bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"bosdyn/api/ir_enable_disable.proto\x12\nbosdyn.api\x1a\x17\x62osdyn/api/header.proto\"\xc1\x01\n\x16IREnableDisableRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12;\n\x07request\x18\x02 \x01(\x0e\x32*.bosdyn.api.IREnableDisableRequest.Request\"?\n\x07Request\x12\x13\n\x0fREQUEST_UNKNOWN\x10\x00\x12\x0f\n\x0bREQUEST_OFF\x10\x01\x12\x0e\n\nREQUEST_ON\x10\x02\"E\n\x17IREnableDisableResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeaderB\x16\x42\x14IREnableDisableProtob\x06proto3')
_IRENABLEDISABLEREQUEST = DESCRIPTOR.message_types_by_name['IREnableDisableRequest']
_IRENABLEDISABLERESPONSE = DESCRIPTOR.message_types_by_name['IREnableDisableResponse']
_IRENABLEDISABLEREQUEST_REQUEST = _IRENABLEDISABLEREQUEST.enum_types_by_name['Request']
IREnableDisableRequest = _reflection.GeneratedProtocolMessageType('IREnableDisableRequest', (_message.Message,), {
'DESCRIPTOR' : _IRENABLEDISABLEREQUEST,
'__module__' : 'bosdyn.api.ir_enable_disable_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.IREnableDisableRequest)
})
_sym_db.RegisterMessage(IREnableDisableRequest)
IREnableDisableResponse = _reflection.GeneratedProtocolMessageType('IREnableDisableResponse', (_message.Message,), {
'DESCRIPTOR' : _IRENABLEDISABLERESPONSE,
'__module__' : 'bosdyn.api.ir_enable_disable_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.IREnableDisableResponse)
})
_sym_db.RegisterMessage(IREnableDisableResponse)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\024IREnableDisableProto'
_IRENABLEDISABLEREQUEST._serialized_start=76
_IRENABLEDISABLEREQUEST._serialized_end=269
_IRENABLEDISABLEREQUEST_REQUEST._serialized_start=206
_IRENABLEDISABLEREQUEST_REQUEST._serialized_end=269
_IRENABLEDISABLERESPONSE._serialized_start=271
_IRENABLEDISABLERESPONSE._serialized_end=340
# @@protoc_insertion_point(module_scope)