Clarify when we are using int vs float and move decoders up a level.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Feb 2014 23:35:24 +0000 (18:35 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Feb 2014 23:35:48 +0000 (18:35 -0500)
commit2ec5044b09a9c5ff9ffa1531371cc5095e278d3d
tree9bb06b2da94b9045ef765f309263dffb27c616b3
parent2e37a1f1000d2ce827a028206e6b42b10536e7b3
Clarify when we are using int vs float and move decoders up a level.

Fixed #4 - the Decoder function type signature actually belonged one
level higher, in the application, since there's no capability of
actually using it in this library at the moment.
src/uds/uds.c
src/uds/uds.h
src/uds/uds_types.h
tests/test_core.c