$darkmode
#include <vtd_conf.hpp>
Public Member Functions | |
| CONFABLE_SCHEMA (VtdVehicleConfig) | |
Public Member Functions inherited from fable::Confable | |
| Confable (const Confable &) noexcept | |
| Confable (Confable &&) noexcept=default | |
| Confable & | operator= (const Confable &other) noexcept |
| Confable & | operator= (Confable &&other) noexcept |
| virtual void | reset_schema () |
| Schema & | schema () |
| const Schema & | schema () const |
| virtual void | validate_or_throw (const Conf &c) const |
| virtual bool | validate (const Conf &c, std::optional< SchemaError > &err) const |
| virtual void | from_conf (const Conf &c) |
| virtual void | to_json (Json &j) const |
| Json | to_json () const |
Public Attributes | |
| std::map< std::string, VtdSensorConfig > | sensors |
| std::map< std::string, VtdComponentConfig > | components |
Additional Inherited Members | |
Protected Member Functions inherited from fable::Confable | |
| virtual Schema | schema_impl () |
VtdVehicleConfig contains the vtd specific vehicle configuration.
That is, sensor definitions and a mapping to cloe components.
| std::map<std::string, VtdComponentConfig> vtd::VtdVehicleConfig::components |
Component name -> Sensor + component type mappings
| std::map<std::string, VtdSensorConfig> vtd::VtdVehicleConfig::sensors |
Sensor definitions