X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=sigsession.h;h=f7ec3853e9df05003cf7eb5f04076cf0e72df044;hp=bf262bbf6cc675c7a8136e6cb72f139995538cf0;hb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e;hpb=215f9499495716d6a33b53b0fa9cac47f0e43fbd diff --git a/sigsession.h b/sigsession.h index bf262bbf..f7ec3853 100644 --- a/sigsession.h +++ b/sigsession.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -53,6 +53,8 @@ public: std::vector< boost::shared_ptr >& get_signals(); + boost::shared_ptr get_data(); + private: void data_feed_in(const struct sr_dev_inst *sdi, struct sr_datafeed_packet *packet);