Releases: fprime-community/fprime-subtopology-tool
Releases · fprime-community/fprime-subtopology-tool
v1.1.3 - `TopologyState` autogeneration refactor
What's Changed
- Update CITATION.cff by @mosa11aei in #9
- refactor: TopologyState inclusing in autocoded hpp files by @mosa11aei in #8
Full Changelog: v1.1.2...v1.1.3
v1.1.2 - Concatenated Subtopology States
What's Changed
- Update documentation for subtopology instance TopDefs by @mosa11aei in #5
- feat: API to modify subtopology state by @mosa11aei in #7
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - Autogenerated hpp files
The TopologyDefs.hpp
file required by subtopologies is now provided as a generated output by this tool!
v1.1 - Patterned connection graph exports
- General bug fixes
- Subtopologies are cleaned if they are built (intentionally) incomplete by the autocoder.
- Patterned connection graphs in subtopologies can use the
@! export
syntax to have the graph be applied in the importing topology rather than the subtopology.
v1.0 - Initial release of the Subtopology Autocoder
The following tool is provided as an autocoder for F Prime, which takes syntactic sugar in the form of annotations in .fpp files and adds capabilities to subtopologies in F Prime. This release of the tool includes:
- Subtopology "instantiation"
- Local Instances of components to subtopologies
- Formal interface definition for subtopologies