##// END OF EJS Templates
Some more cleaning....
Some more cleaning. Removed useless function Converted some QDebug calls to SocExplorerEngine::message calls Added static void message(QObject* sender,const QString& message,int debugLevel=0); and static void message(const QString& sender,const QString& message,int debugLevel=0);

File last commit:

r15:c9290c6ca8bb default
r100:11a895cff789 pre-0.7
Show More
LEON3_LOAD.py
12 lines | 391 B | text/x-python | PythonLexer
#!/usr/bin/socexplorer -e
proxy.loadSysDriver("AHBUARTplugin","AHBUART");
proxy.loadSysDriverToParent("dsu3plugin","AHBUART");
proxy.loadSysDriverToParent("APB_UART_PLUGIN","AHBUART");
AHBUART.open("/dev/ttyUSB0",30000000)
FILE=QtGui.QFileDialog.getOpenFileName()
if FILE!="":
dsu3plugin0.openFile(FILE)
dsu3plugin0.loadFile()
dsu3plugin0.run()
print "File loaded and running"