|
|
@ -36,25 +36,13 @@ public final class BspPV { |
|
|
int getRobotChgLength(); |
|
|
int getRobotChgLength(); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_LeftCompensation = 2;</code> |
|
|
* <code>double Robot_AutoSpeedBase = 2;</code> |
|
|
* @return The robotLeftCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
double getRobotLeftCompensation(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_RightCompensation = 3;</code> |
|
|
|
|
|
* @return The robotRightCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
double getRobotRightCompensation(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_AutoSpeedBase = 4;</code> |
|
|
|
|
|
* @return The robotAutoSpeedBase. |
|
|
* @return The robotAutoSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
double getRobotAutoSpeedBase(); |
|
|
double getRobotAutoSpeedBase(); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_ManualSpeedBase = 5;</code> |
|
|
* <code>double Robot_ManualSpeedBase = 3;</code> |
|
|
* @return The robotManualSpeedBase. |
|
|
* @return The robotManualSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
double getRobotManualSpeedBase(); |
|
|
double getRobotManualSpeedBase(); |
|
|
@ -107,32 +95,10 @@ public final class BspPV { |
|
|
return robotChgLength_; |
|
|
return robotChgLength_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static final int ROBOT_LEFTCOMPENSATION_FIELD_NUMBER = 2; |
|
|
public static final int ROBOT_AUTOSPEEDBASE_FIELD_NUMBER = 2; |
|
|
private double robotLeftCompensation_ = 0D; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_LeftCompensation = 2;</code> |
|
|
|
|
|
* @return The robotLeftCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public double getRobotLeftCompensation() { |
|
|
|
|
|
return robotLeftCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static final int ROBOT_RIGHTCOMPENSATION_FIELD_NUMBER = 3; |
|
|
|
|
|
private double robotRightCompensation_ = 0D; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_RightCompensation = 3;</code> |
|
|
|
|
|
* @return The robotRightCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public double getRobotRightCompensation() { |
|
|
|
|
|
return robotRightCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static final int ROBOT_AUTOSPEEDBASE_FIELD_NUMBER = 4; |
|
|
|
|
|
private double robotAutoSpeedBase_ = 0D; |
|
|
private double robotAutoSpeedBase_ = 0D; |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_AutoSpeedBase = 4;</code> |
|
|
* <code>double Robot_AutoSpeedBase = 2;</code> |
|
|
* @return The robotAutoSpeedBase. |
|
|
* @return The robotAutoSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -140,10 +106,10 @@ public final class BspPV { |
|
|
return robotAutoSpeedBase_; |
|
|
return robotAutoSpeedBase_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static final int ROBOT_MANUALSPEEDBASE_FIELD_NUMBER = 5; |
|
|
public static final int ROBOT_MANUALSPEEDBASE_FIELD_NUMBER = 3; |
|
|
private double robotManualSpeedBase_ = 0D; |
|
|
private double robotManualSpeedBase_ = 0D; |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_ManualSpeedBase = 5;</code> |
|
|
* <code>double Robot_ManualSpeedBase = 3;</code> |
|
|
* @return The robotManualSpeedBase. |
|
|
* @return The robotManualSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -168,17 +134,11 @@ public final class BspPV { |
|
|
if (robotChgLength_ != 0) { |
|
|
if (robotChgLength_ != 0) { |
|
|
output.writeInt32(1, robotChgLength_); |
|
|
output.writeInt32(1, robotChgLength_); |
|
|
} |
|
|
} |
|
|
if (java.lang.Double.doubleToRawLongBits(robotLeftCompensation_) != 0) { |
|
|
|
|
|
output.writeDouble(2, robotLeftCompensation_); |
|
|
|
|
|
} |
|
|
|
|
|
if (java.lang.Double.doubleToRawLongBits(robotRightCompensation_) != 0) { |
|
|
|
|
|
output.writeDouble(3, robotRightCompensation_); |
|
|
|
|
|
} |
|
|
|
|
|
if (java.lang.Double.doubleToRawLongBits(robotAutoSpeedBase_) != 0) { |
|
|
if (java.lang.Double.doubleToRawLongBits(robotAutoSpeedBase_) != 0) { |
|
|
output.writeDouble(4, robotAutoSpeedBase_); |
|
|
output.writeDouble(2, robotAutoSpeedBase_); |
|
|
} |
|
|
} |
|
|
if (java.lang.Double.doubleToRawLongBits(robotManualSpeedBase_) != 0) { |
|
|
if (java.lang.Double.doubleToRawLongBits(robotManualSpeedBase_) != 0) { |
|
|
output.writeDouble(5, robotManualSpeedBase_); |
|
|
output.writeDouble(3, robotManualSpeedBase_); |
|
|
} |
|
|
} |
|
|
getUnknownFields().writeTo(output); |
|
|
getUnknownFields().writeTo(output); |
|
|
} |
|
|
} |
|
|
@ -193,21 +153,13 @@ public final class BspPV { |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
.computeInt32Size(1, robotChgLength_); |
|
|
.computeInt32Size(1, robotChgLength_); |
|
|
} |
|
|
} |
|
|
if (java.lang.Double.doubleToRawLongBits(robotLeftCompensation_) != 0) { |
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
|
|
|
.computeDoubleSize(2, robotLeftCompensation_); |
|
|
|
|
|
} |
|
|
|
|
|
if (java.lang.Double.doubleToRawLongBits(robotRightCompensation_) != 0) { |
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
|
|
|
.computeDoubleSize(3, robotRightCompensation_); |
|
|
|
|
|
} |
|
|
|
|
|
if (java.lang.Double.doubleToRawLongBits(robotAutoSpeedBase_) != 0) { |
|
|
if (java.lang.Double.doubleToRawLongBits(robotAutoSpeedBase_) != 0) { |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
.computeDoubleSize(4, robotAutoSpeedBase_); |
|
|
.computeDoubleSize(2, robotAutoSpeedBase_); |
|
|
} |
|
|
} |
|
|
if (java.lang.Double.doubleToRawLongBits(robotManualSpeedBase_) != 0) { |
|
|
if (java.lang.Double.doubleToRawLongBits(robotManualSpeedBase_) != 0) { |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
.computeDoubleSize(5, robotManualSpeedBase_); |
|
|
.computeDoubleSize(3, robotManualSpeedBase_); |
|
|
} |
|
|
} |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
memoizedSize = size; |
|
|
memoizedSize = size; |
|
|
@ -226,12 +178,6 @@ public final class BspPV { |
|
|
|
|
|
|
|
|
if (getRobotChgLength() |
|
|
if (getRobotChgLength() |
|
|
!= other.getRobotChgLength()) return false; |
|
|
!= other.getRobotChgLength()) return false; |
|
|
if (java.lang.Double.doubleToLongBits(getRobotLeftCompensation()) |
|
|
|
|
|
!= java.lang.Double.doubleToLongBits( |
|
|
|
|
|
other.getRobotLeftCompensation())) return false; |
|
|
|
|
|
if (java.lang.Double.doubleToLongBits(getRobotRightCompensation()) |
|
|
|
|
|
!= java.lang.Double.doubleToLongBits( |
|
|
|
|
|
other.getRobotRightCompensation())) return false; |
|
|
|
|
|
if (java.lang.Double.doubleToLongBits(getRobotAutoSpeedBase()) |
|
|
if (java.lang.Double.doubleToLongBits(getRobotAutoSpeedBase()) |
|
|
!= java.lang.Double.doubleToLongBits( |
|
|
!= java.lang.Double.doubleToLongBits( |
|
|
other.getRobotAutoSpeedBase())) return false; |
|
|
other.getRobotAutoSpeedBase())) return false; |
|
|
@ -251,12 +197,6 @@ public final class BspPV { |
|
|
hash = (19 * hash) + getDescriptor().hashCode(); |
|
|
hash = (19 * hash) + getDescriptor().hashCode(); |
|
|
hash = (37 * hash) + ROBOT_CHGLENGTH_FIELD_NUMBER; |
|
|
hash = (37 * hash) + ROBOT_CHGLENGTH_FIELD_NUMBER; |
|
|
hash = (53 * hash) + getRobotChgLength(); |
|
|
hash = (53 * hash) + getRobotChgLength(); |
|
|
hash = (37 * hash) + ROBOT_LEFTCOMPENSATION_FIELD_NUMBER; |
|
|
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong( |
|
|
|
|
|
java.lang.Double.doubleToLongBits(getRobotLeftCompensation())); |
|
|
|
|
|
hash = (37 * hash) + ROBOT_RIGHTCOMPENSATION_FIELD_NUMBER; |
|
|
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong( |
|
|
|
|
|
java.lang.Double.doubleToLongBits(getRobotRightCompensation())); |
|
|
|
|
|
hash = (37 * hash) + ROBOT_AUTOSPEEDBASE_FIELD_NUMBER; |
|
|
hash = (37 * hash) + ROBOT_AUTOSPEEDBASE_FIELD_NUMBER; |
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong( |
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong( |
|
|
java.lang.Double.doubleToLongBits(getRobotAutoSpeedBase())); |
|
|
java.lang.Double.doubleToLongBits(getRobotAutoSpeedBase())); |
|
|
@ -380,7 +320,7 @@ public final class BspPV { |
|
|
com.example.fivewheel.models.BspPV.PV_struct_define.class, com.example.fivewheel.models.BspPV.PV_struct_define.Builder.class); |
|
|
com.example.fivewheel.models.BspPV.PV_struct_define.class, com.example.fivewheel.models.BspPV.PV_struct_define.Builder.class); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Construct using com.example.removemarineanimals.models.BspPV.PV_struct_define.newBuilder()
|
|
|
// Construct using com.example.fivewheel.models.BspPV.PV_struct_define.newBuilder()
|
|
|
private Builder() { |
|
|
private Builder() { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
@ -395,8 +335,6 @@ public final class BspPV { |
|
|
super.clear(); |
|
|
super.clear(); |
|
|
bitField0_ = 0; |
|
|
bitField0_ = 0; |
|
|
robotChgLength_ = 0; |
|
|
robotChgLength_ = 0; |
|
|
robotLeftCompensation_ = 0D; |
|
|
|
|
|
robotRightCompensation_ = 0D; |
|
|
|
|
|
robotAutoSpeedBase_ = 0D; |
|
|
robotAutoSpeedBase_ = 0D; |
|
|
robotManualSpeedBase_ = 0D; |
|
|
robotManualSpeedBase_ = 0D; |
|
|
return this; |
|
|
return this; |
|
|
@ -436,15 +374,9 @@ public final class BspPV { |
|
|
result.robotChgLength_ = robotChgLength_; |
|
|
result.robotChgLength_ = robotChgLength_; |
|
|
} |
|
|
} |
|
|
if (((from_bitField0_ & 0x00000002) != 0)) { |
|
|
if (((from_bitField0_ & 0x00000002) != 0)) { |
|
|
result.robotLeftCompensation_ = robotLeftCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
if (((from_bitField0_ & 0x00000004) != 0)) { |
|
|
|
|
|
result.robotRightCompensation_ = robotRightCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
if (((from_bitField0_ & 0x00000008) != 0)) { |
|
|
|
|
|
result.robotAutoSpeedBase_ = robotAutoSpeedBase_; |
|
|
result.robotAutoSpeedBase_ = robotAutoSpeedBase_; |
|
|
} |
|
|
} |
|
|
if (((from_bitField0_ & 0x00000010) != 0)) { |
|
|
if (((from_bitField0_ & 0x00000004) != 0)) { |
|
|
result.robotManualSpeedBase_ = robotManualSpeedBase_; |
|
|
result.robotManualSpeedBase_ = robotManualSpeedBase_; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -464,12 +396,6 @@ public final class BspPV { |
|
|
if (other.getRobotChgLength() != 0) { |
|
|
if (other.getRobotChgLength() != 0) { |
|
|
setRobotChgLength(other.getRobotChgLength()); |
|
|
setRobotChgLength(other.getRobotChgLength()); |
|
|
} |
|
|
} |
|
|
if (other.getRobotLeftCompensation() != 0D) { |
|
|
|
|
|
setRobotLeftCompensation(other.getRobotLeftCompensation()); |
|
|
|
|
|
} |
|
|
|
|
|
if (other.getRobotRightCompensation() != 0D) { |
|
|
|
|
|
setRobotRightCompensation(other.getRobotRightCompensation()); |
|
|
|
|
|
} |
|
|
|
|
|
if (other.getRobotAutoSpeedBase() != 0D) { |
|
|
if (other.getRobotAutoSpeedBase() != 0D) { |
|
|
setRobotAutoSpeedBase(other.getRobotAutoSpeedBase()); |
|
|
setRobotAutoSpeedBase(other.getRobotAutoSpeedBase()); |
|
|
} |
|
|
} |
|
|
@ -508,25 +434,15 @@ public final class BspPV { |
|
|
break; |
|
|
break; |
|
|
} // case 8
|
|
|
} // case 8
|
|
|
case 17: { |
|
|
case 17: { |
|
|
robotLeftCompensation_ = input.readDouble(); |
|
|
robotAutoSpeedBase_ = input.readDouble(); |
|
|
bitField0_ |= 0x00000002; |
|
|
bitField0_ |= 0x00000002; |
|
|
break; |
|
|
break; |
|
|
} // case 17
|
|
|
} // case 17
|
|
|
case 25: { |
|
|
case 25: { |
|
|
robotRightCompensation_ = input.readDouble(); |
|
|
robotManualSpeedBase_ = input.readDouble(); |
|
|
bitField0_ |= 0x00000004; |
|
|
bitField0_ |= 0x00000004; |
|
|
break; |
|
|
break; |
|
|
} // case 25
|
|
|
} // case 25
|
|
|
case 33: { |
|
|
|
|
|
robotAutoSpeedBase_ = input.readDouble(); |
|
|
|
|
|
bitField0_ |= 0x00000008; |
|
|
|
|
|
break; |
|
|
|
|
|
} // case 33
|
|
|
|
|
|
case 41: { |
|
|
|
|
|
robotManualSpeedBase_ = input.readDouble(); |
|
|
|
|
|
bitField0_ |= 0x00000010; |
|
|
|
|
|
break; |
|
|
|
|
|
} // case 41
|
|
|
|
|
|
default: { |
|
|
default: { |
|
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) { |
|
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) { |
|
|
done = true; // was an endgroup tag
|
|
|
done = true; // was an endgroup tag
|
|
|
@ -576,73 +492,9 @@ public final class BspPV { |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private double robotLeftCompensation_ ; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_LeftCompensation = 2;</code> |
|
|
|
|
|
* @return The robotLeftCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public double getRobotLeftCompensation() { |
|
|
|
|
|
return robotLeftCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_LeftCompensation = 2;</code> |
|
|
|
|
|
* @param value The robotLeftCompensation to set. |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder setRobotLeftCompensation(double value) { |
|
|
|
|
|
|
|
|
|
|
|
robotLeftCompensation_ = value; |
|
|
|
|
|
bitField0_ |= 0x00000002; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_LeftCompensation = 2;</code> |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder clearRobotLeftCompensation() { |
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002); |
|
|
|
|
|
robotLeftCompensation_ = 0D; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private double robotRightCompensation_ ; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_RightCompensation = 3;</code> |
|
|
|
|
|
* @return The robotRightCompensation. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public double getRobotRightCompensation() { |
|
|
|
|
|
return robotRightCompensation_; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_RightCompensation = 3;</code> |
|
|
|
|
|
* @param value The robotRightCompensation to set. |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder setRobotRightCompensation(double value) { |
|
|
|
|
|
|
|
|
|
|
|
robotRightCompensation_ = value; |
|
|
|
|
|
bitField0_ |= 0x00000004; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>double Robot_RightCompensation = 3;</code> |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder clearRobotRightCompensation() { |
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000004); |
|
|
|
|
|
robotRightCompensation_ = 0D; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private double robotAutoSpeedBase_ ; |
|
|
private double robotAutoSpeedBase_ ; |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_AutoSpeedBase = 4;</code> |
|
|
* <code>double Robot_AutoSpeedBase = 2;</code> |
|
|
* @return The robotAutoSpeedBase. |
|
|
* @return The robotAutoSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -650,23 +502,23 @@ public final class BspPV { |
|
|
return robotAutoSpeedBase_; |
|
|
return robotAutoSpeedBase_; |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_AutoSpeedBase = 4;</code> |
|
|
* <code>double Robot_AutoSpeedBase = 2;</code> |
|
|
* @param value The robotAutoSpeedBase to set. |
|
|
* @param value The robotAutoSpeedBase to set. |
|
|
* @return This builder for chaining. |
|
|
* @return This builder for chaining. |
|
|
*/ |
|
|
*/ |
|
|
public Builder setRobotAutoSpeedBase(double value) { |
|
|
public Builder setRobotAutoSpeedBase(double value) { |
|
|
|
|
|
|
|
|
robotAutoSpeedBase_ = value; |
|
|
robotAutoSpeedBase_ = value; |
|
|
bitField0_ |= 0x00000008; |
|
|
bitField0_ |= 0x00000002; |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_AutoSpeedBase = 4;</code> |
|
|
* <code>double Robot_AutoSpeedBase = 2;</code> |
|
|
* @return This builder for chaining. |
|
|
* @return This builder for chaining. |
|
|
*/ |
|
|
*/ |
|
|
public Builder clearRobotAutoSpeedBase() { |
|
|
public Builder clearRobotAutoSpeedBase() { |
|
|
bitField0_ = (bitField0_ & ~0x00000008); |
|
|
bitField0_ = (bitField0_ & ~0x00000002); |
|
|
robotAutoSpeedBase_ = 0D; |
|
|
robotAutoSpeedBase_ = 0D; |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
@ -674,7 +526,7 @@ public final class BspPV { |
|
|
|
|
|
|
|
|
private double robotManualSpeedBase_ ; |
|
|
private double robotManualSpeedBase_ ; |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_ManualSpeedBase = 5;</code> |
|
|
* <code>double Robot_ManualSpeedBase = 3;</code> |
|
|
* @return The robotManualSpeedBase. |
|
|
* @return The robotManualSpeedBase. |
|
|
*/ |
|
|
*/ |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -682,23 +534,23 @@ public final class BspPV { |
|
|
return robotManualSpeedBase_; |
|
|
return robotManualSpeedBase_; |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_ManualSpeedBase = 5;</code> |
|
|
* <code>double Robot_ManualSpeedBase = 3;</code> |
|
|
* @param value The robotManualSpeedBase to set. |
|
|
* @param value The robotManualSpeedBase to set. |
|
|
* @return This builder for chaining. |
|
|
* @return This builder for chaining. |
|
|
*/ |
|
|
*/ |
|
|
public Builder setRobotManualSpeedBase(double value) { |
|
|
public Builder setRobotManualSpeedBase(double value) { |
|
|
|
|
|
|
|
|
robotManualSpeedBase_ = value; |
|
|
robotManualSpeedBase_ = value; |
|
|
bitField0_ |= 0x00000010; |
|
|
bitField0_ |= 0x00000004; |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* <code>double Robot_ManualSpeedBase = 5;</code> |
|
|
* <code>double Robot_ManualSpeedBase = 3;</code> |
|
|
* @return This builder for chaining. |
|
|
* @return This builder for chaining. |
|
|
*/ |
|
|
*/ |
|
|
public Builder clearRobotManualSpeedBase() { |
|
|
public Builder clearRobotManualSpeedBase() { |
|
|
bitField0_ = (bitField0_ & ~0x00000010); |
|
|
bitField0_ = (bitField0_ & ~0x00000004); |
|
|
robotManualSpeedBase_ = 0D; |
|
|
robotManualSpeedBase_ = 0D; |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
@ -769,12 +621,11 @@ public final class BspPV { |
|
|
descriptor; |
|
|
descriptor; |
|
|
static { |
|
|
static { |
|
|
java.lang.String[] descriptorData = { |
|
|
java.lang.String[] descriptorData = { |
|
|
"\n\014bsp_PV.proto\"\250\001\n\020PV_struct_define\022\027\n\017R" + |
|
|
"\n\014bsp_PV.proto\"g\n\020PV_struct_define\022\027\n\017Ro" + |
|
|
"obot_ChgLength\030\001 \001(\005\022\036\n\026Robot_LeftCompen" + |
|
|
"bot_ChgLength\030\001 \001(\005\022\033\n\023Robot_AutoSpeedBa" + |
|
|
"sation\030\002 \001(\001\022\037\n\027Robot_RightCompensation\030" + |
|
|
"se\030\002 \001(\001\022\035\n\025Robot_ManualSpeedBase\030\003 \001(\001B" + |
|
|
"\003 \001(\001\022\033\n\023Robot_AutoSpeedBase\030\004 \001(\001\022\035\n\025Ro" + |
|
|
" \n\034com.example.fivewheel.modelsP\000b\006proto" + |
|
|
"bot_ManualSpeedBase\030\005 \001(\001B*\n&com.example" + |
|
|
"3" |
|
|
".removemarineanimals.modelsP\000b\006proto3" |
|
|
|
|
|
}; |
|
|
}; |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
@ -785,7 +636,7 @@ public final class BspPV { |
|
|
internal_static_PV_struct_define_fieldAccessorTable = new |
|
|
internal_static_PV_struct_define_fieldAccessorTable = new |
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
|
|
internal_static_PV_struct_define_descriptor, |
|
|
internal_static_PV_struct_define_descriptor, |
|
|
new java.lang.String[] { "RobotChgLength", "RobotLeftCompensation", "RobotRightCompensation", "RobotAutoSpeedBase", "RobotManualSpeedBase", }); |
|
|
new java.lang.String[] { "RobotChgLength", "RobotAutoSpeedBase", "RobotManualSpeedBase", }); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|