WPILibC++ 2024.3.2
WPI_DataLog_String Struct Reference

A datalog string (for use with string array). More...

#include <wpi/DataLog.h>

Public Attributes

const char * str
 Contents. More...
 
size_t len
 Length. More...
 

Detailed Description

A datalog string (for use with string array).

Member Data Documentation

◆ len

size_t WPI_DataLog_String::len

Length.

◆ str

const char* WPI_DataLog_String::str

Contents.


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