WPILibC++ 2024.3.2
frc::ExponentialProfile< Distance, Input >::ProfileTiming Class Reference

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...
 

Detailed Description

template<class Distance, class Input>
class frc::ExponentialProfile< Distance, Input >::ProfileTiming

Profile timing.

Member Function Documentation

◆ IsFinished()

template<class Distance , class Input >
bool frc::ExponentialProfile< Distance, Input >::ProfileTiming::IsFinished ( const units::second_t &  t) const
inline

Decides if the profile is finished by time t.

Parameters
tThe time since the beginning of the profile.
Returns
if the profile is finished at time t.

Member Data Documentation

◆ inflectionTime

template<class Distance , class Input >
units::second_t frc::ExponentialProfile< Distance, Input >::ProfileTiming::inflectionTime

Profile inflection time.

◆ totalTime

template<class Distance , class Input >
units::second_t frc::ExponentialProfile< Distance, Input >::ProfileTiming::totalTime

Total profile time.


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