libicsneo/disk
Kyle Schwarz 0c436621a0 Disk: Refactor ExtExtractorDiskReadDriver
Reading disk data is currently accomplished by redirecting the raw input stream
for the duration of the acquisition, during which no other operation can be
carried out. This change moves disk data reading into the packetizer so the
familiar request/reply with message filters can be used. To accomplish this the
deprecated ISOPIC network type was dropped because the two messages share this
network ID.

Also fixes live data packet lengths which were off-by-one.
2023-09-18 15:44:28 +00:00
..
diskreaddriver.cpp Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00
diskwritedriver.cpp Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00
extextractordiskreaddriver.cpp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
fat.cpp Optional: nonstd to std 2022-07-22 01:27:39 -04:00
neomemorydiskdriver.cpp Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00
nulldiskdriver.cpp Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00
plasiondiskreaddriver.cpp Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00