diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 11:52:28 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 11:52:28 -0400 |
commit | a64b86aa545d2d11d397dbaa48bf3edf7dba4ddb (patch) | |
tree | fe52df4ec96ae52ef75e93a90eb2281b95f8e910 /gui/stmdsp.hpp | |
parent | 3fa9bbe4255424b9db34b6020177d217ffbe5faa (diff) |
test process_data speed measurement
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r-- | gui/stmdsp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index ec58e5a..2820ea4 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -41,6 +41,8 @@ namespace stmdsp std::vector<adcsample_t> sample(unsigned long int count = 1); void continuous_start(); + void continuous_start_measure(); + uint32_t continuous_start_get_measurement(); std::vector<adcsample_t> continuous_read(); void continuous_stop(); |