rusEFI
The most advanced open source ECU
|
#include <tunerstudio.h>
Data Fields | |
int | queryCommandCounter |
int | outputChannelsCommandCounter |
int | readPageCommandsCounter |
int | burnCommandCounter |
int | pageCommandCounter |
int | writeValueCommandCounter |
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 12 of file tunerstudio.h.
int tunerstudio_counters_s::burnCommandCounter |
Definition at line 16 of file tunerstudio.h.
Referenced by handleBurnCommand(), and printErrorCounters().
int tunerstudio_counters_s::crc32CheckCommandCounter |
Definition at line 19 of file tunerstudio.h.
Referenced by TunerStudio::handleCrc32Check().
int tunerstudio_counters_s::errorCounter |
Definition at line 26 of file tunerstudio.h.
Referenced by printErrorCounters(), and tunerStudioError().
int tunerstudio_counters_s::errorCrcCounter |
Definition at line 30 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::errorOther |
Definition at line 33 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::errorOutOfRange |
Definition at line 32 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::errorOverrunCounter |
Definition at line 29 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::errorUnderrunCounter |
Definition at line 28 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::errorUnrecognizedCommand |
Definition at line 31 of file tunerstudio.h.
Referenced by printErrorCounters(), and sendErrorCode().
int tunerstudio_counters_s::outputChannelsCommandCounter |
Definition at line 14 of file tunerstudio.h.
Referenced by TunerStudio::cmdOutputChannels(), TunerStudio::handleWriteChunkCommand(), and printErrorCounters().
int tunerstudio_counters_s::pageCommandCounter |
Definition at line 17 of file tunerstudio.h.
int tunerstudio_counters_s::queryCommandCounter |
Definition at line 13 of file tunerstudio.h.
Referenced by TunerStudio::handleQueryCommand(), and printErrorCounters().
int tunerstudio_counters_s::readPageCommandsCounter |
Definition at line 15 of file tunerstudio.h.
Referenced by TunerStudio::handlePageReadCommand(), and printErrorCounters().
int tunerstudio_counters_s::testCommandCounter |
Definition at line 23 of file tunerstudio.h.
Referenced by handleTestCommand().
int tunerstudio_counters_s::textCommandCounter |
Definition at line 22 of file tunerstudio.h.
Referenced by handleGetText().
int tunerstudio_counters_s::totalCounter |
Definition at line 21 of file tunerstudio.h.
Referenced by printErrorCounters(), and tsProcessOne().
int tunerstudio_counters_s::writeChunkCommandCounter |
Definition at line 20 of file tunerstudio.h.
Referenced by TunerStudio::handleWriteChunkCommand(), and printErrorCounters().
int tunerstudio_counters_s::writeValueCommandCounter |
Definition at line 18 of file tunerstudio.h.
Referenced by printErrorCounters().