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/spot_cam/power.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 google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x62osdyn/api/spot_cam/power.proto\x12\x13\x62osdyn.api.spot_cam\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17\x62osdyn/api/header.proto\"\xbc\x01\n\x0bPowerStatus\x12\'\n\x03ptz\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x04\x61ux1\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x04\x61ux2\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0c\x65xternal_mic\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"B\n\x15GetPowerStatusRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"v\n\x16GetPowerStatusResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x30\n\x06status\x18\x02 \x01(\x0b\x32 .bosdyn.api.spot_cam.PowerStatus\"t\n\x15SetPowerStatusRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x30\n\x06status\x18\x02 \x01(\x0b\x32 .bosdyn.api.spot_cam.PowerStatus\"v\n\x16SetPowerStatusResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x30\n\x06status\x18\x02 \x01(\x0b\x32 .bosdyn.api.spot_cam.PowerStatus\"p\n\x11\x43yclePowerRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x30\n\x06status\x18\x02 \x01(\x0b\x32 .bosdyn.api.spot_cam.PowerStatus\"r\n\x12\x43yclePowerResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x30\n\x06status\x18\x02 \x01(\x0b\x32 .bosdyn.api.spot_cam.PowerStatusB\x0c\x42\nPowerProtob\x06proto3')
_POWERSTATUS = DESCRIPTOR.message_types_by_name['PowerStatus']
_GETPOWERSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetPowerStatusRequest']
_GETPOWERSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetPowerStatusResponse']
_SETPOWERSTATUSREQUEST = DESCRIPTOR.message_types_by_name['SetPowerStatusRequest']
_SETPOWERSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['SetPowerStatusResponse']
_CYCLEPOWERREQUEST = DESCRIPTOR.message_types_by_name['CyclePowerRequest']
_CYCLEPOWERRESPONSE = DESCRIPTOR.message_types_by_name['CyclePowerResponse']
PowerStatus = _reflection.GeneratedProtocolMessageType('PowerStatus', (_message.Message,), {
'DESCRIPTOR' : _POWERSTATUS,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.PowerStatus)
})
_sym_db.RegisterMessage(PowerStatus)
GetPowerStatusRequest = _reflection.GeneratedProtocolMessageType('GetPowerStatusRequest', (_message.Message,), {
'DESCRIPTOR' : _GETPOWERSTATUSREQUEST,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetPowerStatusRequest)
})
_sym_db.RegisterMessage(GetPowerStatusRequest)
GetPowerStatusResponse = _reflection.GeneratedProtocolMessageType('GetPowerStatusResponse', (_message.Message,), {
'DESCRIPTOR' : _GETPOWERSTATUSRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetPowerStatusResponse)
})
_sym_db.RegisterMessage(GetPowerStatusResponse)
SetPowerStatusRequest = _reflection.GeneratedProtocolMessageType('SetPowerStatusRequest', (_message.Message,), {
'DESCRIPTOR' : _SETPOWERSTATUSREQUEST,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.SetPowerStatusRequest)
})
_sym_db.RegisterMessage(SetPowerStatusRequest)
SetPowerStatusResponse = _reflection.GeneratedProtocolMessageType('SetPowerStatusResponse', (_message.Message,), {
'DESCRIPTOR' : _SETPOWERSTATUSRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.SetPowerStatusResponse)
})
_sym_db.RegisterMessage(SetPowerStatusResponse)
CyclePowerRequest = _reflection.GeneratedProtocolMessageType('CyclePowerRequest', (_message.Message,), {
'DESCRIPTOR' : _CYCLEPOWERREQUEST,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.CyclePowerRequest)
})
_sym_db.RegisterMessage(CyclePowerRequest)
CyclePowerResponse = _reflection.GeneratedProtocolMessageType('CyclePowerResponse', (_message.Message,), {
'DESCRIPTOR' : _CYCLEPOWERRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.power_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.CyclePowerResponse)
})
_sym_db.RegisterMessage(CyclePowerResponse)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\nPowerProto'
_POWERSTATUS._serialized_start=114
_POWERSTATUS._serialized_end=302
_GETPOWERSTATUSREQUEST._serialized_start=304
_GETPOWERSTATUSREQUEST._serialized_end=370
_GETPOWERSTATUSRESPONSE._serialized_start=372
_GETPOWERSTATUSRESPONSE._serialized_end=490
_SETPOWERSTATUSREQUEST._serialized_start=492
_SETPOWERSTATUSREQUEST._serialized_end=608
_SETPOWERSTATUSRESPONSE._serialized_start=610
_SETPOWERSTATUSRESPONSE._serialized_end=728
_CYCLEPOWERREQUEST._serialized_start=730
_CYCLEPOWERREQUEST._serialized_end=842
_CYCLEPOWERRESPONSE._serialized_start=844
_CYCLEPOWERRESPONSE._serialized_end=958
# @@protoc_insertion_point(module_scope)