I noticed that there is a pr #137 merged in 2021, based on the Tests in the SharedMemory.cpp, the dynamic type like sequence and string should have been supported, but in #353 discussion, seems like those dynamic size type is still unsupported. My experiments lead to the same result, and the reason is IDL generator still set such a module
when I tried to use shm to exchange dynamic types. I also tried the tests u added to tests/SharedMemory.cpp, and found the generated header has the same issue. So i'm wondering if the dyn type really be supported by cyclonedds. Do u have any idea @sumanth-nirmal ?
I noticed that there is a pr #137 merged in 2021, based on the Tests in the SharedMemory.cpp, the dynamic type like sequence and string should have been supported, but in #353 discussion, seems like those dynamic size type is still unsupported. My experiments lead to the same result, and the reason is IDL generator still set such a module
as not self-contained data type
Lmk if I'm wrong. but I think only self-contained data type is shm supported. right now I always get such error
when I tried to use shm to exchange dynamic types. I also tried the tests u added to tests/SharedMemory.cpp, and found the generated header has the same issue. So i'm wondering if the dyn type really be supported by cyclonedds. Do u have any idea @sumanth-nirmal ?