##// END OF EJS Templates
Changes to lfrsge...
Changes to lfrsge Minor changes to the rmap plugin

File last commit:

r58:6bfd3f59df14 default
r58:6bfd3f59df14 default
Show More
rmapplugin.pro
106 lines | 2.2 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
Progress bar added to the plugin
r57
TEMPLATE = lib
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
TARGET = rmapplugin$${DEBUG_EXT}
QT += core gui xml svg network
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
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
Changes to lfrsge...
r58 STAR_DUNDEE_PATH = /home/spacewire/usb/spw_usb_driver_v2.68
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
Changes to lfrsge...
r58 LIBS += $$STAR_DUNDEE_PATH/lib/x86_64/libSpaceWireUSBAPI.so \
$$STAR_DUNDEE_PATH/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 \
Changes to lfrsge...
r58 $$STAR_DUNDEE_PATH/inc \
lfrsgse is a QMainWindow...
r39 $${QT_INSTALL_HEADER} \
$$[QT_INSTALL_HEADERS]/lppmon/common \
dashboard tab added to the rmapplugin...
r46 $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay \
Last comit before installation on pc-coillot
r50 $$[QT_INSTALL_HEADERS]/lppmon/parameterdump \
$$[QT_INSTALL_HEADERS]/lppmon/paulcommon
lfrsgse is a QMainWindow...
r39
Progress bar added to the plugin
r57 LIBS += -lwfdisplay -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 \
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