experiments: new experiment for testing pandaboard
Change-Id: Ic27eb3ddc34fdac944b26e70ac4347330cbab044
This commit is contained in:
13
src/experiments/lra-simple-panda/experiment.hpp
Normal file
13
src/experiments/lra-simple-panda/experiment.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user