Reorganize the field decoder interface.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Fri, 24 Aug 2012 17:23:25 +0000 (20:23 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Fri, 24 Aug 2012 17:23:25 +0000 (20:23 +0300)
commit2941e90e041b0d7872a4ea458e77dcc787ca6ff2
treeca2f8b83d059e4ac5569413498aa27230ba2083c
parentdc2da0edc568b29361479fb7405c96b1a13442cf
Reorganize the field decoder interface.

This makes the field decoding functions more intuitive to use.
The old interface is still present if you specify NANOPB_INTERNALS.

Update issue 2
Status: FixedInGit
docs/reference.rst
example_unions/decode.c
pb_decode.c
pb_decode.h
tests/decode_unittests.c
tests/test_decode_callbacks.c