X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=e6b57033a02720b31aac2e52dadda5d8262a563e;hb=cc9a7898ee7afc32e03dbcc991ed7ba722ed8f1b;hp=9b9aee88dcbad288f12642397a6b6921d9e83a29;hpb=4d6c6ea3e6b069787c270d4911083dae05eae4c6;p=pulseview.git diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 9b9aee88..e6b57033 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -53,8 +53,11 @@ 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::ifstream *f; std::atomic interrupt_; };