mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
added function to read depreciated commands
This commit is contained in:
@ -534,6 +534,7 @@ class CmdProxy {
|
||||
bool ReplaceIfDepreciated(std::string &command);
|
||||
size_t GetFunctionMapSize() const noexcept { return functions.size(); };
|
||||
std::vector<std::string> GetProxyCommands();
|
||||
std::map<std::string, std::string> GetDepreciatedCommands();
|
||||
|
||||
private:
|
||||
Detector *det;
|
||||
|
Reference in New Issue
Block a user