Source code for pygazebo.msg.publishers_pb2

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: publishers.proto

from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)


import publish_pb2


DESCRIPTOR = _descriptor.FileDescriptor(
  name='publishers.proto',
  package='gazebo.msgs',
  serialized_pb='\n\x10publishers.proto\x12\x0bgazebo.msgs\x1a\rpublish.proto\"5\n\nPublishers\x12\'\n\tpublisher\x18\x01 \x03(\x0b\x32\x14.gazebo.msgs.Publish')




_PUBLISHERS = _descriptor.Descriptor(
  name='Publishers',
  full_name='gazebo.msgs.Publishers',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='publisher', full_name='gazebo.msgs.Publishers.publisher', index=0,
      number=1, type=11, cpp_type=10, label=3,
      has_default_value=False, default_value=[],
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=48,
  serialized_end=101,
)

_PUBLISHERS.fields_by_name['publisher'].message_type = publish_pb2._PUBLISH
DESCRIPTOR.message_types_by_name['Publishers'] = _PUBLISHERS

[docs]class Publishers(_message.Message): __metaclass__ = _reflection.GeneratedProtocolMessageType DESCRIPTOR = _PUBLISHERS # @@protoc_insertion_point(class_scope:gazebo.msgs.Publishers) # @@protoc_insertion_point(module_scope)