X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Fhardwaredevice.hpp;h=bc8e47a589c9640e2828d1c16b80293c49e80ce5;hp=df11ed25783caa8221fb269a6b0b60fff3554eec;hb=4d6c6ea3e6b069787c270d4911083dae05eae4c6;hpb=accd9c0506657c2444caef9aa3aa5de71a94b60a diff --git a/pv/devices/hardwaredevice.hpp b/pv/devices/hardwaredevice.hpp index df11ed2..bc8e47a 100644 --- a/pv/devices/hardwaredevice.hpp +++ b/pv/devices/hardwaredevice.hpp @@ -53,7 +53,9 @@ public: */ std::string display_name(const DeviceManager &device_manager) const; - void create(); + void open(); + + void close(); private: const std::shared_ptr context_;