mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 23:38:06 -06:00
Our XML files had incorrect schema paths, so they needed to be corrected or removed. Because of the upcoming transition to F'' YAML modeling, removing the schema refrences is an easier approach than correcting all component xml files.
Date: 10 May. 2013 This test case builds a passive component called Passive with a single input and output port to demonstrate the code generation of a passive component with only typed ports. In the future this will be automated. 1. Execute ../../bin/yacgen.py PassiveComponentAi.xml 2. Execute ../../bin/yacgen.py TypedInterfaceAi.xml 3. Execute scons 4. Execute ./Top It should work.