##// END OF EJS Templates
update before compilation on pc-alison
update before compilation on pc-alison

File last commit:

r46:47a6c68a9cf9 default
r48:bcdc8ffba490 default
Show More
rmapplugin.pro
89 lines | 2.1 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
stardundee 2.63 files added
r16 LIBS += ../spw_usb_driver_v2.63/lib/x86_64/libSpaceWireUSBAPI.so \
../spw_usb_driver_v2.63/lib/x86_64/libConfigLibraryUSB.so
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
INCLUDEPATH += \
$${PWD} \
../common_PLE \
Minor updates to the rmapplugin...
r45 ../../DEV_PLE/header \
lfrsgse is a QMainWindow...
r39 ../spw_usb_driver_v2.63/inc \
$${QT_INSTALL_HEADER} \
$$[QT_INSTALL_HEADERS]/lppmon/common \
dashboard tab added to the rmapplugin...
r46 $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay \
$$[QT_INSTALL_HEADERS]/lppmon/parameterdump
lfrsgse is a QMainWindow...
r39
dashboard tab added to the rmapplugin...
r46 LIBS += -llppmoncommon -lwfdisplay -lqwt5-qt4 -lparameterdump
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
HEADERS += \
Minor updates to the rmapplugin...
r45 ../../DEV_PLE/header/ccsds_types.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 rmappluginui.h \
rmapplugin.h \
rmapoperations.h \
ccsds.h \
../common_PLE/qipdialogbox.h \
../common_PLE/gresbstatusenquiry.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 updated, TM packet store reworked to store any TM continuously...
r13 tcpackettosend.h \
first version of the waveform display...
r17 tmpackettoread.h \
waveform display added for the normal mode...
r19 tmstatistics.h \
wfpacket.h \
First version of the gse-lesia module...
r23 params.h \
dashboard tab added to the rmapplugin...
r46 tmechobridge.h \
entermode.h \
lfractions.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 \
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 updated, TM packet store reworked to store any TM continuously...
r13 tcpackettosend.cpp \
first version of the waveform display...
r17 tmpackettoread.cpp \
waveform display added for the normal mode...
r19 tmstatistics.cpp \
First version of the gse-lesia module...
r23 wfpacket.cpp \
dashboard tab added to the rmapplugin...
r46 tmechobridge.cpp \
entermode.cpp \
lfractions.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0