-
Notifications
You must be signed in to change notification settings - Fork 10
/
eclipse-setting-tracy.xml
102 lines (94 loc) · 4.3 KB
/
eclipse-setting-tracy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="C++ Source File">
<includepath workspace_path="true">/PX4-FlightX/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/ecl</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/systemlib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/geo</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/platforms</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/include</includepath>
<includepath workspace_path="true">/PX4-FlightX/uORB/topics</includepath>
<includepath workspace_path="true">/PX4-FlightX</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/drivers/boards/px4fmu-v4</includepath>
<includepath>/usr/include/gazebo-7</includepath>
<includepath>/usr/include/boost</includepath>
<includepath workspace_path="true">/PX4-FlightX/build_gazebo</includepath>
<includepath>/usr/include/sdformat-4.4</includepath>
</language>
<language name="C Source File">
<includepath workspace_path="true">/PX4-FlightX/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/ecl</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/ecl/attitude_fw</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/systemlib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/geo</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/platforms</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/include</includepath>
<includepath workspace_path="true">/PX4-FlightX/uORB/topics</includepath>
<includepath workspace_path="true">/PX4-FlightX</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/drivers/boards/px4fmu-v4</includepath>
<includepath>/usr/include/gazebo-7</includepath>
<includepath>/usr/include/boost</includepath>
<includepath workspace_path="true">/PX4-FlightX/build_gazebo</includepath>
<includepath>/usr/include/sdformat-4.4</includepath>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
<includepath workspace_path="true">/PX4-FlightX/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/ecl</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/ecl/attitude_fw</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/systemlib</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/lib/geo</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/platforms</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/modules/uORB</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/include</includepath>
<includepath workspace_path="true">/PX4-FlightX/uORB/topics</includepath>
<includepath workspace_path="true">/PX4-FlightX</includepath>
<includepath workspace_path="true">/PX4-FlightX/src/drivers/boards/px4fmu-v4</includepath>
<includepath>/usr/include/gazebo-7</includepath>
<includepath>/usr/include/boost</includepath>
<includepath workspace_path="true">/PX4-FlightX/build_gazebo</includepath>
<includepath>/usr/include/sdformat-4.4</includepath>
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="C++ Source File">
<macro>
<name>__PX4_POSIX</name><value>1</value>
</macro>
<macro>
<name>__PX4_LINUX</name><value>1</value>
</macro>
<macro>
<name>__cplusplus</name><value>201103L</value>
</macro>
<macro>
<name>__EXPORT</name><value/>
</macro>
</language>
<language name="C Source File">
<macro>
<name>__PX4_POSIX</name><value>1</value>
</macro>
<macro>
<name>__PX4_LINUX</name><value>1</value>
</macro>
<macro>
<name>__cplusplus</name><value>1</value>
</macro>
<macro>
<name>__EXPORT</name><value/>
</macro>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
</section>
</cdtprojectproperties>