5 #ifndef SICK_SCAN_CONFIG_H 6 #define SICK_SCAN_CONFIG_H 20 void setValue(std::string key, std::string val);
22 void setValue(std::string key,
bool val);
23 std::string
getValue(std::string key);
32 #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)
SickScanConfigInternal & operator=(const SickScanConfigInternal &)
std::map< std::string, std::string > storedConfig