X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=02d4417c99e8af4bb95260e082e543b354bdccdb;hb=519d0ccbe67d005a9c442795ce3b8255e78ca46d;hp=588ccdf243e39c87ca52583678249b17cb42167e;hpb=dd3fd4df34d129c83f7f5d80ff1e8b998beca63d;p=pulseview.git diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 588ccdf..02d4417 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -41,7 +41,9 @@ public: std::shared_ptr format, const std::map &options); - void create(); + void open(); + + void close(); void start(); @@ -51,7 +53,9 @@ public: private: const std::shared_ptr context_; - const std::shared_ptr input_; + const std::shared_ptr format_; + const std::map options_; + std::shared_ptr input_; std::atomic interrupt_; };