norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

Fix datareftype query #88

Closed norberttak closed 5 months ago

norberttak commented 5 months ago

XPlane uses bit field to store dataref type. The plugin shall be able to handle multiple datareftypes.

Data types each take a bit field; it is legal to have a single dataref be more than one type of data. 
When this happens, you can pick any matching get/set API.

closes #87