LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
light::paths::PathEntry Struct Reference

One row in the registry: name → CSV blob. More...

#include <all.hpp>

Public Attributes

const char * name
 Lookup name passed to light::runPath().
 
const char * csv
 Pointer to the static CSV blob.
 

Detailed Description

One row in the registry: name → CSV blob.

Definition at line 20 of file all.hpp.

Member Data Documentation

◆ csv

const char* light::paths::PathEntry::csv

Pointer to the static CSV blob.

Definition at line 22 of file all.hpp.

◆ name

const char* light::paths::PathEntry::name

Lookup name passed to light::runPath().

Definition at line 21 of file all.hpp.


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