]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signalbase.hpp
Make AnalogSignal inherit LogicSignal
[pulseview.git] / pv / data / signalbase.hpp
index e50b9e968f36d72e711bfd9eb67c2d95c664a9bf..2223abaf75d3346532d26f81c9a529d0e4b3ae41 100644 (file)
@@ -251,6 +251,11 @@ public:
         */
        shared_ptr<pv::data::Logic> logic_data() const;
 
+       /**
+        * Get the primary internal data object, i.e. the data that was acquired from the device.
+        */
+       shared_ptr<pv::data::SignalData> data() const;
+
        /**
         * Determines whether a given segment is complete (i.e. end-of-frame has
         * been seen). It only considers the original data, not the converted data.