#include <Runner.h>
Inheritance diagram for GpuThesis::Runner:
Public Member Functions | |
void | add (GpuThesis::Runnable *runnable) |
std::string | run (const std::vector< std::string > ¶meters) |
void | reset () |
|
Adds the given Runnable to the runner.
|
|
Reset all the Runnables. |
|
Run the contained Runnables. The run parameters should be either a float specifying the timestep, or "reset" to reset all the Runnables.
Implements Console::Action. |