rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
can_category.h
Go to the documentation of this file.
1/**
2 * can_category.h
3 */
4
5#pragma once
6
7enum class CanCategory : 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};
CanCategory
Definition can_category.h:7