libicsneo/examples
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
..
c Legacy: Update icsnVC40 to support Red 2 settings transactions 2023-06-14 14:39:44 +00:00
cpp LiveData: Initial implementation 2023-08-22 16:20:48 -04:00
csharp Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
java Disk: Refactor ExtExtractorDiskReadDriver 2023-09-18 15:44:28 +00:00
CMakeLists.txt LiveData: Initial implementation 2023-08-22 16:20:48 -04:00