VCM: change intersection detected function name
This commit is contained in:
parent
27df6655c5
commit
5a91508050
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue