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/health.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
from bosdyn.api import robot_state_pb2 as bosdyn_dot_api_dot_robot__state__pb2
from bosdyn.api import data_chunk_pb2 as bosdyn_dot_api_dot_data__chunk__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n bosdyn/api/spot_cam/health.proto\x12\x13\x62osdyn.api.spot_cam\x1a\x17\x62osdyn/api/header.proto\x1a\x1c\x62osdyn/api/robot_state.proto\x1a\x1b\x62osdyn/api/data_chunk.proto\"8\n\x0bTemperature\x12\x14\n\x0c\x63hannel_name\x18\x01 \x01(\t\x12\x13\n\x0btemperature\x18\x02 \x01(\x03\"B\n\x15\x43learBITEventsRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"D\n\x16\x43learBITEventsResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\"@\n\x13GetBITStatusRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\xe4\x02\n\x14GetBITStatusResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\'\n\x06\x65vents\x18\x02 \x03(\x0b\x32\x17.bosdyn.api.SystemFault\x12K\n\x0c\x64\x65gradations\x18\x03 \x03(\x0b\x32\x35.bosdyn.api.spot_cam.GetBITStatusResponse.Degradation\x1a\xa9\x01\n\x0b\x44\x65gradation\x12S\n\x04type\x18\x01 \x01(\x0e\x32\x45.bosdyn.api.spot_cam.GetBITStatusResponse.Degradation.DegradationType\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"0\n\x0f\x44\x65gradationType\x12\x0b\n\x07STORAGE\x10\x00\x12\x07\n\x03PTZ\x10\x01\x12\x07\n\x03LED\x10\x02\"B\n\x15GetTemperatureRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"u\n\x16GetTemperatureResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12/\n\x05temps\x18\x02 \x03(\x0b\x32 .bosdyn.api.spot_cam.Temperature\"@\n\x13GetSystemLogRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"g\n\x14GetSystemLogResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12#\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x15.bosdyn.api.DataChunkB\rB\x0bHealthProtob\x06proto3')
_TEMPERATURE = DESCRIPTOR.message_types_by_name['Temperature']
_CLEARBITEVENTSREQUEST = DESCRIPTOR.message_types_by_name['ClearBITEventsRequest']
_CLEARBITEVENTSRESPONSE = DESCRIPTOR.message_types_by_name['ClearBITEventsResponse']
_GETBITSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetBITStatusRequest']
_GETBITSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetBITStatusResponse']
_GETBITSTATUSRESPONSE_DEGRADATION = _GETBITSTATUSRESPONSE.nested_types_by_name['Degradation']
_GETTEMPERATUREREQUEST = DESCRIPTOR.message_types_by_name['GetTemperatureRequest']
_GETTEMPERATURERESPONSE = DESCRIPTOR.message_types_by_name['GetTemperatureResponse']
_GETSYSTEMLOGREQUEST = DESCRIPTOR.message_types_by_name['GetSystemLogRequest']
_GETSYSTEMLOGRESPONSE = DESCRIPTOR.message_types_by_name['GetSystemLogResponse']
_GETBITSTATUSRESPONSE_DEGRADATION_DEGRADATIONTYPE = _GETBITSTATUSRESPONSE_DEGRADATION.enum_types_by_name['DegradationType']
Temperature = _reflection.GeneratedProtocolMessageType('Temperature', (_message.Message,), {
'DESCRIPTOR' : _TEMPERATURE,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.Temperature)
})
_sym_db.RegisterMessage(Temperature)
ClearBITEventsRequest = _reflection.GeneratedProtocolMessageType('ClearBITEventsRequest', (_message.Message,), {
'DESCRIPTOR' : _CLEARBITEVENTSREQUEST,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.ClearBITEventsRequest)
})
_sym_db.RegisterMessage(ClearBITEventsRequest)
ClearBITEventsResponse = _reflection.GeneratedProtocolMessageType('ClearBITEventsResponse', (_message.Message,), {
'DESCRIPTOR' : _CLEARBITEVENTSRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.ClearBITEventsResponse)
})
_sym_db.RegisterMessage(ClearBITEventsResponse)
GetBITStatusRequest = _reflection.GeneratedProtocolMessageType('GetBITStatusRequest', (_message.Message,), {
'DESCRIPTOR' : _GETBITSTATUSREQUEST,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetBITStatusRequest)
})
_sym_db.RegisterMessage(GetBITStatusRequest)
GetBITStatusResponse = _reflection.GeneratedProtocolMessageType('GetBITStatusResponse', (_message.Message,), {
'Degradation' : _reflection.GeneratedProtocolMessageType('Degradation', (_message.Message,), {
'DESCRIPTOR' : _GETBITSTATUSRESPONSE_DEGRADATION,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetBITStatusResponse.Degradation)
})
,
'DESCRIPTOR' : _GETBITSTATUSRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetBITStatusResponse)
})
_sym_db.RegisterMessage(GetBITStatusResponse)
_sym_db.RegisterMessage(GetBITStatusResponse.Degradation)
GetTemperatureRequest = _reflection.GeneratedProtocolMessageType('GetTemperatureRequest', (_message.Message,), {
'DESCRIPTOR' : _GETTEMPERATUREREQUEST,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetTemperatureRequest)
})
_sym_db.RegisterMessage(GetTemperatureRequest)
GetTemperatureResponse = _reflection.GeneratedProtocolMessageType('GetTemperatureResponse', (_message.Message,), {
'DESCRIPTOR' : _GETTEMPERATURERESPONSE,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetTemperatureResponse)
})
_sym_db.RegisterMessage(GetTemperatureResponse)
GetSystemLogRequest = _reflection.GeneratedProtocolMessageType('GetSystemLogRequest', (_message.Message,), {
'DESCRIPTOR' : _GETSYSTEMLOGREQUEST,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSystemLogRequest)
})
_sym_db.RegisterMessage(GetSystemLogRequest)
GetSystemLogResponse = _reflection.GeneratedProtocolMessageType('GetSystemLogResponse', (_message.Message,), {
'DESCRIPTOR' : _GETSYSTEMLOGRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.health_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSystemLogResponse)
})
_sym_db.RegisterMessage(GetSystemLogResponse)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\013HealthProto'
_TEMPERATURE._serialized_start=141
_TEMPERATURE._serialized_end=197
_CLEARBITEVENTSREQUEST._serialized_start=199
_CLEARBITEVENTSREQUEST._serialized_end=265
_CLEARBITEVENTSRESPONSE._serialized_start=267
_CLEARBITEVENTSRESPONSE._serialized_end=335
_GETBITSTATUSREQUEST._serialized_start=337
_GETBITSTATUSREQUEST._serialized_end=401
_GETBITSTATUSRESPONSE._serialized_start=404
_GETBITSTATUSRESPONSE._serialized_end=760
_GETBITSTATUSRESPONSE_DEGRADATION._serialized_start=591
_GETBITSTATUSRESPONSE_DEGRADATION._serialized_end=760
_GETBITSTATUSRESPONSE_DEGRADATION_DEGRADATIONTYPE._serialized_start=712
_GETBITSTATUSRESPONSE_DEGRADATION_DEGRADATIONTYPE._serialized_end=760
_GETTEMPERATUREREQUEST._serialized_start=762
_GETTEMPERATUREREQUEST._serialized_end=828
_GETTEMPERATURERESPONSE._serialized_start=830
_GETTEMPERATURERESPONSE._serialized_end=947
_GETSYSTEMLOGREQUEST._serialized_start=949
_GETSYSTEMLOGREQUEST._serialized_end=1013
_GETSYSTEMLOGRESPONSE._serialized_start=1015
_GETSYSTEMLOGRESPONSE._serialized_end=1118
# @@protoc_insertion_point(module_scope)