5 #ifndef SICK_SCAN_CONFIG_H 6 #define SICK_SCAN_CONFIG_H 21 void setValue(std::string key, std::string val);
23 void setValue(std::string key,
bool val);
25 std::string
getValue(std::string key);
40 #endif //SICK_SCAN_SICK_SCAN_CONFIG_H bool getBoolValue(std::string key)
void setValue(std::string key, std::string val)
std::string getValue(std::string key)
std::map< std::string, std::string > storedConfig
SickScanConfigInternal & operator=(const SickScanConfigInternal &)