15 bool check(
bool fire,
float&,
int,
int );
16 void print( std::ostream & );
17 bool init(
int,
int );
20 std::vector<float> _widths;
21 std::vector<float> _thresh;
Lapicque(opencarp::timer_manager *to, float pmin, float pmax, int np, float tol, float delay)
constructor
void print(std::ostream &)
bool init(int, int)
initial first step
bool check(bool fire, float &, int, int)
check if the Lapicque curve is finished and update current
centralize time managment and output triggering
Timers and timer manager.