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 consideration. Please
> suggest is there a simple way to do this or if a complete C version is also
> will be very helpful.
>

You can find some third-party C implementations here:
https://github.com/google/protobuf/blob/master/docs/third_party.md


>
> -Shiva
>
>
> On Wednesday, May 17, 2017 at 10:49:37 AM UTC+5:30, Shiva Kumar wrote:
>>
>> Hi All,
>>
>> I am porting protobuf stack to iRTOS. My C++ compiler doesn't support
>> "namespace" (its kind of compliant to Embedded C++). I am finding it very
>> difficult to port it. I there a complete C alternative or any other easy
>> way to port it.
>>
>> -Regards,
>> Shiva
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[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 
will be very helpful. 

-Shiva

On Wednesday, May 17, 2017 at 10:49:37 AM UTC+5:30, Shiva Kumar wrote:
>
> Hi All,
>
> I am porting protobuf stack to iRTOS. My C++ compiler doesn't support 
> "namespace" (its kind of compliant to Embedded C++). I am finding it very 
> difficult to port it. I there a complete C alternative or any other easy 
> way to port it.
>
> -Regards,
> Shiva
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.