-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interson merge #25
Merged
Merged
Interson merge #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do not pass the buffer pointer -- it is used interally for image creation callback data. We will create our own callback system to bridge the managed event management system.
Required for callback to be called???
ENH: Now supports ninja build
Eliminated double declaration of depth in RF acquisition app. Eliminated calls to SetImageSize in Image and RF Handlers in src. - size is provided by global Container.
BUG: Merge of commits produced inconsistencies.
Addresses: LINK : fatal error LNK1104: cannot open file 'MSCOREE.lib'
COMP: Help the build find MSCOREE.lib
DOC: Note that the x86 compiler is required
This is a better default value.
App improvements
This now has the same orientation as the Interson app output.
ENH: Flip app images left-right forward-backward
This has been created as an alternative to the Plus implementation, which currently does not return all of the RF data
ENH: Adds an option to build an OpenIGTLink server for RF data
I modified the value of IntersonArraySDK_DIR to point to the actual folder containing the DLLs, not a parent folder a couple of steps up. The folder structure is different in the latest version of the SDK. I changed the HWButtonTick (updated to new class names) handling to work with the new/replacement Release event in this version of the SDK. Added IntersonArrayServerBMode. Fixed typo in IntersonArrayServerRF.xml.
ENH: Update for Interson SDK version 2.21
Closes #14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This moves IntersonArraySDKCxx to ITKPOCUS where it ought to get higher visibility and maintainability.