Introduce pv::data::SignalBase
[pulseview.git] / pv / storesession.hpp
index 6976b3134da11956cb87d09449ab10f5d6fad128..07d3c2fa94270497f334dd58ccba98ec9f71e54d 100644 (file)
@@ -36,7 +36,6 @@
 #include <QObject>
 
 namespace sigrok {
-class Channel;
 class Output;
 class OutputFormat;
 }
@@ -46,6 +45,7 @@ namespace pv {
 class Session;
 
 namespace data {
+class SignalBase;
 class AnalogSegment;
 class LogicSegment;
 }
@@ -77,7 +77,7 @@ public:
        void cancel();
 
 private:
-       void store_proc(std::vector< std::shared_ptr<sigrok::Channel> > achannel_list,
+       void store_proc(std::vector< std::shared_ptr<data::SignalBase> > achannel_list,
                std::vector< std::shared_ptr<pv::data::AnalogSegment> > asegment_list,
                std::shared_ptr<pv::data::LogicSegment> lsegment);