eProsima / Fast-CDR

eProsima FastCDR library provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation of it. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
145 stars 103 forks source link

is there a code generator for Fast-CDR? #13

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi,

i was checking on Fast-CDR/Fast-Buffers, http://www.eprosima.com/docs/fast-buffers/0.3.0/pdf/User-Manual.pdf tells me that we are able to use "fastbuffers.sh", but it does not exist.

actually similar scripts are under https://github.com/eProsima/Fast-Buffers/tree/master/scripts but none of them works precisely. i was concerned if the code generator for fastcdr is maintained...

my environment is ubuntu1404/1604, and windows8/10.

thanks in advance! TomoyaFujita

ghost commented 7 years ago

Hi,

i found that fastrtpsgen can be used for code generator, fastrtpsgen generates .cxx and .h from .idl.

and these .cxx and .h supports fastcdr APIs.

i think that we could use fastrtpsgen instead,

thanks,