##// END OF EJS Templates
Functions added to the Python API:...
Functions added to the Python API: StarDundeeGetAvailableBrickCount StarDundeeSetBrickAsAninterface StarDundeeSetBrickAsARouter TCP Statistics udpated when packets are received or transmitted Spacewire statistics added router mode added for the STAR-Dundee Brick other minor modifications

File last commit:

r27:8bc9664f2835 default
r35:a4e9ba42be66 Patch 1 from Paul on spwplugin default
Show More
ahbuartplugin.pro
70 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG += dll
CONFIG -= static
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
TARGET = ahbuartplugin$${DEBUG_EXT}
DEFINES += PLUGIN=ahbuartplugin
DEFINES += PLUGINHEADER="\"\\\"ahbuartplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"AHBUARTplugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"1.3.2"\\\"\"
DEFINES += driver_Description="\"\\\"Gaisler's AHBUART driver, gives master access to AHB bus."\\\"\"
DEFINES += driver_can_be_root=1
DEFINES += driver_can_be_child=0
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
HEADERS += \
ahbuartplugin.h \
ahbuartpluginui.h \
ahbuartpywrapper.h \
ahbuartpywrapper.h
SOURCES += \
ahbuartplugin.cpp \
ahbuartpluginui.cpp \
ahbuartpywrapper.cpp
FORMS += \
ahbuartpluginui.ui