mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
CMS50F37 debug test 13
This commit is contained in:
parent
720dccf692
commit
090f251a52
@ -245,6 +245,9 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
|||||||
m_startTime = QDateTime(imp_date, imp_time);
|
m_startTime = QDateTime(imp_date, imp_time);
|
||||||
oxirec = new QVector<OxiRecord>;
|
oxirec = new QVector<OxiRecord>;
|
||||||
oxirec->reserve(30000);
|
oxirec->reserve(30000);
|
||||||
|
|
||||||
|
oxisessions[m_startTime] = oxirec;
|
||||||
|
|
||||||
cb_reset = 1;
|
cb_reset = 1;
|
||||||
|
|
||||||
resetTimer.singleShot(2000,this,SLOT(resetImportTimeout()));
|
resetTimer.singleShot(2000,this,SLOT(resetImportTimeout()));
|
||||||
@ -394,6 +397,8 @@ void CMS50F37Loader::resetImportTimeout()
|
|||||||
|
|
||||||
emit importComplete(this);
|
emit importComplete(this);
|
||||||
|
|
||||||
|
m_status = NEUTRAL;
|
||||||
|
|
||||||
shutdownPorts();
|
shutdownPorts();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user