ILP-593 added analysi reporting interface.
Showing
1 changed file
with
17 additions
and
0 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment