Package edu.wpi.first.util.datalog
Class DoubleLogEntry
java.lang.Object
edu.wpi.first.util.datalog.DataLogEntry
edu.wpi.first.util.datalog.DoubleLogEntry
public class DoubleLogEntry extends DataLogEntry
Log double values.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoubleLogEntry(DataLog log, String name)
Constructs a double log entry.DoubleLogEntry(DataLog log, String name, long timestamp)
Constructs a double log entry.DoubleLogEntry(DataLog log, String name, String metadata)
Constructs a double log entry.DoubleLogEntry(DataLog log, String name, String metadata, long timestamp)
Constructs a double log entry. -
Method Summary
Methods inherited from class edu.wpi.first.util.datalog.DataLogEntry
finish, finish, setMetadata, setMetadata
-
Field Details
-
kDataType
The data type for double values.- See Also:
- Constant Field Values
-
-
Constructor Details
-
DoubleLogEntry
Constructs a double log entry.- Parameters:
log
- datalogname
- name of the entrymetadata
- metadatatimestamp
- entry creation timestamp (0=now)
-
DoubleLogEntry
Constructs a double log entry.- Parameters:
log
- datalogname
- name of the entrymetadata
- metadata
-
DoubleLogEntry
Constructs a double log entry.- Parameters:
log
- datalogname
- name of the entrytimestamp
- entry creation timestamp (0=now)
-
DoubleLogEntry
Constructs a double log entry.- Parameters:
log
- datalogname
- name of the entry
-
-
Method Details