gxl1457628736

Results 3 issues of gxl1457628736

When will CycloneDDS integrate the latest Iceoryx? The latest Iceoryx may have fixed some bugs. Currently, CycloneDDS can only use versions before Iceoryx V2.0.5, There have been changes to the...

1、rpcddsgen 转换union联合体类型为C++代码时,C++代码缺少类型,编译报错。 2、rpcddsgen 无法识别IDL文件中的@DDSService注解 3、rpcddsgen 无法识别 #ifndef #end等

``` static void subscriber_available_callback(dds_entity_t reader, void *arg) { #define MAXCOUNT 10 int samples_received; void *samples[MAXCOUNT] = { nullptr }; dds_sample_info_t info[MAXCOUNT]; std::memset(info, 0, sizeof(info)); // samples[0] = Sensor_GNav_tGNavSensor__alloc(); CIoxSensorCore *IoxSensorCore...