]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signalbase.hpp
Implement MathSignal
[pulseview.git] / pv / data / signalbase.hpp
index 7d7a795e5f8648bf649fa46345d5a679a930c510..5a35218f3a2501e87d5e27ef8656532f27191e74 100644 (file)
@@ -128,6 +128,11 @@ public:
         */
        shared_ptr<sigrok::Channel> channel() const;
 
+       /**
+        * Returns whether this channel is generated or a channel associated with the device.
+        */
+       bool is_generated() const;
+
        /**
         * Returns enabled status of this channel.
         */