X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=e6b57033a02720b31aac2e52dadda5d8262a563e;hp=9b9aee88dcbad288f12642397a6b6921d9e83a29;hb=cda515676ce6c2fa81e1cecacba3ea26ec2ee50e;hpb=4d6c6ea3e6b069787c270d4911083dae05eae4c6 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_; };