You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the loaders, we parse the qualified names to infer name of component and channel/event/command
Logic will need to be adapted since we are now using fully qualified names in the JSON dictionary
In FPP #349 we are moving towards fully qualified component instance names in c++ auto generated code and JSON dictionaries. Command, channels, events, etc. and need to update the GDS to work with fully qualified command names, etc.
The text was updated successfully, but these errors were encountered:
Description
In the loaders, we parse the qualified names to infer name of component and channel/event/command
Logic will need to be adapted since we are now using fully qualified names in the JSON dictionary
https://github.com/nasa/fprime-gds/tree/devel/src/fprime_gds/common/loaders
Rationale
In FPP #349 we are moving towards fully qualified component instance names in c++ auto generated code and JSON dictionaries. Command, channels, events, etc. and need to update the GDS to work with fully qualified command names, etc.
The text was updated successfully, but these errors were encountered: