47class SettingReader :
public cRIO::Singleton<SettingReader> {
49 SettingReader(token) : _rootPath(
"UNDEFINED") {}
60 std::string getTablePath(std::string filename);
62 std::string getSettingsVersion() {
return _currentSet; }
74 void configure(std::string settingsToApply);
83 return &_forceActuatorApplicationSettings;
87 return &_hardpointActuatorApplicationSettings;
90 return &_hardpointMonitorApplicationSettings;
98 SettingReader &operator=(
const SettingReader &) =
delete;
99 SettingReader(
const SettingReader &) =
delete;
101 std::string _getSetPath(std::string file);
108 std::string _rootPath;
109 std::string _currentSet;