lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed python process kept in memory after frame being closed when WAMP connection was used. Was caused by cleanup not being invoked in OnCloseFrame().
2019-01-25, Edouard Tisserant
59fe1eea36a8
Fixed python process kept in memory after frame being closed when WAMP connection was used. Was caused by cleanup not being invoked in OnCloseFrame().
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch