supereight
|
#include <config.hpp>
Public Member Functions | |
Config ()=default | |
Default initializes all configs. | |
Config (const std::string &yaml_file) | |
Initializes the config from a YAML file. | |
Public Attributes | |
struct MapT::Config | map |
struct MapT::DataType::Config | data |
struct SensorT::Config | sensor |
TrackerConfig | tracker |
Reader::Config | reader |
AppConfig | app |
Default initializes all configs.
se::Config< MapT, SensorT >::Config | ( | const std::string & | yaml_file | ) |
Initializes the config from a YAML file.
Data not present in the YAML file will be initialized as in Config::Config().
struct MapT::DataType::Config se::Config< MapT, SensorT >::data |
struct SensorT::Config se::Config< MapT, SensorT >::sensor |
TrackerConfig se::Config< MapT, SensorT >::tracker |
Reader::Config se::Config< MapT, SensorT >::reader |