ni / niveristand-aim-arinc429-custom-device

Custom device for AIM ARINC 429 hardware
MIT License
1 stars 3 forks source link

Simplify mapping from Channel + Label + SDI to VeriStand Channel #30

Closed dbendele closed 2 years ago

dbendele commented 2 years ago

Is your feature request related to a problem? Please describe. Current implementation derives from a time and custom device where we used the remote monitor capabilities of the hardware to read Rx labels. However, this custom device currently Reads by key (module + channel + label + SDI), so the use of multiple maps is not necessary and makes the custom device more difficult to read/decipher.

Describe the solution you'd like Single map with key = { channel, label, SDI } and value = { necessary indexes }

Describe alternatives you've considered We could also put the entire configuration into a map.

Additional context Add any other context or screenshots about the feature request here.

buckd commented 2 years ago

Fixed by #54