|
rusEFI
The most advanced open source ECU
|
#include <tunerstudio.h>

Data Fields | |
| int | queryCommandCounter |
| int | outputChannelsCommandCounter |
| int | readPageCommandsCounter |
| int | readScatterCommandsCounter |
| int | burnCommandCounter |
| int | crc32CheckCommandCounter |
| int | writeChunkCommandCounter |
| int | totalCounter |
| int | textCommandCounter |
| int | testCommandCounter |
| int | errorCounter |
| int | errorUnderrunCounter |
| int | errorOverrunCounter |
| int | errorCrcCounter |
| int | errorUnrecognizedCommand |
| int | errorOutOfRange |
| int | errorOther |
Definition at line 17 of file tunerstudio.h.
| int tunerstudio_counters_s::burnCommandCounter |
Definition at line 22 of file tunerstudio.h.
Referenced by handleBurnCommand(), and printErrorCounters().
| int tunerstudio_counters_s::crc32CheckCommandCounter |
Definition at line 23 of file tunerstudio.h.
Referenced by TunerStudio::handleCrc32Check().
| int tunerstudio_counters_s::errorCounter |
Definition at line 30 of file tunerstudio.h.
Referenced by printErrorCounters(), and tunerStudioError().
| int tunerstudio_counters_s::errorCrcCounter |
Definition at line 34 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::errorOther |
Definition at line 37 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::errorOutOfRange |
Definition at line 36 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::errorOverrunCounter |
Definition at line 33 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::errorUnderrunCounter |
Definition at line 32 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::errorUnrecognizedCommand |
Definition at line 35 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
| int tunerstudio_counters_s::outputChannelsCommandCounter |
Definition at line 19 of file tunerstudio.h.
Referenced by TunerStudio::cmdOutputChannels(), TunerStudio::handleWriteChunkCommand(), and printErrorCounters().
| int tunerstudio_counters_s::queryCommandCounter |
Definition at line 18 of file tunerstudio.h.
Referenced by TunerStudio::handleQueryCommand(), and printErrorCounters().
| int tunerstudio_counters_s::readPageCommandsCounter |
Definition at line 20 of file tunerstudio.h.
Referenced by TunerStudio::handlePageReadCommand(), and printErrorCounters().
| int tunerstudio_counters_s::readScatterCommandsCounter |
Definition at line 21 of file tunerstudio.h.
Referenced by TunerStudio::handleScatteredReadCommand(), and printErrorCounters().
| int tunerstudio_counters_s::testCommandCounter |
Definition at line 27 of file tunerstudio.h.
Referenced by handleTestCommand().
| int tunerstudio_counters_s::textCommandCounter |
Definition at line 26 of file tunerstudio.h.
Referenced by handleGetText().
| int tunerstudio_counters_s::totalCounter |
Definition at line 25 of file tunerstudio.h.
Referenced by printErrorCounters(), and tsProcessOne().
| int tunerstudio_counters_s::writeChunkCommandCounter |
Definition at line 24 of file tunerstudio.h.
Referenced by TunerStudio::handleWriteChunkCommand(), and printErrorCounters().