tests/win32/simul_visu/spy@c_ext/myfile@C_File/cfile.xml
author greg
Mon, 27 Oct 2008 09:35:23 +0100
changeset 266 530118da6c15
permissions -rw-r--r--
update test_master and test_slave examples for win32
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="cext_xsd.xsd">
  <includes>
<![CDATA[#include <stdio.h>
]]>
  </includes>
  <variables>
    <variable name="spy1" type="INT" class="output"/>
    <variable name="spy2" type="REAL" class="output"/>
  </variables>
  <globals>
<![CDATA[]]>
  </globals>
  <initFunction>
<![CDATA[]]>
  </initFunction>
  <cleanUpFunction>
<![CDATA[]]>
  </cleanUpFunction>
  <retrieveFunction>
<![CDATA[]]>
  </retrieveFunction>
  <publishFunction>
<![CDATA[//printf("spy1 : %hd\n", spy1);
//printf("spy2 : %f\n", spy2);]]>
  </publishFunction>
</CFile>