]> sigrok.org Git - pulseview.git/blobdiff - pv/device/device.h
Add serial_num/connection_id handling and save/restore last device
[pulseview.git] / pv / device / device.h
index 1bcadab4e71e86f80368c8ae5a61c75ec0d706e2..0a908a7962d451034d732cddd88e3abbb6809c93 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef PULSEVIEW_PV_DEVICE_DEVICE_H
 #define PULSEVIEW_PV_DEVICE_DEVICE_H
 
+#include <map>
+#include <string>
+
 #include "devinst.h"
 
 namespace pv {
@@ -39,6 +42,8 @@ public:
 
        std::string format_device_title() const;
 
+       std::map<std::string, std::string> get_device_info() const;
+
 private:
        sr_dev_inst *const _sdi;
 };