v4.3.9 push #18

Merged
blizzardfinnegan merged 3 commits from devel into stable 2023-03-20 15:06:42 -04:00

3 commits

Author SHA1 Message Date
0a95a68e61
Merge branch 'devel' of github:blizzardfinnegan/javaOCR into devel 2023-03-20 14:54:00 -04:00
e37f7b71f9
Threading overhaul + Updated datasaving
Data-saving at high cycle count takes too long, causing the DUT to fall
asleep. Data-saving has been extracted into its own thread.

Additionally, Run/pause switch has been re-threaded using synchronized
statements, rather than lock statements, making the run switch work
properly (finally).

Data is now saved in the new Cycle object, rather than passing around
multiple maps, hopefully improving memory footprint.
2023-03-20 14:45:04 -04:00
Blizzard Finnegan
55f97572a7
Create LICENSE
Signed-off-by: Blizzard Finnegan <49597944+blizzardfinnegan@users.noreply.github.com>
2023-03-16 14:25:47 -04:00