]> sigrok.org Git - pulseview.git/blobdiff - sigsession.cpp
Corrected project name in header comments
[pulseview.git] / sigsession.cpp
index 16b84f1487348871fa6af367278a2284433a998d..ac96833f842d5df0cdad4d470e26a8cc6b65144b 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
  *
@@ -97,6 +97,11 @@ vector< shared_ptr<Signal> >& SigSession::get_signals()
        return _signals;
 }
 
+boost::shared_ptr<LogicData> SigSession::get_data()
+{
+       return _logic_data;
+}
+
 void SigSession::data_feed_in(const struct sr_dev_inst *sdi,
        struct sr_datafeed_packet *packet)
 {