STADLS
run.h
Go to the documentation of this file.
1 #pragma once
2 #include "stadls/vx/genpybind.h"
3 #include "stadls/vx/run.h"
4 
6 
7 template <typename... Ts>
8 auto run(Ts&&... args) -> decltype(stadls::vx::run(std::forward<Ts>(args)...))
9 {
10  return stadls::vx::run(std::forward<Ts>(args)...);
11 }
12 
13 GENPYBIND_MANUAL({
14  [[maybe_unused]] ::stadls::vx::detail::RunUnrollPyBind11Helper<
15  std::remove_cvref_t<::pyhxcomm::vx::ConnectionHandle>>
16  helper(parent);
17 })
18 
19 } // namespace stadls::vx::v3
#define GENPYBIND_TAG_STADLS_VX_V3
Definition: genpybind.h:6
::pyhxcomm::vx::reinit_stack_entry_unroll_helper< decltype(wrapped)> helper
auto run(Ts &&... args) -> decltype(stadls::vx::run(std::forward< Ts >(args)...))
Definition: run.h:8
RunTimeInfo run(Connection &, PlaybackProgram &)
Transfer and execute the given playback program and fetch results.