@@ -12,3 +12,10 doc | |||
|
12 | 12 | FSW-qt/bin/fsw |
|
13 | 13 | src/LFR_basic-parameters |
|
14 | 14 | *.pro.user.* |
|
15 | FSW-qt/bin/spectralmatrix/asm_f0_test_20140403_case1.txt | |
|
16 | FSW-qt/bin/spectralmatrix/asm_f0_test_20140403_case2.txt | |
|
17 | FSW-qt/bin/spectralmatrix/asm_f0_test_paul_1.txt | |
|
18 | run2/src | |
|
19 | run2/trace | |
|
20 | run3/src | |
|
21 | run3/trace |
@@ -11,8 +11,8 include(./sparc.pri) | |||
|
11 | 11 | SWVERSION=-1-0 |
|
12 | 12 | DEFINES += SW_VERSION_N1=2 # major |
|
13 | 13 | DEFINES += SW_VERSION_N2=0 # minor |
|
14 |
DEFINES += SW_VERSION_N3= |
|
|
15 |
DEFINES += SW_VERSION_N4= |
|
|
14 | DEFINES += SW_VERSION_N3=2 # patch | |
|
15 | DEFINES += SW_VERSION_N4=0 # internal | |
|
16 | 16 | |
|
17 | 17 | # <GCOV> |
|
18 | 18 | #QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage |
@@ -62,7 +62,7 TARGET = fsw | |||
|
62 | 62 | INCLUDEPATH += \ |
|
63 | 63 | $${PWD}/../src \ |
|
64 | 64 | $${PWD}/../header \ |
|
65 |
$${PWD}/../header/common |
|
|
65 | $${PWD}/../header/lfr_common_headers \ | |
|
66 | 66 | $${PWD}/../header/processing \ |
|
67 | 67 | $${PWD}/../src/LFR_basic-parameters |
|
68 | 68 | |
@@ -87,16 +87,12 HEADERS += \ | |||
|
87 | 87 | ../header/wf_handler.h \ |
|
88 | 88 | ../header/tc_handler.h \ |
|
89 | 89 | ../header/grlib_regs.h \ |
|
90 | ../header/fsw_params.h \ | |
|
91 | 90 | ../header/fsw_misc.h \ |
|
92 | 91 | ../header/fsw_init.h \ |
|
93 | ../header/ccsds_types.h \ | |
|
94 | 92 | ../header/fsw_spacewire.h \ |
|
95 | 93 | ../header/tc_load_dump_parameters.h \ |
|
96 | 94 | ../header/tm_lfr_tc_exe.h \ |
|
97 | 95 | ../header/tc_acceptance.h \ |
|
98 | ../header/fsw_params_nb_bytes.h \ | |
|
99 | ../header/fsw_params_processing.h \ | |
|
100 | 96 | ../header/processing/fsw_processing.h \ |
|
101 | 97 | ../header/processing/avf0_prc0.h \ |
|
102 | 98 | ../header/processing/avf1_prc1.h \ |
@@ -105,5 +101,10 HEADERS += \ | |||
|
105 | 101 | ../header/lfr_cpu_usage_report.h \ |
|
106 | 102 | ../src/LFR_basic-parameters/basic_parameters.h \ |
|
107 | 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 |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now