WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::log::DataLogReaderEntry Class Reference

#include <wpi/datalog/DataLogReaderThread.hpp>

Inheritance diagram for wpi::log::DataLogReaderEntry:
wpi::log::StartRecordData

Public Attributes

std::vector< DataLogReaderRangeranges
Public Attributes inherited from wpi::log::StartRecordData
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.

Member Data Documentation

◆ ranges

std::vector<DataLogReaderRange> wpi::log::DataLogReaderEntry::ranges

The documentation for this class was generated from the following file: