Go to the documentation of this file. 2 #ifndef INC_PROCTIMER_H 3 #define INC_PROCTIMER_H 1 17 class ProcTimer :
public DimTimer {
29 void setDelay (
int delay) {
30 msgSvc( INFO ,
"" ,
"Delay set to "+
32 "s]" ); m_delay = delay;
47 void setRunning (
bool running) {
67 #endif // INC_PROCTIMER_H