|
@@
-11,8
+11,8
include(./sparc.pri)
|
|
11
|
SWVERSION=-1-0
|
|
11
|
SWVERSION=-1-0
|
|
12
|
DEFINES += SW_VERSION_N1=2 # major
|
|
12
|
DEFINES += SW_VERSION_N1=2 # major
|
|
13
|
DEFINES += SW_VERSION_N2=0 # minor
|
|
13
|
DEFINES += SW_VERSION_N2=0 # minor
|
|
14
|
DEFINES += SW_VERSION_N3=1 # patch
|
|
14
|
DEFINES += SW_VERSION_N3=2 # patch
|
|
15
|
DEFINES += SW_VERSION_N4=1 # internal
|
|
15
|
DEFINES += SW_VERSION_N4=0 # internal
|
|
16
|
|
|
16
|
|
|
17
|
# <GCOV>
|
|
17
|
# <GCOV>
|
|
18
|
#QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage
|
|
18
|
#QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage
|
|
@@
-62,7
+62,7
TARGET = fsw
|
|
62
|
INCLUDEPATH += \
|
|
62
|
INCLUDEPATH += \
|
|
63
|
$${PWD}/../src \
|
|
63
|
$${PWD}/../src \
|
|
64
|
$${PWD}/../header \
|
|
64
|
$${PWD}/../header \
|
|
65
|
$${PWD}/../header/common_lfr_headers \
|
|
65
|
$${PWD}/../header/lfr_common_headers \
|
|
66
|
$${PWD}/../header/processing \
|
|
66
|
$${PWD}/../header/processing \
|
|
67
|
$${PWD}/../src/LFR_basic-parameters
|
|
67
|
$${PWD}/../src/LFR_basic-parameters
|
|
68
|
|
|
68
|
|
|
@@
-87,16
+87,12
HEADERS += \
|
|
87
|
../header/wf_handler.h \
|
|
87
|
../header/wf_handler.h \
|
|
88
|
../header/tc_handler.h \
|
|
88
|
../header/tc_handler.h \
|
|
89
|
../header/grlib_regs.h \
|
|
89
|
../header/grlib_regs.h \
|
|
90
|
../header/fsw_params.h \
|
|
|
|
|
91
|
../header/fsw_misc.h \
|
|
90
|
../header/fsw_misc.h \
|
|
92
|
../header/fsw_init.h \
|
|
91
|
../header/fsw_init.h \
|
|
93
|
../header/ccsds_types.h \
|
|
|
|
|
94
|
../header/fsw_spacewire.h \
|
|
92
|
../header/fsw_spacewire.h \
|
|
95
|
../header/tc_load_dump_parameters.h \
|
|
93
|
../header/tc_load_dump_parameters.h \
|
|
96
|
../header/tm_lfr_tc_exe.h \
|
|
94
|
../header/tm_lfr_tc_exe.h \
|
|
97
|
../header/tc_acceptance.h \
|
|
95
|
../header/tc_acceptance.h \
|
|
98
|
../header/fsw_params_nb_bytes.h \
|
|
|
|
|
99
|
../header/fsw_params_processing.h \
|
|
|
|
|
100
|
../header/processing/fsw_processing.h \
|
|
96
|
../header/processing/fsw_processing.h \
|
|
101
|
../header/processing/avf0_prc0.h \
|
|
97
|
../header/processing/avf0_prc0.h \
|
|
102
|
../header/processing/avf1_prc1.h \
|
|
98
|
../header/processing/avf1_prc1.h \
|
|
@@
-105,5
+101,10
HEADERS += \
|
|
105
|
../header/lfr_cpu_usage_report.h \
|
|
101
|
../header/lfr_cpu_usage_report.h \
|
|
106
|
../src/LFR_basic-parameters/basic_parameters.h \
|
|
102
|
../src/LFR_basic-parameters/basic_parameters.h \
|
|
107
|
../src/LFR_basic-parameters/basic_parameters_params.h \
|
|
103
|
../src/LFR_basic-parameters/basic_parameters_params.h \
|
|
108
|
../header/tm_byte_positions.h
|
|
104
|
../header/lfr_common_headers/ccsds_types.h \
|
|
|
|
|
105
|
../header/lfr_common_headers/fsw_params.h \
|
|
|
|
|
106
|
../header/lfr_common_headers/fsw_params_nb_bytes.h \
|
|
|
|
|
107
|
../header/lfr_common_headers/fsw_params_processing.h \
|
|
|
|
|
108
|
../header/lfr_common_headers/TC_types.h \
|
|
|
|
|
109
|
../header/lfr_common_headers/tm_byte_positions.h
|
|
109
|
|
|
110
|
|