openhantek icon indicating copy to clipboard operation
openhantek copied to clipboard

Feature request >> Add RAW measurements recorder

Open pi-null-mezon opened this issue 6 years ago • 2 comments

Hello. It would be great if OpenHantek will allow to save RAW measurements on HDD. I have already implemented such a feature in the repo fork. May I make a pull request?

pi-null-mezon avatar Dec 11 '17 12:12 pi-null-mezon

Seems like an addition that does not interfere with the rest of the code base. Would be awesome if you either could make this available or allow me to copy the DataRecorder class to the master branch. (I reorganized some files recently, a rebase might be difficult)

davidgraeff avatar Dec 14 '17 12:12 davidgraeff

So, the DataRecorder's code resides here:

datarecorder.h datarecorder.cpp

As I have created this class as QObject (not QThread) descendant it is important to move it into separate thread when an instance is created (example)

pi-null-mezon avatar Dec 14 '17 15:12 pi-null-mezon