Generate for fastcdr #304
Replies: 1 comment
-
I also need the same thing. However there seems to be a few issues. Second, when -fusion is enabled, sometimes the code generated has unicode characters output in it. So, if you use v1 and then are able to fix the variable name fabrication ascii overrun issue, which I think is Context.java, then it might just work! |
Beta Was this translation helpful? Give feedback.
-
I am only able to generate IDL definition/implementation files with fastddsgen that use the
eprosima::fastcdr:Cdr
class. However, I would also like to be able to generate code for those same IDL files but that useeprosima::fastcdr:FastCdr
class instead.Beta Was this translation helpful? Give feedback.
All reactions