bre20::ExtraTables Class Reference

Summary for ExtraTables. More...

List of all members.

Public Member Functions

 ExtraTables (RomRep::HondaEcu *ecu)
ExtraTableGridcreateNewTable (int columns, String *str, int address, int addressMode, int keyMode, int valMode, bool vcal, bool haskeys)
ExtraTableGridcreateNewTable (int columns, String *str, int address, int addressMode, int keyMode, int valMode, bool vcal, bool haskeys, int colwidth, String *headernames[])

Static Public Attributes

static const int MODE_BYTE = 0
static const int MODE_WORD = 1
static const int MODE_RAW = 2
static const int MODE_RPM = 3
static const int MODE_TEMP = 4

Protected Member Functions

void Dispose (Boolean disposing)

Protected Attributes

RomRep::HondaEcu__ecu


Detailed Description

Summary for ExtraTables.

WARNING: If you change the name of this class, you will need to change the 'Resource File Name' property for the managed resource compiler tool associated with all .resx files this class depends on. Otherwise, the designers will not be able to interact properly with localized resources associated with this form.


Constructor & Destructor Documentation

bre20::ExtraTables::ExtraTables RomRep::HondaEcu ecu  ) 
 


Member Function Documentation

bre20::ExtraTableGrid * bre20::ExtraTables::createNewTable int  columns,
String *  str,
int  address,
int  addressMode,
int  keyMode,
int  valMode,
bool  vcal,
bool  haskeys,
int  colwidth,
String *  headernames[]
 

bre20::ExtraTableGrid * bre20::ExtraTables::createNewTable int  columns,
String *  str,
int  address,
int  addressMode,
int  keyMode,
int  valMode,
bool  vcal,
bool  haskeys
 

void bre20::ExtraTables::Dispose Boolean  disposing  )  [protected]
 


Member Data Documentation

RomRep::HondaEcu* bre20::ExtraTables::__ecu [protected]
 

const int bre20::ExtraTables::MODE_BYTE = 0 [static]
 

const int bre20::ExtraTables::MODE_RAW = 2 [static]
 

const int bre20::ExtraTables::MODE_RPM = 3 [static]
 

const int bre20::ExtraTables::MODE_TEMP = 4 [static]
 

const int bre20::ExtraTables::MODE_WORD = 1 [static]
 




BRE Documentation Home