##// END OF EJS Templates
Functions added to the plugin to get the number of CCSDS packets...
Functions added to the plugin to get the number of CCSDS packets transmitted (linked to the lfrcontrol plugin counter of TC transmitted, it is possible to flush the TC transmission before changing the spacewire link in use)

File last commit:

r31:52e9b3517eea default
r40:cda6b4e8adc1 Patch 3 from Paul on spwplugin default
Show More
memcheckplugin_ui.ui
102 lines | 2.5 KiB | text/plain | TextLexer
Added new MemChecker plugin....
r31 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>memcheckplugin_ui</class>
<widget class="QWidget" name="memcheckplugin_ui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>664</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0" colspan="2">
<widget class="QComboBox" name="testTypeQchkBx">
<item>
<property name="text">
<string>Check data bits</string>
</property>
</item>
<item>
<property name="text">
<string>Check memory size</string>
</property>
</item>
<item>
<property name="text">
<string>Full test</string>
</property>
</item>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QTextEdit" name="testDetails">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="TestResultLbl">
<property name="text">
<string>Test result</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="TestResult">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="MemSizeLbl">
<property name="text">
<string>Memory Size</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="StartAddressLbl">
<property name="text">
<string>Start address</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QPushButton" name="StartTestQpb">
<property name="text">
<string>Start Test</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QHexSpinBox" name="StartAddress" native="true"/>
</item>
<item row="1" column="1">
<widget class="MemSizeWdgt" name="MemSize" native="true"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QHexSpinBox</class>
<extends>QWidget</extends>
<header location="global">qhexspinbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>MemSizeWdgt</class>
<extends>QWidget</extends>
<header location="global">memsizewdgt.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>