oliver_mpt
13 Mar 2008, 15:08
Hello,
I'm trying to get info from traffic injected by IVAP, the IVAO pilot client software.
The IVAP developers told me they create objects with "SimConnect_AICreateNonATCAircraft".
On my side, I collect info on AI traffic using the ObjectAdded / ObjectRemoved. I filter the object by type with
if ((evt->eObjType == SIMCONNECT_SIMOBJECT_TYPE_AIRCRAFT) || (evt->eObjType == SIMCONNECT_SIMOBJECT_TYPE_HELICOPTER)){
Most of the time I don't catch the objects created by IVAP (but randomly, a few of them, yes).
Anybody has an idea on how to detect AI traffic created with "SimConnect_AICreateNonATCAircraft" ?
Regards
Olivier
I'm trying to get info from traffic injected by IVAP, the IVAO pilot client software.
The IVAP developers told me they create objects with "SimConnect_AICreateNonATCAircraft".
On my side, I collect info on AI traffic using the ObjectAdded / ObjectRemoved. I filter the object by type with
if ((evt->eObjType == SIMCONNECT_SIMOBJECT_TYPE_AIRCRAFT) || (evt->eObjType == SIMCONNECT_SIMOBJECT_TYPE_HELICOPTER)){
Most of the time I don't catch the objects created by IVAP (but randomly, a few of them, yes).
Anybody has an idea on how to detect AI traffic created with "SimConnect_AICreateNonATCAircraft" ?
Regards
Olivier