mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
454 lines
15 KiB
Java
454 lines
15 KiB
Java
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
|
// source: msgs/float64.proto
|
||
|
|
|
||
|
|
package gazebo.msgs;
|
||
|
|
|
||
|
|
public final class GzFloat64 {
|
||
|
|
private GzFloat64() {}
|
||
|
|
public static void registerAllExtensions(
|
||
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
||
|
|
}
|
||
|
|
public interface Float64OrBuilder
|
||
|
|
extends com.google.protobuf.MessageOrBuilder {
|
||
|
|
|
||
|
|
// required double data = 1;
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
boolean hasData();
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
double getData();
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* Protobuf type {@code gazebo.msgs.Float64}
|
||
|
|
*/
|
||
|
|
public static final class Float64 extends
|
||
|
|
com.google.protobuf.GeneratedMessage
|
||
|
|
implements Float64OrBuilder {
|
||
|
|
// Use Float64.newBuilder() to construct.
|
||
|
|
private Float64(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||
|
|
super(builder);
|
||
|
|
this.unknownFields = builder.getUnknownFields();
|
||
|
|
}
|
||
|
|
private Float64(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
|
||
|
|
|
||
|
|
private static final Float64 defaultInstance;
|
||
|
|
public static Float64 getDefaultInstance() {
|
||
|
|
return defaultInstance;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Float64 getDefaultInstanceForType() {
|
||
|
|
return defaultInstance;
|
||
|
|
}
|
||
|
|
|
||
|
|
private final com.google.protobuf.UnknownFieldSet unknownFields;
|
||
|
|
@java.lang.Override
|
||
|
|
public final com.google.protobuf.UnknownFieldSet
|
||
|
|
getUnknownFields() {
|
||
|
|
return this.unknownFields;
|
||
|
|
}
|
||
|
|
private Float64(
|
||
|
|
com.google.protobuf.CodedInputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
initFields();
|
||
|
|
int mutable_bitField0_ = 0;
|
||
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||
|
|
try {
|
||
|
|
boolean done = false;
|
||
|
|
while (!done) {
|
||
|
|
int tag = input.readTag();
|
||
|
|
switch (tag) {
|
||
|
|
case 0:
|
||
|
|
done = true;
|
||
|
|
break;
|
||
|
|
default: {
|
||
|
|
if (!parseUnknownField(input, unknownFields,
|
||
|
|
extensionRegistry, tag)) {
|
||
|
|
done = true;
|
||
|
|
}
|
||
|
|
break;
|
||
|
|
}
|
||
|
|
case 9: {
|
||
|
|
bitField0_ |= 0x00000001;
|
||
|
|
data_ = input.readDouble();
|
||
|
|
break;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||
|
|
throw e.setUnfinishedMessage(this);
|
||
|
|
} catch (java.io.IOException e) {
|
||
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||
|
|
e.getMessage()).setUnfinishedMessage(this);
|
||
|
|
} finally {
|
||
|
|
this.unknownFields = unknownFields.build();
|
||
|
|
makeExtensionsImmutable();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
|
getDescriptor() {
|
||
|
|
return gazebo.msgs.GzFloat64.internal_static_gazebo_msgs_Float64_descriptor;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
|
internalGetFieldAccessorTable() {
|
||
|
|
return gazebo.msgs.GzFloat64.internal_static_gazebo_msgs_Float64_fieldAccessorTable
|
||
|
|
.ensureFieldAccessorsInitialized(
|
||
|
|
gazebo.msgs.GzFloat64.Float64.class, gazebo.msgs.GzFloat64.Float64.Builder.class);
|
||
|
|
}
|
||
|
|
|
||
|
|
public static com.google.protobuf.Parser<Float64> PARSER =
|
||
|
|
new com.google.protobuf.AbstractParser<Float64>() {
|
||
|
|
public Float64 parsePartialFrom(
|
||
|
|
com.google.protobuf.CodedInputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
return new Float64(input, extensionRegistry);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
@java.lang.Override
|
||
|
|
public com.google.protobuf.Parser<Float64> getParserForType() {
|
||
|
|
return PARSER;
|
||
|
|
}
|
||
|
|
|
||
|
|
private int bitField0_;
|
||
|
|
// required double data = 1;
|
||
|
|
public static final int DATA_FIELD_NUMBER = 1;
|
||
|
|
private double data_;
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public boolean hasData() {
|
||
|
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public double getData() {
|
||
|
|
return data_;
|
||
|
|
}
|
||
|
|
|
||
|
|
private void initFields() {
|
||
|
|
data_ = 0D;
|
||
|
|
}
|
||
|
|
private byte memoizedIsInitialized = -1;
|
||
|
|
public final boolean isInitialized() {
|
||
|
|
byte isInitialized = memoizedIsInitialized;
|
||
|
|
if (isInitialized != -1) return isInitialized == 1;
|
||
|
|
|
||
|
|
if (!hasData()) {
|
||
|
|
memoizedIsInitialized = 0;
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
memoizedIsInitialized = 1;
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||
|
|
throws java.io.IOException {
|
||
|
|
getSerializedSize();
|
||
|
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
|
output.writeDouble(1, data_);
|
||
|
|
}
|
||
|
|
getUnknownFields().writeTo(output);
|
||
|
|
}
|
||
|
|
|
||
|
|
private int memoizedSerializedSize = -1;
|
||
|
|
public int getSerializedSize() {
|
||
|
|
int size = memoizedSerializedSize;
|
||
|
|
if (size != -1) return size;
|
||
|
|
|
||
|
|
size = 0;
|
||
|
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
|
size += com.google.protobuf.CodedOutputStream
|
||
|
|
.computeDoubleSize(1, data_);
|
||
|
|
}
|
||
|
|
size += getUnknownFields().getSerializedSize();
|
||
|
|
memoizedSerializedSize = size;
|
||
|
|
return size;
|
||
|
|
}
|
||
|
|
|
||
|
|
private static final long serialVersionUID = 0L;
|
||
|
|
@java.lang.Override
|
||
|
|
protected java.lang.Object writeReplace()
|
||
|
|
throws java.io.ObjectStreamException {
|
||
|
|
return super.writeReplace();
|
||
|
|
}
|
||
|
|
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
com.google.protobuf.ByteString data)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
return PARSER.parseFrom(data);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
com.google.protobuf.ByteString data,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(byte[] data)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
return PARSER.parseFrom(data);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
byte[] data,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(java.io.InputStream input)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseFrom(input);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
java.io.InputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseFrom(input, extensionRegistry);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseDelimitedFrom(java.io.InputStream input)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseDelimitedFrom(input);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseDelimitedFrom(
|
||
|
|
java.io.InputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseDelimitedFrom(input, extensionRegistry);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
com.google.protobuf.CodedInputStream input)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseFrom(input);
|
||
|
|
}
|
||
|
|
public static gazebo.msgs.GzFloat64.Float64 parseFrom(
|
||
|
|
com.google.protobuf.CodedInputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws java.io.IOException {
|
||
|
|
return PARSER.parseFrom(input, extensionRegistry);
|
||
|
|
}
|
||
|
|
|
||
|
|
public static Builder newBuilder() { return Builder.create(); }
|
||
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
||
|
|
public static Builder newBuilder(gazebo.msgs.GzFloat64.Float64 prototype) {
|
||
|
|
return newBuilder().mergeFrom(prototype);
|
||
|
|
}
|
||
|
|
public Builder toBuilder() { return newBuilder(this); }
|
||
|
|
|
||
|
|
@java.lang.Override
|
||
|
|
protected Builder newBuilderForType(
|
||
|
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||
|
|
Builder builder = new Builder(parent);
|
||
|
|
return builder;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* Protobuf type {@code gazebo.msgs.Float64}
|
||
|
|
*/
|
||
|
|
public static final class Builder extends
|
||
|
|
com.google.protobuf.GeneratedMessage.Builder<Builder>
|
||
|
|
implements gazebo.msgs.GzFloat64.Float64OrBuilder {
|
||
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
||
|
|
getDescriptor() {
|
||
|
|
return gazebo.msgs.GzFloat64.internal_static_gazebo_msgs_Float64_descriptor;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
|
internalGetFieldAccessorTable() {
|
||
|
|
return gazebo.msgs.GzFloat64.internal_static_gazebo_msgs_Float64_fieldAccessorTable
|
||
|
|
.ensureFieldAccessorsInitialized(
|
||
|
|
gazebo.msgs.GzFloat64.Float64.class, gazebo.msgs.GzFloat64.Float64.Builder.class);
|
||
|
|
}
|
||
|
|
|
||
|
|
// Construct using gazebo.msgs.GzFloat64.Float64.newBuilder()
|
||
|
|
private Builder() {
|
||
|
|
maybeForceBuilderInitialization();
|
||
|
|
}
|
||
|
|
|
||
|
|
private Builder(
|
||
|
|
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||
|
|
super(parent);
|
||
|
|
maybeForceBuilderInitialization();
|
||
|
|
}
|
||
|
|
private void maybeForceBuilderInitialization() {
|
||
|
|
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
|
||
|
|
}
|
||
|
|
}
|
||
|
|
private static Builder create() {
|
||
|
|
return new Builder();
|
||
|
|
}
|
||
|
|
|
||
|
|
public Builder clear() {
|
||
|
|
super.clear();
|
||
|
|
data_ = 0D;
|
||
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Builder clone() {
|
||
|
|
return create().mergeFrom(buildPartial());
|
||
|
|
}
|
||
|
|
|
||
|
|
public com.google.protobuf.Descriptors.Descriptor
|
||
|
|
getDescriptorForType() {
|
||
|
|
return gazebo.msgs.GzFloat64.internal_static_gazebo_msgs_Float64_descriptor;
|
||
|
|
}
|
||
|
|
|
||
|
|
public gazebo.msgs.GzFloat64.Float64 getDefaultInstanceForType() {
|
||
|
|
return gazebo.msgs.GzFloat64.Float64.getDefaultInstance();
|
||
|
|
}
|
||
|
|
|
||
|
|
public gazebo.msgs.GzFloat64.Float64 build() {
|
||
|
|
gazebo.msgs.GzFloat64.Float64 result = buildPartial();
|
||
|
|
if (!result.isInitialized()) {
|
||
|
|
throw newUninitializedMessageException(result);
|
||
|
|
}
|
||
|
|
return result;
|
||
|
|
}
|
||
|
|
|
||
|
|
public gazebo.msgs.GzFloat64.Float64 buildPartial() {
|
||
|
|
gazebo.msgs.GzFloat64.Float64 result = new gazebo.msgs.GzFloat64.Float64(this);
|
||
|
|
int from_bitField0_ = bitField0_;
|
||
|
|
int to_bitField0_ = 0;
|
||
|
|
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
|
||
|
|
to_bitField0_ |= 0x00000001;
|
||
|
|
}
|
||
|
|
result.data_ = data_;
|
||
|
|
result.bitField0_ = to_bitField0_;
|
||
|
|
onBuilt();
|
||
|
|
return result;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||
|
|
if (other instanceof gazebo.msgs.GzFloat64.Float64) {
|
||
|
|
return mergeFrom((gazebo.msgs.GzFloat64.Float64)other);
|
||
|
|
} else {
|
||
|
|
super.mergeFrom(other);
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
public Builder mergeFrom(gazebo.msgs.GzFloat64.Float64 other) {
|
||
|
|
if (other == gazebo.msgs.GzFloat64.Float64.getDefaultInstance()) return this;
|
||
|
|
if (other.hasData()) {
|
||
|
|
setData(other.getData());
|
||
|
|
}
|
||
|
|
this.mergeUnknownFields(other.getUnknownFields());
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
|
||
|
|
public final boolean isInitialized() {
|
||
|
|
if (!hasData()) {
|
||
|
|
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
|
||
|
|
public Builder mergeFrom(
|
||
|
|
com.google.protobuf.CodedInputStream input,
|
||
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||
|
|
throws java.io.IOException {
|
||
|
|
gazebo.msgs.GzFloat64.Float64 parsedMessage = null;
|
||
|
|
try {
|
||
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||
|
|
parsedMessage = (gazebo.msgs.GzFloat64.Float64) e.getUnfinishedMessage();
|
||
|
|
throw e;
|
||
|
|
} finally {
|
||
|
|
if (parsedMessage != null) {
|
||
|
|
mergeFrom(parsedMessage);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
private int bitField0_;
|
||
|
|
|
||
|
|
// required double data = 1;
|
||
|
|
private double data_ ;
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public boolean hasData() {
|
||
|
|
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public double getData() {
|
||
|
|
return data_;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public Builder setData(double value) {
|
||
|
|
bitField0_ |= 0x00000001;
|
||
|
|
data_ = value;
|
||
|
|
onChanged();
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* <code>required double data = 1;</code>
|
||
|
|
*/
|
||
|
|
public Builder clearData() {
|
||
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
||
|
|
data_ = 0D;
|
||
|
|
onChanged();
|
||
|
|
return this;
|
||
|
|
}
|
||
|
|
|
||
|
|
// @@protoc_insertion_point(builder_scope:gazebo.msgs.Float64)
|
||
|
|
}
|
||
|
|
|
||
|
|
static {
|
||
|
|
defaultInstance = new Float64(true);
|
||
|
|
defaultInstance.initFields();
|
||
|
|
}
|
||
|
|
|
||
|
|
// @@protoc_insertion_point(class_scope:gazebo.msgs.Float64)
|
||
|
|
}
|
||
|
|
|
||
|
|
private static com.google.protobuf.Descriptors.Descriptor
|
||
|
|
internal_static_gazebo_msgs_Float64_descriptor;
|
||
|
|
private static
|
||
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||
|
|
internal_static_gazebo_msgs_Float64_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\022msgs/float64.proto\022\013gazebo.msgs\"\027\n\007Flo" +
|
||
|
|
"at64\022\014\n\004data\030\001 \002(\001B\013B\tGzFloat64"
|
||
|
|
};
|
||
|
|
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_gazebo_msgs_Float64_descriptor =
|
||
|
|
getDescriptor().getMessageTypes().get(0);
|
||
|
|
internal_static_gazebo_msgs_Float64_fieldAccessorTable = new
|
||
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||
|
|
internal_static_gazebo_msgs_Float64_descriptor,
|
||
|
|
new java.lang.String[] { "Data", });
|
||
|
|
return null;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
com.google.protobuf.Descriptors.FileDescriptor
|
||
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
||
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||
|
|
}, assigner);
|
||
|
|
}
|
||
|
|
|
||
|
|
// @@protoc_insertion_point(outer_class_scope)
|
||
|
|
}
|