Added support for Native Pou Library
authorLaurent Bessard
Wed, 20 Mar 2013 23:48:14 +0100
changeset 32 6942b30d13c4
parent 30 9cd6bc93ed89
child 33 961cf0f80c25
Added support for Native Pou Library
LPCManager.py
--- a/LPCManager.py	Tue Mar 19 23:19:43 2013 +0100
+++ b/LPCManager.py	Wed Mar 20 23:48:14 2013 +0100
@@ -77,7 +77,9 @@
     def GetLibraryPath(self):
         return os.path.join(_base_path, "pous.xml")
 
-features.libraries=[('LPC', lambda: PLCLibrary)]
+features.libraries=[
+    ('Native', 'NativeLib.NativeLibrary'),
+    ('LPC', lambda: PLCLibrary)]
 
 
 import connectors