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

Plans to implement reserveMultipleObjectInstanceNames in IEEE1516e impl? #268

Open anthonycramp opened 6 years ago

anthonycramp commented 6 years ago

Hey Portico Chaps,

For the NATO MSG 136 project, I wrote a federate that used reserveMultipleObjectInstanceNames against the Pitch RTI. Testing that code as part of MSG164, we've found that this function is not yet implemented in Portico's IEEE1516e implementation (portico/codebase/src/java/portico/org/portico/impl/hla1516e/Rti1516eAmbassador.java).

Any plans to implement that service on the roadmap?

timpokorny commented 6 years ago

@anthonycramp - I believe we can do that. Doing a number of infrastructure changes at the moment that would make this a bit easier (central RTI process for "management" things like keeping track of name reservations). Can fold it into that. Expecting to get all that squared away in the next ~4w.