X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.hpp;h=9f31d59a7920c93d6252dba98acf0eee8fcef0d9;hp=e6778b5ed94e37d03aeede26cdd4d60a9612bd06;hb=da5e6727a632752d19f975d84ea76f1683cd656f;hpb=c1035a1452fa2aec5414975e83e531c10504b80c diff --git a/pv/storesession.hpp b/pv/storesession.hpp index e6778b5e..9f31d59a 100644 --- a/pv/storesession.hpp +++ b/pv/storesession.hpp @@ -18,18 +18,21 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_STORESESSION_H -#define PULSEVIEW_PV_STORESESSION_H +#ifndef PULSEVIEW_PV_STORESESSION_HPP +#define PULSEVIEW_PV_STORESESSION_HPP #include #include #include +#include #include #include #include #include +#include + #include namespace sigrok { @@ -55,6 +58,7 @@ private: public: StoreSession(const std::string &file_name, const std::shared_ptr &output_format, + const std::map &options, const Session &session); ~StoreSession(); @@ -78,6 +82,7 @@ Q_SIGNALS: private: const std::string file_name_; const std::shared_ptr output_format_; + const std::map options_; const Session &session_; std::shared_ptr output_; @@ -95,4 +100,4 @@ private: } // pv -#endif // PULSEVIEW_PV_STORESESSION_H +#endif // PULSEVIEW_PV_STORESESSION_HPP