X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Fhardwaredevice.hpp;h=bc8e47a589c9640e2828d1c16b80293c49e80ce5;hp=df11ed25783caa8221fb269a6b0b60fff3554eec;hb=2ad82c2e40b6865481733913a2c32735602f63c4;hpb=b961bf17ba19203193ab70598ca53312520af99d diff --git a/pv/devices/hardwaredevice.hpp b/pv/devices/hardwaredevice.hpp index df11ed25..bc8e47a5 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_;