4bcd3a5f by Michael B. Mathews

ILP-593 added analysi reporting interface.

1 parent 0f73e07d
...@@ -242,5 +242,22 @@ ...@@ -242,5 +242,22 @@
242 </output> 242 </output>
243 </operation> 243 </operation>
244 </interface> 244 </interface>
245
246 <!--
247 *******************************************************
248 Analysis Reporting Results API
249 *******************************************************
250 -->
251 <interface name="Report">
252 <comment>Interface for receiving analysis results.</comment>
253
254 <operation name="Results">
255 <comment>
256 Operation Reports analysis results.
257 </comment>
258 <input name="data" type="Results" sid="0x1062"/>
259 </operation>
260 </interface>
261
245 </namespace> 262 </namespace>
246 </specification> 263 </specification>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!