mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-22 01:52:24 +00:00
Add getDeviceList function to LimeDriver header
This commit is contained in:
parent
2fa839fbb4
commit
4c839fae5d
1 changed files with 2 additions and 0 deletions
|
@ -140,4 +140,6 @@ LimeConfig_t initializeLimeConfig(int Npulses);
|
||||||
*/
|
*/
|
||||||
int run_experiment_from_LimeCfg(LimeConfig_t LimeCfg);
|
int run_experiment_from_LimeCfg(LimeConfig_t LimeCfg);
|
||||||
|
|
||||||
|
std::vector<std::string> getDeviceList();
|
||||||
|
|
||||||
#endif // LIMECONFIG_H
|
#endif // LIMECONFIG_H
|
Loading…
Reference in a new issue