View Full Version : Status of user's flight
Chrisoft-Dev
10 Jan 2007, 12:30
Hello all,
I didn't try yet in my C++ Simconnect program, but is it possible to retrieve status of User's flight (not AI Traffic)? Like Takeoff, landing, taxi, waiting, etc...
Because I saw this enum : AI UNIT MODE
One of:
0: Sleep
1: Zombie
2: Waypoint
3: Takeoff
4: Landing
5: Taxi
6: Working
7: Waiting.
Regards,
Chris.
Well, to know the status of user's flight, you will need to plug simconnect into user's mind :D ;)
Basically, there is nothing in the sim that can distinguish between taxiing and takeoff for instance. You can guess with some heuristics (based on ground surface type, altitude above ground, speed, rpm, etc), but it's not reliable.
There is a status flag in the ATC subsystem, concerning procedures and all taxi/takeoff/course phases. But again since user can disobey to ATC, it would be only a guess. Moreover simconnect provides absolutely no insights into ATC internals, so you will need to do some hacking.
Chrisoft-Dev
10 Jan 2007, 14:13
Thanks for the reply :)
Well recently for my program, I use the methods to request informations (ground, speed, and more) to know the status of flight step by step (from startup to shutdown on checklist). Of course, it's not reliable but it's the best way.
There is a status flag in the ATC subsystem
Really? what is the solution?
Anyelse, If someone knows how to "hack" ATC, it could be useful for me.
Regards,
Chris
vBulletin® v3.8.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.