Class LogDataThread

java.lang.Object
frc.team_8840_lib.replay.LogDataThread

public class LogDataThread extends Object
  • Field Details

    • name

      protected String name
  • Constructor Details

  • Method Details

    • push

      protected void push(String data, int cycle)
    • setMethod

      protected void setMethod(Method method, int cycle, Object klass)
    • setField

      protected void setField(Field field, int cycle, Object klass)
    • getSpecificName

      public String getSpecificName()
    • getBaseName

      public String getBaseName()
    • getAsString

      public String getAsString(int index)
    • getAsDouble

      public double getAsDouble(int index)
    • getAsInt

      public int getAsInt(int index)
    • getAsBoolean

      public boolean getAsBoolean(int index)
    • getAsStringArray

      public String[] getAsStringArray(int index)
    • getAsDoubleArray

      public double[] getAsDoubleArray(int index)
    • getAsByteArray

      public byte[] getAsByteArray(int index)
    • getByIndex

      public Object getByIndex(int index)
    • getByCycle

      public Object getByCycle(int cycle)
    • getName

      public String getName()