libicsneo/include/icsneo/communication
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
..
message Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
packet LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
command.h LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
communication.h Device: Add GetComponentVersions and GetSupportedFeatures commands 2023-05-08 21:07:43 +00:00
decoder.h Add receive support for ISO 9141-2 2021-02-18 23:19:33 -05:00
driver.h FirmIO: Initial commit 2022-03-27 18:10:24 -04:00
encoder.h Device: Implement Ethernet PHY MDIO Communication 2021-12-08 19:07:07 -05:00
ethernetpacketizer.h Drivers: Decouple from devices 2022-03-27 14:30:31 -04:00
io.h neoVI FIRE 2: MiscIO and EMiscIO Support 2021-04-21 10:40:35 -04:00
livedata.h LiveData: Fix unhandled enum warning 2023-08-22 17:55:38 -04:00
multichannelcommunication.h Disk: Read driver for Plasion 2022-02-28 03:40:44 -05:00
network.h Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
packet.h Add missing C++ guards 2020-08-18 16:01:51 -04:00
packetizer.h Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00