aerie icon indicating copy to clipboard operation
aerie copied to clipboard

Allow Phoenix linter adaptation to access channel dictionary

Open parkerabercrombie opened this issue 8 months ago • 0 comments

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.

parkerabercrombie avatar Jul 29 '25 17:07 parkerabercrombie