X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.h;h=0a8f2e0dca7d24fedb53cf7b734d321320ff180a;hp=ca86a7fe9c15c69f727ccbf3b04711a8650e8250;hb=6842b5fc481eb43d9aeea81f17e211820d6dc405;hpb=858ae630aec11f2f1300897cc3ca127a4537e598 diff --git a/pv/devicemanager.h b/pv/devicemanager.h index ca86a7fe..0a8f2e0d 100644 --- a/pv/devicemanager.h +++ b/pv/devicemanager.h @@ -24,6 +24,7 @@ #include #include +#include #include #include @@ -52,6 +53,9 @@ public: struct sr_dev_driver *const driver, GSList *const drvopts = NULL); + const std::shared_ptr find_device_from_info( + const std::map search_info); + private: void init_drivers();