summaryrefslogtreecommitdiffstats
path: root/example_unions
AgeCommit message (Collapse)AuthorFilesLines
2012-08-24Implement error messages in the decoder side.Petteri Aimonen1-1/+1
Update issue 7 Status: Started
2012-08-24Revert "Change the substream implementation in pb_decode."Petteri Aimonen1-1/+4
This reverts commit dc2da0edc568b29361479fb7405c96b1a13442cf. Add pb_close_string_substream() for copying back the state. This makes adding error messages easier in the future, as also them need to be propagated back from the substream.
2012-08-24Reorganize the field decoder interface.Petteri Aimonen1-3/+4
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
2012-08-04Fix signedness warning in example_unions.Petteri Aimonen1-1/+1
2012-06-16Added example on how to handle unions.Petteri Aimonen4-0/+224