An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# IDL to C++11 example code

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/af5c97b59dbf4509a5771d840db5bb0b)](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.