if ( protocol == "atc610x" ) {
FGATC610x *atc610x = new FGATC610x;
atc610x->set_hz( 30 );
+ if ( tokens.size() > 1 ) {
+ if ( tokens[1] == "no-rudder" ) {
+ atc610x->set_use_rudder( false );
+ }
+ }
return atc610x;
} else if ( protocol == "atlas" ) {
FGAtlas *atlas = new FGAtlas;
{"start-date-gmt", true, OPTION_FUNC, "", false, "", fgOptStartDateGmt },
{"hud-tris", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "tris", 0 },
{"hud-culled", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "culled", 0 },
- {"atc610x", false, OPTION_CHANNEL, "", false, "dummy", 0 },
+ {"atc610x", true, OPTION_CHANNEL, "", false, "dummy", 0 },
{"atlas", true, OPTION_CHANNEL, "", false, "", 0 },
{"httpd", true, OPTION_CHANNEL, "", false, "", 0 },
#ifdef FG_JPEG_SERVER