tests/ethercat/wago_sanyo/beremiz.xml
author Edouard Tisserant
Tue, 21 Aug 2018 16:11:02 +0200
changeset 2270 d9175daf6522
parent 2165 02a2b5dee5e3
permissions -rw-r--r--
Refactoring. Separated PLC Object, PYRO Server and MainWorker :
- PLC Object is now a Singleton, instantiated through runtime.CreatePLCObjectSingleton(...)
- Pyro server doesn't hold any reference to PLCObject, and doesn't create it anymore
- PLC Object class doesn't inherit from Pyro.ObjBase anymore
- Pyro related code moved to runtime.PyroServer.py
- MainWorker class moved to runtime/Worker.py
- Both PLC Object and MainWorker creation happens in runtime/__init__.py
2033
1c64b84c0609 Added test directory
Edouard Tisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2050
6da739ac1346 Fixed example build with installer 1.1
Edouard Tisserant
parents: 2033
diff changeset
     2
<BeremizRoot>
2033
1c64b84c0609 Added test directory
Edouard Tisserant
parents:
diff changeset
     3
  <TargetType>
2050
6da739ac1346 Fixed example build with installer 1.1
Edouard Tisserant
parents: 2033
diff changeset
     4
    <Xenomai/>
2033
1c64b84c0609 Added test directory
Edouard Tisserant
parents:
diff changeset
     5
  </TargetType>
1c64b84c0609 Added test directory
Edouard Tisserant
parents:
diff changeset
     6
</BeremizRoot>