![]() |
WPILibC++ 2025.3.2
|
Data contained in a start control record as created by DataLog::Start() when writing the log. More...
#include <wpi/DataLogReader.h>
Public Attributes | |
int | entry |
Entry ID; this will be used for this entry in future records. | |
std::string_view | name |
Entry name. | |
std::string_view | type |
Type of the stored data for this entry, as a string, e.g. | |
std::string_view | metadata |
Initial metadata. | |
Data contained in a start control record as created by DataLog::Start() when writing the log.
This can be read by calling DataLogRecord::GetStartData().
int wpi::log::StartRecordData::entry |
Entry ID; this will be used for this entry in future records.
std::string_view wpi::log::StartRecordData::metadata |
Initial metadata.
std::string_view wpi::log::StartRecordData::name |
Entry name.
std::string_view wpi::log::StartRecordData::type |
Type of the stored data for this entry, as a string, e.g.
"double".