Custom Query (337 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 337)

Ticket Resolution Summary Owner Reporter
#109 implemented Decouple the fuel tank representation István Váradi István Váradi
Description

There are the interfaces where the fuel data appears:

  • On the state interface, when reading the fuel from the simulator
  • On the getFuel() function of the simulator which is used to read the fuel data.
  • On the setFuelLevel() function.

The last two interfaces use the fuel tank constants to identify the tanks. However, the tanks in the simulator may be different from what is the real situation in the aircraft. So we have two choices:

  • Either the interfaces provide a picture where the tanks are as in the real life, and thus convert between that and the data in the simulator. In this case the last two interfaces should be specific to the aircraft model used. This is probably the easier approach
  • Or the interface provides the same fuel tanks as in the simulator . This makes the life of the user more difficult and a function should be provided which returns the actual fuel tanks. Perhaps getFuel() could be that. We could also query the capacities of the tanks to determine which ones are present. But it may not be a safe way...

So, determine what to do.

#243 implemented Delay code modification István Váradi danieltemps@…
Description

Add text format delay code to reported code to be shown on supervisors page at www.virtualairlines.hu, can be seen in the Time comments field

#115 fixed Digital Aviation F70 NAV frequencies István Váradi István Váradi
Description

The FMC changes the frequencies constantly, but it should be removed. It should be determined what FSUIPC offsets these values are at. Gábor Petrovszki is investigating.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.