nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

Refactor the DebugHandler to use static functions and variables. #39

Closed dandexter closed 4 years ago

dandexter commented 4 years ago

Refactor the DebugHandler class to use static variables and functions so that only the DebugHandler::print() function is needed for the code base instead of having to pass around an instance and daisy chain them together, which is error prone.