-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The DAQ Threads are now device readers which package up their measurements and drop them into a Queue. A separate writer Thread reads this Queue and is responsible for disk I/O. The main function supervises these Threads and coordinates startup/shutdown. This new structure makes it easy to save raw data to dedicated files in real time if so desired, and to catch SIGUSR1 to trigger an immediate dump of the spectrogram.
- Loading branch information
Showing
2 changed files
with
120 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ __pycache__ | |
.*.sw? | ||
.vscode | ||
*.json | ||
*.ndjson | ||
*.rcspg | ||
junk | ||
dist | ||
.coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters