libicsneo/communication/packet
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
..
a2bpacket.cpp A2B: Add A2B Tx streaming support 2023-03-08 18:22:14 +00:00
canpacket.cpp Optional: nonstd to std 2022-07-22 01:27:39 -04:00
componentversionpacket.cpp Device: Add GetComponentVersions and GetSupportedFeatures commands 2023-05-08 21:07:43 +00:00
ethernetpacket.cpp EthernetPacket: Allow 1 extra byte at the end of the packet 2021-05-04 23:25:36 -04:00
ethphyregpacket.cpp Windows: Fix build issues with EthPhyRegPacket 2022-02-14 19:20:50 -05:00
flexraypacket.cpp Correctly shift received data 2019-11-19 17:07:26 +01:00
genericbinarystatuspacket.cpp Device: Add device binary export support 2023-05-30 21:22:53 +00:00
i2cpacket.cpp I2C: Network support 2022-10-18 00:12:16 +00:00
iso9141packet.cpp MSVC: Resolve warnings 2022-02-21 21:36:20 -05:00
linpacket.cpp LIN: Fix protected ID not assigned 2023-07-12 00:05:12 +00:00
livedatapacket.cpp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
logicaldiskinfopacket.cpp Device: Add logical disk size accessor 2022-02-28 01:49:50 -05:00
mdiopacket.cpp MDIO: Network support 2023-05-09 18:14:36 +00:00
scriptstatuspacket.cpp Device: Add isEncrypted to script status 2022-11-16 19:55:53 +00:00
supportedfeaturespacket.cpp Communication: Fix loopLimit when parsing SupportedFeaturesPacket 2023-05-10 23:18:04 +00:00
versionpacket.cpp Optional: nonstd to std 2022-07-22 01:27:39 -04:00
wivicommandpacket.cpp WiVICommandPacket: Remove length check 2022-10-05 14:08:39 +00:00