##// END OF EJS Templates
infinite loop suppressed...
infinite loop suppressed nb packet in store update after each packet storage

File last commit:

r17:409986095715 default
r18:b2eb1d610650 default
Show More
rmapplugin.pro
74 lines | 1.7 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 \
stardundee 2.63 files added
r16 ../spw_usb_driver_v2.63/inc
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
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 updated, TM packet store reworked to store any TM continuously...
r13 tcpackettosend.h \
first version of the waveform display...
r17 tmpackettoread.h \
wfdisplay.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 updated, TM packet store reworked to store any TM continuously...
r13 tcpackettosend.cpp \
first version of the waveform display...
r17 tmpackettoread.cpp \
wfdisplay.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0