• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

built_in/H03-May-2022-13667

NavDisplay.cxxH A D03-May-202244.2 KiB1,4921,171

NavDisplay.hxxH A D03-May-20226.1 KiB212139

READMEH A D29-Jul-2021520 108

agradar.cxxH A D03-May-202211.1 KiB330201

agradar.hxxH A D03-May-20222.9 KiB9955

cockpitDisplayManager.cxxH A D03-May-20224 KiB13084

cockpitDisplayManager.hxxH A D03-May-20221.6 KiB5822

groundradar.cxxH A D03-May-202213.3 KiB359294

groundradar.hxxH A D03-May-20222.2 KiB6630

od_gauge.cxxH A D03-May-202210.5 KiB334231

od_gauge.hxxH A D03-May-20224.1 KiB11136

panel.cxxH A D03-May-202230.6 KiB1,250887

panel.hxxH A D03-May-202214.6 KiB579296

panel_io.cxxH A D03-May-202226.4 KiB869479

panel_io.hxxH A D03-May-20221.1 KiB3912

render_area_2d.cxxH A D03-May-202212.3 KiB427310

render_area_2d.hxxH A D03-May-20223.3 KiB11760

wxradar.cxxH A D03-May-202237.8 KiB1,125776

wxradar.hxxH A D03-May-20226.1 KiB209142

README

1src/Cockpit/ - instrument and display-related code
2
3This directory contains various subsystems and code modules related to
4the cockpit, including the HUD and the 2D panel.  The code from here
5is gradually being sorted out into separate code modules -- please do
6not add anything new here.  All new code for gauges and avionics
7should go in src/Instrumentation/, and all new code aircraft systems
8(like the electrical or vacuum systems) should go in src/Systems/.
9Any new 2D or 3D modelling code should go in src/Model/.
10