VCM: change intersection detected function name

This commit is contained in:
emanuel 2022-10-20 16:21:28 +01:00
parent 27df6655c5
commit 5a91508050
1 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ static int vcm_check_handle_reply(VCM_t* vcm, mc_neighbour_s* neighbour) {
return rv;
}
static int vcm_check_intersection_detected(VCM_t* vcm, mc_neighbour_s* neighbour) {
static int intersection_detected(VCM_t* vcm, mc_neighbour_s* neighbour) {
int rv = 0;
@ -540,7 +540,7 @@ int vcm_check(VCM_t* vcm) {
trajectoryA[index].longitude/1.0e7,
trajectoryA[index].timestamp - now);
vcm_check_intersection_detected(vcm, &coordination->neighbours[ni]);
intersection_detected(vcm, &coordination->neighbours[ni]);
}
}
break;