30 namespace cloe::plugins {
33 std::vector<std::string> vehicles{
"default"};
37 {
"vehicles",
Schema(&vehicles,
"list of vehicle names to make available")},
41 void to_json(Json& j)
const override {
43 {
"vehicles", vehicles},
49 "stand-in no-operation simulator")
Definition: confable.hpp:98
Json to_json() const
Definition: confable.cpp:78
Definition: schema.hpp:173
#define DEFINE_SIMULATOR_FACTORY(xFactoryType, xConfigType, xName, xDescription)
Definition: simulator.hpp:48
Definition: nop_simulator.hpp:32