// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ParticleSwarm.proto package messages; public final class _File_ParticleSwarm { private _File_ParticleSwarm() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } static com.google.protobuf.Descriptors.Descriptor internal_static_messages_ParticleSwarm_descriptor; static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_messages_ParticleSwarm_fieldAccessorTable; static com.google.protobuf.Descriptors.Descriptor internal_static_messages_Particle_descriptor; static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_messages_Particle_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\023ParticleSwarm.proto\022\010messages\032\023RobotLo" + "cation.proto\"5\n\rParticleSwarm\022$\n\010particl" + "e\030\001 \003(\0132\022.messages.Particle\"@\n\010Particle\022" + "\016\n\006weight\030\001 \001(\002\022$\n\003loc\030\002 \001(\0132\027.messages." + "RobotLocationB\027B\023_File_ParticleSwarmP\001" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_messages_ParticleSwarm_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_messages_ParticleSwarm_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_messages_ParticleSwarm_descriptor, new java.lang.String[] { "Particle", }); internal_static_messages_Particle_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_messages_Particle_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_messages_Particle_descriptor, new java.lang.String[] { "Weight", "Loc", }); return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { messages._File_RobotLocation.getDescriptor(), }, assigner); } // @@protoc_insertion_point(outer_class_scope) }