WPILibC++ 2024.3.2
Trajectory.h File Reference

Go to the source code of this file.

Classes

class  frc::Trajectory
 Represents a time-parameterized trajectory. More...
 
struct  frc::Trajectory::State
 Represents one point on the trajectory. More...
 

Namespaces

namespace  frc
 

Functions

WPILIB_DLLEXPORT void frc::to_json (wpi::json &json, const Trajectory::State &state)
 
WPILIB_DLLEXPORT void frc::from_json (const wpi::json &json, Trajectory::State &state)