#include "stadls/vx/genpybind.h"
#include "stadls/vx/run_time_info.h"
#include "stadls/vx/run.tcc"
Go to the source code of this file.
|
template<typename Connection > |
RunTimeInfo | stadls::vx::run (Connection &connection, PlaybackProgram &&program) |
| Transfer and execute the given playback program and fetch results. More...
|
|
template<typename Connection > |
RunTimeInfo | stadls::vx::run (Connection &connection, PlaybackProgram &program) |
| Transfer and execute the given playback program and fetch results. More...
|
|
template<typename Connection > |
RunTimeInfo | stadls::vx::run (Connection &connection, std::shared_ptr< fisch::vx::PlaybackProgram > const &program) |
| Transfer and execute the given fisch playback program and fetch results. More...
|
|