STADLS
run.h File Reference
#include "stadls/vx/genpybind.h"
#include "stadls/vx/run_time_info.h"
#include "stadls/vx/run.tcc"
+ Include dependency graph for run.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fisch
 
 fisch::vx
 
 stadls
 
 stadls::vx
 

Functions

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...