rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Enumerations
can_category.h File Reference

Enumerations

enum class  CanCategory : uint16_t {
  NBC = 0 , VERBOSE = 1 , LUA = 2 , DOWNSTREAM_FLASHING = 3 ,
  SERIAL = 4 , WBO_SERVICE = 5 , OBD = 6 , BENCH_TEST = 7 ,
  CAN_IOBOX = 8 , GDI = 9
}
 

Enumeration Type Documentation

◆ CanCategory

enum class CanCategory : uint16_t
strong

can_category.h

Enumerator
NBC 
VERBOSE 
LUA 
DOWNSTREAM_FLASHING 
SERIAL 
WBO_SERVICE 
OBD 
BENCH_TEST 
CAN_IOBOX 
GDI 

Definition at line 7 of file can_category.h.

7 : uint16_t {
8 NBC = 0,
9 VERBOSE = 1,
10 LUA = 2,
12 SERIAL = 4,
13 WBO_SERVICE = 5,
14 OBD = 6,
15 BENCH_TEST = 7,
16 CAN_IOBOX = 8,
17 GDI = 9,
18};

Go to the source code of this file.