scenario_simulator_v2 C++ API
|
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <boost/algorithm/string.hpp>
#include <concealer/execute.hpp>
#include <cstdlib>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
openscenario_interpreter | |
openscenario_interpreter::record | |
Functions | |
template<typename... Ts> | |
auto | openscenario_interpreter::record::start (Ts &&... xs) -> pid_t |
auto | openscenario_interpreter::record::stop () -> void |
Variables | |
pid_t | openscenario_interpreter::record::process_id = 0 |