Dev

Results 6 issues of Dev

Hello, Anyone have an example of BIT_STRING encoding and decoding with asn1c? For example using the below definition: /* Dependencies */ typedef enum TestValue { Test_Value_unavailable = 0, Test_Value_1 =...

with regards to the idl types there is a related bug that is closed [here](https://github.com/eclipse-cyclonedds/cyclonedds/issues/350) . What i'd also like to know is the following. 1. including one IDL file...

Do you have a ROSBAG / UBlox raw data file for the unit tests ? I do not have an M8 version and I couldn't seem to find any online..

Tested the SipHash-2-4-128 on ESP8266 running the FreeRTOS. So I have updated the README to reflect the OS support.

I am a C++ programmer with lots of personal projects using C++. I am really curious to understand why is there a need of "new syntax" for C++ and why...

suggestion

this could result in a potential uninitalized memory access down the line. https://github.com/cisco/joy/blob/47afb197763fea79138d7d92e07ba790cbb966b3/src/joy.c#L289 The code below `ioctl` is : ```c sprintf((char*)mac_addr, "%02x%02x%02x%02x%02x%02x", (int)(unsigned char)ifr.ifr_hwaddr.sa_data[0], (int)(unsigned char)ifr.ifr_hwaddr.sa_data[1], (int)(unsigned char)ifr.ifr_hwaddr.sa_data[2], (int)(unsigned char)ifr.ifr_hwaddr.sa_data[3],...