|
|
@ -70,6 +70,12 @@ public final class BspIV { |
|
|
* @return The kinfeCompleteSignal. |
|
|
* @return The kinfeCompleteSignal. |
|
|
*/ |
|
|
*/ |
|
|
int getKinfeCompleteSignal(); |
|
|
int getKinfeCompleteSignal(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_position = 8;</code> |
|
|
|
|
|
* @return The kinfePosition. |
|
|
|
|
|
*/ |
|
|
|
|
|
int getKinfePosition(); |
|
|
} |
|
|
} |
|
|
/** |
|
|
/** |
|
|
* Protobuf type {@code IV_struct_define} |
|
|
* Protobuf type {@code IV_struct_define} |
|
|
@ -185,6 +191,17 @@ public final class BspIV { |
|
|
return kinfeCompleteSignal_; |
|
|
return kinfeCompleteSignal_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static final int KINFE_POSITION_FIELD_NUMBER = 8; |
|
|
|
|
|
private int kinfePosition_ = 0; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_position = 8;</code> |
|
|
|
|
|
* @return The kinfePosition. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public int getKinfePosition() { |
|
|
|
|
|
return kinfePosition_; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1; |
|
|
private byte memoizedIsInitialized = -1; |
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
public final boolean isInitialized() { |
|
|
public final boolean isInitialized() { |
|
|
@ -220,6 +237,9 @@ public final class BspIV { |
|
|
if (kinfeCompleteSignal_ != 0) { |
|
|
if (kinfeCompleteSignal_ != 0) { |
|
|
output.writeInt32(7, kinfeCompleteSignal_); |
|
|
output.writeInt32(7, kinfeCompleteSignal_); |
|
|
} |
|
|
} |
|
|
|
|
|
if (kinfePosition_ != 0) { |
|
|
|
|
|
output.writeInt32(8, kinfePosition_); |
|
|
|
|
|
} |
|
|
getUnknownFields().writeTo(output); |
|
|
getUnknownFields().writeTo(output); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -257,6 +277,10 @@ public final class BspIV { |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
.computeInt32Size(7, kinfeCompleteSignal_); |
|
|
.computeInt32Size(7, kinfeCompleteSignal_); |
|
|
} |
|
|
} |
|
|
|
|
|
if (kinfePosition_ != 0) { |
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream |
|
|
|
|
|
.computeInt32Size(8, kinfePosition_); |
|
|
|
|
|
} |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
size += getUnknownFields().getSerializedSize(); |
|
|
memoizedSize = size; |
|
|
memoizedSize = size; |
|
|
return size; |
|
|
return size; |
|
|
@ -287,6 +311,8 @@ public final class BspIV { |
|
|
!= other.getLaserSensor3MeasureDistance()) return false; |
|
|
!= other.getLaserSensor3MeasureDistance()) return false; |
|
|
if (getKinfeCompleteSignal() |
|
|
if (getKinfeCompleteSignal() |
|
|
!= other.getKinfeCompleteSignal()) return false; |
|
|
!= other.getKinfeCompleteSignal()) return false; |
|
|
|
|
|
if (getKinfePosition() |
|
|
|
|
|
!= other.getKinfePosition()) return false; |
|
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false; |
|
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false; |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
@ -313,6 +339,8 @@ public final class BspIV { |
|
|
hash = (53 * hash) + getLaserSensor3MeasureDistance(); |
|
|
hash = (53 * hash) + getLaserSensor3MeasureDistance(); |
|
|
hash = (37 * hash) + KINFE_COMPLETE_SIGNAL_FIELD_NUMBER; |
|
|
hash = (37 * hash) + KINFE_COMPLETE_SIGNAL_FIELD_NUMBER; |
|
|
hash = (53 * hash) + getKinfeCompleteSignal(); |
|
|
hash = (53 * hash) + getKinfeCompleteSignal(); |
|
|
|
|
|
hash = (37 * hash) + KINFE_POSITION_FIELD_NUMBER; |
|
|
|
|
|
hash = (53 * hash) + getKinfePosition(); |
|
|
hash = (29 * hash) + getUnknownFields().hashCode(); |
|
|
hash = (29 * hash) + getUnknownFields().hashCode(); |
|
|
memoizedHashCode = hash; |
|
|
memoizedHashCode = hash; |
|
|
return hash; |
|
|
return hash; |
|
|
@ -451,6 +479,7 @@ public final class BspIV { |
|
|
laserSensor2MeasureDistance_ = 0; |
|
|
laserSensor2MeasureDistance_ = 0; |
|
|
laserSensor3MeasureDistance_ = 0; |
|
|
laserSensor3MeasureDistance_ = 0; |
|
|
kinfeCompleteSignal_ = 0; |
|
|
kinfeCompleteSignal_ = 0; |
|
|
|
|
|
kinfePosition_ = 0; |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -505,6 +534,9 @@ public final class BspIV { |
|
|
if (((from_bitField0_ & 0x00000040) != 0)) { |
|
|
if (((from_bitField0_ & 0x00000040) != 0)) { |
|
|
result.kinfeCompleteSignal_ = kinfeCompleteSignal_; |
|
|
result.kinfeCompleteSignal_ = kinfeCompleteSignal_; |
|
|
} |
|
|
} |
|
|
|
|
|
if (((from_bitField0_ & 0x00000080) != 0)) { |
|
|
|
|
|
result.kinfePosition_ = kinfePosition_; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@java.lang.Override |
|
|
@java.lang.Override |
|
|
@ -540,6 +572,9 @@ public final class BspIV { |
|
|
if (other.getKinfeCompleteSignal() != 0) { |
|
|
if (other.getKinfeCompleteSignal() != 0) { |
|
|
setKinfeCompleteSignal(other.getKinfeCompleteSignal()); |
|
|
setKinfeCompleteSignal(other.getKinfeCompleteSignal()); |
|
|
} |
|
|
} |
|
|
|
|
|
if (other.getKinfePosition() != 0) { |
|
|
|
|
|
setKinfePosition(other.getKinfePosition()); |
|
|
|
|
|
} |
|
|
this.mergeUnknownFields(other.getUnknownFields()); |
|
|
this.mergeUnknownFields(other.getUnknownFields()); |
|
|
onChanged(); |
|
|
onChanged(); |
|
|
return this; |
|
|
return this; |
|
|
@ -601,6 +636,11 @@ public final class BspIV { |
|
|
bitField0_ |= 0x00000040; |
|
|
bitField0_ |= 0x00000040; |
|
|
break; |
|
|
break; |
|
|
} // case 56
|
|
|
} // case 56
|
|
|
|
|
|
case 64: { |
|
|
|
|
|
kinfePosition_ = input.readInt32(); |
|
|
|
|
|
bitField0_ |= 0x00000080; |
|
|
|
|
|
break; |
|
|
|
|
|
} // case 64
|
|
|
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
|
|
|
@ -842,6 +882,38 @@ public final class BspIV { |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private int kinfePosition_ ; |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_position = 8;</code> |
|
|
|
|
|
* @return The kinfePosition. |
|
|
|
|
|
*/ |
|
|
|
|
|
@java.lang.Override |
|
|
|
|
|
public int getKinfePosition() { |
|
|
|
|
|
return kinfePosition_; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_position = 8;</code> |
|
|
|
|
|
* @param value The kinfePosition to set. |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder setKinfePosition(int value) { |
|
|
|
|
|
|
|
|
|
|
|
kinfePosition_ = value; |
|
|
|
|
|
bitField0_ |= 0x00000080; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
|
|
|
* <code>int32 kinfe_position = 8;</code> |
|
|
|
|
|
* @return This builder for chaining. |
|
|
|
|
|
*/ |
|
|
|
|
|
public Builder clearKinfePosition() { |
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000080); |
|
|
|
|
|
kinfePosition_ = 0; |
|
|
|
|
|
onChanged(); |
|
|
|
|
|
return this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:IV_struct_define)
|
|
|
// @@protoc_insertion_point(builder_scope:IV_struct_define)
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -907,14 +979,15 @@ public final class BspIV { |
|
|
descriptor; |
|
|
descriptor; |
|
|
static { |
|
|
static { |
|
|
java.lang.String[] descriptorData = { |
|
|
java.lang.String[] descriptorData = { |
|
|
"\n\014bsp_IV.proto\"\364\001\n\020IV_struct_define\022\030\n\020R" + |
|
|
"\n\014bsp_IV.proto\"\214\002\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(\005\022\035\n\025kinfe_" + |
|
|
"ensor_3_measure_distance\030\006 \001(\005\022\035\n\025kinfe_" + |
|
|
"complete_signal\030\007 \001(\005B%\n!com.example.dia" + |
|
|
"complete_signal\030\007 \001(\005\022\026\n\016kinfe_position\030" + |
|
|
"oerqiegeapp.modelsP\000b\006proto3" |
|
|
"\010 \001(\005B%\n!com.example.diaoerqiegeapp.mode" + |
|
|
|
|
|
"lsP\000b\006proto3" |
|
|
}; |
|
|
}; |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
.internalBuildGeneratedFileFrom(descriptorData, |
|
|
@ -925,7 +998,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", "KinfeCompleteSignal", }); |
|
|
new java.lang.String[] { "RobotMoveSpeed", "RFAngleRoll", "RemoteStatus", "LaserSensor1MeasureDistance", "LaserSensor2MeasureDistance", "LaserSensor3MeasureDistance", "KinfeCompleteSignal", "KinfePosition", }); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
descriptor.resolveAllFeaturesImmutable(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|