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