openlvc / portico

Portico is an open source, cross-platform, fully supported HLA RTI implementation. Designed with modularity and flexibility in mind, Portico is a production-grade RTI for the Simulation and Training Community, so come say hi!
http://www.porticoproject.org
151 stars 81 forks source link

C++ API Implementation of new datatype query function #239

Closed timpokorny closed 6 years ago

timpokorny commented 6 years ago

Summary

Add support to the 1516e C++ interface for the new datatype solicitation API added in #209

Acceptance Criteria

Once complete, Portico shall:

BradyLeach commented 6 years ago

I am at the second stage of this task now. I will have fix some things as I move forward into other areas but have progressed. Unit testing is underway. I updated the app example to be more ieee1516e focused. Once that is merged into master I will be able to update it again and include the new CPP get class attributes.

I have set up a dummy getFom function in the proxy class that passes back a string. The string currently is a hardcoded XML string. I will chat with Michael about what exactly we want to pass across laterz.

BradyLeach commented 6 years ago

This task has been completed. Here is the link to the pull request.

https://github.com/openlvc/portico/pull/262

michaelrfraser commented 6 years ago

Merged into master