FG1000: Difference between revisions

Jump to navigation Jump to search
12 bytes added ,  1 January 2019
m
m (→‎Load and start the FG1000 system: used named arguments to make the example more self-explanatory, as per Stuart's original approval: https://forum.flightgear.org/viewtopic.php?f=71&t=32764&p=327789&hilit=fg1000+named#p327871)
Line 158: Line 158:


# Create a PFD as device 1, MFD as device 2
# Create a PFD as device 1, MFD as device 2
fg1000system.addPFD(1);
fg1000system.addPFD(index:1);
fg1000system.addMFD(2);
fg1000system.addMFD(index:2);


# Map the devices to placement objects Screen{i}, in this case Screen1 and Screen2
# Map the devices to placement objects Screen{i}, in this case Screen1 and Screen2

Navigation menu