Fulcrum is the ultimate J2534 DLL Shim written in C++ which is able to pipe data out from the native calls to any other location for super deep diagnostic logging
29
stars
3
forks
source link
Refactor ValueLoaders and ValueSetters to use Enum lookup locations #330
We should update the ValueLoaders and ValueSetters to use enum lookup routines instead of string accessing. This may help cut down on the number of bad lookups we perform on older code.
We should update the ValueLoaders and ValueSetters to use enum lookup routines instead of string accessing. This may help cut down on the number of bad lookups we perform on older code.