Package edu.wpi.first.util.datalog
Class DataLogRecord.StartRecordData
java.lang.Object
edu.wpi.first.util.datalog.DataLogRecord.StartRecordData
- Enclosing class:
- DataLogRecord
Data contained in a start control record as created by DataLog.start() when writing the log.
This can be read by calling getStartData().
-
Field Summary
-
Method Summary
-
Field Details
-
entry
Entry ID; this will be used for this entry in future records. -
name
Entry name. -
type
Type of the stored data for this entry, as a string, e.g. "double". -
metadata
Initial metadata.
-