mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-11 13:24:09 -04:00
Add configuration name at command line via -c or --config
sets up framework for more command line options as well.
This commit is contained in:
@@ -59,11 +59,14 @@ public:
|
||||
void setSnap(long long snapVal);
|
||||
long long getSnap();
|
||||
|
||||
void setConfigName(std::string configName);
|
||||
std::string getConfigFileName();
|
||||
bool save();
|
||||
bool load();
|
||||
bool reset();
|
||||
|
||||
private:
|
||||
std::string configName;
|
||||
std::map<std::string, DeviceConfig *> deviceConfig;
|
||||
std::atomic_int winX,winY,winW,winH;
|
||||
std::atomic_bool winMax;
|
||||
|
||||
Reference in New Issue
Block a user