rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
auto_generated_can_category.h File Reference

Functions

const chargetCanCategory (CanCategory value)
 

Function Documentation

◆ getCanCategory()

const char * getCanCategory ( CanCategory  value)

Definition at line 8 of file auto_generated_can_category.cpp.

8 {
9switch(value) {
11 return "BENCH_TEST";
13 return "CAN_IOBOX";
15 return "DOWNSTREAM_FLASHING";
17 return "GDI";
19 return "LUA";
21 return "NBC";
23 return "OBD";
25 return "SERIAL";
27 return "VERBOSE";
29 return "WBO_SERVICE";
30 }
31 return NULL;
32}

Referenced by CanTxMessage::CanTxMessage(), and CanTxMessage::~CanTxMessage().

Here is the caller graph for this function:

Go to the source code of this file.