#include <config.hpp>
|
| | Config () |
| | Default initializes all configs. More...
|
| |
| | Config (const std::string &yaml_file) |
| | Initializes the config from a YAML file. More...
|
| |
◆ Config() [1/2]
template<typename DataConfigT , typename SensorConfigT >
Default initializes all configs.
◆ Config() [2/2]
template<typename DataConfigT , typename SensorConfigT >
| se::Config< DataConfigT, SensorConfigT >::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().
◆ map
template<typename DataConfigT , typename SensorConfigT >
◆ data
template<typename DataConfigT , typename SensorConfigT >
| DataConfigT se::Config< DataConfigT, SensorConfigT >::data |
◆ sensor
template<typename DataConfigT , typename SensorConfigT >
| SensorConfigT se::Config< DataConfigT, SensorConfigT >::sensor |
◆ tracker
template<typename DataConfigT , typename SensorConfigT >
◆ reader
template<typename DataConfigT , typename SensorConfigT >
◆ app
template<typename DataConfigT , typename SensorConfigT >
The documentation for this struct was generated from the following file: