24 #ifndef CLOE_SIMULATOR_NOP_HPP_ 25 #define CLOE_SIMULATOR_NOP_HPP_ 37 std::vector<std::string> vehicles{
"default"};
41 {
"vehicles",
Schema(&vehicles,
"list of vehicle names to make available")},
45 void to_json(Json& j)
const override {
47 {
"vehicles", vehicles},
57 #endif // CLOE_SIMULATOR_NOP_HPP_ Definition: confable.hpp:46
#define DEFINE_SIMULATOR_FACTORY(xFactoryType, xConfigType, xName, xDescription)
Definition: simulator.hpp:50
Definition: nop_simulator.hpp:36
Definition: coordinator.hpp:36
Json to_json() const
Definition: confable.cpp:74
Definition: schema.hpp:178