Add additional parameters to statisfy EcuParameterImpl class

This commit is contained in:
Dale Schultz 2014-12-22 19:23:34 -05:00
parent fe1af1f0e7
commit f768d5d4fc
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* /*
* RomRaider Open-Source Tuning, Logging and Reflashing * RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2013 RomRaider.com * Copyright (C) 2006-2014 RomRaider.com
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -93,7 +93,7 @@ public class FlkcTableQueryBuilder {
j, k, addrStr)); j, k, addrStr));
final EcuAddress ea = new EcuAddressImpl(addrStr, dataSize, -1); final EcuAddress ea = new EcuAddressImpl(addrStr, dataSize, -1);
final EcuParameterImpl epi = final EcuParameterImpl epi =
new EcuParameterImpl(id, addrStr, id, ea, new EcuParameterImpl(id, addrStr, id, ea, null, null, null,
new EcuDataConvertor[] { new EcuDataConvertor[] {
flkc.getLoggerData().getSelectedConvertor() flkc.getLoggerData().getSelectedConvertor()
} }

View File

@ -1,6 +1,6 @@
/* /*
* RomRaider Open-Source Tuning, Logging and Reflashing * RomRaider Open-Source Tuning, Logging and Reflashing
* Copyright (C) 2006-2013 RomRaider.com * Copyright (C) 2006-2014 RomRaider.com
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -78,7 +78,7 @@ public class TableAxisQueryParameterSet {
final String id = addrStr + "-" + i; final String id = addrStr + "-" + i;
final EcuAddress ea = new EcuAddressImpl(addrStr, dataSize, -1); final EcuAddress ea = new EcuAddressImpl(addrStr, dataSize, -1);
final EcuParameterImpl epi = final EcuParameterImpl epi =
new EcuParameterImpl(id, addrStr, id, ea, new EcuParameterImpl(id, addrStr, id, ea, null, null, null,
new EcuDataConvertor[] { new EcuDataConvertor[] {
new EcuParameterConvertorImpl( new EcuParameterConvertorImpl(
units, expression, "0.000", -1, storageType, units, expression, "0.000", -1, storageType,