- https://devsupport.flightsimulator.com/idea/386/open-up-flight-model-for-customization-andor-nativ.html
- https://devsupport.flightsimulator.com/idea/352/fix-the-ils-being-lost-when-you-get-below-the-ante.html
- https://devsupport.flightsimulator.com/idea/340/reveal-all-secret-hardcoded-friction-and-braking-c-1.html
- https://devsupport.flightsimulator.com/idea/241/access-to-airport-data-runways-taxiways-parkings-e.html
- https://devsupport.flightsimulator.com/idea/264/support-strings-and-structs-in-lvars-and-allow-rea.html
- https://devsupport.flightsimulator.com/idea/273/add-a-way-to-view-ctd-crash-logs-to-identify-the-c.html
- https://devsupport.flightsimulator.com/idea/275/define-additional-virtual-cameras-which-can-be-ren.html
- https://devsupport.flightsimulator.com/idea/254/comprehensive-weather-api-custom-weather-radar-pre.html
- https://devsupport.flightsimulator.com/idea/274/comprehensive-terrain-api-for-custom-terrain-radar.html
- https://devsupport.flightsimulator.com/idea/253/prevent-exterior-l
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | use msfs::{nvg, MSFSEvent}; | |
| #[msfs::gauge(name=DEMO)] | |
| async fn demo(mut gauge: msfs::Gauge) -> Result<(), Box<dyn std::error::Error>> { | |
| // Pre-install code go here | |
| while let Some(event) = gauge.next_event().await { | |
| match event { | |
| MSFSEvent::PostInstall() => { | |
| // Post-install code goes here | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Date,Stock,Closing | |
| 1,AMZN,100 | |
| 1,FB,100 | |
| 1,GOOGL,1000 | |
| 1,MSFT,40 | |
| 2,AMZN,200 | |
| 2,FB,150 | |
| 2,GOOGL,1100 | |
| 2,MSFT,50 | |
| 3,AMZN,300 |