beremiz
Clone
Summary
Browse
Changes
Graph
Added plcopen.definitions.DefaultType, set to INT.
2014-05-30, Edouard Tisserant
50192dd2f5ff
Added plcopen.definitions.DefaultType, set to INT.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")