File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -185,62 +185,63 @@ int16_t retrieve_entity_id(
185
185
}
186
186
else if (PUBLICATION_THROUGHPUT_TOPIC == topic_name)
187
187
{
188
- return 4 ;
188
+ return 3 ;
189
189
}
190
190
else if (SUBSCRIPTION_THROUGHPUT_TOPIC == topic_name)
191
191
{
192
- return 8 ;
192
+ return 4 ;
193
193
}
194
194
else if (RTPS_SENT_TOPIC == topic_name)
195
195
{
196
- return 16 ;
196
+ return 5 ;
197
197
}
198
198
else if (RTPS_LOST_TOPIC == topic_name)
199
199
{
200
- return 32 ;
200
+ return 6 ;
201
201
}
202
202
else if (RESENT_DATAS_TOPIC == topic_name)
203
203
{
204
- return 64 ;
204
+ return 7 ;
205
205
}
206
206
else if (HEARTBEAT_COUNT_TOPIC == topic_name)
207
207
{
208
- return 128 ;
208
+ return 8 ;
209
209
}
210
210
else if (ACKNACK_COUNT_TOPIC == topic_name)
211
211
{
212
- return 256 ;
212
+ return 9 ;
213
213
}
214
214
else if (NACKFRAG_COUNT_TOPIC == topic_name)
215
215
{
216
- return 512 ;
216
+ return 10 ;
217
217
}
218
218
else if (GAP_COUNT_TOPIC == topic_name)
219
219
{
220
- return 1024 ;
220
+ return 11 ;
221
221
}
222
222
else if (DATA_COUNT_TOPIC == topic_name )
223
223
{
224
- return 2048 ;
224
+ return 12 ;
225
225
}
226
226
else if (PDP_PACKETS_TOPIC == topic_name)
227
227
{
228
- return 4096 ;
228
+ return 13 ;
229
229
}
230
230
else if (EDP_PACKETS_TOPIC == topic_name)
231
231
{
232
- return 8192 ;
232
+ return 14 ;
233
233
}
234
234
else if (DISCOVERY_TOPIC == topic_name)
235
235
{
236
- return 16384 ;
236
+ return 15 ;
237
237
}
238
238
else if (SAMPLE_DATAS_TOPIC == topic_name)
239
239
{
240
- return 32768 ;
240
+ return 16 ;
241
241
}
242
242
else if (PHYSICAL_DATA_TOPIC == topic_name)
243
243
{
244
+ return 17 ;
244
245
}
245
246
246
247
return -1 ;
You can’t perform that action at this time.
0 commit comments