RomRep::Obd0Pr3 Class Reference

Inheritance diagram for RomRep::Obd0Pr3:

RomRep::VT0Ecu RomRep::HondaEcu List of all members.

Public Member Functions

 Obd0Pr3 ()
 Obd0Pr3 (unsigned char rom __gc[], int flen)
virtual void disableChecksum (bool disable)
virtual void disableOxygenSensors (bool disable)
virtual void disable2ndOxygenSensor (bool disable)
virtual void setLaunchRpm (int val)
virtual void setLaunchSpeed (int val)
virtual void enableLaunch (bool enable)
virtual void disableSpeedLimiter (bool disable)
virtual void disableVssCheck (bool disable)
virtual void disableTempCheck (bool disable)
virtual void disablePsCheck (bool disable)
virtual void disableCelCheck (bool disable)
virtual void disableKnockSensor (bool disable)
virtual void disableCodes (bool disable)
virtual int getLaunchRpm ()
virtual int getLaunchSpeed ()
virtual int isSpeedLimiterDisabled ()
virtual int isVssCheckDisabled ()
virtual int isTempCheckDisabled ()
virtual int isCelCheckDisabled ()
virtual int isPsCheckDisabled ()
virtual int isLaunchDisabled ()
virtual int isKnockSensorDisabled ()
virtual int isCodesDisabled ()
virtual int is2ndOxygenSensorDisabled ()
virtual int isChecksumDisabled ()
virtual int isOxygenSensorsDisabled ()
virtual int isCodeBitDisable (int code)
virtual int codeBitDisable (int code, bool disable)
 disable the damn code via bit disable. true disables the code
virtual int isCodeBitDisabled (int code)

Static Public Member Functions

static bool validate (unsigned char h __gc[])

Constructor & Destructor Documentation

RomRep::Obd0Pr3::Obd0Pr3  ) 
 

RomRep::Obd0Pr3::Obd0Pr3 unsigned char rom  __gc[],
int  flen
 


Member Function Documentation

int RomRep::Obd0Pr3::codeBitDisable int  code,
bool  disable
[virtual]
 

disable the damn code via bit disable. true disables the code

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disable2ndOxygenSensor bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableCelCheck bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableChecksum bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableCodes bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableKnockSensor bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableOxygenSensors bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disablePsCheck bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableSpeedLimiter bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableTempCheck bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::disableVssCheck bool  disable  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::enableLaunch bool  enable  )  [virtual]
 

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::getLaunchRpm  )  [virtual]
 

Returns:
rpm

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::getLaunchSpeed  )  [virtual]
 

Returns:
speed in KPH

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::is2ndOxygenSensorDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isCelCheckDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isChecksumDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isCodeBitDisable int  code  )  [virtual]
 

Returns:
is the input code a bit disable? If not then its a vector disable

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isCodeBitDisabled int  code  )  [virtual]
 

is this code bit disabled?

Returns:
1 if yes, 0 if no, -1 if code is vec disable

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isCodesDisabled  )  [virtual]
 

Returns:
1 if the code for vector disables is in the rom

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isKnockSensorDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isLaunchDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isOxygenSensorsDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isPsCheckDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isSpeedLimiterDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isTempCheckDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

int RomRep::Obd0Pr3::isVssCheckDisabled  )  [virtual]
 

Returns:
1 for true, 0 for false (issue with managed + unmanaged code and bools)

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::setLaunchRpm int  val  )  [virtual]
 

Implements RomRep::VT0Ecu.

void RomRep::Obd0Pr3::setLaunchSpeed int  val  )  [virtual]
 

Implements RomRep::VT0Ecu.

bool RomRep::Obd0Pr3::validate unsigned char h  __gc[]  )  [static]
 




BRE Documentation Home