Stephen Blackwell

Results 25 comments of Stephen Blackwell

Hmm... Not so sure about the changes to cxx/src/ddscxx/include/dds/core/detail/inttypes.hpp now. A comment in that files says: > Under toolchains that support inttypes.h... which to me suggests that inttypes.h is not...

Unable to push my changes. I created a personal access token but I still get a 403 error.

I tried forking the repo and then on my local machine I entered > $ git remote set-url origin https://github.com/zephod77/cyclonedds-cxx.git then tried to push the commit I had done on...

Yes, Thanks. That worked as far as pushing my change and creating a pull request but now I have some other issues. I was not able to run the test...

Thanks for the explanation. I have it working now. I think the main problem was that I was not understanding what `writer.publication_matched_status().current_count()` does. I thought it was the number of...

Thanks for the info but like I said, this is an old system and I have python 2.7.5. ddsls says it needs at least 3.6. I didn't understand your 2nd...

Unfortunately, I don't have any tools such as lsbuiltin or tuner or tester in this installation. The target machine is headless and doesn't have a GUI and it runs OpenSplice...

[logs.zip](https://github.com/eclipse-cyclonedds/cyclonedds-cxx/files/7728956/logs.zip) The topic I'm trying to read is called TMMAcData. It gets sent at line 5678 of the ddsi2.log file. Thanks for looking.

Well, that is strange. I used the same IDL file for both; the ddsi2 app used the C compiler to convert the IDL to code whereas with the Cyclone app...