rusEFI
The most advanced open source ECU
Data Fields
tunerstudio_counters_s Struct Reference

#include <tunerstudio.h>

Collaboration diagram for tunerstudio_counters_s:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 12 of file tunerstudio.h.

Field Documentation

◆ burnCommandCounter

int tunerstudio_counters_s::burnCommandCounter

Definition at line 16 of file tunerstudio.h.

Referenced by handleBurnCommand(), and printErrorCounters().

◆ crc32CheckCommandCounter

int tunerstudio_counters_s::crc32CheckCommandCounter

Definition at line 19 of file tunerstudio.h.

Referenced by TunerStudio::handleCrc32Check().

◆ errorCounter

int tunerstudio_counters_s::errorCounter

Definition at line 26 of file tunerstudio.h.

Referenced by printErrorCounters(), and tunerStudioError().

◆ errorCrcCounter

int tunerstudio_counters_s::errorCrcCounter

Definition at line 30 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ errorOther

int tunerstudio_counters_s::errorOther

Definition at line 33 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ errorOutOfRange

int tunerstudio_counters_s::errorOutOfRange

Definition at line 32 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ errorOverrunCounter

int tunerstudio_counters_s::errorOverrunCounter

Definition at line 29 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ errorUnderrunCounter

int tunerstudio_counters_s::errorUnderrunCounter

Definition at line 28 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ errorUnrecognizedCommand

int tunerstudio_counters_s::errorUnrecognizedCommand

Definition at line 31 of file tunerstudio.h.

Referenced by printErrorCounters(), and sendErrorCode().

◆ outputChannelsCommandCounter

int tunerstudio_counters_s::outputChannelsCommandCounter

◆ pageCommandCounter

int tunerstudio_counters_s::pageCommandCounter

Definition at line 17 of file tunerstudio.h.

Referenced by TunerStudio::handlePageSelectCommand(), and printErrorCounters().

◆ queryCommandCounter

int tunerstudio_counters_s::queryCommandCounter

Definition at line 13 of file tunerstudio.h.

Referenced by TunerStudio::handleQueryCommand(), and printErrorCounters().

◆ readPageCommandsCounter

int tunerstudio_counters_s::readPageCommandsCounter

Definition at line 15 of file tunerstudio.h.

Referenced by TunerStudio::handlePageReadCommand(), and printErrorCounters().

◆ testCommandCounter

int tunerstudio_counters_s::testCommandCounter

Definition at line 23 of file tunerstudio.h.

Referenced by handleTestCommand().

◆ textCommandCounter

int tunerstudio_counters_s::textCommandCounter

Definition at line 22 of file tunerstudio.h.

Referenced by handleGetText().

◆ totalCounter

int tunerstudio_counters_s::totalCounter

Definition at line 21 of file tunerstudio.h.

Referenced by printErrorCounters(), and tsProcessOne().

◆ writeChunkCommandCounter

int tunerstudio_counters_s::writeChunkCommandCounter

Definition at line 20 of file tunerstudio.h.

Referenced by TunerStudio::handleWriteChunkCommand(), and printErrorCounters().

◆ writeValueCommandCounter

int tunerstudio_counters_s::writeValueCommandCounter

Definition at line 18 of file tunerstudio.h.

Referenced by TunerStudio::handleWriteValueCommand(), and printErrorCounters().


The documentation for this struct was generated from the following file: