apollo-lhc / ApolloSM_plugin

ApolloSM control class and BUTool plugin
2 stars 5 forks source link

Incorporate BUTextIO with StatusDisplay, replace printf #59

Closed ammitra closed 3 years ago

ammitra commented 3 years ago

Fix StatusDisplay by passing it an ostringstream instead of cout, then use BUTextIO to print the result. Also replace all printf calls in ApolloSMDevice with Print() statements from direct inheritance from BUTextIO.