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

A bare-bones registered auton: just a name and a callback. More...

#include <custom_selector.hpp>

Public Attributes

std::string name
 Display name.
 
std::function< void()> fn
 Routine to invoke when selected.
 

Detailed Description

A bare-bones registered auton: just a name and a callback.

Definition at line 17 of file custom_selector.hpp.

Member Data Documentation

◆ fn

std::function<void()> CustomAuton::fn

Routine to invoke when selected.

Definition at line 19 of file custom_selector.hpp.

◆ name

std::string CustomAuton::name

Display name.

Definition at line 18 of file custom_selector.hpp.


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