Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
abi_sender_ids.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 Felix Ruess <felix.ruess@gmail.com>
3  *
4  * This file is part of paparazzi.
5  *
6  * paparazzi is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * paparazzi is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with paparazzi; see the file COPYING. If not, write to
18  * the Free Software Foundation, 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21 
28 #ifndef ABI_SENDER_IDS_H
29 #define ABI_SENDER_IDS_H
30 
32 #ifndef BARO_BOARD_SENDER_ID
33 #define BARO_BOARD_SENDER_ID 1
34 #endif
35 
36 /*
37  * IDs of baro modules that can be loaded
38  */
39 #ifndef BARO_MS5611_SENDER_ID
40 #define BARO_MS5611_SENDER_ID 10
41 #endif
42 
43 #ifndef BARO_AMSYS_SENDER_ID
44 #define BARO_AMSYS_SENDER_ID 11
45 #endif
46 
47 #ifndef BARO_BMP_SENDER_ID
48 #define BARO_BMP_SENDER_ID 12
49 #endif
50 
51 #ifndef BARO_ETS_SENDER_ID
52 #define BARO_ETS_SENDER_ID 13
53 #endif
54 
55 #ifndef BARO_MS5534A_SENDER_ID
56 #define BARO_MS5534A_SENDER_ID 14
57 #endif
58 
59 #ifndef BARO_HCA_SENDER_ID
60 #define BARO_HCA_SENDER_ID 15
61 #endif
62 
63 #ifndef BARO_MPL3115_SENDER_ID
64 #define BARO_MPL3115_SENDER_ID 16
65 #endif
66 
67 #ifndef BARO_SCP_SENDER_ID
68 #define BARO_SCP_SENDER_ID 17
69 #endif
70 
71 #ifndef BARO_PBN_SENDER_ID
72 #define BARO_PBN_SENDER_ID 18
73 #endif
74 
75 #ifndef BARO_SIM_SENDER_ID
76 #define BARO_SIM_SENDER_ID 19
77 #endif
78 
79 #ifndef METEO_STICK_SENDER_ID
80 #define METEO_STICK_SENDER_ID 30
81 #endif
82 
83 /*
84  * IDs of differential pressure sensors
85  * can usually also publish temperature like baro sensors
86  */
87 #ifndef MS45XX_SENDER_ID
88 #define MS45XX_SENDER_ID 40
89 #endif
90 
91 /*
92  * IDs of AGL measurment modules that can be loaded (sonars,...)
93  */
94 #ifndef AGL_SONAR_ADC_ID
95 #define AGL_SONAR_ADC_ID 1
96 #endif
97 
98 #ifndef AGL_SONAR_ARDRONE2_ID
99 #define AGL_SONAR_ARDRONE2_ID 2
100 #endif
101 
102 #ifndef AGL_SONAR_NPS_ID
103 #define AGL_SONAR_NPS_ID 3
104 #endif
105 
106 /*
107  * IDs of magnetometer sensors (including IMUs with mag)
108  */
109 
110 #ifndef MAG_HMC58XX_SENDER_ID
111 #define MAG_HMC58XX_SENDER_ID 2
112 #endif
113 
114 /*
115  * IDs of GPS sensors
116  */
117 #ifndef GPS_UBX_ID
118 #define GPS_UBX_ID 1
119 #endif
120 
121 #ifndef GPS_NMEA_ID
122 #define GPS_NMEA_ID 2
123 #endif
124 
125 #ifndef GPS_SIRF_ID
126 #define GPS_SIRF_ID 3
127 #endif
128 
129 #ifndef GPS_SKYTRAQ_ID
130 #define GPS_SKYTRAQ_ID 4
131 #endif
132 
133 #ifndef GPS_MTK_ID
134 #define GPS_MTK_ID 5
135 #endif
136 
137 #ifndef GPS_PIKSI_ID
138 #define GPS_PIKSI_ID 6
139 #endif
140 
141 #ifndef GPS_XSENS_ID
142 #define GPS_XSENS_ID 7
143 #endif
144 
145 #ifndef GPS_DATALINK_ID
146 #define GPS_DATALINK_ID 8
147 #endif
148 
149 #ifndef GPS_UDP_ID
150 #define GPS_UDP_ID 9
151 #endif
152 
153 #ifndef GPS_ARDRONE2_ID
154 #define GPS_ARDRONE2_ID 10
155 #endif
156 
157 #ifndef GPS_SIM_ID
158 #define GPS_SIM_ID 11
159 #endif
160 
161 
162 /*
163  * IDs of IMU sensors (accel, gyro)
164  */
165 #ifndef IMU_BOARD_ID
166 #define IMU_BOARD_ID 1
167 #endif
168 
169 #ifndef IMU_ANALOG_ID
170 #define IMU_ANALOG_ID 2
171 #endif
172 
173 #ifndef IMU_ASPIRIN_ID
174 #define IMU_ASPIRIN_ID 3
175 #endif
176 
177 #ifndef IMU_ASPIRIN2_ID
178 #define IMU_ASPIRIN2_ID 4
179 #endif
180 
181 #ifndef IMU_B2_ID
182 #define IMU_B2_ID 5
183 #endif
184 
185 #ifndef IMU_CRISTA_ID
186 #define IMU_CRISTA_ID 6
187 #endif
188 
189 #ifndef IMU_DROTEK_ID
190 #define IMU_DROTEK_ID 7
191 #endif
192 
193 #ifndef IMU_GL1_ID
194 #define IMU_GL1_ID 8
195 #endif
196 
197 #ifndef IMU_MPU6000_ID
198 #define IMU_MPU6000_ID 9
199 #endif
200 
201 #ifndef IMU_MPU6000_HMC_ID
202 #define IMU_MPU6000_HMC_ID 10
203 #endif
204 
205 #ifndef IMU_MPU9250_ID
206 #define IMU_MPU9250_ID 11
207 #endif
208 
209 #ifndef IMU_PPZUAV_ID
210 #define IMU_PPZUAV_ID 12
211 #endif
212 
213 #ifndef IMU_UM6_ID
214 #define IMU_UM6_ID 13
215 #endif
216 
217 #ifndef IMU_GX3_ID
218 #define IMU_GX3_ID 14
219 #endif
220 
221 #ifndef IMU_XSENS_ID
222 #define IMU_XSENS_ID 15
223 #endif
224 
225 #ifndef IMU_MPU60X0_ID
226 #define IMU_MPU60X0_ID 16
227 #endif
228 
229 #ifndef PX4FLOW_VELOCITY_ID
230 #define PX4FLOW_VELOCITY_ID 17
231 #endif
232 
233 
234 #endif /* ABI_SENDER_IDS_H */