Public Member Functions | |
LoggerData (String *ecuType) | |
void | addCommand (int cmd, String *label) |
void | addLoggerKey (LoggerKey *key) |
Adds a new key to the output list. | |
LoggerKey * | getLoggerKey (int index) |
returns a LoggerKey | |
int | getNumLoggerKeys () |
returns the number of logger keys | |
void | removeLoggerKey (LoggerKey *key) |
Removes a key from the list. | |
void | setResultsArray (unsigned char results __gc[]) |
unsigned char | getCommands () __gc[] |
String * | getLabels ()[] |
void | setLocked (bool l) |
Hashtable * | getHashtable () |
ArrayList * | getLoggerKeys () |
LoggerKey * | getAfrKey () |
|
Reads the ini file and assembles the command and label arrays.
|
|
Adds a new command to the respective arrays and to the ini file. |
|
Adds a new key to the output list.
|
|
|
|
|
|
When a rule is called, this hash table contains the results of a successful ECU send and recieve cycle. The keys/labels to each value in the hash table can be viewed by looking at the loggerCmd.ini file in the bre20.exe directory. |
|
|
|
returns a LoggerKey
|
|
|
|
returns the number of logger keys
|
|
Removes a key from the list.
|
|
|
|
|