Inheritance diagram for RomRep::Obd0IgnMap:
Public Member Functions | |
Obd0IgnMap (int crap) | |
Obd0IgnMap (int x, int y, unsigned int loc, int ind, int mod) | |
Obd0IgnMap (int x, int y, unsigned int loc, unsigned char themap __gc[,], unsigned char fil __gc[], int ind, int mod) | |
virtual | ~Obd0IgnMap () |
virtual float | calculate (int x, int y, int intval) |
virtual int | calculate (int x, int y, float mapval) |
virtual RomRep::ByteChange * | setMultiplier (int column, int val) |
Sets a multiplier (if fuel map; ign maps return null). | |
virtual int | getMultiplierLocation (int column) |
Returns the ROM location of the multiplier. | |
virtual void | byteChangeNotify (ByteChange *bc) |
|
|
|
|
|
|
|
|
|
For each inherited class, this will see if the byte location applies to their object and then make the appropriate updates. Reimplemented from RomRep::Map. Reimplemented in RomRep::VT0IgnMap. |
|
Takes real world value and returns an integer (0-255 byte) This must be overridden so this base class can properly convert between bytes and real world values. Implements RomRep::Map. |
|
Takes byte (an integer) and returns real world value This must be overridden so this base class can properly convert between bytes and real world values. Implements RomRep::Map. |
|
Returns the ROM location of the multiplier.
Implements RomRep::Map. |
|
Sets a multiplier (if fuel map; ign maps return null).
Implements RomRep::Map. |