Search results

  1. W

    Thesis: Simpit Framework

    Hi, I've just completed a my thesis: A Simpit Framework and the exemplary implementation of a Soyuz-TMA simpit. I am posting the Presentation first: (German, but many pictures) http://mymp3s.de/Studienarbeit_Abschlusspraesentation_20100310.pdf Full thesis with explanations and code examples...
  2. W

    External MFD: Crash on Repaint

    I want to create a Network MFD for streaming MFD output over the network (so that I can use a SBC in my simpit for MFD handling). So I've created an external MFD (very similar to the ExMFD.dll plugin): ... MFDSPEC spec = {{0,0,100,100},6,6,10,10}; mymfd = new ExternMFD( spec )...
Top