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 int

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

property metadata str

Initial metadata.

property name str

Entry name.

property type str

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