lpcmanager
Clone
Summary
Browse
Changes
Graph
LPCCommand : switch to wx.Timer instead of regular python timer for the rapidfire protection. With regular python timers, some refresh order could pile eventloop when interacting with the GUI while doing initial loading of signals.
2019-02-20, Edouard Tisserant
62e8bfd13812
LPCCommand : switch to wx.Timer instead of regular python timer for the rapidfire protection. With regular python timers, some refresh order could pile eventloop when interacting with the GUI while doing initial loading of signals.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_modules = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_modules = ['MC9', 'MW1']
SOM28_modules = PLC_MC9_modules + PLC_GOT_modules
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch