##// END OF EJS Templates
Plugin modified to allow the launch of interactiv tests from the python interpreter...
Plugin modified to allow the launch of interactiv tests from the python interpreter the signal processPacketStoreNowSig is sent by the SLOT processPacketStoreLater(unsigned int delay) the SLOT WriteSPWDelay(QList<int> dataList, unsigned int delay) allows the storage of a TC for a sending after "delay" ms

File last commit:

r11:0c9852fa341b default
r11:0c9852fa341b default
Show More
rmapplugin.pro
70 lines | 1.6 KiB | text/idl | PrologLexer
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 #
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
#include(/etc/lppmon/lppmonplugin.prf)
CONFIG += lppmonplugin
TARGET = rmapplugin
DEFINES += PLUGIN=rmapplugin
DEFINES += PLUGINHEADER="\"\\\"rmapplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"RMAPPlugin"\\\"\"
DEFINES += driver_Author="\"\\\"Paul Leroy paul.leroy@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"1.1.2"\\\"\"
DEFINES += driver_Description="\"\\\"AHB bus controler, works with Gaisler's AHB plugn' play bus."\\\"\"
DEFINES += driver_can_be_root=1
DEFINES += driver_can_be_child=0
DEFINES += driver_VID=0
DEFINES += driver_PID=0
QT += network
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 LIBS += ../spw_usb_driver_v2.61/lib/x86_64/libSpaceWireUSBAPI.so \
../spw_usb_driver_v2.61/lib/x86_64/libConfigLibraryUSB.so
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
INCLUDEPATH += \
$${PWD} \
../common_PLE \
../spw_usb_driver_v2.61/inc
HEADERS += \
rmappluginui.h \
rmapplugin.h \
rmapoperations.h \
ccsds.h \
../common_PLE/qipdialogbox.h \
../common_PLE/gresbstatusenquiry.h \
spectralmatricesdmasimulator.h \
rmappluginpythonwrapper.h \
stardundee.h \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 ../spw_usb_driver_v2.61/inc/spw_usb_api.h \
../spw_usb_driver_v2.61/inc/spw_config_library.h \
Minor updates
r3 gresb.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 tcpackettosend.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
SOURCES += \
rmapplugin.cpp \
rmappluginui.cpp \
rmapoperations.cpp \
ccsds.cpp \
../common_PLE/qipdialogbox.cpp \
../common_PLE/gresbstatusenquiry.cpp \
spectralmatricesdmasimulator.cpp \
rmappluginpythonwrapper.cpp \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 stardundee.cpp \
Minor updates
r3 gresb.cpp \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 tcpackettosend.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0