mirror of
https://github.com/nasa/fprime.git
synced 2025-12-13 19:47:44 -06:00
15 lines
612 B
XML
15 lines
612 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-model href="../../ISF/interface_schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
|
|
<interface name="TEST" namespace="SRC" priority="high">
|
|
<include_header>test/file/one</include_header>
|
|
<comment>Interface Testing</comment>
|
|
<args>
|
|
<arg name="argOne" type="string" size="2"></arg>
|
|
</args>
|
|
<return type="ENUM" >
|
|
<enum name="returned">
|
|
<item name="itemOne" comment="Item One"></item>
|
|
<item name="itemTwo" comment="Item Two"></item>
|
|
</enum>
|
|
</return>
|
|
</interface> |