yossi-k / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

support for all standard data types #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As resources are very important in embedded systems, it would be nice to have 
the support for specifying all standard data types (like uint8, uint16, sint8, 
sint16, uint32 and sint32) in a proto file in order to save the memory.  For 
example I cannot specify uint16 data type in the proto file.

Original issue reported on code.google.com by pradeepkumar.pola14@gmail.com on 25 Oct 2013 at 1:25