libicsneo/test
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
..
a2bencoderdecodertest.cpp A2B: Add A2B Tx streaming support 2023-03-08 18:22:14 +00:00
diskdriverreadtest.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
diskdrivertest.h Device: Add Coremini script upload function 2023-03-08 18:58:38 +00:00
diskdriverwritetest.cpp DiskWriteDriver: Remove use of atomic buffer 2022-12-02 00:09:49 +00:00
ethernetpacketizertest.cpp Optional: nonstd to std 2022-07-22 01:27:39 -04:00
eventmanagertest.cpp Tests: Resolve MSVC x86 warnings 2022-02-22 10:49:49 -05:00
i2cencoderdecodertest.cpp I2C: Network support 2022-10-18 00:12:16 +00:00
linencoderdecodertest.cpp LIN: Legacy API 2023-04-05 15:43:26 +00:00
livedataencoderdecodertest.cpp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
main.cpp Tests: Spaces to Tabs 2022-02-21 21:28:30 -05:00
mdioencoderdecodertest.cpp MDIO: Network support 2023-05-09 18:14:36 +00:00