- Messages
- 5
- Country

For my target of CFS2, is there no flap position "exposed" for a gauge? I’ve searched every doc I have and all I’ve found that’s close is the following:
This particular code snippet is from the FS2000 Panels SDK.
I’m using FLAPS_HANDLE_POS in a project but what I need is the flap equivalent of ELEVATOR_DEFLECTION (I think).
Code:
typedef enum GAUGE_TOKEN
{
…
FLAPS_HANDLE_POS,
FLAPS_POS_LEFT,
FLAPS_POS_RIGHT,
…
} GAUGE_TOKEN;
This particular code snippet is from the FS2000 Panels SDK.
I’m using FLAPS_HANDLE_POS in a project but what I need is the flap equivalent of ELEVATOR_DEFLECTION (I think).