4bcd3a5f by Michael B. Mathews

ILP-593 added analysi reporting interface.

1 parent 0f73e07d
......@@ -242,5 +242,22 @@
</output>
</operation>
</interface>
<!--
*******************************************************
Analysis Reporting Results API
*******************************************************
-->
<interface name="Report">
<comment>Interface for receiving analysis results.</comment>
<operation name="Results">
<comment>
Operation Reports analysis results.
</comment>
<input name="data" type="Results" sid="0x1062"/>
</operation>
</interface>
</namespace>
</specification>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!