aerie
aerie copied to clipboard
Allow Phoenix linter adaptation to access channel dictionary
Checked for duplicates
No - I haven't checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
We would like to implement a logic in Phoenix that will flag an attempt to set a variable from an telemetry channel of a different data type, for example attempting to set a UINT variable from an INT channel. To do this we need access to the channel dictionary in the adaptation linter. Currently we can only access the command dictionary.