Class DataLogRecord.StartRecordData

java.lang.Object
edu.wpi.first.util.datalog.DataLogRecord.StartRecordData
Enclosing class:
DataLogRecord

public static class DataLogRecord.StartRecordData extends Object
Data contained in a start control record as created by DataLog.start() when writing the log. This can be read by calling getStartData().
  • Field Details

    • entry

      public final int entry
      Entry ID; this will be used for this entry in future records.
    • name

      public final String name
      Entry name.
    • type

      public final String type
      Type of the stored data for this entry, as a string, e.g. "double".
    • metadata

      public final String metadata
      Initial metadata.