Download this file

SimpleMonitor.h    20 lines (15 with data), 291 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
/*
* SimpleMonitor.h
*
* Created on: 15. 11. 2014
* Author: cloq
*/
#ifndef SIMPLEMONITOR_H_
#define SIMPLEMONITOR_H_
#include "RMTQMonitorBase.h"
class SimpleMonitor : public RMTQMonitorBase
{
public:
virtual void run(RMTQueue* queue);
};
#endif /* SIMPLEMONITOR_H_ */