SIMCONNECT_FACILITY_DATA_TYPE

The SIMCONNECT_FACILITY_DATA_TYPE enumeration type is used within the SIMCONNECT_RECV_FACILITY_DATA return to give the type of data that is being received.

 

Syntax
enum SIMCONNECT_FACILITY_DATA_TYPE{
    SIMCONNECT_FACILITY_DATA_AIRPORT,
    SIMCONNECT_FACILITY_DATA_RUNWAY,
    SIMCONNECT_FACILITY_DATA_START,
    SIMCONNECT_FACILITY_DATA_FREQUENCY,
    SIMCONNECT_FACILITY_DATA_HELIPAD,
    SIMCONNECT_FACILITY_DATA_APPROACH,
    SIMCONNECT_FACILITY_DATA_APPROACH_TRANSITION,
    SIMCONNECT_FACILITY_DATA_APPROACH_LEG,
    SIMCONNECT_FACILITY_DATA_FINAL_APPROACH_LEG,
    SIMCONNECT_FACILITY_DATA_MISSED_APPROACH_LEG,
    SIMCONNECT_FACILITY_DATA_DEPARTURE,
    SIMCONNECT_FACILITY_DATA_ARRIVAL,
    SIMCONNECT_FACILITY_DATA_RUNWAY_TRANSITION,
    SIMCONNECT_FACILITY_DATA_ENROUTE_TRANSITION,
    SIMCONNECT_FACILITY_DATA_TAXI_POINT,
    SIMCONNECT_FACILITY_DATA_TAXI_PARKING,
    SIMCONNECT_FACILITY_DATA_TAXI_PATH,
    SIMCONNECT_FACILITY_DATA_TAXI_NAME,
    SIMCONNECT_FACILITY_DATA_JETWAY,
    SIMCONNECT_FACILITY_DATA_VOR,
    SIMCONNECT_FACILITY_DATA_NDB,
    SIMCONNECT_FACILITY_DATA_WAYPOINT,
    SIMCONNECT_FACILITY_DATA_ROUTE
    SIMCONNECT_FACILITY_DATA_PAVEMENT,
    SIMCONNECT_FACILITY_DATA_APPROACH_LIGHTS,
    SIMCONNECT_FACILITY_DATA_VASI
    };

 

Members
Member Description
SIMCONNECT_FACILITY_DATA_AIRPORT Contents of the parent struct are for an airport. See AIRPORT for more information.
SIMCONNECT_FACILITY_DATA_RUNWAY Contents of the parent struct are for a runway. See RUNWAY for more information.
SIMCONNECT_FACILITY_DATA_START Contents of the parent struct are for defining an airport start position. See START for more information.
SIMCONNECT_FACILITY_DATA_FREQUENCY Contents of the parent struct are for frequencies. See FREQUENCY for more information.
SIMCONNECT_FACILITY_DATA_HELIPAD Contents of the parent struct are for a helipad. See HELIPAD for more information.
SIMCONNECT_FACILITY_DATA_APPROACH Contents of the parent struct are for an approach. See APPROACH for more information.
SIMCONNECT_FACILITY_DATA_APPROACH_TRANSITION Contents of the parent struct are for an approach transition. See APPROACH_TRANSITION for more information.
SIMCONNECT_FACILITY_DATA_APPROACH_LEG Contents of the parent struct are for an approach leg. See APPROACH_LEG for more information.
SIMCONNECT_FACILITY_DATA_FINAL_APPROACH_LEG Contents of the parent struct are for a final approach leg. See FINAL_APPROACH_LEG for more information.
SIMCONNECT_FACILITY_DATA_MISSED_APPROACH_LEG Contents of the parent struct are for a missed approach leg. See MISSED_APPROACH_LEG for more information.
SIMCONNECT_FACILITY_DATA_DEPARTURE Contents of the parent struct are for a departure. See DEPARTURE for more information.
SIMCONNECT_FACILITY_DATA_ARRIVAL Contents of the parent struct are for an arrival. See ARRIVAL for more information.
SIMCONNECT_FACILITY_DATA_RUNWAY_TRANSITION Contents of the parent struct are for a runway transition. See RUNWAY_TRANSITION for more information.
SIMCONNECT_FACILITY_DATA_ENROUTE_TRANSITION Contents of the parent struct are for a route transition. See ENROUTE_TRANSITION for more information.
SIMCONNECT_FACILITY_DATA_TAXI_POINT Contents of the parent struct are for a taxiway point. See TAXI_POINT for more information.
SIMCONNECT_FACILITY_DATA_TAXI_PARKING Contents of the parent struct are for a taxiway parking spot. See TAXI_PARKING for more information.
SIMCONNECT_FACILITY_DATA_TAXI_PATH Contents of the parent struct are for a taxiway path. See TAXI_PATH for more information.
SIMCONNECT_FACILITY_DATA_TAXI_NAME Contents of the parent struct are for a taxi name. See TAXI_NAME for more information.
SIMCONNECT_FACILITY_DATA_JETWAY Contents of the parent struct are for a jetway. See JETWAY for more information.
SIMCONNECT_FACILITY_DATA_VOR Contents of the parent struct are for a VOR station. See VOR for more information.
SIMCONNECT_FACILITY_DATA_NDB Contents of the parent struct are for an NDB station. See NDB for more information.
SIMCONNECT_FACILITY_DATA_WAYPOINT Contents of the parent struct are for a waypoint. See WAYPOINT for more information.
SIMCONNECT_FACILITY_DATA_ROUTE Contents of the parent struct are for a route. See ROUTE for more information.
SIMCONNECT_FACILITY_DATA_PAVEMENT Contents of the parent struct are for a pavement element. See PAVEMENT for more information.
SIMCONNECT_FACILITY_DATA_APPROACH_LIGHTS Contents of the parent struct are for the runway approach lights. See APPROACHLIGHTS for more information.
SIMCONNECT_FACILITY_DATA_VASI Contents of the parent struct are for VASI information. See VASI for more information.

 

Remarks

See the remarks and examples for SimConnect_RequestFacilityData.

 

See Also