-
Dear all, We are currently in the process of populating components for our flight software, but some of them would require some limited deployments to be made for demonstration purposes - and at the moment, we swap instances.fpp and topology.fpp from the Top folder in and out depending on which demonstration we want to run. I doubt this is the correct way of having a panel of deployments and selecting which to run. What is the guideline to accomplish this? I was expecting to see subfolders in the "Top" folder, each defining a deployment with its own instances.fpp and topology.fpp, such that the one to deploy could be selected using fprime-util build [deployment] (if none are given, the root deployment would have been selected). Thank you in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It is typical for our projects that we simply define multiple deployments, each one tailored for the test/demo environment we wish to build. |
Beta Was this translation helpful? Give feedback.
-
The build system allows more than one deployment. You aren't required to use |
Beta Was this translation helpful? Give feedback.
-
The FPP modeling is designed so that you can define one set of instances and have different topologies refer to them as needed. You don't have to redefine a new set of instances for each topology. You can also have topologies import other topologies. See the FPP User's Guide for details. |
Beta Was this translation helpful? Give feedback.
It is typical for our projects that we simply define multiple deployments, each one tailored for the test/demo environment we wish to build.