MEAT-Inc / Fulcrum

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

Open ZacharyWalsh57 opened 11 months ago

ZacharyWalsh57 commented 11 months ago

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.