SDK: FPAssistant demo apps hosting on GitHub

To assistant in helping developers use the FPAssistant SDK we now have a home page on GitHub. This will be place to find demo apps and examples for existing customers and those who looking at using the SDK in their aviation application. FPAssistant home page on GitHub This can be found on GitHub by [...]

SDK: NOTAM support being added

A new NOTAM struct has been added to provide support to handle NOTAM's in your own software development apps. A NOTAM can be completely decoded into information to present to the user, this is handled with a series of enums; example There is also an in-built validation to the NOTAM struct that will warn the [...]

2023-03-27T14:34:03+00:00March 27th, 2023|FPAssistant SDK/API News, General News|

API: TERPS Standard Formulas for Geodetic Calculations (8260.58)

The following FAA standard formulas with test cases passing have recently been implemented with more to follow. Click on the link to open the FPAssistant SDK documentation. WGS84CrsIntersect - Computes the coordinates where two geodesic curves intersect WGS84Destination - Computes destination point based on course and a static point WGS84Distance - Distance between two points [...]

2022-08-28T00:55:00+00:00August 28th, 2022|FPAssistant SDK/API News|

APP & API: FAA Geodetic Calcs

Further to earlier post here covering the addition to the SDK of the FAA formula for Geodetic distance and destination, these have now been added to the SDK example app. The current version of the App is available for Windows 10 in the Microsoft store. APP showing example calcs Distance : Will calculation [...]

2021-01-26T13:25:11+00:00January 26th, 2021|FPAssistant App News, FPAssistant SDK/API News|

API: GeoCoordinateBasic Object (Struct)

This object has been designed for speed and memory usage to offer a minimal handling of a Latitude and Longitude geographical coordinate, it simply stores the coordinate in the form of decimal Degrees, Minutes and Seconds (DMS) over two properties named Latitude and Longitude. It is cut down and only offers some form of validation [...]

2021-01-21T21:10:13+00:00January 21st, 2021|FPAssistant SDK/API News|

API & APP: FAA / ICAO RNP AR Sub-Calculations

To assist further with your calculation covering RNP AR from both FAA and ICAO (9905) the API for RNP AR has been extended to expose the underlying calculations covering the sources of variation and the bias errors for MOC. The sources of variation include: Actual Navigation Performance Error (ANPE) Waypoint PRecision error (WPR) Flight Technical [...]

2020-09-24T11:27:45+00:00September 24th, 2020|FPAssistant App News, FPAssistant SDK/API News|

API: FAA Geodetic Calcs for TERPS API added to SDK

Geodetic Calculation Feature Improvement To expand on the existing geodetic capabilities of the FPAssistant Suite SDK and to comply with FAA Order 8260 the GeoCoordinate and GeoCoordinateBasic objects (Structs) now support geodetic calculations based on Appendix A. TERP Standard Formulas for Geodetic Solutions. As documented in the appendix, it states... >> Algorithms and methods are [...]

2019-10-07T14:45:50+00:00October 7th, 2019|FPAssistant SDK/API News, General News|

FAA PBN – RNAV and RNP 1 Departure Calculations

Just added are the 3 calculations from 8260 Volume 3 covering the RNAV and RNP 1 Departures, these are: Projected Altitude VA Segment Distance VA Segment Termination Altitude ROC, CG and Climb Gradient Termination Altitude These are available in the SDK and coming very soon to the Windows 10 App SDK Usage PbnCalculations pbnCalclations = [...]

2018-11-18T13:42:08+00:00November 18th, 2018|FPAssistant App News, FPAssistant SDK/API News|