Also included is a Motor sqlite database which is populated from thrustcurve downloads. Includes primitive thrustcurve plotting system. This will soon be wired into the openrocket application to supply motors for simulation execution.
7 lines
302 B
XML
7 lines
302 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:title="Download from ThrustCurve" android:id="@+id/download_from_thrustcurve_menu_option"/>
|
|
<item android:title="Preferences" android:id="@+id/preference_menu_option"/>
|
|
</menu>
|