StartRecordData

class wpiutil.log.StartRecordData

Bases: pybind11_object

Data contained in a start control record as created by DataLog::Start() when writing the log. This can be read by calling DataLogRecord::GetStartData().

property entry

Entry ID; this will be used for this entry in future records.

property metadata

Initial metadata.

property name

Entry name.

property type

Type of the stored data for this entry, as a string, e.g. “double”.