Isaac Connor
|
f131f78d34
|
Add Join() function
|
2024-10-26 14:29:40 -04:00 |
|
Isaac Connor
|
0d03266455
|
Don't join in Stop methods. THe decode and analysis thread may never get woken up from packetqueue. Leave it for the destructor.
|
2024-10-26 13:33:26 -04:00 |
|
Aaron Kling
|
c4683d90a9
|
Format code using astyle google format
Commands used:
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
|
2024-03-26 13:43:58 -05:00 |
|
Isaac Connor
|
3c8b590925
|
Make DecoderThread::Stop wait for the thread to stop
|
2022-06-17 17:23:33 -04:00 |
|
Isaac Connor
|
bd711c5230
|
Sleep if Decode fails instead of spinning
|
2022-06-17 16:32:05 -04:00 |
|
Isaac Connor
|
1d034b16dd
|
Must join the previous thread before starting a new one or we crash
|
2021-04-17 12:50:26 -04:00 |
|
Isaac Connor
|
2d7479cb59
|
reintroduce Start() methods to analysis and decoding thread
|
2021-04-07 20:36:38 -04:00 |
|
Peter Keresztes Schmidt
|
817da4e621
|
Monitor: Make decoder a unique_ptr
The DecoderThread object is owned by the Monitor. Signal this by using unique_ptr.
|
2021-04-06 12:50:05 +02:00 |
|
Isaac Connor
|
c39ec5873b
|
don't include zm_utils in decoder_thread
|
2021-03-17 12:50:13 -04:00 |
|
Isaac Connor
|
6a11b23aaf
|
Add decoder thread
|
2021-03-15 15:08:59 -04:00 |
|