ADAPT / ISOv4Plugin

Eclipse Public License 1.0
18 stars 34 forks source link

Condensed working datas for devices with more than 16 sections #136

Closed lzaslav closed 3 years ago

lzaslav commented 3 years ago

While working with data set that has a device with 32 sections and two condensed state DDIs (0xA1 and 0xA2), it was discovered that ISO Plugin was not exposing section control state. This prevented the data from being processed correctly - some data points were being reported as fully in work/active even though the device had only some sections (or no sections) active.

This PR fixes this situation by correctly exposing "DeviceElementUse" for each section that is present and defined by condensed state DDIs (0xA1, 0xA2, etc.).