WPILibC++ 2024.1.1-beta-4
wpi::log::MetadataRecordData Struct Reference

Data contained in a set metadata control record as created by DataLog::SetMetadata(). More...

#include <wpi/DataLogReader.h>

Public Attributes

int entry
 Entry ID. More...
 
std::string_view metadata
 New metadata for the entry. More...
 

Detailed Description

Data contained in a set metadata control record as created by DataLog::SetMetadata().

This can be read by calling DataLogRecord::GetSetMetadataData().

Member Data Documentation

◆ entry

int wpi::log::MetadataRecordData::entry

Entry ID.

◆ metadata

std::string_view wpi::log::MetadataRecordData::metadata

New metadata for the entry.


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