beremiz
Clone
Summary
Browse
Changes
Graph
Fixed declaration and ST code gen for IEC function that return derivated types
2014-06-12, Edouard Tisserant
c97dc5281419
Fixed declaration and ST code gen for IEC function that return derivated types
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")