nasa / fprime-tools

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

Uncomment noop functions from topology template #206

Closed mosa11aei closed 5 months ago

mosa11aei commented 5 months ago

Uncomment parameters call (ac) and include config components for phases (both noops out of the box)

Related Issue(s) https://github.com/nasa/fprime/issues/2774
Has Unit Tests (y/n) n
Documentation Included (y/n) n

Change Description

Certain functions (i.e. loadParameters) are now noops within F Prime. However, they are commented out of the box in the topology template files, which is inconvenient. They are now uncommented.