Joshua Anderson 8058e79185 Remove schema refrence in XML files
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.
2021-06-01 20:38:33 -07:00
..
2019-02-20 16:15:33 -08:00
2019-02-20 16:15:33 -08:00
2019-02-20 16:15:33 -08:00

Date: 10 May. 2013

This test case builds a passive partition component (originally used as an Arinc653 hub) and
connects serializable ports to typed ports of the Duck active test component.  Messages
are echoed from Duck through Partition to demonstrate sync serialized port calls.

In the future this will be automated.

1. Execute ../../bin/yacgen.py DuckComponentAi.xml
2. Execute ../../bin/yacgen.py Msg1InterfaceAi.xml
3. Execute ../../bin/yacgen.py Msg3InterfaceAi.xml
4. Execute ../../bin/yacgen.py PartitionComponentAi.xml
3. Execute scons
4. Execute ./Top

It should work.