11 Commits

Author SHA1 Message Date
Josh Blum
3f5e373ee4 replace off_t with size_t to match system pointer size
I was having an issue with size of off_t on a multi-gigabit file.
This may have been related to long being a signed 32 bits on MSVC.
But I think there is good reason to use size_t here in general:

https://stackoverflow.com/questions/10634629/what-are-the-usage-differences-between-size-t-and-off-t
2017-11-25 16:06:08 -06:00
Mike Walters
8d50ca6cb8 Move subscription stuff to AbstractSampleSource 2017-02-02 18:57:15 +00:00
schneider
d3754785b0 feat(plotview): Recommend a decimation based on the tuner BW 2016-08-31 22:33:48 +01:00
Mike Walters
a4dd942bcb samplesource: Expose subscriber count 2016-04-23 18:41:59 +01:00
Mike Walters
0c8371ccb6 samplesource: Expose sample type 2016-04-16 16:33:31 +01:00
Mike Walters
fffefbe4be samplesource: Add sample rate property 2016-03-04 17:03:25 +00:00
Mike Walters
b789d3a295 samplesource: Add subscription functionality 2016-03-04 13:15:21 +00:00
Mike Walters
b349145d91 Template SampleSource 2015-12-30 22:57:57 +00:00
Mike Walters
ceac834103 Refactor getSamples to return a unique_ptr 2015-12-29 20:42:32 +00:00
Mike Walters
c83892d432 Convert InputSource to SampleSource interface 2015-12-04 01:16:58 +00:00
Mike Walters
7c7ff6edd6 Add generic SampleSource interface 2015-12-01 15:20:53 +00:00