PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
136 stars 103 forks source link

General cleanup of da Vinci related classes #141

Closed Sunderlandkyl closed 5 years ago

Sunderlandkyl commented 7 years ago

Currently the code for da Vinci tracker support do not adhere completely to the Plus coding conventions. This includes the use of printf, whitespace, private variables, etc.

This ticket is to clean up code and adhere to the conventions.

Migrated from https://app.assembla.com/spaces/plus/tickets/917/details

Sunderlandkyl commented 7 years ago

2014-07-25 16:49 rsingla92 re #917: Removing printf statements and replacing with LOG macros. Removing unused functions such as saveStreamState. Committed to: plus In plus:3550

2014-07-28 22:03 rsingla92 re #916: Reading ip addr, port, and password from config file Committed to: plus re #917: Renaming daVinci class to be in line with naming conventions In plus:3563