35 std::vector<std::string> vehicles{
"default"};
39 {
"vehicles",
Schema(&vehicles,
"list of vehicle names to make available")},
43 void to_json(Json& j)
const override {
45 {
"vehicles", vehicles},
Definition: confable.hpp:43
Json to_json() const
Definition: confable.cpp:78
Definition: schema.hpp:175
#define DEFINE_SIMULATOR_FACTORY(xFactoryType, xConfigType, xName, xDescription)
Definition: simulator.hpp:48
Definition: nop_simulator.hpp:34