libicsneo/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 LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
packet Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
communication.cpp Device: Add GetComponentVersions and GetSupportedFeatures commands 2023-05-08 21:07:43 +00:00
decoder.cpp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
driver.cpp Driver: Add optional debug prints 2022-03-27 23:45:47 -04:00
encoder.cpp LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
ethernetpacketizer.cpp Merge branch 'master' into v0.3.0-dev 2022-07-15 13:02:26 -04:00
livedata.cpp LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
multichannelcommunication.cpp Disk: Read driver for Plasion 2022-02-28 03:40:44 -05:00
packetizer.cpp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00