Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bosdyn-api / api / gps / aggregator_pb2.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: bosdyn/api/gps/aggregator.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.gps import gps_pb2 as bosdyn_dot_api_dot_gps_dot_gps__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x62osdyn/api/gps/aggregator.proto\x12\x0e\x62osdyn.api.gps\x1a\x17\x62osdyn/api/header.proto\x1a\x18\x62osdyn/api/gps/gps.proto\"\xa0\x01\n\x11NewGpsDataRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x31\n\x0b\x64\x61ta_points\x18\x02 \x03(\x0b\x32\x1c.bosdyn.api.gps.GpsDataPoint\x12-\n\ngps_device\x18\x03 \x01(\x0b\x32\x19.bosdyn.api.gps.GpsDevice\"@\n\x12NewGpsDataResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeaderB\x11\x42\x0f\x41ggregatorProtob\x06proto3')



_NEWGPSDATAREQUEST = DESCRIPTOR.message_types_by_name['NewGpsDataRequest']
_NEWGPSDATARESPONSE = DESCRIPTOR.message_types_by_name['NewGpsDataResponse']
NewGpsDataRequest = _reflection.GeneratedProtocolMessageType('NewGpsDataRequest', (_message.Message,), {
  'DESCRIPTOR' : _NEWGPSDATAREQUEST,
  '__module__' : 'bosdyn.api.gps.aggregator_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.gps.NewGpsDataRequest)
  })
_sym_db.RegisterMessage(NewGpsDataRequest)

NewGpsDataResponse = _reflection.GeneratedProtocolMessageType('NewGpsDataResponse', (_message.Message,), {
  'DESCRIPTOR' : _NEWGPSDATARESPONSE,
  '__module__' : 'bosdyn.api.gps.aggregator_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.gps.NewGpsDataResponse)
  })
_sym_db.RegisterMessage(NewGpsDataResponse)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'B\017AggregatorProto'
  _NEWGPSDATAREQUEST._serialized_start=103
  _NEWGPSDATAREQUEST._serialized_end=263
  _NEWGPSDATARESPONSE._serialized_start=265
  _NEWGPSDATARESPONSE._serialized_end=329
# @@protoc_insertion_point(module_scope)