updated to dos

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@473 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-01-27 01:45:18 +00:00
parent cb6f8872f5
commit a3d582c6d9
1 changed files with 6 additions and 6 deletions

View File

@ -100,16 +100,16 @@ TODO: add better debug logging, preferably to a file and switchable (on/off)
TODO: Clean up this class! TODO: Clean up this class!
So much to do, so little time.... So much to do, so little time....
TODO: Finish ecu specific parameters (IAM, Engine Load) config in logger.xml TODO: add length attribute to <byte> tags in logger.xml
TODO: add data reset button to each tab (resets max/min values, and clears graph data)
TODO: remove duplicate addresses from queries (and resolve response values back to original requests)
TODO: Keyboard accessibility (enable/disable parameters, select tabs, etc) TODO: Keyboard accessibility (enable/disable parameters, select tabs, etc)
TODO: Add ecu id and calid to ecu_defs
TODO: parse ecu info from ecu defs (old and new formats) based on ecu id and display in UI
TODO: Rewrite user profile application and saving to allow tab specific settings (eg. warn levels on dash tab)
TODO: Add live data display to map overlays and param ids to ecu_defs TODO: Add live data display to map overlays and param ids to ecu_defs
TODO: Add custom graph tab (eg. engine speed vs. boost, etc.) TODO: Add custom graph tab (eg. engine speed vs. boost, etc.)
TODO: Add log analysis tab (or maybe new window?), including log playback, custom graphs, map compare, etc TODO: Add log analysis tab (or maybe new window?), including log playback, custom graphs, map compare, etc
TODO: display ecu id in UI
TODO: remove duplicate addresses from queries (and resolve response values back to original requests)
TODO: add data reset button to each tab (resets max/min values, and clears graph data)
TODO: Add ecu id and calid to ecu_defs
TODO: Rewrite user profile application and saving to allow tab specific settings (eg. warn levels on dash tab)
*/ */
public final class EcuLogger extends JFrame implements WindowListener, PropertyChangeListener, MessageListener { public final class EcuLogger extends JFrame implements WindowListener, PropertyChangeListener, MessageListener {