Package org.horizon36596.simloop.sim
Class RlogDecodedCompare.Mismatch
java.lang.Object
org.horizon36596.simloop.sim.RlogDecodedCompare.Mismatch
- Enclosing class:
- RlogDecodedCompare
One decoded-field mismatch between two runs;
frameIndex is -1 for a frame-count mismatch.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intWhich frame differed, counting from 0;-1when the two runs had different frame counts.final StringThe RLOG key whose decoded value differed.final StringThe value the first run logged underkey, rendered the way PsiKit renders it.final StringThe value the second run logged underkey, rendered the way PsiKit renders it. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this entry reports the two runs having a different total frame count, not a field diff.toString()
-
Field Details
-
frameIndex
public final int frameIndexWhich frame differed, counting from 0;-1when the two runs had different frame counts. -
key
The RLOG key whose decoded value differed. -
valueA
The value the first run logged underkey, rendered the way PsiKit renders it. -
valueB
The value the second run logged underkey, rendered the way PsiKit renders it.
-
-
Method Details
-
isFrameCountMismatch
public boolean isFrameCountMismatch()Returns true if this entry reports the two runs having a different total frame count, not a field diff.- Returns:
- true if this entry reports the two runs having a different total frame count, not a field diff
-
toString
-