X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fsignalbase.hpp;h=2223abaf75d3346532d26f81c9a529d0e4b3ae41;hb=1c552f400ee967f7a489853578c4d8d4bd2edfbf;hp=e50b9e968f36d72e711bfd9eb67c2d95c664a9bf;hpb=db51130df74d9188d98e1a3b8073d9d482d6fa60;p=pulseview.git diff --git a/pv/data/signalbase.hpp b/pv/data/signalbase.hpp index e50b9e96..2223abaf 100644 --- a/pv/data/signalbase.hpp +++ b/pv/data/signalbase.hpp @@ -251,6 +251,11 @@ public: */ shared_ptr logic_data() const; + /** + * Get the primary internal data object, i.e. the data that was acquired from the device. + */ + shared_ptr 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.