RomRep::VT0ColumnHeaderCalculator Class Reference

See RpmRep.HeaderCalculator for documentation. More...

Inheritance diagram for RomRep::VT0ColumnHeaderCalculator:

RomRep::HeaderCalculator List of all members.

Public Member Functions

 VT0ColumnHeaderCalculator (Object *map, Object *hondaecu)
virtual RomRep::MapHeaderChangeArgscalculateHeaders (bool col, int columnOrRow)
virtual float getReferenceArray () __gc[]

Detailed Description

See RpmRep.HeaderCalculator for documentation.


Constructor & Destructor Documentation

RomRep::VT0ColumnHeaderCalculator::VT0ColumnHeaderCalculator Object *  map,
Object *  hondaecu
 


Member Function Documentation

RomRep::MapHeaderChangeArgs * RomRep::VT0ColumnHeaderCalculator::calculateHeaders bool  col,
int  columnOrRow
[virtual]
 

This is used by the map at least initially when the map is setup by passing a HEADER_EVENT_ALL int into the column or row to indicate it wants all headers. This object should know about the map its being called on so a mechanism for grabbing the header location(s) should be in place.

Implements RomRep::HeaderCalculator.

float RomRep::VT0ColumnHeaderCalculator::getReferenceArray  )  [virtual]
 

This is a reference array mostly for the interpolation. It should be some set of values that all share the same unit for these headers. i.e. an array of rpm values (row headers) or load values (col headers) raw or otherwise

Implements RomRep::HeaderCalculator.




BRE Documentation Home