Re: [protobuf] Re: Porting protobuf to iRTOS

2017-05-17 Thread 'Feng Xiao' via Protocol Buffers
On Tue, May 16, 2017 at 11:26 PM, Shiva Kumar wrote: > I have even tried using static member class. But in protobuf, namespace > are nested and distributed across files. Mapping them to class will not > work out. Removing the all the namespace is another

[protobuf] Re: Porting protobuf to iRTOS

2017-05-17 Thread Shiva Kumar
I have even tried using static member class. But in protobuf, namespace are nested and distributed across files. Mapping them to class will not work out. Removing the all the namespace is another consideration. Please suggest is there a simple way to do this or if a complete C version is also