Files
fail/src/experiments/lra-simple-panda/experiment.hpp
Lars Rademacher e8eebb69ba experiments: new experiment for testing pandaboard
Change-Id: Ic27eb3ddc34fdac944b26e70ac4347330cbab044
2014-01-22 17:43:31 +01:00

14 lines
323 B
C++

#ifndef __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__
#define __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__
#include "efw/ExperimentFlow.hpp"
#include "efw/JobClient.hpp"
class LRASimplePandaExperiment : public fail::ExperimentFlow {
public:
LRASimplePandaExperiment() { }
bool run();
};
#endif // __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__