https://github.com/remedyit/idl2cpp11
IDL to C++11 example code
https://github.com/remedyit/idl2cpp11
corba cpp11 dds idl middleware
Last synced: 5 months ago
JSON representation
IDL to C++11 example code
- Host: GitHub
- URL: https://github.com/remedyit/idl2cpp11
- Owner: RemedyIT
- Created: 2016-04-12T12:11:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:54:53.000Z (6 months ago)
- Last Synced: 2024-11-26T14:37:49.179Z (6 months ago)
- Topics: corba, cpp11, dds, idl, middleware
- Homepage: https://www.remedy.nl
- Size: 1.2 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# IDL to C++11 example code
[](https://www.codacy.com/gh/RemedyIT/idl2cpp11/dashboard?utm_source=github.com&utm_medium=referral&utm_content=RemedyIT/idl2cpp11&utm_campaign=Badge_Grade)
This project demonstrates the IDL to C++11 language mapping which is implemented
by [Remedy IT](https://www.remedy.nl) as part of the [TAOX11](https://www.taox11.org) and
[AXCIOMA](https://www.axcioma.org).Interested to see the C++11 generated code for some IDL constructs that are not
part of this project? Create a pull request with your IDL construct added to
one of the existing IDL files or create a new IDL file! We will add the generated C++ headers
that match your IDL!When you want to try it yourself go to the [TAOX11 website](https://www.taox11.org)
and obtain and build TAOX11 yourself.