##// END OF EJS Templates
changes on the gresb class, object ready for usage in the rmapplugin
changes on the gresb class, object ready for usage in the rmapplugin

File last commit:

r5:ead10fa095b7 default
r7:7c1589fec151 default
Show More
rmapplugin.pro
75 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 \
spwpacketreceiver.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 \
bridge.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
SOURCES += \
rmapplugin.cpp \
rmappluginui.cpp \
rmapoperations.cpp \
ccsds.cpp \
spwpacketreceiver.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 \
bridge.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0