]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.hpp
Snapshot: Renamed to Segment
[pulseview.git] / pv / storesession.hpp
index 8eaddaa60f50ebb3138870a6463d5937973d5e54..9094ca12eb154ffb5f51ea5efb593c6fabd452c9 100644 (file)
@@ -36,10 +36,10 @@ class Output;
 
 namespace pv {
 
 
 namespace pv {
 
-class SigSession;
+class Session;
 
 namespace data {
 
 namespace data {
-class LogicSnapshot;
+class LogicSegment;
 }
 
 class StoreSession : public QObject
 }
 
 class StoreSession : public QObject
@@ -51,7 +51,7 @@ private:
 
 public:
        StoreSession(const std::string &file_name,
 
 public:
        StoreSession(const std::string &file_name,
-               const SigSession &session);
+               const Session &session);
 
        ~StoreSession();
 
 
        ~StoreSession();
 
@@ -66,14 +66,14 @@ public:
        void cancel();
 
 private:
        void cancel();
 
 private:
-       void store_proc(std::shared_ptr<pv::data::LogicSnapshot> snapshot);
+       void store_proc(std::shared_ptr<pv::data::LogicSegment> segment);
 
 Q_SIGNALS:
        void progress_updated();
 
 private:
        const std::string file_name_;
 
 Q_SIGNALS:
        void progress_updated();
 
 private:
        const std::string file_name_;
-       const SigSession &session_;
+       const Session &session_;
 
        std::shared_ptr<sigrok::Output> output_;
 
 
        std::shared_ptr<sigrok::Output> output_;