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.
19 lines
495 B
XML
19 lines
495 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface name="Test" namespace="Another">
|
|
<comment>
|
|
Scheduler Port with order argument
|
|
</comment>
|
|
<args>
|
|
<arg name="arg4" type="I32" >
|
|
<comment>The first argument</comment>
|
|
</arg>
|
|
<arg name="arg5" type="F32">
|
|
<comment>The second argument</comment>
|
|
</arg>
|
|
<arg name="arg6" type="U8">
|
|
<comment>The third argument</comment>
|
|
</arg>
|
|
</args>
|
|
</interface>
|
|
|