00001 #ifndef _TIME_INFO_H_ 00002 #define _TIME_INFO_H_ 00003 00004 class timeInfo{ 00005 public: 00006 double start; 00007 double current; 00008 unsigned int currentstep; 00009 double stop; 00010 double step; 00011 double ratio; 00012 }; 00013 00014 #endif