open-dis / opendis7-source-generator

Project to generate a type-safe Java implementation of the DIS Protocol version 7, IEEE 1278.1-2012 and SISO-REF-010 Enumerations specifications.
Other
5 stars 10 forks source link

Status of project? #2

Closed rickbatka closed 4 years ago

rickbatka commented 4 years ago

Hi!

I used the generated C++ bindings from open-dis-cpp to get started on a project and they work great! But I need some changes. So I was just about to fork XMLPG and start making the changes I need, but then I found this project.

  1. I gather this project intends to replace XMLPG but is still in development. Is that right?
  2. The README in this repository only describes generating Java code, but there exist generators for other languages. Which languages are supported?
  3. What is the state of the project for generating C++? Should I just continue with the XMLPG for now, if I need C++ marshaling / un-marshaling for DIS messages?

Thanks so much, and congrats on the useful libraries!

terry-norbraten commented 4 years ago

Hello Rick,

The current open dis 7 project does not yet generate C++, or any other language bindings, only java as you have stated.

Best to use the older XMLPG to make any changes you wish.

Best,

Terry

On Oct 7, 2020, at 10:19, Rick Batka notifications@github.com wrote:

Hi!

I used the generated C++ bindings from open-dis-cpp to get started on a project and they work great! But I need some changes. So I was just about to fork XMLPG and start making the changes I need, but then I found this project.

I gather this project intends to replace XMLPG but is still in development. Is that right? The README in this repository only describes generating Java code, but there exist generators for other languages. Which languages are supported? What is the state of the project for generating C++? Should I just continue with the XMLPG for now, if I need C++ marshaling / un-marshaling for DIS messages? Thanks so much, and congrats on the useful libraries!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/open-dis/open-dis7-source-generator/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQTJOOJ2DKOTUTB4WZYIYDSJSPJ5ANCNFSM4SHVUIVA.

rickbatka commented 4 years ago

Thanks, Terry! I will move forward using that code generator. Thanks for clearing this up.