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
		
	
	
		
			230 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			230 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<menu
 | 
						|
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
						|
    <item android:enabled="true" android:id="@+id/save" android:visible="true" android:title="@string/save"/>
 | 
						|
    
 | 
						|
</menu>
 |