nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
21 stars 39 forks source link

Restricting visualization to current project if possible #176

Closed LeStarch closed 1 year ago

LeStarch commented 1 year ago
Originating Project/Creator Infra
Affected Component fprime-util visualize
Affected Architectures(s)
Related Issue(s) nasa/fprime/#2354
Has Unit Tests (y/n) n/a
Builds Without Errors (y/n) y
Unit Tests Pass (y/n) y
Documentation Included (y/n) na/

Change Description

Uses a projects inferred name to sub-select a topology to visualize when running with sub-topolgies!

Rationale

Subtopologies make multiple AppAi.xml files but the user just wants to visualize the composite topology not the sub topologies. Visualizing just the subtopology can be done in the subtopology's module.

LeStarch commented 1 year ago

Also made it launch the webbrowser like the GDS does so that one doesn't need to know where to go look!