rusEFI
The most advanced open source ECU
|
Functions | |
CanFilter * | getFilterForId (size_t busIndex, int Id) |
void | resetLuaCanRx () |
void | addLuaCanRxFilter (int32_t eid, uint32_t mask, int bus, int callback) |
Variables | |
static size_t | filterCount = 0 |
static CanFilter | filters [LUA_RX_MAX_FILTER_COUNT] |
void addLuaCanRxFilter | ( | int32_t | eid, |
uint32_t | mask, | ||
int | bus, | ||
int | callback | ||
) |
Definition at line 31 of file can_filter.cpp.
Referenced by lua_canRxAdd(), and lua_canRxAddMask().
Definition at line 12 of file can_filter.cpp.
Referenced by processLuaCan().
void resetLuaCanRx | ( | ) |
Definition at line 26 of file can_filter.cpp.
Referenced by resetLua().
|
static |
Definition at line 9 of file can_filter.cpp.
Referenced by addLuaCanRxFilter(), getFilterForId(), and resetLuaCanRx().
|
static |
Definition at line 10 of file can_filter.cpp.
Referenced by addLuaCanRxFilter(), and getFilterForId().