Skip to content

Commit 456b185

Browse files
marknolanCopilot
andauthored
Update ShimmerDriver/src/main/java/com/shimmerresearch/driver/ObjectCluster.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 831e332 commit 456b185

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ObjectCluster.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ public enum OBJECTCLUSTER_TYPE{
157157
public int mIndexUncal = 0;
158158
public boolean mEnableArraysDataStructure = false;
159159

160+
/**
161+
* Indicates whether the packet was successfully parsed. Set to false when validation checks
162+
* fail (e.g., timestamp contiguity check) to signal that the ObjectCluster should be discarded.
163+
*/
160164
public boolean successfullyParsed = true;
161165

162166
public class SensorDataPerType {

0 commit comments

Comments
 (0)