##// END OF EJS Templates
SpwPlugin:...
Jeandet Alexis -
r91:857534592b43 default draft
parent child
Show More
@@ -50,6 +50,7 stardundeeSPW_USB::stardundeeSPW_USB(soc
50 stardundeeSPW_USB::~stardundeeSPW_USB()
50 stardundeeSPW_USB::~stardundeeSPW_USB()
51 {
51 {
52 SocExplorerEngine::message(this,"Deleting stardundeeSPW_USB",0);
52 SocExplorerEngine::message(this,"Deleting stardundeeSPW_USB",0);
53 delete this->manager;
53 }
54 }
54
55
55 void stardundeeSPW_USB::toggleBridgeConnection()
56 void stardundeeSPW_USB::toggleBridgeConnection()
@@ -33,7 +33,6 spwplugin::spwplugin(QWidget *parent):so
33 FakeStarDundeeSpwUSB_Lib::resolve();
33 FakeStarDundeeSpwUSB_Lib::resolve();
34 this->bridge = Q_NULLPTR;
34 this->bridge = Q_NULLPTR;
35 this->scanDone = false;
35 this->scanDone = false;
36 // this->pyObject = new spwPyWrapper(this);
37 this->tcpServer = new SpwTcpPacketServer(this);
36 this->tcpServer = new SpwTcpPacketServer(this);
38 this->mainGroupBox = new QGroupBox("SpaceWire Plugin Configuration",this);
37 this->mainGroupBox = new QGroupBox("SpaceWire Plugin Configuration",this);
39 this->bridgeSelector = new QComboBox(this);
38 this->bridgeSelector = new QComboBox(this);
General Comments 0
You need to be logged in to leave comments. Login now