tests/linux/simul_visu_rmll/spy@c_ext/myfile@C_File/cfile.xml
author etisserant
Wed, 20 Aug 2008 00:11:40 +0200
changeset 203 cb9901076a21
parent 182 71a0fc1949e2
permissions -rw-r--r--
Added concepts :
- connector class (for PLC control, debug and flashing abstraction).
- builder class (C toolchain abstraction)

Added features :
- Pyro based connector.
- ctypes loader, load PLC shared object and run it
- ctypes based debugger embryo (not tested)
- gcc builder

Broken:
- Win32 runtime
- Most tests
<?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>