Generating and encoding messages with dynamic allocaiton
authorMartin Donath <scifish@gmail.com>
Sun, 8 Dec 2013 22:25:32 +0000 (23:25 +0100)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 16:35:57 +0000 (18:35 +0200)
commit4ae3b2e5661b154cd1f7e545f6052d271306ff25
tree90b8fb3619eedaf9c0f3e8a5ac7ffd494467b99c
parent4f37c083d532a782e478b2cef6a02d028613564d
Generating and encoding messages with dynamic allocaiton
generator/nanopb.proto
generator/nanopb_generator.py
generator/nanopb_pb2.py
pb.h
pb_encode.c
tests/alltypes_pointer/SConscript [new file with mode: 0644]
tests/alltypes_pointer/alltypes.options [new file with mode: 0644]
tests/alltypes_pointer/alltypes.proto [new file with mode: 0644]
tests/alltypes_pointer/encode_alltypes_pointer.c [new file with mode: 0644]