Package frc.team_8840_lib.replay
Class LogDataThread
java.lang.Object
frc.team_8840_lib.replay.LogDataThread
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAsBoolean(int index) byte[]getAsByteArray(int index) doublegetAsDouble(int index) double[]getAsDoubleArray(int index) intgetAsInt(int index) getAsString(int index) String[]getAsStringArray(int index) getByCycle(int cycle) getByIndex(int index) getName()protected voidprotected voidprotected void
-
Field Details
-
name
-
-
Constructor Details
-
LogDataThread
-
-
Method Details
-
push
-
setMethod
-
setField
-
getSpecificName
-
getBaseName
-
getAsString
-
getAsDouble
public double getAsDouble(int index) -
getAsInt
public int getAsInt(int index) -
getAsBoolean
public boolean getAsBoolean(int index) -
getAsStringArray
-
getAsDoubleArray
public double[] getAsDoubleArray(int index) -
getAsByteArray
public byte[] getAsByteArray(int index) -
getByIndex
-
getByCycle
-
getName
-