Skip to content

Releases: fprime-community/fprime-subtopology-tool

v1.1.3 - `TopologyState` autogeneration refactor

07 Aug 16:22
97f9df4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2 - Concatenated Subtopology States

23 Jul 16:00
8ad8741
Compare
Choose a tag to compare

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

17 Jul 00:02
722eda0
Compare
Choose a tag to compare

The TopologyDefs.hpp file required by subtopologies is now provided as a generated output by this tool!

v1.1 - Patterned connection graph exports

10 Jul 23:58
Compare
Choose a tag to compare
  • 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

01 Jul 21:31
342020d
Compare
Choose a tag to compare

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