diff --git a/src/limedriver.h b/src/limedriver.h index 53bf291..1f657a9 100644 --- a/src/limedriver.h +++ b/src/limedriver.h @@ -140,6 +140,9 @@ LimeConfig_t initializeLimeConfig(int Npulses); */ int run_experiment_from_LimeCfg(LimeConfig_t LimeCfg); +std::pair getDeviceChannels(lms_device_t *dev); +std::pair getChannelsFromInfo(const std::string &info); + std::vector getDeviceList(); #endif // LIMECONFIG_H \ No newline at end of file