266
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2 |
<CFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="cext_xsd.xsd">
|
|
3 |
<includes>
|
|
4 |
<![CDATA[#include <stdio.h>
|
|
5 |
]]>
|
|
6 |
</includes>
|
|
7 |
<variables>
|
|
8 |
<variable name="spy1" type="INT" class="output"/>
|
|
9 |
<variable name="spy2" type="REAL" class="output"/>
|
|
10 |
</variables>
|
|
11 |
<globals>
|
|
12 |
<![CDATA[]]>
|
|
13 |
</globals>
|
|
14 |
<initFunction>
|
|
15 |
<![CDATA[]]>
|
|
16 |
</initFunction>
|
|
17 |
<cleanUpFunction>
|
|
18 |
<![CDATA[]]>
|
|
19 |
</cleanUpFunction>
|
|
20 |
<retrieveFunction>
|
|
21 |
<![CDATA[]]>
|
|
22 |
</retrieveFunction>
|
|
23 |
<publishFunction>
|
|
24 |
<![CDATA[//printf("spy1 : %hd\n", spy1);
|
|
25 |
//printf("spy2 : %f\n", spy2);]]>
|
|
26 |
</publishFunction>
|
|
27 |
</CFile>
|