51 char analog_in_file[256];
52 char radios_file[256];
53 char switches_file[256];
60 SGPropertyNode_ptr ignore_flight_controls;
61 SGPropertyNode_ptr ignore_pedal_controls;
63 SGPropertyNode_ptr analog_in_node;
64 SGPropertyNode_ptr radio_in_node;
65 SGPropertyNode_ptr switches_node;
69 bool do_radio_switches();
77 FGATCInput(
const int _board,
const SGPath &_config_file );