WPILibC++ 2024.3.2
|
Profile timing. More...
#include <frc/trajectory/ExponentialProfile.h>
Public Member Functions | |
bool | IsFinished (const units::second_t &t) const |
Decides if the profile is finished by time t. More... | |
Public Attributes | |
units::second_t | inflectionTime |
Profile inflection time. More... | |
units::second_t | totalTime |
Total profile time. More... | |
Profile timing.
|
inline |
Decides if the profile is finished by time t.
t | The time since the beginning of the profile. |
units::second_t frc::ExponentialProfile< Distance, Input >::ProfileTiming::inflectionTime |
Profile inflection time.
units::second_t frc::ExponentialProfile< Distance, Input >::ProfileTiming::totalTime |
Total profile time.