git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1772 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
14 lines
284 B
C++
14 lines
284 B
C++
#ifndef __NANOJPEG_EXPERIMENT_HPP__
|
|
#define __NANOJPEG_EXPERIMENT_HPP__
|
|
|
|
#include "efw/ExperimentFlow.hpp"
|
|
#include "efw/JobClient.hpp"
|
|
|
|
class NanoJPEGExperiment : public fail::ExperimentFlow {
|
|
fail::JobClient m_jc;
|
|
public:
|
|
bool run();
|
|
};
|
|
|
|
#endif // __NANOJPEG_EXPERIMENT_HPP__
|