##// END OF EJS Templates
Current version with modes NORMAL and SBM1 operational
Current version with modes NORMAL and SBM1 operational

File last commit:

r21:a92d7ea3b165 default
r21:a92d7ea3b165 default
Show More
fsw-qt.pro
51 lines | 1.0 KiB | text/idl | PrologLexer
TEMPLATE = app
# CONFIG += console v8 sim
# CONFIG options = verbose *** cpu_usage_report *** gsa
CONFIG += console verbose
CONFIG -= qt
include(./sparc.pri)
# flight software version
SW_VERSION=-0-5
DEFINES += SW_VERSION_N1=0
DEFINES += SW_VERSION_N2=0
DEFINES += SW_VERSION_N3=0
DEFINES += SW_VERSION_N4=5
contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
contains( CONFIG, cpu_usage_report ) {
DEFINES += PRINT_TASK_STATISTICS
}
TARGET = fsw$(SW_VERSION)
contains( CONFIG, gsa ) {
DEFINES += GSA
TARGET = fsw-gsa$(SW_VERSION)
}
INCLUDEPATH += \
../src \
../header
SOURCES += \
../src/wf_handler.c \
../src/tc_handler.c \
../src/fsw_processing.c \
../src/fsw_misc.c \
../src/fsw_init.c \
../src/fsw_globals.c
HEADERS += \
../header/wf_handler.h \
../header/tc_handler.h \
../header/grlib_regs.h \
../header/fsw_processing.h \
../header/fsw_params.h \
../header/fsw_misc.h \
../header/fsw_init.h \
../header/ccsds_types.h