|
|
@ -64,6 +64,12 @@ public final class BspIV { |
|
|
* @return The laserSensor3MeasureDistance. |
|
|
* @return The laserSensor3MeasureDistance. |
|
|
*/ |
|
|
*/ |
|
|
int getLaserSensor3MeasureDistance(); |
|
|
int getLaserSensor3MeasureDistance(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_complete_signal = 7;</code> |
|
|
|
|
|
* @return The kinfeCompleteSignal. |
|
|
|
|
|
*/ |
|
|
|
|
|
int getKinfeCompleteSignal(); |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* Protobuf type {@code IV_struct_define} |
|
|
* Protobuf type {@code IV_struct_define} |
|
|
@ -168,6 +174,17 @@ public final class BspIV { |
|
|
return laserSensor3MeasureDistance_; |
|
|
return laserSensor3MeasureDistance_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static final int KINFE_COMPLETE_SIGNAL_FIELD_NUMBER = 7; |
|
|
|
|
|
private int kinfeCompleteSignal_ = 0; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_complete_signal = 7;</code> |
|
|
|
|
|
* @return The kinfeCompleteSignal. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public int getKinfeCompleteSignal() { |
|
|
|
|
|
return kinfeCompleteSignal_; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1; |
|
|
private byte memoizedIsInitialized = -1; |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
public final boolean isInitialized() { |
|
|
public final boolean isInitialized() { |
|
|
@ -200,6 +217,9 @@ public final class BspIV { |
|
|
if (laserSensor3MeasureDistance_ != 0) { |
|
|
if (laserSensor3MeasureDistance_ != 0) { |
|
|
output.writeInt32(6, laserSensor3MeasureDistance_); |
|
|
output.writeInt32(6, laserSensor3MeasureDistance_); |
|
|
} |
|
|
} |
|
|
|
|
|
if (kinfeCompleteSignal_ != 0) { |
|
|
|
|
|
output.writeInt32(7, kinfeCompleteSignal_); |
|
|
|
|
|
} |
|
|
getUnknownFields().writeTo(output); |
|
|
getUnknownFields().writeTo(output); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -233,6 +253,10 @@ public final class BspIV { |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
.computeInt32Size(6, laserSensor3MeasureDistance_); |
|
|
.computeInt32Size(6, laserSensor3MeasureDistance_); |
|
|
} |
|
|
} |
|
|
|
|
|
if (kinfeCompleteSignal_ != 0) { |
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
|
|
|
.computeInt32Size(7, kinfeCompleteSignal_); |
|
|
|
|
|
} |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
memoizedSize = size; |
|
|
memoizedSize = size; |
|
|
return size; |
|
|
return size; |
|
|
@ -261,6 +285,8 @@ public final class BspIV { |
|
|
!= other.getLaserSensor2MeasureDistance()) return false; |
|
|
!= other.getLaserSensor2MeasureDistance()) return false; |
|
|
if (getLaserSensor3MeasureDistance() |
|
|
if (getLaserSensor3MeasureDistance() |
|
|
!= other.getLaserSensor3MeasureDistance()) return false; |
|
|
!= other.getLaserSensor3MeasureDistance()) return false; |
|
|
|
|
|
if (getKinfeCompleteSignal() |
|
|
|
|
|
!= other.getKinfeCompleteSignal()) return false; |
|
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false; |
|
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false; |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
@ -285,6 +311,8 @@ public final class BspIV { |
|
|
hash = (53 * hash) + getLaserSensor2MeasureDistance(); |
|
|
hash = (53 * hash) + getLaserSensor2MeasureDistance(); |
|
|
hash = (37 * hash) + LASER_SENSOR_3_MEASURE_DISTANCE_FIELD_NUMBER; |
|
|
hash = (37 * hash) + LASER_SENSOR_3_MEASURE_DISTANCE_FIELD_NUMBER; |
|
|
hash = (53 * hash) + getLaserSensor3MeasureDistance(); |
|
|
hash = (53 * hash) + getLaserSensor3MeasureDistance(); |
|
|
|
|
|
hash = (37 * hash) + KINFE_COMPLETE_SIGNAL_FIELD_NUMBER; |
|
|
|
|
|
hash = (53 * hash) + getKinfeCompleteSignal(); |
|
|
hash = (29 * hash) + getUnknownFields().hashCode(); |
|
|
hash = (29 * hash) + getUnknownFields().hashCode(); |
|
|
memoizedHashCode = hash; |
|
|
memoizedHashCode = hash; |
|
|
return hash; |
|
|
return hash; |
|
|
@ -422,6 +450,7 @@ public final class BspIV { |
|
|
laserSensor1MeasureDistance_ = 0; |
|
|
laserSensor1MeasureDistance_ = 0; |
|
|
laserSensor2MeasureDistance_ = 0; |
|
|
laserSensor2MeasureDistance_ = 0; |
|
|
laserSensor3MeasureDistance_ = 0; |
|
|
laserSensor3MeasureDistance_ = 0; |
|
|
|
|
|
kinfeCompleteSignal_ = 0; |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -473,6 +502,9 @@ public final class BspIV { |
|
|
if (((from_bitField0_ & 0x00000020) != 0)) { |
|
|
if (((from_bitField0_ & 0x00000020) != 0)) { |
|
|
result.laserSensor3MeasureDistance_ = laserSensor3MeasureDistance_; |
|
|
result.laserSensor3MeasureDistance_ = laserSensor3MeasureDistance_; |
|
|
} |
|
|
} |
|
|
|
|
|
if (((from_bitField0_ & 0x00000040) != 0)) { |
|
|
|
|
|
result.kinfeCompleteSignal_ = kinfeCompleteSignal_; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -505,6 +537,9 @@ public final class BspIV { |
|
|
if (other.getLaserSensor3MeasureDistance() != 0) { |
|
|
if (other.getLaserSensor3MeasureDistance() != 0) { |
|
|
setLaserSensor3MeasureDistance(other.getLaserSensor3MeasureDistance()); |
|
|
setLaserSensor3MeasureDistance(other.getLaserSensor3MeasureDistance()); |
|
|
} |
|
|
} |
|
|
|
|
|
if (other.getKinfeCompleteSignal() != 0) { |
|
|
|
|
|
setKinfeCompleteSignal(other.getKinfeCompleteSignal()); |
|
|
|
|
|
} |
|
|
this.mergeUnknownFields(other.getUnknownFields()); |
|
|
this.mergeUnknownFields(other.getUnknownFields()); |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
@ -561,6 +596,11 @@ public final class BspIV { |
|
|
bitField0_ |= 0x00000020; |
|
|
bitField0_ |= 0x00000020; |
|
|
break; |
|
|
break; |
|
|
} // case 48
|
|
|
} // case 48
|
|
|
|
|
|
case 56: { |
|
|
|
|
|
kinfeCompleteSignal_ = input.readInt32(); |
|
|
|
|
|
bitField0_ |= 0x00000040; |
|
|
|
|
|
break; |
|
|
|
|
|
} // case 56
|
|
|
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
|
|
|
@ -770,6 +810,38 @@ public final class BspIV { |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private int kinfeCompleteSignal_ ; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_complete_signal = 7;</code> |
|
|
|
|
|
* @return The kinfeCompleteSignal. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public int getKinfeCompleteSignal() { |
|
|
|
|
|
return kinfeCompleteSignal_; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_complete_signal = 7;</code> |
|
|
|
|
|
* @param value The kinfeCompleteSignal to set. |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder setKinfeCompleteSignal(int value) { |
|
|
|
|
|
|
|
|
|
|
|
kinfeCompleteSignal_ = value; |
|
|
|
|
|
bitField0_ |= 0x00000040; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_complete_signal = 7;</code> |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder clearKinfeCompleteSignal() { |
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000040); |
|
|
|
|
|
kinfeCompleteSignal_ = 0; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:IV_struct_define)
|
|
|
// @@protoc_insertion_point(builder_scope:IV_struct_define)
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -835,13 +907,14 @@ public final class BspIV { |
|
|
descriptor; |
|
|
descriptor; |
|
|
static { |
|
|
static { |
|
|
java.lang.String[] descriptorData = { |
|
|
java.lang.String[] descriptorData = { |
|
|
"\n\014bsp_IV.proto\"\325\001\n\020IV_struct_define\022\030\n\020R" + |
|
|
"\n\014bsp_IV.proto\"\364\001\n\020IV_struct_define\022\030\n\020R" + |
|
|
"obot_Move_Speed\030\001 \001(\001\022\025\n\rRF_Angle_Roll\030\002" + |
|
|
"obot_Move_Speed\030\001 \001(\001\022\025\n\rRF_Angle_Roll\030\002" + |
|
|
" \001(\005\022\025\n\rRemote_Status\030\003 \001(\005\022\'\n\037laser_sen" + |
|
|
" \001(\005\022\025\n\rRemote_Status\030\003 \001(\005\022\'\n\037laser_sen" + |
|
|
"sor_1_measure_distance\030\004 \001(\005\022\'\n\037laser_se" + |
|
|
"sor_1_measure_distance\030\004 \001(\005\022\'\n\037laser_se" + |
|
|
"nsor_2_measure_distance\030\005 \001(\005\022\'\n\037laser_s" + |
|
|
"nsor_2_measure_distance\030\005 \001(\005\022\'\n\037laser_s" + |
|
|
"ensor_3_measure_distance\030\006 \001(\005B%\n!com.ex" + |
|
|
"ensor_3_measure_distance\030\006 \001(\005\022\035\n\025kinfe_" + |
|
|
"ample.diaoerqiegeapp.modelsP\000b\006proto3" |
|
|
"complete_signal\030\007 \001(\005B%\n!com.example.dia" + |
|
|
|
|
|
"oerqiegeapp.modelsP\000b\006proto3" |
|
|
}; |
|
|
}; |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
@ -852,7 +925,7 @@ public final class BspIV { |
|
|
internal_static_IV_struct_define_fieldAccessorTable = new |
|
|
internal_static_IV_struct_define_fieldAccessorTable = new |
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable( |
|
|
internal_static_IV_struct_define_descriptor, |
|
|
internal_static_IV_struct_define_descriptor, |
|
|
new java.lang.String[] { "RobotMoveSpeed", "RFAngleRoll", "RemoteStatus", "LaserSensor1MeasureDistance", "LaserSensor2MeasureDistance", "LaserSensor3MeasureDistance", }); |
|
|
new java.lang.String[] { "RobotMoveSpeed", "RFAngleRoll", "RemoteStatus", "LaserSensor1MeasureDistance", "LaserSensor2MeasureDistance", "LaserSensor3MeasureDistance", "KinfeCompleteSignal", }); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|