openigtlink / SlicerOpenIGTLink

OpenIGTLinkIF module as an Slicer Extension
Other
17 stars 28 forks source link

BUG: Mismatched parameters for serial text commands #123

Closed adamaji closed 1 year ago

adamaji commented 1 year ago

sendSendTextCommand was passing the blocking parameter for the timeoutSeconds parameter and vice versa. This change changes the backend _sendCommand order such that the outward facing sendXCommands retain their ordering. Only reason I chose not to use keyword args here was verbosity, but could change that.

cc @jamesobutler

jamesobutler commented 1 year ago

cc @Sunderlandkyl to help with the integration of this PR