aboutsummaryrefslogtreecommitdiffstats
path: root/gui/stmdsp.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-08-22 20:34:03 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-08-22 20:34:03 -0400
commit32fc992f6a41a9a139aaaa6569f549b54c8a912f (patch)
treeceaf11acef9cace14b0238b596e6bf01f9eb39f5 /gui/stmdsp.hpp
parent96e4883081e253287d18c93118399f39b71551ea (diff)
filter loading and real-time execution
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r--gui/stmdsp.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp
index c179955..ec58e5a 100644
--- a/gui/stmdsp.hpp
+++ b/gui/stmdsp.hpp
@@ -44,6 +44,8 @@ namespace stmdsp
std::vector<adcsample_t> continuous_read();
void continuous_stop();
+ void upload_filter(unsigned char *buffer, size_t size);
+
private:
serial::Serial m_serial;
};