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

Portico 247 update cpp example for ieee1516e #248

Closed BradyLeach closed 6 years ago

BradyLeach commented 6 years ago

Updated the cpp example ready for new api interfaces.

michaelrfraser commented 6 years ago

Hey Brady, thanks for doing this.

Everything within the example looks good to go. The only thing I'm concerned about is the following files:

codebase/src/cpp/hla13/src/globals.cpp codebase/src/cpp/ieee1516e/include/RTI/RTI1516.h codebase/src/cpp/ieee1516e/include/RTI/RTIambassadorFactory.h

They're showing up as totally changed which may be due to line endings or spacing. Nonetheless it makes it hard to track historical changes on the files when they change completely. If you could please try and reset them to their original state and then push up that would be appreciated.

Michael

BradyLeach commented 6 years ago

fixing some line ending issues