@@ -0,0 +1,238 | |||
|
1 | ############################################################################# | |
|
2 | # Makefile for building: bin/timegen | |
|
3 | # Generated by qmake (2.01a) (Qt 4.8.5) on: Fri Mar 21 09:10:01 2014 | |
|
4 | # Project: timegen.pro | |
|
5 | # Template: app | |
|
6 | # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile timegen.pro | |
|
7 | ############################################################################# | |
|
8 | ||
|
9 | ####### Compiler, tools and options | |
|
10 | ||
|
11 | CC = sparc-rtems-gcc | |
|
12 | CXX = sparc-rtems-g++ | |
|
13 | DEFINES = -DSW_VERSION_N1=0 -DSW_VERSION_N2=0 -DSW_VERSION_N3=0 -DSW_VERSION_N4=1 -DPRINT_MESSAGES_ON_CONSOLE -DDEBUG_MESSAGES -DBOOT_MESSAGES | |
|
14 | CFLAGS = -pipe -O3 -Wall $(DEFINES) | |
|
15 | CXXFLAGS = -pipe -O3 -Wall $(DEFINES) | |
|
16 | INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -Isrc -Iheader -I../src -I../header | |
|
17 | LINK = sparc-rtems-g++ | |
|
18 | LFLAGS = | |
|
19 | LIBS = $(SUBLIBS) | |
|
20 | AR = sparc-rtems-ar rcs | |
|
21 | RANLIB = | |
|
22 | QMAKE = /usr/bin/qmake-qt4 | |
|
23 | TAR = tar -cf | |
|
24 | COMPRESS = gzip -9f | |
|
25 | COPY = cp -f | |
|
26 | SED = sed | |
|
27 | COPY_FILE = $(COPY) | |
|
28 | COPY_DIR = $(COPY) -r | |
|
29 | STRIP = sparc-rtems-strip | |
|
30 | INSTALL_FILE = install -m 644 -p | |
|
31 | INSTALL_DIR = $(COPY_DIR) | |
|
32 | INSTALL_PROGRAM = install -m 755 -p | |
|
33 | DEL_FILE = rm -f | |
|
34 | SYMLINK = ln -f -s | |
|
35 | DEL_DIR = rmdir | |
|
36 | MOVE = mv -f | |
|
37 | CHK_DIR_EXISTS= test -d | |
|
38 | MKDIR = mkdir -p | |
|
39 | ||
|
40 | ####### Output directory | |
|
41 | ||
|
42 | OBJECTS_DIR = obj/ | |
|
43 | ||
|
44 | ####### Files | |
|
45 | ||
|
46 | SOURCES = src/timegen_init.c \ | |
|
47 | src/timegen_tc_handler.c \ | |
|
48 | src/timegen_misc.c \ | |
|
49 | src/timegen_spacewire.c \ | |
|
50 | ../src/fsw_misc.c \ | |
|
51 | ../src/fsw_globals.c \ | |
|
52 | ../src/tm_lfr_tc_exe.c \ | |
|
53 | ../src/tc_acceptance.c | |
|
54 | OBJECTS = obj/timegen_init.o \ | |
|
55 | obj/timegen_tc_handler.o \ | |
|
56 | obj/timegen_misc.o \ | |
|
57 | obj/timegen_spacewire.o \ | |
|
58 | obj/fsw_misc.o \ | |
|
59 | obj/fsw_globals.o \ | |
|
60 | obj/tm_lfr_tc_exe.o \ | |
|
61 | obj/tc_acceptance.o | |
|
62 | DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \ | |
|
63 | /usr/lib64/qt4/mkspecs/common/linux.conf \ | |
|
64 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ | |
|
65 | /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ | |
|
66 | /usr/lib64/qt4/mkspecs/common/g++-base.conf \ | |
|
67 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ | |
|
68 | /usr/lib64/qt4/mkspecs/qconfig.pri \ | |
|
69 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ | |
|
70 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ | |
|
71 | /usr/lib64/qt4/mkspecs/features/qt_config.prf \ | |
|
72 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ | |
|
73 | /usr/lib64/qt4/mkspecs/features/default_pre.prf \ | |
|
74 | sparc.pri \ | |
|
75 | /usr/lib64/qt4/mkspecs/features/release.prf \ | |
|
76 | /usr/lib64/qt4/mkspecs/features/default_post.prf \ | |
|
77 | /usr/lib64/qt4/mkspecs/features/shared.prf \ | |
|
78 | /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ | |
|
79 | /usr/lib64/qt4/mkspecs/features/warn_on.prf \ | |
|
80 | /usr/lib64/qt4/mkspecs/features/resources.prf \ | |
|
81 | /usr/lib64/qt4/mkspecs/features/uic.prf \ | |
|
82 | /usr/lib64/qt4/mkspecs/features/yacc.prf \ | |
|
83 | /usr/lib64/qt4/mkspecs/features/lex.prf \ | |
|
84 | /usr/lib64/qt4/mkspecs/features/include_source_dir.prf \ | |
|
85 | timegen.pro | |
|
86 | QMAKE_TARGET = timegen | |
|
87 | DESTDIR = bin/ | |
|
88 | TARGET = bin/timegen | |
|
89 | ||
|
90 | first: all | |
|
91 | ####### Implicit rules | |
|
92 | ||
|
93 | .SUFFIXES: .o .c .cpp .cc .cxx .C | |
|
94 | ||
|
95 | .cpp.o: | |
|
96 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" | |
|
97 | ||
|
98 | .cc.o: | |
|
99 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" | |
|
100 | ||
|
101 | .cxx.o: | |
|
102 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" | |
|
103 | ||
|
104 | .C.o: | |
|
105 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" | |
|
106 | ||
|
107 | .c.o: | |
|
108 | $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" | |
|
109 | ||
|
110 | ####### Build rules | |
|
111 | ||
|
112 | all: Makefile $(TARGET) | |
|
113 | ||
|
114 | $(TARGET): $(OBJECTS) | |
|
115 | @$(CHK_DIR_EXISTS) bin/ || $(MKDIR) bin/ | |
|
116 | $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) | |
|
117 | ||
|
118 | Makefile: timegen.pro /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf /usr/lib64/qt4/mkspecs/common/unix.conf \ | |
|
119 | /usr/lib64/qt4/mkspecs/common/linux.conf \ | |
|
120 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ | |
|
121 | /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ | |
|
122 | /usr/lib64/qt4/mkspecs/common/g++-base.conf \ | |
|
123 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ | |
|
124 | /usr/lib64/qt4/mkspecs/qconfig.pri \ | |
|
125 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ | |
|
126 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ | |
|
127 | /usr/lib64/qt4/mkspecs/features/qt_config.prf \ | |
|
128 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ | |
|
129 | /usr/lib64/qt4/mkspecs/features/default_pre.prf \ | |
|
130 | sparc.pri \ | |
|
131 | /usr/lib64/qt4/mkspecs/features/release.prf \ | |
|
132 | /usr/lib64/qt4/mkspecs/features/default_post.prf \ | |
|
133 | /usr/lib64/qt4/mkspecs/features/shared.prf \ | |
|
134 | /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ | |
|
135 | /usr/lib64/qt4/mkspecs/features/warn_on.prf \ | |
|
136 | /usr/lib64/qt4/mkspecs/features/resources.prf \ | |
|
137 | /usr/lib64/qt4/mkspecs/features/uic.prf \ | |
|
138 | /usr/lib64/qt4/mkspecs/features/yacc.prf \ | |
|
139 | /usr/lib64/qt4/mkspecs/features/lex.prf \ | |
|
140 | /usr/lib64/qt4/mkspecs/features/include_source_dir.prf | |
|
141 | $(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile timegen.pro | |
|
142 | /usr/lib64/qt4/mkspecs/common/unix.conf: | |
|
143 | /usr/lib64/qt4/mkspecs/common/linux.conf: | |
|
144 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf: | |
|
145 | /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf: | |
|
146 | /usr/lib64/qt4/mkspecs/common/g++-base.conf: | |
|
147 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf: | |
|
148 | /usr/lib64/qt4/mkspecs/qconfig.pri: | |
|
149 | /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri: | |
|
150 | /usr/lib64/qt4/mkspecs/features/qt_functions.prf: | |
|
151 | /usr/lib64/qt4/mkspecs/features/qt_config.prf: | |
|
152 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: | |
|
153 | /usr/lib64/qt4/mkspecs/features/default_pre.prf: | |
|
154 | sparc.pri: | |
|
155 | /usr/lib64/qt4/mkspecs/features/release.prf: | |
|
156 | /usr/lib64/qt4/mkspecs/features/default_post.prf: | |
|
157 | /usr/lib64/qt4/mkspecs/features/shared.prf: | |
|
158 | /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf: | |
|
159 | /usr/lib64/qt4/mkspecs/features/warn_on.prf: | |
|
160 | /usr/lib64/qt4/mkspecs/features/resources.prf: | |
|
161 | /usr/lib64/qt4/mkspecs/features/uic.prf: | |
|
162 | /usr/lib64/qt4/mkspecs/features/yacc.prf: | |
|
163 | /usr/lib64/qt4/mkspecs/features/lex.prf: | |
|
164 | /usr/lib64/qt4/mkspecs/features/include_source_dir.prf: | |
|
165 | qmake: FORCE | |
|
166 | @$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile timegen.pro | |
|
167 | ||
|
168 | dist: | |
|
169 | @$(CHK_DIR_EXISTS) obj/timegen1.0.0 || $(MKDIR) obj/timegen1.0.0 | |
|
170 | $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/timegen1.0.0/ && (cd `dirname obj/timegen1.0.0` && $(TAR) timegen1.0.0.tar timegen1.0.0 && $(COMPRESS) timegen1.0.0.tar) && $(MOVE) `dirname obj/timegen1.0.0`/timegen1.0.0.tar.gz . && $(DEL_FILE) -r obj/timegen1.0.0 | |
|
171 | ||
|
172 | ||
|
173 | clean:compiler_clean | |
|
174 | -$(DEL_FILE) $(OBJECTS) | |
|
175 | -$(DEL_FILE) *~ core *.core | |
|
176 | ||
|
177 | ||
|
178 | ####### Sub-libraries | |
|
179 | ||
|
180 | distclean: clean | |
|
181 | -$(DEL_FILE) $(TARGET) | |
|
182 | -$(DEL_FILE) Makefile | |
|
183 | ||
|
184 | ||
|
185 | grmon: | |
|
186 | cd bin && C:/opt/grmon-eval-2.0.29b/win32/bin/grmon.exe -uart COM4 -u | |
|
187 | ||
|
188 | check: first | |
|
189 | ||
|
190 | compiler_rcc_make_all: | |
|
191 | compiler_rcc_clean: | |
|
192 | compiler_uic_make_all: | |
|
193 | compiler_uic_clean: | |
|
194 | compiler_image_collection_make_all: qmake_image_collection.cpp | |
|
195 | compiler_image_collection_clean: | |
|
196 | -$(DEL_FILE) qmake_image_collection.cpp | |
|
197 | compiler_yacc_decl_make_all: | |
|
198 | compiler_yacc_decl_clean: | |
|
199 | compiler_yacc_impl_make_all: | |
|
200 | compiler_yacc_impl_clean: | |
|
201 | compiler_lex_make_all: | |
|
202 | compiler_lex_clean: | |
|
203 | compiler_clean: | |
|
204 | ||
|
205 | ####### Compile | |
|
206 | ||
|
207 | obj/timegen_init.o: src/timegen_init.c | |
|
208 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/timegen_init.o src/timegen_init.c | |
|
209 | ||
|
210 | obj/timegen_tc_handler.o: src/timegen_tc_handler.c | |
|
211 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/timegen_tc_handler.o src/timegen_tc_handler.c | |
|
212 | ||
|
213 | obj/timegen_misc.o: src/timegen_misc.c | |
|
214 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/timegen_misc.o src/timegen_misc.c | |
|
215 | ||
|
216 | obj/timegen_spacewire.o: src/timegen_spacewire.c | |
|
217 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/timegen_spacewire.o src/timegen_spacewire.c | |
|
218 | ||
|
219 | obj/fsw_misc.o: ../src/fsw_misc.c | |
|
220 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/fsw_misc.o ../src/fsw_misc.c | |
|
221 | ||
|
222 | obj/fsw_globals.o: ../src/fsw_globals.c | |
|
223 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/fsw_globals.o ../src/fsw_globals.c | |
|
224 | ||
|
225 | obj/tm_lfr_tc_exe.o: ../src/tm_lfr_tc_exe.c | |
|
226 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/tm_lfr_tc_exe.o ../src/tm_lfr_tc_exe.c | |
|
227 | ||
|
228 | obj/tc_acceptance.o: ../src/tc_acceptance.c | |
|
229 | $(CC) -c $(CFLAGS) $(INCPATH) -o obj/tc_acceptance.o ../src/tc_acceptance.c | |
|
230 | ||
|
231 | ####### Install | |
|
232 | ||
|
233 | install: FORCE | |
|
234 | ||
|
235 | uninstall: FORCE | |
|
236 | ||
|
237 | FORCE: | |
|
238 |
@@ -0,0 +1,9 | |||
|
1 | #!/usr/bin/lppmon -e | |
|
2 | ||
|
3 | RMAPPlugin0.setValueSpaceWireLinkNumber( 2 ) | |
|
4 | RMAPPlugin0.setValueTargetLogicalAddress( 253 ) | |
|
5 | ||
|
6 | dsu3plugin0.openFile("/opt/DEV_PLE/TimeGenerator-qt/bin/timegen") | |
|
7 | dsu3plugin0.loadFile() | |
|
8 | dsu3plugin0.run() | |
|
9 |
|
1 | NO CONTENT: new file 100755, binary diff hidden |
@@ -0,0 +1,92 | |||
|
1 | CONFIG += console | |
|
2 | CONFIG -= qt | |
|
3 | QMAKE_CC=sparc-rtems-gcc | |
|
4 | message(C compiler forced to: $$QMAKE_CC) | |
|
5 | QMAKE_CXX=sparc-rtems-g++ | |
|
6 | message(C++ compiler forced to: $$QMAKE_CXX) | |
|
7 | QMAKE_AR=sparc-rtems-ar rcs | |
|
8 | message(Archiver forced to: $$QMAKE_AR) | |
|
9 | QMAKE_LINK=sparc-rtems-g++ | |
|
10 | message(Linker forced to: $$QMAKE_LINK) | |
|
11 | QMAKE_LINK_SHLIB=sparc-rtems-g++ | |
|
12 | QMAKE_OBJCOPY= sparc-rtems-objcopy | |
|
13 | QMAKE_STRIP=sparc-rtems-strip | |
|
14 | QMAKE_GDB=sparc-rtems-gdb | |
|
15 | ||
|
16 | INCLUDEPATH += /opt/rtems-4.10 | |
|
17 | ||
|
18 | QMAKE_CFLAGS_DEBUG= -g | |
|
19 | QMAKE_CFLAGS_RELEASE="" | |
|
20 | QMAKE_CXXFLAGS_DEBUG= -g | |
|
21 | QMAKE_CXXFLAGS_RELEASE="" | |
|
22 | QMAKE_LFLAGS_RELEASE="" | |
|
23 | QMAKE_LFLAGS_DEBUG= -g | |
|
24 | QMAKE_CXXFLAGS_DEPS = | |
|
25 | QMAKE_CXXFLAGS_WARN_ON = -Wall | |
|
26 | QMAKE_CXXFLAGS_WARN_OFF = -w | |
|
27 | QMAKE_CXXFLAGS_RELEASE = | |
|
28 | QMAKE_CXXFLAGS_DEBUG = | |
|
29 | QMAKE_CXXFLAGS_YACC = | |
|
30 | QMAKE_CXXFLAGS_THREAD = | |
|
31 | QMAKE_CXXFLAGS_RTTI_ON = | |
|
32 | QMAKE_CXXFLAGS_RTTI_OFF = | |
|
33 | QMAKE_CXXFLAGS_EXCEPTIONS_ON = | |
|
34 | QMAKE_CXXFLAGS_EXCEPTIONS_OFF = | |
|
35 | QMAKE_CFLAGS_WARN_ON = -Wall | |
|
36 | QMAKE_CFLAGS_WARN_OFF = -w | |
|
37 | QMAKE_CFLAGS_RELEASE = | |
|
38 | QMAKE_CFLAGS_YACC = | |
|
39 | QMAKE_LFLAGS_EXCEPTIONS_ON = | |
|
40 | QMAKE_LFLAGS_EXCEPTIONS_OFF = | |
|
41 | QMAKE_LFLAGS_RELEASE = | |
|
42 | QMAKE_LFLAGS_CONSOLE = | |
|
43 | QMAKE_LFLAGS_WINDOWS = | |
|
44 | QMAKE_LFLAGS_DLL = | |
|
45 | QMAKE_INCDIR_QT = | |
|
46 | QMAKE_INCDIR = | |
|
47 | QMAKE_CFLAGS_SHLIB = | |
|
48 | QMAKE_CFLAGS_STATIC_LIB = | |
|
49 | QMAKE_CXXFLAGS_SHLIB = | |
|
50 | QMAKE_CXXFLAGS_STATIC_LIB = | |
|
51 | QMAKE_LIBS="" | |
|
52 | INCLUDEPATH="" | |
|
53 | DEFINES="" | |
|
54 | ||
|
55 | contains( TEMPLATE, app ) { | |
|
56 | OBJECTS_DIR=obj | |
|
57 | DESTDIR=bin | |
|
58 | } | |
|
59 | ||
|
60 | QMAKE_CFLAGS_RELEASE+= -O3 | |
|
61 | QMAKE_CFLAGS_DEBUG+= -O3 | |
|
62 | QMAKE_CXXFLAGS_RELEASE+= -O3 | |
|
63 | QMAKE_CXXFLAGS_DEBUG+= -O3 | |
|
64 | #QMAKE_CFLAGS_RELEASE+= -O3 -std=c99 | |
|
65 | #QMAKE_CFLAGS_DEBUG+= -O3 -std=c99 | |
|
66 | #QMAKE_CXXFLAGS_RELEASE+= -O3 -std=c99 | |
|
67 | #QMAKE_CXXFLAGS_DEBUG+= -O3 -std=c99 | |
|
68 | ||
|
69 | contains( TEMPLATE, app ) { | |
|
70 | grmon.target = grmon | |
|
71 | grmon.commands = cd $$DESTDIR && C:/opt/grmon-eval-2.0.29b/win32/bin/grmon.exe -uart COM4 -u | |
|
72 | QMAKE_EXTRA_TARGETS += grmon | |
|
73 | } | |
|
74 | ||
|
75 | ||
|
76 | ||
|
77 | ||
|
78 | ||
|
79 | ||
|
80 | ||
|
81 | ||
|
82 | ||
|
83 | ||
|
84 | ||
|
85 | ||
|
86 | ||
|
87 | ||
|
88 | ||
|
89 | ||
|
90 | ||
|
91 | ||
|
92 |
@@ -0,0 +1,75 | |||
|
1 | TEMPLATE = app | |
|
2 | # CONFIG += console v8 sim | |
|
3 | # CONFIG options = verbose *** boot_messages *** debug_messages *** cpu_usage_report *** stack_report *** vhdl_dev *** debug_tch | |
|
4 | CONFIG += console verbose boot_messages debug_messages | |
|
5 | CONFIG -= qt | |
|
6 | ||
|
7 | include(./sparc.pri) | |
|
8 | ||
|
9 | # flight software version | |
|
10 | SWVERSION=-1-0 | |
|
11 | DEFINES += SW_VERSION_N1=0 # major | |
|
12 | DEFINES += SW_VERSION_N2=0 # minor | |
|
13 | DEFINES += SW_VERSION_N3=0 # patch | |
|
14 | DEFINES += SW_VERSION_N4=1 # internal | |
|
15 | ||
|
16 | contains( CONFIG, vhdl_dev ) { | |
|
17 | DEFINES += VHDL_DEV | |
|
18 | } | |
|
19 | ||
|
20 | contains( CONFIG, verbose ) { | |
|
21 | DEFINES += PRINT_MESSAGES_ON_CONSOLE | |
|
22 | } | |
|
23 | ||
|
24 | contains( CONFIG, debug_messages ) { | |
|
25 | DEFINES += DEBUG_MESSAGES | |
|
26 | } | |
|
27 | ||
|
28 | contains( CONFIG, cpu_usage_report ) { | |
|
29 | DEFINES += PRINT_TASK_STATISTICS | |
|
30 | } | |
|
31 | ||
|
32 | contains( CONFIG, stack_report ) { | |
|
33 | DEFINES += PRINT_STACK_REPORT | |
|
34 | } | |
|
35 | ||
|
36 | contains( CONFIG, boot_messages ) { | |
|
37 | DEFINES += BOOT_MESSAGES | |
|
38 | } | |
|
39 | ||
|
40 | #doxygen.target = doxygen | |
|
41 | #doxygen.commands = doxygen ../doc/Doxyfile | |
|
42 | #QMAKE_EXTRA_TARGETS += doxygen | |
|
43 | ||
|
44 | TARGET = timegen | |
|
45 | ||
|
46 | INCLUDEPATH += \ | |
|
47 | src \ | |
|
48 | header \ | |
|
49 | ../src \ | |
|
50 | ../header | |
|
51 | ||
|
52 | SOURCES += \ | |
|
53 | src/timegen_init.c \ | |
|
54 | src/timegen_tc_handler.c \ | |
|
55 | src/timegen_misc.c \ | |
|
56 | src/timegen_spacewire.c \ | |
|
57 | ../src/fsw_misc.c \ | |
|
58 | ../src/fsw_globals.c \ | |
|
59 | ../src/tm_lfr_tc_exe.c \ | |
|
60 | ../src/tc_acceptance.c | |
|
61 | ||
|
62 | HEADERS += \ | |
|
63 | ../header/grlib_regs.h \ | |
|
64 | ../header/fsw_params.h \ | |
|
65 | ../header/fsw_misc.h \ | |
|
66 | ../header/ccsds_types.h \ | |
|
67 | ../header/fsw_params_processing.h \ | |
|
68 | ../header/tm_lfr_tc_exe.h \ | |
|
69 | ../header/tc_acceptance.h \ | |
|
70 | ../header/fsw_params_nb_bytes.h \ | |
|
71 | ../header/TC_types.h \ | |
|
72 | header/timegen_init.h \ | |
|
73 | header/timegen_tc_handler.h \ | |
|
74 | header/timegen_misc.h \ | |
|
75 | header/timegen_spacewire.h |
@@ -0,0 +1,398 | |||
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
|
2 | <!DOCTYPE QtCreatorProject> | |
|
3 | <!-- Written by QtCreator 3.0.1, 2014-03-24T15:57:06. --> | |
|
4 | <qtcreator> | |
|
5 | <data> | |
|
6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> | |
|
7 | <value type="int">0</value> | |
|
8 | </data> | |
|
9 | <data> | |
|
10 | <variable>ProjectExplorer.Project.EditorSettings</variable> | |
|
11 | <valuemap type="QVariantMap"> | |
|
12 | <value type="bool" key="EditorConfiguration.AutoIndent">true</value> | |
|
13 | <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> | |
|
14 | <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> | |
|
15 | <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0"> | |
|
16 | <value type="QString" key="language">Cpp</value> | |
|
17 | <valuemap type="QVariantMap" key="value"> | |
|
18 | <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> | |
|
19 | </valuemap> | |
|
20 | </valuemap> | |
|
21 | <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1"> | |
|
22 | <value type="QString" key="language">QmlJS</value> | |
|
23 | <valuemap type="QVariantMap" key="value"> | |
|
24 | <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value> | |
|
25 | </valuemap> | |
|
26 | </valuemap> | |
|
27 | <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value> | |
|
28 | <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value> | |
|
29 | <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value> | |
|
30 | <value type="int" key="EditorConfiguration.IndentSize">4</value> | |
|
31 | <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value> | |
|
32 | <value type="bool" key="EditorConfiguration.MouseNavigation">true</value> | |
|
33 | <value type="int" key="EditorConfiguration.PaddingMode">1</value> | |
|
34 | <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value> | |
|
35 | <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value> | |
|
36 | <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value> | |
|
37 | <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value> | |
|
38 | <value type="int" key="EditorConfiguration.TabSize">8</value> | |
|
39 | <value type="bool" key="EditorConfiguration.UseGlobal">true</value> | |
|
40 | <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value> | |
|
41 | <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value> | |
|
42 | <value type="bool" key="EditorConfiguration.cleanIndentation">true</value> | |
|
43 | <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value> | |
|
44 | <value type="bool" key="EditorConfiguration.inEntireDocument">false</value> | |
|
45 | </valuemap> | |
|
46 | </data> | |
|
47 | <data> | |
|
48 | <variable>ProjectExplorer.Project.PluginSettings</variable> | |
|
49 | <valuemap type="QVariantMap"/> | |
|
50 | </data> | |
|
51 | <data> | |
|
52 | <variable>ProjectExplorer.Project.Target.0</variable> | |
|
53 | <valuemap type="QVariantMap"> | |
|
54 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop-Qt 4.8.2 in PATH (System)</value> | |
|
55 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop-Qt 4.8.2 in PATH (System)</value> | |
|
56 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{5289e843-9ef2-45ce-88c6-ad27d8e08def}</value> | |
|
57 | <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value> | |
|
58 | <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> | |
|
59 | <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> | |
|
60 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> | |
|
61 | <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/opt/DEV_PLE/TimeGenerator-qt</value> | |
|
62 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> | |
|
63 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
64 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
65 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value> | |
|
66 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
67 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> | |
|
68 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value> | |
|
69 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value> | |
|
70 | <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value> | |
|
71 | <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> | |
|
72 | </valuemap> | |
|
73 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> | |
|
74 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
75 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
76 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
77 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
78 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
79 | <value type="QString">-w</value> | |
|
80 | <value type="QString">-r</value> | |
|
81 | </valuelist> | |
|
82 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value> | |
|
83 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value> | |
|
84 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
85 | </valuemap> | |
|
86 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value> | |
|
87 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value> | |
|
88 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
89 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> | |
|
90 | </valuemap> | |
|
91 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> | |
|
92 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
93 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
94 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
95 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
96 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
97 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
98 | <value type="QString">-w</value> | |
|
99 | <value type="QString">-r</value> | |
|
100 | </valuelist> | |
|
101 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value> | |
|
102 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> | |
|
103 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
104 | </valuemap> | |
|
105 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value> | |
|
106 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value> | |
|
107 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
108 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> | |
|
109 | </valuemap> | |
|
110 | <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> | |
|
111 | <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> | |
|
112 | <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> | |
|
113 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value> | |
|
114 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
115 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> | |
|
116 | <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> | |
|
117 | <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value> | |
|
118 | </valuemap> | |
|
119 | <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value> | |
|
120 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0"> | |
|
121 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> | |
|
122 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value> | |
|
123 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value> | |
|
124 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
125 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> | |
|
126 | </valuemap> | |
|
127 | <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> | |
|
128 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value> | |
|
129 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
130 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value> | |
|
131 | </valuemap> | |
|
132 | <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value> | |
|
133 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/> | |
|
134 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0"> | |
|
135 | <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/> | |
|
136 | <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value> | |
|
137 | <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value> | |
|
138 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value> | |
|
139 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value> | |
|
140 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value> | |
|
141 | <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value> | |
|
142 | <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value> | |
|
143 | <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value> | |
|
144 | <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value> | |
|
145 | <value type="int" key="Analyzer.Valgrind.NumCallers">25</value> | |
|
146 | <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/> | |
|
147 | <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value> | |
|
148 | <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value> | |
|
149 | <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value> | |
|
150 | <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value> | |
|
151 | <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value> | |
|
152 | <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds"> | |
|
153 | <value type="int">0</value> | |
|
154 | <value type="int">1</value> | |
|
155 | <value type="int">2</value> | |
|
156 | <value type="int">3</value> | |
|
157 | <value type="int">4</value> | |
|
158 | <value type="int">5</value> | |
|
159 | <value type="int">6</value> | |
|
160 | <value type="int">7</value> | |
|
161 | <value type="int">8</value> | |
|
162 | <value type="int">9</value> | |
|
163 | <value type="int">10</value> | |
|
164 | <value type="int">11</value> | |
|
165 | <value type="int">12</value> | |
|
166 | <value type="int">13</value> | |
|
167 | <value type="int">14</value> | |
|
168 | </valuelist> | |
|
169 | <value type="int" key="PE.EnvironmentAspect.Base">2</value> | |
|
170 | <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> | |
|
171 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">timegen</value> | |
|
172 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
173 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/opt/DEV_PLE/TimeGenerator-qt/timegen.pro</value> | |
|
174 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value> | |
|
175 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">timegen.pro</value> | |
|
176 | <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value> | |
|
177 | <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">true</value> | |
|
178 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value> | |
|
179 | <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value> | |
|
180 | <value type="bool" key="RunConfiguration.UseCppDebugger">true</value> | |
|
181 | <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">false</value> | |
|
182 | <value type="bool" key="RunConfiguration.UseMultiProcess">false</value> | |
|
183 | <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value> | |
|
184 | <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> | |
|
185 | </valuemap> | |
|
186 | <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value> | |
|
187 | </valuemap> | |
|
188 | </data> | |
|
189 | <data> | |
|
190 | <variable>ProjectExplorer.Project.Target.1</variable> | |
|
191 | <valuemap type="QVariantMap"> | |
|
192 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value> | |
|
193 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value> | |
|
194 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{e04e3924-0bd8-4708-be18-f1474e45608e}</value> | |
|
195 | <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value> | |
|
196 | <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> | |
|
197 | <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> | |
|
198 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> | |
|
199 | <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/opt/DEV_PLE/build-timegen-Desktop-Debug</value> | |
|
200 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> | |
|
201 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
202 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
203 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value> | |
|
204 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
205 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> | |
|
206 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value> | |
|
207 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value> | |
|
208 | <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value> | |
|
209 | <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> | |
|
210 | </valuemap> | |
|
211 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> | |
|
212 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
213 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
214 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
215 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
216 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
217 | <value type="QString">-w</value> | |
|
218 | <value type="QString">-r</value> | |
|
219 | </valuelist> | |
|
220 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value> | |
|
221 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value> | |
|
222 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
223 | </valuemap> | |
|
224 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value> | |
|
225 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value> | |
|
226 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
227 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> | |
|
228 | </valuemap> | |
|
229 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> | |
|
230 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
231 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
232 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
233 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
234 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
235 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
236 | <value type="QString">-w</value> | |
|
237 | <value type="QString">-r</value> | |
|
238 | </valuelist> | |
|
239 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value> | |
|
240 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> | |
|
241 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
242 | </valuemap> | |
|
243 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value> | |
|
244 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value> | |
|
245 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
246 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> | |
|
247 | </valuemap> | |
|
248 | <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> | |
|
249 | <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> | |
|
250 | <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> | |
|
251 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value> | |
|
252 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
253 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> | |
|
254 | <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value> | |
|
255 | <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value> | |
|
256 | </valuemap> | |
|
257 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1"> | |
|
258 | <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/opt/DEV_PLE/build-timegen-Desktop-Release</value> | |
|
259 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> | |
|
260 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
261 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
262 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value> | |
|
263 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
264 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> | |
|
265 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value> | |
|
266 | <value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibraryAuto">true</value> | |
|
267 | <value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value> | |
|
268 | <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> | |
|
269 | </valuemap> | |
|
270 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> | |
|
271 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
272 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
273 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
274 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
275 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
276 | <value type="QString">-w</value> | |
|
277 | <value type="QString">-r</value> | |
|
278 | </valuelist> | |
|
279 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value> | |
|
280 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value> | |
|
281 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
282 | </valuemap> | |
|
283 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value> | |
|
284 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value> | |
|
285 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
286 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> | |
|
287 | </valuemap> | |
|
288 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> | |
|
289 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> | |
|
290 | <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> | |
|
291 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value> | |
|
292 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
293 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> | |
|
294 | <valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"> | |
|
295 | <value type="QString">-w</value> | |
|
296 | <value type="QString">-r</value> | |
|
297 | </valuelist> | |
|
298 | <value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value> | |
|
299 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> | |
|
300 | <value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value> | |
|
301 | </valuemap> | |
|
302 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value> | |
|
303 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value> | |
|
304 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
305 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> | |
|
306 | </valuemap> | |
|
307 | <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> | |
|
308 | <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> | |
|
309 | <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> | |
|
310 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value> | |
|
311 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
312 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> | |
|
313 | <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> | |
|
314 | <value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value> | |
|
315 | </valuemap> | |
|
316 | <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">2</value> | |
|
317 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0"> | |
|
318 | <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> | |
|
319 | <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value> | |
|
320 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value> | |
|
321 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
322 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> | |
|
323 | </valuemap> | |
|
324 | <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> | |
|
325 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value> | |
|
326 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
327 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value> | |
|
328 | </valuemap> | |
|
329 | <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value> | |
|
330 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/> | |
|
331 | <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0"> | |
|
332 | <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/> | |
|
333 | <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value> | |
|
334 | <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value> | |
|
335 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value> | |
|
336 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value> | |
|
337 | <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value> | |
|
338 | <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value> | |
|
339 | <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value> | |
|
340 | <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value> | |
|
341 | <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value> | |
|
342 | <value type="int" key="Analyzer.Valgrind.NumCallers">25</value> | |
|
343 | <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/> | |
|
344 | <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value> | |
|
345 | <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value> | |
|
346 | <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value> | |
|
347 | <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value> | |
|
348 | <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value> | |
|
349 | <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds"> | |
|
350 | <value type="int">0</value> | |
|
351 | <value type="int">1</value> | |
|
352 | <value type="int">2</value> | |
|
353 | <value type="int">3</value> | |
|
354 | <value type="int">4</value> | |
|
355 | <value type="int">5</value> | |
|
356 | <value type="int">6</value> | |
|
357 | <value type="int">7</value> | |
|
358 | <value type="int">8</value> | |
|
359 | <value type="int">9</value> | |
|
360 | <value type="int">10</value> | |
|
361 | <value type="int">11</value> | |
|
362 | <value type="int">12</value> | |
|
363 | <value type="int">13</value> | |
|
364 | <value type="int">14</value> | |
|
365 | </valuelist> | |
|
366 | <value type="int" key="PE.EnvironmentAspect.Base">2</value> | |
|
367 | <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> | |
|
368 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">timegen</value> | |
|
369 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> | |
|
370 | <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/opt/DEV_PLE/TimeGenerator-qt/timegen.pro</value> | |
|
371 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value> | |
|
372 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">timegen.pro</value> | |
|
373 | <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value> | |
|
374 | <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">true</value> | |
|
375 | <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value> | |
|
376 | <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value> | |
|
377 | <value type="bool" key="RunConfiguration.UseCppDebugger">false</value> | |
|
378 | <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> | |
|
379 | <value type="bool" key="RunConfiguration.UseMultiProcess">false</value> | |
|
380 | <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value> | |
|
381 | <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> | |
|
382 | </valuemap> | |
|
383 | <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value> | |
|
384 | </valuemap> | |
|
385 | </data> | |
|
386 | <data> | |
|
387 | <variable>ProjectExplorer.Project.TargetCount</variable> | |
|
388 | <value type="int">2</value> | |
|
389 | </data> | |
|
390 | <data> | |
|
391 | <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable> | |
|
392 | <value type="QByteArray">{2e58a81f-9962-4bba-ae6b-760177f0656c}</value> | |
|
393 | </data> | |
|
394 | <data> | |
|
395 | <variable>ProjectExplorer.Project.Updater.FileVersion</variable> | |
|
396 | <value type="int">15</value> | |
|
397 | </data> | |
|
398 | </qtcreator> |
General Comments 0
You need to be logged in to leave comments.
Login now