|
Public Member Functions |
| Pm6Ng (unsigned char rom __gc[], int flen) |
virtual void | setRevlimit (int rpm) |
virtual void | setLaunch (int rpm) |
virtual void | setLaunchSpeed (int speed) |
virtual void | setColdRevlimit (int rpm) |
virtual int | getRevlimit () |
virtual int | getColdRevlimit () |
virtual int | getLaunch () |
virtual int | getLaunchSpeed () |
virtual bool | isLaunchEnabled () |
virtual int | getO2Mode () |
virtual void | setLaunchEnabled (bool enabled) |
virtual void | setO2Mode (int mode) |
virtual void | setTwoByteRpm (int highloc, int lowloc, int rpm) |
virtual int | getTwoByteRpm (int highloc, int lowloc) |
| Gets the RPM that adheres to revcount/dec.
|
virtual ArrayList * | getDisabledCodes () |
virtual bool | toggleCodeDisable (int code, bool disable) |
virtual int | getMapSensor () |
virtual bool | setMapSensor (int senosor) |
virtual bool | isVtecEnabled () |
virtual int | getVtecTps () |
virtual int | getVtecEngageRpm () |
virtual int | getVtecDisengageRpm () |
virtual int | getVtecOutput () |
virtual void | setVtecEnabled (bool) |
virtual void | setVtecTps (int tps) |
virtual void | setVtecEngageRpm (int rpm) |
virtual void | setVtecDisengageRpm (int rpm) |
virtual void | setVtecOutput (int output) |
virtual String * | getColHeader (int map, int column) |
virtual String * | getColHeaders ()[ |
virtual String *virtual float | calcTPS (int raw) |
virtual int | calcTPS (float percentage) |
virtual float | calcTemp (int raw, bool sae) |
virtual int | calcTemp (float temp, bool sae) |
virtual float | calcRpm (int raw) |
virtual int | calcRpm (float rpm) |
Static Public Member Functions |
static float | calcTps (int raw) |
static int | calcTps (float tps) |
static String * | calcPressureHeaders (int loc, unsigned char file __gc[], bool boost)[] |
static String * | calcRpmHeaders (int loc, unsigned char file __gc[], bool boost)[] |
static float | getRpmHeaders () __gc[] |
static int | rawPressureHeaders (int loc, unsigned char file __gc[], bool boost) __gc[] |
static int | getMapSensor (unsigned char file __gc[]) |
static unsigned char | getStockRemap () __gc[] |
static unsigned char | get2BarRemap () __gc[] |
static unsigned char | get2_5BarRemap () __gc[] |
static unsigned char | get3BarRemap () __gc[] |
static int | getRevConstant () |
static bool | validate (unsigned char h __gc[]) |
Static Public Attributes |
static const int | O2OFF = 0 |
static const int | O2OFFBOOST = 1 |
static const int | O2ON = 2 |
Protected Member Functions |
virtual int | getHighByte (int bytes) |
virtual int | getLowByte (int bytes) |
virtual void | setupHeaders () |
virtual void | setRpmValue (RpmTwoByteValue *limit, int rpm) |
virtual int | getRpmValue (RpmTwoByteValue *limit) |
virtual RomRep::HeaderCalculator * | GetRowHeaderCalculator (RomRep::Map *map) |
virtual RomRep::HeaderCalculator * | GetColumnHeaderCalculator (RomRep::Map *map) |
virtual FuelMap * | createFuelMap (int xx, int yy, int index, String *mapname, RomRep::MapLocs *maploc, unsigned char map __gc[,], unsigned char mlt __gc[], bool vtec) |
virtual Map * | createIgnitionMap (int xx, int yy, int index, String *mapname, RomRep::MapLocs *maploc, unsigned char map __gc[,], bool vtec) |
virtual float | calculateAfr (unsigned char raw) |
| Sets the target afr.
|
virtual unsigned char | calculateAfr (float afr) |
Protected Attributes |
RpmTwoByteValue * | revlimit |
RpmTwoByteValue * | coldrevlimit |
RpmTwoByteValue * | launchlimit |
int | launchspeedloc |
Static Protected Attributes |
static int | revconst = 1920000 |