##// 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:

r0:2d12462f4460 default
r40:cda6b4e8adc1 Patch 3 from Paul on spwplugin default
Show More
dsu3plugin.pro
75 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
TARGET = dsu3plugin$${DEBUG_EXT}
DEFINES += PLUGIN=dsu3plugin
DEFINES += PLUGINHEADER="\"\\\"dsu3plugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"dsu3plugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"DSU driver, works with GAISLER's DSU3 unit."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0x00
DEFINES += driver_PID=0x00
INCLUDEPATH += \
$${PWD}
HEADERS += \
dsu3plugin.h \
dsu3pluginui.h \
dsu3pluginpywrapper.h
SOURCES += \
dsu3plugin.cpp \
dsu3pluginui.cpp \
dsu3pluginpywrapper.cpp