6extern "C" struct rr_spawn_options;
50 void fill_rerun_c_struct(rr_spawn_options& spawn_opts)
const;
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Options to control the behavior of spawn.
Definition spawn_options.hpp:17
uint16_t port
The port to listen on.
Definition spawn_options.hpp:19
bool hide_welcome_screen
Hide the normal Rerun welcome screen.
Definition spawn_options.hpp:32
std::string_view executable_name
Specifies the name of the Rerun executable.
Definition spawn_options.hpp:39
std::string_view memory_limit
An upper limit on how much memory the Rerun Viewer should use.
Definition spawn_options.hpp:27
std::string_view executable_path
Enforce a specific executable to use instead of searching though PATH for SpawnOptions::executable_na...
Definition spawn_options.hpp:43