]> git.gag.com Git - debian/openrocket/commit
Revise the download and match logic so more motors are downloaded correctly. The...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 21 Feb 2012 02:55:33 +0000 (02:55 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 21 Feb 2012 02:55:33 +0000 (02:55 +0000)
commite5c9c7b9dfa8c1b0ae2ee300422ee89b20acb627
tree67adce1456e820582ac852b09ed9b4e3e69d1a92
parentf62b5f491c03f0d4044605ef51d4dcf04391de25
Revise the download and match logic so more motors are downloaded correctly.  The DownloadResponse now holds on to all the results supplied from Thrustcurve so we can process them a little better.  The TCMissingMotorDownloadAction chooses the motor which has the best match (giving preference to matching digest, desgination and finally RockSim files).  The TCSearchAction records into the database all the motors which have a unique designation.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@435 180e2498-e6e9-4542-8430-84ac67f01cd8
android/src/net/sf/openrocket/android/thrustcurve/DownloadResponse.java
android/src/net/sf/openrocket/android/thrustcurve/DownloadResponseParser.java
android/src/net/sf/openrocket/android/thrustcurve/MotorBurnFile.java
android/src/net/sf/openrocket/android/thrustcurve/TCMissingMotorDownloadAction.java
android/src/net/sf/openrocket/android/thrustcurve/TCQueryAction.java
android/src/net/sf/openrocket/android/thrustcurve/TCSearchAction.java
android/src/net/sf/openrocket/android/thrustcurve/ThrustCurveAPI.java