Stuart Buchanan
9f8306b6e4
Publish all props on a TriggeredPropertyPublisher
...
Periodically (default every 5 s), publish all properties
being tracked by the TriggeredPropertyPublisher.
This ensures that clients created after the TriggeredPropertyPublisher
will receive values for properties that change rarely (e.g. NAV/COM)
2018-06-07 19:01:18 +01:00
Stuart Buchanan
fc104ee37a
FG1000 - s/Foobar/FlightGear on GPL header
2018-05-28 20:15:57 +01:00
Stuart Buchanan
8fdffa16e6
FG1000 - Fix 3D model GDUs, find nearest ID on DTO
2018-04-29 21:15:18 +01:00
Stuart Buchanan
1b52eaccbd
FG1000 : Nearest Frequencies page.
2018-04-16 19:43:36 +01:00
Stuart Buchanan
aa14289a79
FG1000: NDB and VOR Info pages, improved VOR icons
2018-04-16 13:38:41 +01:00
Stuart Buchanan
4bf3487bd4
FG1000 - Intersection Information page
2018-04-15 19:44:10 +01:00
Stuart Buchanan
63ee35becd
FG1000 - Improvements to Checklists page, softkeys
2018-04-12 22:26:58 +01:00
Stuart Buchanan
e66a5551c0
FG1000 - Checklist MFD page
2018-04-11 20:56:22 +01:00
Stuart Buchanan
611bfe7d7b
FG1000 - Formatting fixes and lazy-loading maps
2018-04-07 13:23:26 +01:00
Stuart Buchanan
715d9300ac
FG1000 - Cessna 182T EIS
2018-04-07 13:22:01 +01:00
Stuart Buchanan
7f09b1f3c6
FG1000: Active Flight Plan MFD Page
...
- View and edit the active flightplan
2018-04-06 19:52:18 +01:00
Stuart Buchanan
60352375d0
FG1000 - PFD Flightplan and improved GroupElement
2018-03-25 17:55:03 +01:00
Stuart Buchanan
921ce612cb
FG1000 PFD Navigation Status Box
2018-03-16 16:38:22 +00:00
Stuart Buchanan
7b526adb69
FG1000 HSI BRG/CDI controls
...
- BRG1/BRG2 now correctly show direction and distance to NAV1/NAV2/GPS/ADF
- CDI displays correctly against course, switchable between GPS/NAV1/NAV2
2018-03-16 15:21:39 +00:00
Stuart Buchanan
c46486c7de
FG1000 - Add working CDI to PFD.
...
CDI now displays correct GPS course, and BRG1/BRG2 softkeys (under PFD)
now display GPS, NAV1, NAV2, ADF with bearing arrows.
2018-03-06 22:12:22 +00:00
Stuart Buchanan
c37f1ff7bb
FG1000 PFD Inset Map, HDG, BARO, ALT controls
...
- Add inset map for PFD
- Add bindings to set the HDG, BARO, Altitude
2018-03-04 20:02:16 +00:00
Stuart Buchanan
98e11ec207
Initial FG1000 PFD
2018-02-26 21:24:21 +00:00
Stuart Buchanan
91dd762736
Support for Runway numbers on RWY MapStructure layer
...
- Change getInstance to getOrCreateInstance for FG1000.
- Implement runway numbering on AirportInformation page.
2018-02-18 21:41:17 +00:00
Stuart Buchanan
4111887700
Add Copyright notice and GPL information
2018-02-09 18:55:53 +00:00
Stuart Buchanan
be5e16f382
Factory methods for FG1000
...
- Use Factories to handle multiple FG1000 calls better.
- Fix DirectTo Map center.
2018-02-09 17:26:57 +00:00
Stuart Buchanan
9156006183
3D Model support for GDU-1045, general refactor
...
- Add GDU-1045 3d model courtesy of Jean-Paul ANCEAUX (www2).
- Refactor to simplify deployment in aircraft
- Add README file
2018-02-09 15:01:33 +00:00
Stuart Buchanan
857e983524
Support fgcommand, multiple MFD instances
...
- Add fgcommands FG1000HardKeyPushed, FG1000SoftKeyPushed, to
simplify bindings from model XML. See FG1000/Nasal/commands.nas
- Use Device ID to ensure commands affect only the device to which
they belong. Navigation data, FMS, EIS and ADC information is shared
across all devices.
2018-02-04 21:40:37 +00:00
Stuart Buchanan
bbd99635e3
Nearest NDB page and display NDBs
2018-02-02 16:06:42 +00:00
Stuart Buchanan
4c3c5cde63
Implement Nearest Intersections page.
2018-01-31 22:47:35 +00:00
Stuart Buchanan
11d811e93d
Set a default DTO target on AirportInfo page.
2018-01-30 20:59:16 +00:00
Stuart Buchanan
626cdd042a
Direct To support for flightplan waypoints.
2018-01-30 19:51:58 +00:00
Stuart Buchanan
902cac4dd6
Direct To Page - configure GPS from Direct To page
2018-01-29 21:43:43 +00:00
Stuart Buchanan
ee69231220
Direct To part 2 - Waypoint Submenu
2018-01-27 21:55:22 +00:00
Stuart Buchanan
da252c8a18
Initial Direct To page - non-functional.
2018-01-26 19:06:06 +00:00
Stuart Buchanan
0c4544c1e1
Add Config Store and MFD Header display.
...
ConfigStore for storing and retrieving config settings (needs XML import/export)
Header display with 4 different header fields (all configurable)
Publisher for ADC and FMS.
2018-01-18 19:37:50 +00:00
Stuart Buchanan
f6f5efe9f4
Use Emesary interface rather than airportinfo()
2018-01-13 21:07:32 +00:00
Stuart Buchanan
cbb281759c
NAV/COM Radio support
...
Add NAV/COM 8.33MHz radio support and integration
with the property trees for radios.
Also general cleanup.
2018-01-13 18:53:06 +00:00
Stuart Buchanan
b45ae04c15
Create a Listener-based property publisher.
...
Use it for NavCom, and include the Nav IDs in the display.
2018-01-10 23:11:38 +00:00
Stuart Buchanan
73424c1791
Update NAV/COMM frequencies from properties
...
- Add new Emesary notification type for NAV/COM data
- Create Update/Publish interfaces using Emesary from properties
- Use interfaces to drive updates to EIS and NAV/COM frequencies
- Change the PageGroupController to a "proper" MFD page
2018-01-05 16:37:39 +00:00