You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AcquisitionStreamOpening and AcquisitionStreamClosing are not defined in IFusionMsScanContainer in the tribrid method-filter example (errors in lines 107, 108).
MsAcquisitionOpeningEventArgs also couldn't be found (line 116).
The text was updated successfully, but these errors were encountered:
You are correct, this example has not been updated in some time. I'll be revising the IAPI examples in the coming weeks in order to align with more recent developments. Hopefully after that this example will work for you. I'll leave this open until then.
Greetings again. It appears these build errors are easily corrected. MsAcquisitionOpeningEventArgs should be changed to AcquisitionOpeningEventArgs (i.e. remove the first two letters). Similarly, AcquisitionStreamOpening and AcquisitionStreamClosing are defined in the InstAcq, so you can change it to this:
This should allow the project to build. I will be updating the examples soon with these corrections, but hopefully this will allow you to get going.
AcquisitionStreamOpening and AcquisitionStreamClosing are not defined in IFusionMsScanContainer in the tribrid method-filter example (errors in lines 107, 108).
MsAcquisitionOpeningEventArgs also couldn't be found (line 116).
The text was updated successfully, but these errors were encountered: