vnNVUloadLeg: "Virtual Navigator": Tune the Tu-154B NVU to the current leg...

Description Usage Arguments

Description

Through the FlightGear props (telnet) interface, load the NVU parameters for the current leg of a flight plan to the active NVU device of the Tu-154B.

Usage

1
vnNVUloadLeg(con, plan, leg, cols = c("fix", "ZPY", "S"))

Arguments

con

A socket connection object created with fgfsConnect

plan

A flight plan, as a data.frame. Plans created with planRoute are accepted as input. At a minimum, the data frame.should have three columns: waypoint names, orthodromic course headings (ZPY) and leg distances (S).

leg

The current leg of the flight plan. Specified as waypoint name. If ZPY and S for that leg are NA, nothing happens.

cols

An optional vector of column names, if these are named differently in plan


thlytras/rfgfs documentation built on May 31, 2019, 10:44 a.m.