Changeset 234
- Timestamp:
- 10/17/2009 11:16:26 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 17 added
- 312 edited
-
plugins/zt2.plugin (added)
-
src/com/romraider/ECUExec.java (modified) (6 diffs)
-
src/com/romraider/Settings.java (modified) (1 diff)
-
src/com/romraider/editor/ecu/ECUEditor.java (modified) (4 diffs)
-
src/com/romraider/editor/ecu/ECUEditorManager.java (modified) (1 diff)
-
src/com/romraider/io/connection/ConnectionManager.java (modified) (1 diff)
-
src/com/romraider/io/connection/ConnectionManagerFactory.java (modified) (1 diff)
-
src/com/romraider/io/connection/ConnectionProperties.java (modified) (1 diff)
-
src/com/romraider/io/connection/ConnectionPropertiesImpl.java (modified) (1 diff)
-
src/com/romraider/io/j2534/api/ConfigItem.java (modified) (1 diff)
-
src/com/romraider/io/j2534/api/J2534.java (modified) (1 diff)
-
src/com/romraider/io/j2534/api/J2534ConnectionManager.java (modified) (1 diff)
-
src/com/romraider/io/j2534/api/J2534Exception.java (modified) (2 diffs)
-
src/com/romraider/io/j2534/api/TestJ2534.java (modified) (1 diff)
-
src/com/romraider/io/j2534/api/Version.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/J2534DllLocator.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/J2534OpenPort20.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/Old_J2534OpenPort20.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/OpenPort20.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/PassThruMessage.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/SByteArray.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/SConfig.java (modified) (1 diff)
-
src/com/romraider/io/j2534/op20/SConfigList.java (modified) (1 diff)
-
src/com/romraider/io/protocol/Protocol.java (modified) (1 diff)
-
src/com/romraider/io/protocol/ProtocolFactory.java (modified) (1 diff)
-
src/com/romraider/io/protocol/ssm/SSMChecksumCalculator.java (modified) (1 diff)
-
src/com/romraider/io/protocol/ssm/SSMProtocol.java (modified) (1 diff)
-
src/com/romraider/io/protocol/ssm/SSMResponseProcessor.java (modified) (1 diff)
-
src/com/romraider/io/serial/connection/SerialConnection.java (modified) (2 diffs)
-
src/com/romraider/io/serial/connection/SerialConnectionImpl.java (modified) (9 diffs)
-
src/com/romraider/io/serial/connection/SerialConnectionManager.java (modified) (1 diff)
-
src/com/romraider/io/serial/connection/TestSerialConnection.java (modified) (2 diffs)
-
src/com/romraider/io/serial/port/SerialPortDiscoverer.java (modified) (1 diff)
-
src/com/romraider/io/serial/port/SerialPortDiscovererImpl.java (modified) (1 diff)
-
src/com/romraider/io/serial/port/SerialPortRefreshListener.java (modified) (1 diff)
-
src/com/romraider/io/serial/port/SerialPortRefresher.java (modified) (1 diff)
-
src/com/romraider/logger/aem/io/AemConnection.java (modified) (1 diff)
-
src/com/romraider/logger/aem/io/AemConnectionImpl.java (modified) (3 diffs)
-
src/com/romraider/logger/aem/io/AemConnectionProperties.java (modified) (1 diff)
-
src/com/romraider/logger/aem/io/AemRunner.java (modified) (1 diff)
-
src/com/romraider/logger/aem/io/AemRunnerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/aem/plugin/AemConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/aem/plugin/AemConvertorImpl.java (modified) (3 diffs)
-
src/com/romraider/logger/aem/plugin/AemDataItem.java (modified) (1 diff)
-
src/com/romraider/logger/aem/plugin/AemDataSource.java (modified) (2 diffs)
-
src/com/romraider/logger/aem/plugin/AemSettings.java (modified) (1 diff)
-
src/com/romraider/logger/aem/plugin/AemSettingsImpl.java (modified) (1 diff)
-
src/com/romraider/logger/aem/plugin/DataListener.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/EcuLogger.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/EcuLoggerExec.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/controller/LoggerController.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/controller/LoggerControllerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/io/connection/LoggerConnection.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/io/connection/LoggerConnectionFactory.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/io/connection/SSMLoggerConnection.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/io/protocol/LoggerProtocol.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/io/protocol/SSMLoggerProtocol.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/manager/QueryManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/manager/QueryManagerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/manager/TransmissionManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/manager/TransmissionManagerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/EcuInit.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/EcuInitCallback.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/EcuQuery.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/EcuQueryImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/ExternalQuery.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/Query.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/Response.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/ResponseImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/query/SSMEcuInit.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/reset/ResetManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/ConvertorUpdateListener.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuAddress.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuAddressImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuData.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDataConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDataLoader.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDataLoaderImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDataType.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDefinition.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDerivedParameterConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDerivedParameterConvertorImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuDerivedParameterImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuParameter.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuParameterConvertorImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuParameterImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuSwitch.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuSwitchConvertorImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/EcuSwitchImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/ExternalData.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/ExternalDataImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/LoggerData.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/xml/ConverterMaxMinDefaults.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/definition/xml/LoggerDefinitionHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/exception/ConfigurationException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/FileLoggerException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/InvalidResponseException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/NotConnectedException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/PortNotFoundException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/SerialCommunicationException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/UnsupportedPortTypeException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/exception/UnsupportedProtocolException.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/external/ExternalDataItem.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/external/ExternalDataSource.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/external/GenericDataSourceConnector.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/external/GenericDataSourceManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfile.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileFileFilter.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileItem.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileItemImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileLoader.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/UserProfileLoaderImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/profile/xml/UserProfileHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/DataRegistrationBroker.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/DataRegistrationBrokerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/EcuDataComparator.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/MessageListener.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/SerialPortComboBox.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/StatusChangeListener.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/StatusIndicator.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/handler/DataUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/DataUpdateHandlerManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/DataUpdateHandlerManagerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/DashboardUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/DialGaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/Gauge.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/handler/dash/GaugeMinMax.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/GaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/GaugeUpdateListener.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/NoFrillsGaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/PlainGaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/SmallDialGaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/dash/SmallGaugeStyle.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileLogger.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileLoggerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandlerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataRow.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataTableModel.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java (modified) (3 diffs)
-
src/com/romraider/logger/ecu/ui/handler/table/TableUpdateHandler.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/paramlist/ParameterListTable.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/paramlist/ParameterListTableModel.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/paramlist/ParameterRow.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/paramlist/UnitsComboBoxEditor.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/paramlist/UnitsComboBoxRenderer.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/layout/BetterFlowLayout.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/LoggerDefinitionLocationAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/vertical/VerticalLabelUI.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/swing/vertical/VerticalTextIcon.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/tab/LoggerChartPanel.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/tab/Tab.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/tab/TableFinder.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/tab/XYTrendline.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java (modified) (4 diffs)
-
src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java (modified) (1 diff)
-
src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java (modified) (3 diffs)
-
src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java (modified) (2 diffs)
-
src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java (modified) (2 diffs)
-
src/com/romraider/logger/innovate/generic/io/InnovateConnection.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/io/InnovateRunner.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/plugin/DataListener.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm2/plugin/Lm2DataConvertor.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm2/plugin/Lm2DataItem.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/lm2/plugin/Lm2DataSource.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/mts/ClassFactory.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/mts/IMTS.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/mts/Test.java (modified) (1 diff)
-
src/com/romraider/logger/innovate/mts/events/_IMTSEvents.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxConnection.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxConnectionImpl.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxConnectionProperties.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxParser.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxParserImpl.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxResponse.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxRunner.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxRunnerImpl.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxSensorType.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/PlxSensorUnits.java (modified) (1 diff)
-
src/com/romraider/logger/plx/io/TestPlxConnection.java (modified) (2 diffs)
-
src/com/romraider/logger/plx/plugin/PlxConvertor.java (modified) (2 diffs)
-
src/com/romraider/logger/plx/plugin/PlxConvertorImpl.java (modified) (1 diff)
-
src/com/romraider/logger/plx/plugin/PlxDataItem.java (modified) (1 diff)
-
src/com/romraider/logger/plx/plugin/PlxDataItemImpl.java (modified) (2 diffs)
-
src/com/romraider/logger/plx/plugin/PlxDataSource.java (modified) (1 diff)
-
src/com/romraider/logger/plx/plugin/PlxSettings.java (modified) (1 diff)
-
src/com/romraider/logger/plx/plugin/PlxSettingsImpl.java (modified) (1 diff)
-
src/com/romraider/logger/zt2 (added)
-
src/com/romraider/logger/zt2/io (added)
-
src/com/romraider/logger/zt2/io/ZT2Connection.java (added)
-
src/com/romraider/logger/zt2/io/ZT2ConnectionImpl.java (added)
-
src/com/romraider/logger/zt2/io/ZT2ConnectionProperties.java (added)
-
src/com/romraider/logger/zt2/io/ZT2Runner.java (added)
-
src/com/romraider/logger/zt2/io/ZT2RunnerImpl.java (added)
-
src/com/romraider/logger/zt2/io/ZT2SensorType.java (added)
-
src/com/romraider/logger/zt2/plugin (added)
-
src/com/romraider/logger/zt2/plugin/ZT2Converter.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2ConverterImpl.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2DataItem.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2DataItemImpl.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2DataSource.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2Settings.java (added)
-
src/com/romraider/logger/zt2/plugin/ZT2SettingsImpl.java (added)
-
src/com/romraider/maps/DataCell.java (modified) (2 diffs)
-
src/com/romraider/maps/Rom.java (modified) (2 diffs)
-
src/com/romraider/maps/RomID.java (modified) (2 diffs)
-
src/com/romraider/maps/Scale.java (modified) (2 diffs)
-
src/com/romraider/maps/Table.java (modified) (5 diffs)
-
src/com/romraider/maps/Table1D.java (modified) (2 diffs)
-
src/com/romraider/maps/Table2D.java (modified) (2 diffs)
-
src/com/romraider/maps/Table3D.java (modified) (2 diffs)
-
src/com/romraider/maps/TableSwitch.java (modified) (2 diffs)
-
src/com/romraider/net/BrowserControl.java (modified) (1 diff)
-
src/com/romraider/net/URL.java (modified) (2 diffs)
-
src/com/romraider/ramtune/test/RamTuneTestApp.java (modified) (4 diffs)
-
src/com/romraider/ramtune/test/command/executor/CommandExecutor.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/generator/CommandGenerator.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java (modified) (1 diff)
-
src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java (modified) (1 diff)
-
src/com/romraider/swing/CategoryTreeNode.java (modified) (2 diffs)
-
src/com/romraider/swing/DebugPanel.java (modified) (2 diffs)
-
src/com/romraider/swing/DefinitionManager.java (modified) (3 diffs)
-
src/com/romraider/swing/ECUEditorMenuBar.java (modified) (2 diffs)
-
src/com/romraider/swing/ECUEditorToolBar.java (modified) (2 diffs)
-
src/com/romraider/swing/ECUImageFilter.java (modified) (1 diff)
-
src/com/romraider/swing/GenericFileFilter.java (modified) (1 diff)
-
src/com/romraider/swing/JProgressPane.java (modified) (2 diffs)
-
src/com/romraider/swing/JTableChooser.java (modified) (2 diffs)
-
src/com/romraider/swing/LookAndFeelManager.java (modified) (1 diff)
-
src/com/romraider/swing/MDIDesktopPane.java (modified) (3 diffs)
-
src/com/romraider/swing/RomCellRenderer.java (modified) (1 diff)
-
src/com/romraider/swing/RomPropertyPanel.java (modified) (3 diffs)
-
src/com/romraider/swing/RomTree.java (modified) (3 diffs)
-
src/com/romraider/swing/RomTreeNode.java (modified) (2 diffs)
-
src/com/romraider/swing/RomTreeRootNode.java (modified) (2 diffs)
-
src/com/romraider/swing/SettingsForm.java (modified) (3 diffs)
-
src/com/romraider/swing/TableChooserTreeNode.java (modified) (2 diffs)
-
src/com/romraider/swing/TableFrame.java (modified) (2 diffs)
-
src/com/romraider/swing/TableMenuBar.java (modified) (2 diffs)
-
src/com/romraider/swing/TablePropertyPanel.java (modified) (2 diffs)
-
src/com/romraider/swing/TableToolBar.java (modified) (3 diffs)
-
src/com/romraider/swing/TableTreeNode.java (modified) (2 diffs)
-
src/com/romraider/swing/XMLFilter.java (modified) (1 diff)
-
src/com/romraider/tts/Speaker.java (modified) (1 diff)
-
src/com/romraider/util/AxisRange.java (modified) (1 diff)
-
src/com/romraider/util/ByteUtil.java (modified) (1 diff)
-
src/com/romraider/util/ColorScaler.java (modified) (1 diff)
-
src/com/romraider/util/FileAssociator.java (modified) (1 diff)
-
src/com/romraider/util/HexUtil.java (modified) (1 diff)
-
src/com/romraider/util/JEPUtil.java (modified) (1 diff)
-
src/com/romraider/util/LogManager.java (modified) (1 diff)
-
src/com/romraider/util/MD5Checksum.java (modified) (1 diff)
-
src/com/romraider/util/ObjectCloner.java (modified) (1 diff)
-
src/com/romraider/util/ParamChecker.java (modified) (1 diff)
-
src/com/romraider/util/RomServer.java (modified) (1 diff)
-
src/com/romraider/util/SaxParserFactory.java (modified) (1 diff)
-
src/com/romraider/util/SettingsManager.java (modified) (1 diff)
-
src/com/romraider/util/SettingsManagerImpl.java (modified) (1 diff)
-
src/com/romraider/util/Stoppable.java (modified) (1 diff)
-
src/com/romraider/util/TableAxisUtil.java (modified) (1 diff)
-
src/com/romraider/util/ThreadCheckingRepaintManager.java (modified) (1 diff)
-
src/com/romraider/util/ThreadUtil.java (modified) (1 diff)
-
src/com/romraider/util/proxy/Proxifier.java (modified) (1 diff)
-
src/com/romraider/util/proxy/TimerWrapper.java (modified) (1 diff)
-
src/com/romraider/util/proxy/Wrapper.java (modified) (1 diff)
-
src/com/romraider/xml/DOMHelper.java (modified) (1 diff)
-
src/com/romraider/xml/DOMRomUnmarshaller.java (modified) (1 diff)
-
src/com/romraider/xml/DOMSettingsBuilder.java (modified) (1 diff)
-
src/com/romraider/xml/DOMSettingsUnmarshaller.java (modified) (1 diff)
-
src/com/romraider/xml/RomAttributeParser.java (modified) (1 diff)
-
src/com/romraider/xml/RomNotFoundException.java (modified) (2 diffs)
-
src/com/romraider/xml/TableIsOmittedException.java (modified) (2 diffs)
-
src/com/romraider/xml/TableNotFoundException.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/romraider/ECUExec.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 import static com.romraider.Version.PRODUCT_NAME; 23 import com.romraider.editor.ecu.ECUEditor; 23 24 import static com.romraider.editor.ecu.ECUEditorManager.getECUEditor; 24 25 import static com.romraider.logger.ecu.EcuLogger.startLogger; … … 28 29 import static com.romraider.util.RomServer.sendRomToOpenInstance; 29 30 import static com.romraider.util.RomServer.waitForRom; 30 import com.romraider.editor.ecu.ECUEditor;31 31 import com.romraider.util.SettingsManager; 32 32 import com.romraider.util.SettingsManagerImpl; … … 60 60 if (isRunning()) { 61 61 if (args.length == 0 || containsLoggerArg(args)) { 62 showAlreadyRunningMessage();62 showAlreadyRunningMessage(); 63 63 } else { 64 sendRomToOpenInstance(args[0]);64 sendRomToOpenInstance(args[0]); 65 65 } 66 66 } else { 67 67 // open editor or logger 68 68 if (containsLoggerArg(args)) { 69 openLogger(args);69 openLogger(args); 70 70 } else { 71 openEditor(args);71 openEditor(args); 72 72 } 73 73 } … … 81 81 for (String arg : args) { 82 82 if (arg.equals(START_LOGGER_ARG)) { 83 return true;83 return true; 84 84 } 85 85 } … … 109 109 ECUEditor editor = getECUEditor(); 110 110 if (args.length > 0) { 111 openRom(editor, args[0]);111 openRom(editor, args[0]); 112 112 } 113 113 startRomListener(editor); -
trunk/src/com/romraider/Settings.java
r213 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/editor/ecu/ECUEditor.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 import com.centerkey.utils.BareBonesBrowserLaunch; 23 import com.romraider.Settings; 23 24 import static com.romraider.Version.ECU_DEFS_URL; 24 25 import static com.romraider.Version.PRODUCT_NAME; 25 26 import static com.romraider.Version.VERSION; 26 import com.romraider.Settings;27 27 import com.romraider.logger.ecu.ui.handler.table.TableUpdateHandler; 28 28 import com.romraider.maps.Rom; … … 77 77 78 78 public class ECUEditor extends AbstractFrame { 79 private static final long serialVersionUID = -7826850987392016292L;80 81 private String titleText = PRODUCT_NAME + " v" + VERSION + " | ECU Editor";79 private static final long serialVersionUID = -7826850987392016292L; 80 81 private String titleText = PRODUCT_NAME + " v" + VERSION + " | ECU Editor"; 82 82 83 83 private static final String NEW_LINE = System.getProperty("line.separator"); … … 135 135 setTitle(titleText); 136 136 setVisible(true); 137 137 138 138 if (settings.getEcuDefinitionFiles().size() <= 0) { 139 139 // no ECU definitions configured - let user choose to get latest or configure later -
trunk/src/com/romraider/editor/ecu/ECUEditorManager.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/connection/ConnectionManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/connection/ConnectionManagerFactory.java
r221 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/connection/ConnectionProperties.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/connection/ConnectionPropertiesImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/api/ConfigItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/api/J2534.java
r215 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/api/J2534ConnectionManager.java
r218 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/api/J2534Exception.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 public final class J2534Exception extends RuntimeException { 23 private static final long serialVersionUID = 7824233877963155502L;23 private static final long serialVersionUID = 7824233877963155502L; 24 24 25 public J2534Exception(String msg) {25 public J2534Exception(String msg) { 26 26 super(msg); 27 27 } -
trunk/src/com/romraider/io/j2534/api/TestJ2534.java
r220 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/api/Version.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/J2534DllLocator.java
r215 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/J2534OpenPort20.java
r219 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/Old_J2534OpenPort20.java
r219 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/OpenPort20.java
r215 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/PassThruMessage.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/SByteArray.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/SConfig.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/j2534/op20/SConfigList.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/protocol/Protocol.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/protocol/ProtocolFactory.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/protocol/ssm/SSMChecksumCalculator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/protocol/ssm/SSMProtocol.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/protocol/ssm/SSMResponseProcessor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/serial/connection/SerialConnection.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 32 32 33 33 void close(); 34 35 String readLine(); 34 36 } -
trunk/src/com/romraider/io/serial/connection/SerialConnectionImpl.java
r207 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 38 38 import org.apache.log4j.Logger; 39 39 import static org.apache.log4j.Logger.getLogger; 40 import java.io.BufferedInputStream; 41 import java.io.BufferedOutputStream; 42 import java.io.BufferedReader; 40 43 import java.io.IOException; 41 44 import java.io.InputStream; 45 import java.io.InputStreamReader; 42 46 import java.io.OutputStream; 43 47 … … 45 49 private static final Logger LOGGER = getLogger(SerialConnectionImpl.class); 46 50 private final SerialPort serialPort; 47 private final OutputStream os; 48 private final InputStream is; 51 private final BufferedOutputStream os; 52 private final BufferedInputStream is; 53 private final BufferedReader reader; 49 54 50 55 public SerialConnectionImpl(String portName, ConnectionProperties connectionProperties) { … … 52 57 checkNotNull(connectionProperties, "connectionProperties"); 53 58 serialPort = connect(portName, connectionProperties); 54 os = initOutputStream(); 55 is = initInputStream(); 59 os = initOutputStream(serialPort); 60 is = initInputStream(serialPort); 61 reader = reader(is); 62 } 63 64 private BufferedReader reader(BufferedInputStream is) { 65 return new BufferedReader(new InputStreamReader(this.is)); 56 66 } 57 67 … … 88 98 read(response); 89 99 return response; 100 } 101 102 public String readLine() { 103 try { 104 return reader.readLine(); 105 } catch (IOException e) { 106 close(); 107 throw new SerialCommunicationException(e); 108 } 90 109 } 91 110 … … 105 124 } 106 125 } 126 if (reader != null) { 127 try { 128 reader.close(); 129 } catch (IOException e) { 130 LOGGER.error("Error closing input stream reader", e); 131 } 132 } 107 133 if (is != null) { 108 134 try { … … 122 148 } 123 149 124 private OutputStream initOutputStream() { 125 try { 126 return serialPort.getOutputStream(); 150 private BufferedOutputStream initOutputStream(SerialPort serialPort) { 151 try { 152 OutputStream os = serialPort.getOutputStream(); 153 return new BufferedOutputStream(os); 127 154 } catch (IOException e) { 128 155 close(); … … 131 158 } 132 159 133 private InputStream initInputStream() { 134 try { 135 return serialPort.getInputStream(); 160 private BufferedInputStream initInputStream(SerialPort serialPort) { 161 try { 162 InputStream is = serialPort.getInputStream(); 163 return new BufferedInputStream(is); 136 164 } catch (IOException e) { 137 165 close(); … … 182 210 } 183 211 } 184 185 212 } -
trunk/src/com/romraider/io/serial/connection/SerialConnectionManager.java
r228 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/serial/connection/TestSerialConnection.java
r207 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 150 150 } 151 151 152 public String readLine() { 153 throw new UnsupportedOperationException(); 154 } 155 152 156 private int calculateNumResponseDataBytes() { 153 157 return ((request.length - REQUEST_NON_DATA_BYTES) / ADDRESS_SIZE) * DATA_SIZE; -
trunk/src/com/romraider/io/serial/port/SerialPortDiscoverer.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/serial/port/SerialPortDiscovererImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/serial/port/SerialPortRefreshListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/io/serial/port/SerialPortRefresher.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/io/AemConnection.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/io/AemConnectionImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 24 24 import com.romraider.io.serial.connection.SerialConnectionImpl; 25 25 import com.romraider.logger.ecu.exception.SerialCommunicationException; 26 import static com.romraider.util.HexUtil.asHex;27 26 import static com.romraider.util.ParamChecker.checkNotNull; 28 27 import static com.romraider.util.ParamChecker.checkNotNullOrEmpty; 29 import static com.romraider.util.ThreadUtil.sleep;30 28 import org.apache.log4j.Logger; 31 29 import static org.apache.log4j.Logger.getLogger; 32 import static java.lang.System.currentTimeMillis; 33 import java.util.ArrayList; 34 import java.util.List; 30 import java.nio.charset.Charset; 35 31 36 32 public final class AemConnectionImpl implements AemConnection { 37 33 private static final Logger LOGGER = getLogger(AemConnectionImpl.class); 34 private static final Charset CHARSET_UTF8 = Charset.forName("UTF-8"); 38 35 private final SerialConnection connection; 39 private final long sendTimeout;40 36 41 37 public AemConnectionImpl(String portName, ConnectionProperties connectionProperties) { 42 38 checkNotNull(connectionProperties, "connectionProperties"); 43 39 checkNotNullOrEmpty(portName, "portName"); 44 this.sendTimeout = connectionProperties.getSendTimeout();45 40 connection = new SerialConnectionImpl(portName, connectionProperties); 46 41 } 47 42 48 //TODO: This a guess!!...untested!!49 43 public byte[] read() { 50 44 try { 51 connection.readStaleData(); 52 long start = currentTimeMillis(); 53 while (currentTimeMillis() - start <= sendTimeout) { 54 if (connection.available() > 10) { 55 byte[] bytes = connection.readAvailable(); 56 LOGGER.trace("AEM UEGO input: " + asHex(bytes)); 57 int startIndex = findStart(bytes); 58 LOGGER.trace("AEM UEGO start index: " + startIndex); 59 if (startIndex < 0 || startIndex >= bytes.length) continue; 60 List<Byte> buffer = new ArrayList<Byte>(); 61 for (int i = startIndex; i < bytes.length; i++) { 62 byte b = bytes[i]; 63 if (b == (byte) 0x0D) { 64 byte[] response = toArray(buffer); 65 LOGGER.trace("AEM UEGO Response: " + asHex(response)); 66 return response; 67 } else { 68 buffer.add(b); 69 } 70 } 71 } 72 sleep(1); 73 } 74 LOGGER.warn("AEM UEGO Response [read timeout]"); 75 return new byte[0]; 45 String s = connection.readLine(); 46 LOGGER.trace("AEM UEGO Response: " + s); 47 return s.getBytes(CHARSET_UTF8); 76 48 } catch (Exception e) { 77 49 close(); … … 80 52 } 81 53 82 private int findStart(byte[] bytes) {83 for (int i = 0; i < bytes.length; i++) {84 if (bytes[i] == (byte) 0x0D) return i + 1;85 }86 return -1;87 }88 89 54 public void close() { 90 55 connection.close(); 91 56 } 92 93 private byte[] toArray(List<Byte> buffer) {94 byte[] result = new byte[buffer.size()];95 for (int j = 0; j < buffer.size(); j++) {96 result[j] = buffer.get(j);97 }98 return result;99 }100 57 } -
trunk/src/com/romraider/logger/aem/io/AemConnectionProperties.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/io/AemRunner.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/io/AemRunnerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/plugin/AemConvertor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/plugin/AemConvertorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 18 18 */ 19 19 20 20 21 package com.romraider.logger.aem.plugin; 21 22 22 23 import static com.romraider.util.HexUtil.asHex; 23 24 import org.apache.log4j.Logger; 25 import static java.lang.Double.parseDouble; 26 import java.nio.charset.Charset; 24 27 25 28 public final class AemConvertorImpl implements AemConvertor { 26 29 private static final Logger LOGGER = Logger.getLogger(AemConvertorImpl.class); 30 private static final Charset CHARSET_UTF8 = Charset.forName("UTF-8"); 27 31 28 32 public double convert(byte[] bytes) { 29 String value = new String(bytes );33 String value = new String(bytes, CHARSET_UTF8); 30 34 double result = convert(value); 31 35 LOGGER.trace("Converting AEM response: " + asHex(bytes) + " --> \"" + value + "\" --> " + result); … … 35 39 private double convert(String value) { 36 40 try { 37 return Double.valueOf(value);41 return parseDouble(value); 38 42 } catch (NumberFormatException e) { 39 43 LOGGER.error("Error converting AEM response to double: \"" + value + "\"", e); -
trunk/src/com/romraider/logger/aem/plugin/AemDataItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/plugin/AemDataSource.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 39 39 40 40 public String getVersion() { 41 return "0.0 1";41 return "0.02"; 42 42 } 43 43 -
trunk/src/com/romraider/logger/aem/plugin/AemSettings.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/plugin/AemSettingsImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/aem/plugin/DataListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/EcuLogger.java
r233 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/EcuLoggerExec.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/controller/LoggerController.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/controller/LoggerControllerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/io/connection/LoggerConnection.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/io/connection/LoggerConnectionFactory.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/io/connection/SSMLoggerConnection.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/io/protocol/LoggerProtocol.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/io/protocol/SSMLoggerProtocol.java
r207 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/manager/QueryManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/manager/QueryManagerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/manager/TransmissionManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/manager/TransmissionManagerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/EcuInit.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/EcuInitCallback.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/EcuQuery.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/EcuQueryImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/ExternalQuery.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/Query.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/Response.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/ResponseImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/query/SSMEcuInit.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/reset/ResetManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/ConvertorUpdateListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuAddress.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuAddressImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuData.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDataConvertor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDataLoader.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDataLoaderImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDataType.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDefinition.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDerivedParameterConvertor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDerivedParameterConvertorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuDerivedParameterImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuParameter.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuParameterConvertorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuParameterImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuSwitch.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuSwitchConvertorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/EcuSwitchImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/ExternalData.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/ExternalDataImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/LoggerData.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/xml/ConverterMaxMinDefaults.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/definition/xml/LoggerDefinitionHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/exception/ConfigurationException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class ConfigurationException extends RuntimeException { 23 23 24 private static final long serialVersionUID = 2021993520731842524L;24 private static final long serialVersionUID = 2021993520731842524L; 25 25 26 public ConfigurationException() {26 public ConfigurationException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/FileLoggerException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class FileLoggerException extends RuntimeException { 23 23 24 private static final long serialVersionUID = -7851192938290131460L;24 private static final long serialVersionUID = -7851192938290131460L; 25 25 26 public FileLoggerException() {26 public FileLoggerException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/InvalidResponseException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class InvalidResponseException extends RuntimeException { 23 23 24 private static final long serialVersionUID = 296093377055913575L;24 private static final long serialVersionUID = 296093377055913575L; 25 25 26 public InvalidResponseException() {26 public InvalidResponseException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/NotConnectedException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 public final class NotConnectedException extends RuntimeException { 23 private static final long serialVersionUID = -7287379536144468034L;23 private static final long serialVersionUID = -7287379536144468034L; 24 24 25 public NotConnectedException() {25 public NotConnectedException() { 26 26 } 27 27 -
trunk/src/com/romraider/logger/ecu/exception/PortNotFoundException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class PortNotFoundException extends RuntimeException { 23 23 24 private static final long serialVersionUID = -523838685805525387L;24 private static final long serialVersionUID = -523838685805525387L; 25 25 26 public PortNotFoundException() {26 public PortNotFoundException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/SerialCommunicationException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class SerialCommunicationException extends RuntimeException { 23 23 24 private static final long serialVersionUID = -3468947970939582263L;24 private static final long serialVersionUID = -3468947970939582263L; 25 25 26 public SerialCommunicationException() {26 public SerialCommunicationException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/UnsupportedPortTypeException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class UnsupportedPortTypeException extends RuntimeException { 23 23 24 private static final long serialVersionUID = 5398746954800909391L;24 private static final long serialVersionUID = 5398746954800909391L; 25 25 26 public UnsupportedPortTypeException() {26 public UnsupportedPortTypeException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/exception/UnsupportedProtocolException.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 22 22 public final class UnsupportedProtocolException extends RuntimeException { 23 23 24 private static final long serialVersionUID = -5005888534387937344L;24 private static final long serialVersionUID = -5005888534387937344L; 25 25 26 public UnsupportedProtocolException() {26 public UnsupportedProtocolException() { 27 27 } 28 28 -
trunk/src/com/romraider/logger/ecu/external/ExternalDataItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/external/ExternalDataSource.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/external/GenericDataSourceConnector.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/external/GenericDataSourceManager.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfile.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileFileFilter.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileItemImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileLoader.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/UserProfileLoaderImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/profile/xml/UserProfileHandler.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/DataRegistrationBroker.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/DataRegistrationBrokerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/EcuDataComparator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/MessageListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/SerialPortComboBox.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 28 28 29 29 public final class SerialPortComboBox extends JComboBox implements SerialPortRefreshListener { 30 private static final long serialVersionUID = 5693976713268676676L;31 private final Settings settings;30 private static final long serialVersionUID = 5693976713268676676L; 31 private final Settings settings; 32 32 33 33 public SerialPortComboBox(Settings settings) { -
trunk/src/com/romraider/logger/ecu/ui/StatusChangeListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/StatusIndicator.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 29 29 30 30 public final class StatusIndicator extends JPanel implements StatusChangeListener { 31 private static final long serialVersionUID = -3244690866698807677L;32 private final JLabel statusLabel = new JLabel();31 private static final long serialVersionUID = -3244690866698807677L; 32 private final JLabel statusLabel = new JLabel(); 33 33 private static final String TEXT_CONNECTING = "Connecting to ECU..."; 34 34 private static final String TEXT_READING = "Reading data..."; -
trunk/src/com/romraider/logger/ecu/ui/handler/DataUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/DataUpdateHandlerManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/DataUpdateHandlerManagerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/DashboardUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/DialGaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/Gauge.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 26 26 27 27 public final class Gauge extends JPanel { 28 private static final long serialVersionUID = 7354117571944547043L;29 private GaugeStyle style;28 private static final long serialVersionUID = 7354117571944547043L; 29 private GaugeStyle style; 30 30 31 31 public Gauge(GaugeStyle style) { -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/GaugeMinMax.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/GaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/GaugeUpdateListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/NoFrillsGaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/PlainGaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/SmallDialGaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/dash/SmallGaugeStyle.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileLogger.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandlerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java
r206 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 87 87 panel.getInputMap(WHEN_IN_FOCUSED_WINDOW).put(getKeyStroke("F12"), "toggleCombineGraphs"); 88 88 panel.getActionMap().put("toggleCombineGraphs", new AbstractAction() { 89 private static final long serialVersionUID = 1540427179539775534L;90 91 public void actionPerformed(ActionEvent e) {89 private static final long serialVersionUID = 1540427179539775534L; 90 91 public void actionPerformed(ActionEvent e) { 92 92 combinedCheckbox.doClick(); 93 93 } -
trunk/src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataRow.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataTableModel.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 30 30 31 31 public final class LiveDataTableModel extends AbstractTableModel { 32 private static final long serialVersionUID = 3712433453224086342L;33 private final String[] columnNames = {"Logger Data", "Min Value", "Current Value", "Max Value", "Units"};32 private static final long serialVersionUID = 3712433453224086342L; 33 private final String[] columnNames = {"Logger Data", "Min Value", "Current Value", "Max Value", "Units"}; 34 34 private final List<LoggerData> registeredLoggerData = synchronizedList(new LinkedList<LoggerData>()); 35 35 private final Map<LoggerData, LiveDataRow> dataRowMap = synchronizedMap(new LinkedHashMap<LoggerData, LiveDataRow>()); -
trunk/src/com/romraider/logger/ecu/ui/handler/livedata/LiveDataUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 25 25 import com.romraider.logger.ecu.ui.tab.maf.MafTab; 26 26 import org.apache.log4j.Logger; 27 import static org.apache.log4j.Logger.getLogger; 27 28 import javax.swing.SwingUtilities; 28 29 import static java.lang.Math.abs; … … 31 32 32 33 public final class MafUpdateHandler implements DataUpdateHandler { 33 private static final Logger LOGGER = Logger.getLogger(MafUpdateHandler.class);34 private static final Logger LOGGER = getLogger(MafUpdateHandler.class); 34 35 private static final String MAFV = "P18"; 35 36 private static final String AF_LEARNING_1 = "P4"; -
trunk/src/com/romraider/logger/ecu/ui/handler/table/TableUpdateHandler.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/paramlist/ParameterListTable.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 29 29 30 30 public final class ParameterListTable extends JTable { 31 private static final long serialVersionUID = -8489190548281346227L;32 private UnitsComboBoxEditor comboBoxEditor = new UnitsComboBoxEditor();31 private static final long serialVersionUID = -8489190548281346227L; 32 private UnitsComboBoxEditor comboBoxEditor = new UnitsComboBoxEditor(); 33 33 private UnitsComboBoxRenderer comboBoxRenderer = new UnitsComboBoxRenderer(); 34 34 private final ParameterListTableModel tableModel; -
trunk/src/com/romraider/logger/ecu/ui/paramlist/ParameterListTableModel.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 32 32 33 33 public final class ParameterListTableModel extends AbstractTableModel { 34 private static final long serialVersionUID = -2556400867696538881L;35 private final String[] columnNames;34 private static final long serialVersionUID = -2556400867696538881L; 35 private final String[] columnNames; 36 36 private final List<LoggerData> registeredLoggerData = synchronizedList(new LinkedList<LoggerData>()); 37 37 private final Map<LoggerData, ParameterRow> paramRowMap = synchronizedMap(new LinkedHashMap<LoggerData, ParameterRow>()); -
trunk/src/com/romraider/logger/ecu/ui/paramlist/ParameterRow.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/paramlist/UnitsComboBoxEditor.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 31 31 32 32 public final class UnitsComboBoxEditor extends AbstractCellEditor implements TableCellEditor, ActionListener { 33 private static final long serialVersionUID = -3472910399604360821L;34 private static final String EDIT_COMMAND = "EDIT";33 private static final long serialVersionUID = -3472910399604360821L; 34 private static final String EDIT_COMMAND = "EDIT"; 35 35 private EcuData currentEcuData; 36 36 -
trunk/src/com/romraider/logger/ecu/ui/paramlist/UnitsComboBoxRenderer.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 29 29 public final class UnitsComboBoxRenderer extends JComboBox implements TableCellRenderer { 30 30 31 private static final long serialVersionUID = -6288079743431509778L;31 private static final long serialVersionUID = -6288079743431509778L; 32 32 33 public Component getTableCellRendererComponent(JTable table, Object ecuData, boolean isSelected, boolean hasFocus, int row, int column) {33 public Component getTableCellRendererComponent(JTable table, Object ecuData, boolean isSelected, boolean hasFocus, int row, int column) { 34 34 EcuData currentEcuData = (EcuData) ecuData; 35 35 EcuDataConvertor[] convertors = currentEcuData.getConvertors(); -
trunk/src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/layout/BetterFlowLayout.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 27 27 28 28 public final class BetterFlowLayout extends FlowLayout { 29 private static final long serialVersionUID = -6784712723817241270L;29 private static final long serialVersionUID = -6784712723817241270L; 30 30 31 public BetterFlowLayout() {31 public BetterFlowLayout() { 32 32 super(); 33 33 } -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 24 24 public final class EcuLoggerMenu extends JMenu { 25 25 26 private static final long serialVersionUID = -5058943622469501273L;26 private static final long serialVersionUID = -5058943622469501273L; 27 27 28 public EcuLoggerMenu(String text, int mnemonic) {28 public EcuLoggerMenu(String text, int mnemonic) { 29 29 setText(text); 30 30 setMnemonic(mnemonic); -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 62 62 public class EcuLoggerMenuBar extends JMenuBar { 63 63 64 private static final long serialVersionUID = 7081586516953740186L;64 private static final long serialVersionUID = 7081586516953740186L; 65 65 66 public EcuLoggerMenuBar(EcuLogger logger, List<ExternalDataSource> externalDataSources) {66 public EcuLoggerMenuBar(EcuLogger logger, List<ExternalDataSource> externalDataSources) { 67 67 68 68 // file menu items -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 26 26 public final class EcuLoggerMenuItem extends JMenuItem { 27 27 28 private static final long serialVersionUID = 8944116003490787227L;28 private static final long serialVersionUID = 8944116003490787227L; 29 29 30 public EcuLoggerMenuItem(String text, Action action) {30 public EcuLoggerMenuItem(String text, Action action) { 31 31 super(action); 32 32 setText(text); -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 27 27 public final class EcuLoggerRadioButtonMenuItem extends JRadioButtonMenuItem { 28 28 29 private static final long serialVersionUID = -7872873697564909545L;29 private static final long serialVersionUID = -7872873697564909545L; 30 30 31 public EcuLoggerRadioButtonMenuItem(String text, int mnemonic, KeyStroke accelerator, Action action, boolean selected) {31 public EcuLoggerRadioButtonMenuItem(String text, int mnemonic, KeyStroke accelerator, Action action, boolean selected) { 32 32 super(action); 33 33 initSelectionStateAdaptor(action); -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoggerDefinitionLocationAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/vertical/VerticalLabelUI.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/swing/vertical/VerticalTextIcon.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/tab/LoggerChartPanel.java
r205 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 45 45 46 46 public final class LoggerChartPanel extends JPanel { 47 private static final long serialVersionUID = -6579979878171615665L;48 private static final Color DARK_GREY = new Color(80, 80, 80);47 private static final long serialVersionUID = -6579979878171615665L; 48 private static final Color DARK_GREY = new Color(80, 80, 80); 49 49 private static final Color LIGHT_GREY = new Color(110, 110, 110); 50 50 private final XYSeries data = new XYSeries("Data"); -
trunk/src/com/romraider/logger/ecu/ui/tab/Tab.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 20 20 package com.romraider.logger.ecu.ui.tab; 21 21 22 import java.util.List;23 24 import javax.swing.JPanel;25 26 22 import com.romraider.logger.ecu.definition.EcuParameter; 27 23 import com.romraider.logger.ecu.definition.EcuSwitch; 28 24 import com.romraider.logger.ecu.definition.ExternalData; 25 import javax.swing.JPanel; 26 import java.util.List; 29 27 30 28 /** 31 29 * Interface for Logger tabs that have the following: 32 * 30 * <p/> 33 31 * Control panel where logging information and constraints are set 34 32 * ChartPanel where graph of data is displayed 35 *36 33 */ 37 34 public interface Tab { -
trunk/src/com/romraider/logger/ecu/ui/tab/TableFinder.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/tab/XYTrendline.java
r207 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 32 32 public final class XYTrendline extends AbstractXYDataset { 33 33 34 private static final long serialVersionUID = 1375705537694372443L;35 private List<XYDataItem> items = new ArrayList<XYDataItem>();34 private static final long serialVersionUID = 1375705537694372443L; 35 private List<XYDataItem> items = new ArrayList<XYDataItem>(); 36 36 private double[] xVals = new double[0]; 37 37 private double[] yPoly = new double[0]; -
trunk/src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 61 61 public final class InjectorControlPanel extends JPanel { 62 62 /** 63 * 64 */65 private static final long serialVersionUID = -3570410894599258706L;66 private static final Logger LOGGER = Logger.getLogger(InjectorControlPanel.class);63 * 64 */ 65 private static final long serialVersionUID = -3570410894599258706L; 66 private static final Logger LOGGER = Logger.getLogger(InjectorControlPanel.class); 67 67 private static final String COOLANT_TEMP = "P2"; 68 68 private static final String ENGINE_SPEED = "P8"; … … 82 82 private final JTextField mafvMin = new JTextField("1.20", 3); 83 83 private final JTextField mafvMax = new JTextField("2.60", 3); 84 private final JTextField afrMin = new JTextField("1 4.0", 3);84 private final JTextField afrMin = new JTextField("13.0", 3); 85 85 private final JTextField afrMax = new JTextField("16.0", 3); 86 86 private final JTextField rpmMin = new JTextField("0", 3); … … 88 88 private final JTextField mafMin = new JTextField("20", 3); 89 89 private final JTextField mafMax = new JTextField("100", 3); 90 private final JTextField iatMax = new JTextField(" 35", 3);90 private final JTextField iatMax = new JTextField("45", 3); 91 91 private final JTextField coolantMin = new JTextField("70", 3); 92 92 private final JTextField mafvChangeMax = new JTextField("0.2", 3); -
trunk/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 36 36 37 37 public final class InjectorTabImpl extends JPanel implements InjectorTab { 38 private static final long serialVersionUID = 5365322624406058883L;39 private final LoggerChartPanel chartPanel = new LoggerChartPanel("Pulse Width (ms)", "Fuel per Combustion Event (cc)");38 private static final long serialVersionUID = 5365322624406058883L; 39 private final LoggerChartPanel chartPanel = new LoggerChartPanel("Pulse Width (ms)", "Fuel per Combustion Event (cc)"); 40 40 private final InjectorControlPanel controlPanel; 41 41 -
trunk/src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java
r233 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 78 78 private final JTextField mafvMin = new JTextField("1.20", 3); 79 79 private final JTextField mafvMax = new JTextField("2.60", 3); 80 private final JTextField afrMin = new JTextField("1 4.0", 3);80 private final JTextField afrMin = new JTextField("13.0", 3); 81 81 private final JTextField afrMax = new JTextField("16.0", 3); 82 82 private final JTextField rpmMin = new JTextField("0", 3); … … 84 84 private final JTextField mafMin = new JTextField("0", 3); 85 85 private final JTextField mafMax = new JTextField("100", 3); 86 private final JTextField iatMax = new JTextField(" 35", 3);86 private final JTextField iatMax = new JTextField("45", 3); 87 87 private final JTextField coolantMin = new JTextField("70", 3); 88 88 private final JTextField mafvChangeMax = new JTextField("0.2", 3); -
trunk/src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 24 24 public interface MafTab extends Tab { 25 25 26 boolean isValidClOl(double value);26 boolean isValidClOl(double value); 27 27 28 28 boolean isValidAfr(double value); -
trunk/src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 36 36 37 37 public final class MafTabImpl extends JPanel implements MafTab { 38 private static final long serialVersionUID = -6978027421649432740L;39 private final LoggerChartPanel chartPanel = new LoggerChartPanel("MAF (v)", "Total Correction (%)");38 private static final long serialVersionUID = -6978027421649432740L; 39 private final LoggerChartPanel chartPanel = new LoggerChartPanel("MAF (v)", "Total Correction (%)"); 40 40 private final MafControlPanel controlPanel; 41 41 -
trunk/src/com/romraider/logger/innovate/generic/io/InnovateConnection.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/io/InnovateRunner.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/plugin/DataListener.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java
r233 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java
r233 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/innovate/lm2/plugin/Lm2DataConvertor.java
r232 r234 1 1 /* 2 * Copyright (c) 2009. Lorem ipsum dolor sit amet, consectetur adipiscing elit. 3 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan. 4 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna. 5 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus. 6 * Vestibulum commodo. Ut rhoncus gravida arcu. 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 7 18 */ 8 19 -
trunk/src/com/romraider/logger/innovate/lm2/plugin/Lm2DataItem.java
r232 r234 1 1 /* 2 * Copyright (c) 2009. Lorem ipsum dolor sit amet, consectetur adipiscing elit. 3 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan. 4 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna. 5 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus. 6 * Vestibulum commodo. Ut rhoncus gravida arcu. 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 7 18 */ 8 19 -
trunk/src/com/romraider/logger/innovate/lm2/plugin/Lm2DataSource.java
r232 r234 1 1 /* 2 * Copyright (c) 2009. Lorem ipsum dolor sit amet, consectetur adipiscing elit. 3 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan. 4 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna. 5 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus. 6 * Vestibulum commodo. Ut rhoncus gravida arcu. 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 7 18 */ 8 19 -
trunk/src/com/romraider/logger/innovate/mts/ClassFactory.java
r233 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.innovate.mts; 2 21 -
trunk/src/com/romraider/logger/innovate/mts/IMTS.java
r233 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.innovate.mts; 2 21 -
trunk/src/com/romraider/logger/innovate/mts/Test.java
r233 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.innovate.mts; 2 21 -
trunk/src/com/romraider/logger/innovate/mts/events/_IMTSEvents.java
r233 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.innovate.mts.events; 2 21 -
trunk/src/com/romraider/logger/plx/io/PlxConnection.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/io/PlxConnectionImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/io/PlxConnectionProperties.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/io/PlxParser.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 -
trunk/src/com/romraider/logger/plx/io/PlxParserImpl.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 -
trunk/src/com/romraider/logger/plx/io/PlxResponse.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 -
trunk/src/com/romraider/logger/plx/io/PlxRunner.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/io/PlxRunnerImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/io/PlxSensorType.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 -
trunk/src/com/romraider/logger/plx/io/PlxSensorUnits.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 3 22 public enum PlxSensorUnits { 4 WIDEBAND_AFR_LAMBDA(0),5 WIDEBAND_AFR_GASOLINE147(1),6 WIDEBAND_AFR_DIESEL146(2),7 WIDEBAND_AFR_METHANOL64(3),8 WIDEBAND_AFR_ETHANOL90(4),9 WIDEBAND_AFR_LPG155(5),10 WIDEBAND_AFR_CNG172(6),11 EXHAUST_GAS_TEMPERATURE_CELSIUS(0),12 EXHAUST_GAS_TEMPERATURE_FAHRENHEIT(1),13 AIR_INTAKE_TEMPERATURE_CELSUIS(0),14 AIR_INTAKE_TEMPERATURE_FAHRENHEIT(1),15 KNOCK(0);23 WIDEBAND_AFR_LAMBDA(0), 24 WIDEBAND_AFR_GASOLINE147(1), 25 WIDEBAND_AFR_DIESEL146(2), 26 WIDEBAND_AFR_METHANOL64(3), 27 WIDEBAND_AFR_ETHANOL90(4), 28 WIDEBAND_AFR_LPG155(5), 29 WIDEBAND_AFR_CNG172(6), 30 EXHAUST_GAS_TEMPERATURE_CELSIUS(0), 31 EXHAUST_GAS_TEMPERATURE_FAHRENHEIT(1), 32 AIR_INTAKE_TEMPERATURE_CELSUIS(0), 33 AIR_INTAKE_TEMPERATURE_FAHRENHEIT(1), 34 KNOCK(0); 16 35 17 36 private final int value; -
trunk/src/com/romraider/logger/plx/io/TestPlxConnection.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.io; 2 21 … … 31 50 } 32 51 52 public String readLine() { 53 throw new UnsupportedOperationException(); 54 } 55 33 56 public void close() { 34 57 index = 0; -
trunk/src/com/romraider/logger/plx/plugin/PlxConvertor.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 20 20 package com.romraider.logger.plx.plugin; 21 21 22 import com.romraider.logger.plx.io.PlxSensorType; 22 23 import com.romraider.logger.plx.io.PlxSensorUnits; 23 import com.romraider.logger.plx.io.PlxSensorType;24 24 25 25 public interface PlxConvertor { -
trunk/src/com/romraider/logger/plx/plugin/PlxConvertorImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/plugin/PlxDataItem.java
r224 r234 1 /* 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-2009 RomRaider.com 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License along 16 * with this program; if not, write to the Free Software Foundation, Inc., 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 1 20 package com.romraider.logger.plx.plugin; 2 21 -
trunk/src/com/romraider/logger/plx/plugin/PlxDataItemImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 20 20 package com.romraider.logger.plx.plugin; 21 21 22 import com.romraider.logger.plx.io.PlxSensorType; 22 23 import com.romraider.logger.plx.io.PlxSensorUnits; 23 import com.romraider.logger.plx.io.PlxSensorType;24 24 25 25 public final class PlxDataItemImpl implements PlxDataItem { -
trunk/src/com/romraider/logger/plx/plugin/PlxDataSource.java
r231 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/plugin/PlxSettings.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/logger/plx/plugin/PlxSettingsImpl.java
r224 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/maps/DataCell.java
r210 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 38 38 39 39 public class DataCell extends JLabel implements MouseListener, Serializable { 40 private static final long serialVersionUID = -2904293227148940937L;41 private static final Logger LOGGER = Logger.getLogger(DataCell.class);40 private static final long serialVersionUID = -2904293227148940937L; 41 private static final Logger LOGGER = Logger.getLogger(DataCell.class); 42 42 private static final DecimalFormat PERCENT_FORMAT = new DecimalFormat("#,##0.0%"); 43 43 private final Border defaultBorder = createLineBorder(BLACK, 1); -
trunk/src/com/romraider/maps/Rom.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 33 33 34 34 public class Rom implements Serializable { 35 private static final long serialVersionUID = 7865405179738828128L;36 private static final Logger LOGGER = Logger.getLogger(Rom.class);35 private static final long serialVersionUID = 7865405179738828128L; 36 private static final Logger LOGGER = Logger.getLogger(Rom.class); 37 37 private RomID romID = new RomID(); 38 38 private String fileName = ""; -
trunk/src/com/romraider/maps/RomID.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 26 26 public class RomID implements Serializable { 27 27 28 private static final long serialVersionUID = 7272741253665400643L;29 private String xmlid = "";//ID stored in XML28 private static final long serialVersionUID = 7272741253665400643L; 29 private String xmlid = "";//ID stored in XML 30 30 private int internalIdAddress = 0;//address of ECU version in image 31 31 private String internalIdString = "";//ID stored in image -
trunk/src/com/romraider/maps/Scale.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 26 26 public class Scale implements Serializable { 27 27 28 private static final long serialVersionUID = 5836610685159474795L;29 public static final int LINEAR = 1;28 private static final long serialVersionUID = 5836610685159474795L; 29 public static final int LINEAR = 1; 30 30 public static final int INVERSE = 2; 31 31 -
trunk/src/com/romraider/maps/Table.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 126 126 // key binding actions 127 127 Action rightAction = new AbstractAction() { 128 private static final long serialVersionUID = 1042884198300385041L;129 130 public void actionPerformed(ActionEvent e) {128 private static final long serialVersionUID = 1042884198300385041L; 129 130 public void actionPerformed(ActionEvent e) { 131 131 cursorRight(); 132 132 } 133 133 }; 134 134 Action leftAction = new AbstractAction() { 135 private static final long serialVersionUID = -4970441255677214171L;136 137 public void actionPerformed(ActionEvent e) {135 private static final long serialVersionUID = -4970441255677214171L; 136 137 public void actionPerformed(ActionEvent e) { 138 138 cursorLeft(); 139 139 } 140 140 }; 141 141 Action downAction = new AbstractAction() { 142 private static final long serialVersionUID = -7898502951121825984L;143 144 public void actionPerformed(ActionEvent e) {142 private static final long serialVersionUID = -7898502951121825984L; 143 144 public void actionPerformed(ActionEvent e) { 145 145 cursorDown(); 146 146 } 147 147 }; 148 148 Action upAction = new AbstractAction() { 149 private static final long serialVersionUID = 6937621541727666631L;150 151 public void actionPerformed(ActionEvent e) {149 private static final long serialVersionUID = 6937621541727666631L; 150 151 public void actionPerformed(ActionEvent e) { 152 152 cursorUp(); 153 153 } 154 154 }; 155 155 Action incCoarseAction = new AbstractAction() { 156 private static final long serialVersionUID = -8308522736529183148L;157 158 public void actionPerformed(ActionEvent e) {156 private static final long serialVersionUID = -8308522736529183148L; 157 158 public void actionPerformed(ActionEvent e) { 159 159 frame.getToolBar().incrementCoarse(); 160 160 } 161 161 }; 162 162 Action decCoarseAction = new AbstractAction() { 163 private static final long serialVersionUID = -7407628920997400915L;164 165 public void actionPerformed(ActionEvent e) {163 private static final long serialVersionUID = -7407628920997400915L; 164 165 public void actionPerformed(ActionEvent e) { 166 166 frame.getToolBar().decrementCoarse(); 167 167 } 168 168 }; 169 169 Action incFineAction = new AbstractAction() { 170 private static final long serialVersionUID = 7261463425941761433L;171 172 public void actionPerformed(ActionEvent e) {170 private static final long serialVersionUID = 7261463425941761433L; 171 172 public void actionPerformed(ActionEvent e) { 173 173 frame.getToolBar().incrementFine(); 174 174 } 175 175 }; 176 176 Action decFineAction = new AbstractAction() { 177 private static final long serialVersionUID = 8929400237520608035L;178 179 public void actionPerformed(ActionEvent e) {177 private static final long serialVersionUID = 8929400237520608035L; 178 179 public void actionPerformed(ActionEvent e) { 180 180 frame.getToolBar().decrementFine(); 181 181 } 182 182 }; 183 183 Action num0Action = new AbstractAction() { 184 private static final long serialVersionUID = -6310984176739090034L;185 186 public void actionPerformed(ActionEvent e) {184 private static final long serialVersionUID = -6310984176739090034L; 185 186 public void actionPerformed(ActionEvent e) { 187 187 getFrame().getToolBar().focusSetValue('0'); 188 188 } 189 189 }; 190 190 Action num1Action = new AbstractAction() { 191 private static final long serialVersionUID = -6187220355403883499L;192 193 public void actionPerformed(ActionEvent e) {191 private static final long serialVersionUID = -6187220355403883499L; 192 193 public void actionPerformed(ActionEvent e) { 194 194 getFrame().getToolBar().focusSetValue('1'); 195 195 } 196 196 }; 197 197 Action num2Action = new AbstractAction() { 198 private static final long serialVersionUID = -8745505977907325720L;199 200 public void actionPerformed(ActionEvent e) {198 private static final long serialVersionUID = -8745505977907325720L; 199 200 public void actionPerformed(ActionEvent e) { 201 201 getFrame().getToolBar().focusSetValue('2'); 202 202 } 203 203 }; 204 204 Action num3Action = new AbstractAction() { 205 private static final long serialVersionUID = 4694872385823448942L;206 207 public void actionPerformed(ActionEvent e) {205 private static final long serialVersionUID = 4694872385823448942L; 206 207 public void actionPerformed(ActionEvent e) { 208 208 getFrame().getToolBar().focusSetValue('3'); 209 209 } 210 210 }; 211 211 Action num4Action = new AbstractAction() { 212 private static final long serialVersionUID = 4005741329254221678L;213 214 public void actionPerformed(ActionEvent e) {212 private static final long serialVersionUID = 4005741329254221678L; 213 214 public void actionPerformed(ActionEvent e) { 215 215 getFrame().getToolBar().focusSetValue('4'); 216 216 } 217 217 }; 218 218 Action num5Action = new AbstractAction() { 219 private static final long serialVersionUID = -5846094949106279884L;220 221 public void actionPerformed(ActionEvent e) {219 private static final long serialVersionUID = -5846094949106279884L; 220 221 public void actionPerformed(ActionEvent e) { 222 222 getFrame().getToolBar().focusSetValue('5'); 223 223 } 224 224 }; 225 225 Action num6Action = new AbstractAction() { 226 private static final long serialVersionUID = -5338656374925334150L;227 228 public void actionPerformed(ActionEvent e) {226 private static final long serialVersionUID = -5338656374925334150L; 227 228 public void actionPerformed(ActionEvent e) { 229 229 getFrame().getToolBar().focusSetValue('6'); 230 230 } 231 231 }; 232 232 Action num7Action = new AbstractAction() { 233 private static final long serialVersionUID = 1959983381590509303L;234 235 public void actionPerformed(ActionEvent e) {233 private static final long serialVersionUID = 1959983381590509303L; 234 235 public void actionPerformed(ActionEvent e) { 236 236 getFrame().getToolBar().focusSetValue('7'); 237 237 } 238 238 }; 239 239 Action num8Action = new AbstractAction() { 240 private static final long serialVersionUID = 7442763278699460648L;241 242 public void actionPerformed(ActionEvent e) {240 private static final long serialVersionUID = 7442763278699460648L; 241 242 public void actionPerformed(ActionEvent e) { 243 243 getFrame().getToolBar().focusSetValue('8'); 244 244 } 245 245 }; 246 246 Action num9Action = new AbstractAction() { 247 private static final long serialVersionUID = 7475171864584215094L;248 249 public void actionPerformed(ActionEvent e) {247 private static final long serialVersionUID = 7475171864584215094L; 248 249 public void actionPerformed(ActionEvent e) { 250 250 getFrame().getToolBar().focusSetValue('9'); 251 251 } 252 252 }; 253 253 Action numPointAction = new AbstractAction() { 254 private static final long serialVersionUID = -4729135055857591830L;255 256 public void actionPerformed(ActionEvent e) {254 private static final long serialVersionUID = -4729135055857591830L; 255 256 public void actionPerformed(ActionEvent e) { 257 257 getFrame().getToolBar().focusSetValue('.'); 258 258 } 259 259 }; 260 260 Action copyAction = new AbstractAction() { 261 private static final long serialVersionUID = -6978981449261938672L;262 263 public void actionPerformed(ActionEvent e) {261 private static final long serialVersionUID = -6978981449261938672L; 262 263 public void actionPerformed(ActionEvent e) { 264 264 copySelection(); 265 265 } 266 266 }; 267 267 Action pasteAction = new AbstractAction() { 268 private static final long serialVersionUID = 2026817603236490899L;269 270 public void actionPerformed(ActionEvent e) {268 private static final long serialVersionUID = 2026817603236490899L; 269 270 public void actionPerformed(ActionEvent e) { 271 271 paste(); 272 272 } 273 273 }; 274 274 Action multiplyAction = new AbstractAction() { 275 private static final long serialVersionUID = -2350912575392447149L;276 277 public void actionPerformed(ActionEvent e) {275 private static final long serialVersionUID = -2350912575392447149L; 276 277 public void actionPerformed(ActionEvent e) { 278 278 getFrame().getToolBar().multiply(); 279 279 } … … 869 869 byte[] output; 870 870 if (storageType != STORAGE_TYPE_FLOAT) { 871 // c alculatebyte values871 // convert byte values 872 872 output = RomAttributeParser.parseIntegerValue((int) data[i].getBinValue(), endian, storageType); 873 873 for (int z = 0; z < storageType; z++) { // insert into file … … 876 876 877 877 } else { // float 878 // c alculatebyte values878 // convert byte values 879 879 output = RomAttributeParser.floatToByte((float) data[i].getBinValue(), endian); 880 880 for (int z = 0; z < 4; z++) { // insert in to file … … 1100 1100 1101 1101 double startValue = 5; 1102 double toReal = JEPUtil.evaluate(scales.get(scaleIndex).getExpression(), startValue); // c alculatereal world value of "5"1102 double toReal = JEPUtil.evaluate(scales.get(scaleIndex).getExpression(), startValue); // convert real world value of "5" 1103 1103 double endValue = JEPUtil.evaluate(scales.get(scaleIndex).getByteExpression(), toReal); 1104 1104 -
trunk/src/com/romraider/maps/Table1D.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 26 26 27 27 public class Table1D extends Table { 28 private static final long serialVersionUID = -8747180767803835631L;29 private Color axisColor = new Color(255, 255, 255);28 private static final long serialVersionUID = -8747180767803835631L; 29 private Color axisColor = new Color(255, 255, 255); 30 30 31 31 public Table1D(Settings settings) { -
trunk/src/com/romraider/maps/Table2D.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 38 38 39 39 public class Table2D extends Table { 40 private static final long serialVersionUID = -7684570967109324784L;41 private static final String NEW_LINE = System.getProperty("line.separator");40 private static final long serialVersionUID = -7684570967109324784L; 41 private static final String NEW_LINE = System.getProperty("line.separator"); 42 42 private Table1D axis = new Table1D(new Settings()); 43 43 -
trunk/src/com/romraider/maps/Table3D.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 45 45 public class Table3D extends Table { 46 46 47 private static final long serialVersionUID = 3103448753263606599L;48 private Table1D xAxis = new Table1D(new Settings());47 private static final long serialVersionUID = 3103448753263606599L; 48 private Table1D xAxis = new Table1D(new Settings()); 49 49 private Table1D yAxis = new Table1D(new Settings()); 50 50 private DataCell[][] data = new DataCell[1][1]; -
trunk/src/com/romraider/maps/TableSwitch.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 31 31 public class TableSwitch extends Table { 32 32 33 private static final long serialVersionUID = -4887718305447362308L;34 private byte[] on = new byte[0];33 private static final long serialVersionUID = -4887718305447362308L; 34 private byte[] on = new byte[0]; 35 35 private byte[] off = new byte[0]; 36 36 private JCheckBox checkbox = new JCheckBox("Enabled", true); // checkbox selected by default -
trunk/src/com/romraider/net/BrowserControl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/net/URL.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 29 29 public class URL extends JLabel implements MouseListener { 30 30 31 private static final long serialVersionUID = 8972482185527165793L;32 String url = "";31 private static final long serialVersionUID = 8972482185527165793L; 32 String url = ""; 33 33 34 34 public URL(String url) { -
trunk/src/com/romraider/ramtune/test/RamTuneTestApp.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 import com.romraider.Settings; 23 import com.romraider.swing.AbstractFrame;24 23 import com.romraider.io.connection.ConnectionProperties; 25 24 import com.romraider.io.protocol.Protocol; … … 34 33 import com.romraider.ramtune.test.command.generator.WriteCommandGenerator; 35 34 import com.romraider.ramtune.test.io.RamTuneTestAppConnectionProperties; 35 import com.romraider.swing.AbstractFrame; 36 36 import com.romraider.swing.LookAndFeelManager; 37 37 import static com.romraider.util.HexUtil.asBytes; … … 85 85 */ 86 86 public final class RamTuneTestApp extends AbstractFrame { 87 private static final long serialVersionUID = 7140513114169019846L;88 private static final String REGEX_VALID_ADDRESS_BYTES = "[0-9a-fA-F]{6}";87 private static final long serialVersionUID = 7140513114169019846L; 88 private static final String REGEX_VALID_ADDRESS_BYTES = "[0-9a-fA-F]{6}"; 89 89 private static final String REGEX_VALID_DATA_BYTES = "[0-9a-fA-F]{2,}"; 90 90 private final Protocol protocol = new SSMProtocol(); -
trunk/src/com/romraider/ramtune/test/command/executor/CommandExecutor.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/generator/CommandGenerator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java
r189 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify -
trunk/src/com/romraider/swing/CategoryTreeNode.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 25 25 public class CategoryTreeNode extends DefaultMutableTreeNode { 26 26 27 private static final long serialVersionUID = -752423096680196879L;28 private Rom rom;27 private static final long serialVersionUID = -752423096680196879L; 28 private Rom rom; 29 29 30 30 public CategoryTreeNode(String name, Rom rom) { -
trunk/src/com/romraider/swing/DebugPanel.java
r203 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 30 30 public class DebugPanel extends JPanel { 31 31 32 private static final long serialVersionUID = -7159385694793030962L;32 private static final long serialVersionUID = -7159385694793030962L; 33 33 34 public DebugPanel(Exception ex, String url) {34 public DebugPanel(Exception ex, String url) { 35 35 setLayout(new BorderLayout()); 36 36 -
trunk/src/com/romraider/swing/DefinitionManager.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 21 21 22 22 import com.romraider.editor.ecu.ECUEditor; 23 24 23 import javax.swing.JFileChooser; 25 24 import javax.swing.ListSelectionModel; … … 32 31 public class DefinitionManager extends javax.swing.JFrame implements ActionListener { 33 32 34 private static final long serialVersionUID = -3920843496218196737L;35 public static int MOVE_UP = 0;33 private static final long serialVersionUID = -3920843496218196737L; 34 public static int MOVE_UP = 0; 36 35 public static int MOVE_DOWN = 1; 37 36 -
trunk/src/com/romraider/swing/ECUEditorMenuBar.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 27 27 import static com.romraider.Version.SUPPORT_URL; 28 28 import static com.romraider.Version.VERSION; 29 30 29 import com.romraider.editor.ecu.ECUEditor; 31 30 import com.romraider.logger.ecu.EcuLogger; -
trunk/src/com/romraider/swing/ECUEditorToolBar.java
r229 r234 1 1 /* 2 2 * RomRaider Open-Source Tuning, Logging and Reflashing 3 * Copyright (C) 2006-200 8RomRaider.com3 * Copyright (C) 2006-2009 RomRaider.com 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 34 34 public class ECUEditorToolBar extends JToolBar implements ActionListener { 35 35 36 private static final long serialVersionUID = 7778170684606193919L;37 private ECUEditor parent;36 private static final long serialVersionUID = 7778170684606193919L; 37 private ECUEditor parent; 38 38