![]() |
WPILibC++ 2025.3.1
|
Profile timing. More...
#include <frc/trajectory/ExponentialProfile.h>
Public Member Functions | |
constexpr bool | IsFinished (const units::second_t &t) const |
Decides if the profile is finished by time t. | |
Public Attributes | |
units::second_t | inflectionTime |
Profile inflection time. | |
units::second_t | totalTime |
Total profile time. | |
Profile timing.
|
inlineconstexpr |
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.