tests/linux/autom_ihm_rmll/beremiz.xml
author etisserant
Wed, 20 Aug 2008 00:11:40 +0200
changeset 203 cb9901076a21
parent 182 71a0fc1949e2
child 211 12b23ec6e6ed
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
182
71a0fc1949e2 Added SVGUI + CANopen Master and slave test
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
203
cb9901076a21 Added concepts :
etisserant
parents: 182
diff changeset
     2
<BeremizRoot>
182
71a0fc1949e2 Added SVGUI + CANopen Master and slave test
etisserant
parents:
diff changeset
     3
  <TargetType>
203
cb9901076a21 Added concepts :
etisserant
parents: 182
diff changeset
     4
    <Linux CFLAGS="-g" Linker="g++" LDFLAGS="">
cb9901076a21 Added concepts :
etisserant
parents: 182
diff changeset
     5
      <Connection URI_location="PYRO://192.168.0.6:3000"/>
cb9901076a21 Added concepts :
etisserant
parents: 182
diff changeset
     6
    </Linux>
182
71a0fc1949e2 Added SVGUI + CANopen Master and slave test
etisserant
parents:
diff changeset
     7
  </TargetType>
71a0fc1949e2 Added SVGUI + CANopen Master and slave test
etisserant
parents:
diff changeset
     8
</BeremizRoot>